/*
	Balsam Circle - Main Stylesheet
*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
	background: #D5D3CF;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
}

table tr td {
	color: #000000;
	font-size: 12px;
}

/* =Global Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	background: url('../images/wrapper/wrapper-bg.jpg') repeat-y;
	position: relative;
	width: 785px;
	margin: 0 auto 0 auto;
    padding: 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 1px;
	clear: both;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#logo {
	padding: 21px 0 0 5px;
	text-align: center;
}
#pos {
	position:relative;
}

	
#logo-button {
	position:absolute;
	top:0px;
	left:0px;
	
}

#left-content {
	width: 201px;
	float:left;
}	

#right-content {
	float:left;
	width: 577px;
}	

#content-container {
	background: url('../images/wrapper/main-content-bg.jpg') repeat-y;
}

#content {
	padding: 20px 10px 10px 20px;
	min-height: 250px;
	_height: 250px;

}

#footer {
	background: url('../images/wrapper/footer-bg.jpg') repeat-y;
	width: 785px;
	height: 84px;
	text-align:left;
	
}

#footer #info-logo {
	float: left;
	/*background: url('../images/logo-luxury-condos.gif') 8px 0 no-repeat;*/
	height: 83px;
	width: 201px;
	padding-left:1px;
}

#footer #info-logo p {
	color: #999999;
	font-size: 11px;
	margin: 0;
	padding: 48px 0 0 48px;
}

#footer #contact-info {
	padding-left: 15px;
}

#footer #contact-info h2 {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 30px;
	color: #ffffff;
	padding: 22px 0 0 130px;
	margin: 0;
}

#footer #contact-info h2 span {
	font-size: 18px;
}

/* =Layout-homepage
---------------------------------------------------------------------------------------------------- */
#bubble {
	position: absolute;
	top: 443px;
	left: 526px;
}

#sign-up {
	background: url('../images/wrapper/signup-bg.jpg') repeat-y;
	width: 771px;
}

#sign-up #intro-text {
	background: #7F0127;
	width: 577px;
}

#sign-up #intro-text h1 {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 20px;
	color: #ffffff;
	line-height: 18px;
	padding-left: 15px;
	margin: 0;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#top-nav {
	background: url('../images/wrapper/top-nav-bg.jpg') 0 0 no-repeat;
	height: 34px;
}

#top-nav #top-nav-items {
	padding: 11px 0 0 222px;
}

#top-nav #top-nav-items a {
	font-family: 'trebuchet ms', verdana, sans-serif;
	margin-right: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#top-nav #top-nav-items a:hover {
	color: #E9F4DF;
}


/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	color: #5a6410;
}

a:hover {
	color: #000000;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	margin: 7px 0 9px 0;
}

h1 {
	color: #7f0127;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

h2 {
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul {
	padding: 0 0 0 13px;
	margin: 0 0 0 13px;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
.validation {
	color: #7f0127;
	font-weight: bold;
	}

/* =Misc Tables
---------------------------------------------------------------------------------------------------- */
.data {

}

.data th {
	padding: 3px;
	color: #454921;
	font-size: 11px;
	text-align: center;
}

.data td {
	border-bottom: 1px dashed #20175F;
	padding: 8px;
	text-align: center;
}

.data2 th {
	padding: 3px;
	color: #454921;
	font-size: 11px;
	text-align: left;
}

.data2 td {
	border-bottom: 1px dashed #20175F;
	padding: 8px;
	text-align: left;
}


/* =Misc
---------------------------------------------------------------------------------------------------- */
.pdf {
	background: url('../images/icon-pdf.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}