
/* Colors */

body	{
	color:#000000;
	background-color:#FFFFE8;
}
h1	{
	color:#000000;
}
h2	{
	color:#356A79;
}
h3	{
	color:#999952;
}
a	{
	color:#E46944;
	text-decoration:none;
	font-weight:bold;
}
a:hover	{
	text-decoration:underline;
}
#nav a	{
	color:#FFFFFF;
}
#related	{
	background-color:#D4D4AF;
	border:#D4D4AF solid 1px;
}
#related-links	{
	background-color:#F1F1DA
}
#related-links p {
	border-bottom:#CBCBA1 solid 1px;
}
#footer a{
	color:#3C3C3C;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	text-decoration:underline;
}
#bottom-nav a {
	border-left:#3C3C3C solid 2px;
}


/*Main Stuff */

body	{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:15px;
}
form	{
	margin:0px;
}
img	{
	border:0px;
}
h1	{
	font-size:21px;
	margin:20px 0px 0px 0px;
}
h2	{
	font-size:18px;
	font-weight:normal;
	margin:0px;
}
h3	{
	font-size:14px;
	margin:4px 0px 4px 0px;
	text-align:center;
}
p	{
	margin:8px 0px 8px 0px;
}


/*contianer*/


#wrapper	{
	display:block;
	width:1026px;
	margin-right:auto;
	margin-left:auto;
}
#header-bg	{
	display:table;
	width:1026px;
	height:120px;
	background-image:url(/images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:120px;
}
#logo	{
	width:210px;
	height:87px;
	position:absolute;
	margin:10px 0px 0px 50px;
}
#ad-top input	{
	display:block;
	width:475px;
	height:60px;
	position:absolute;
	margin-left:520px;
	margin-top:21px;
}

/* Nav */

#nav-bg	{
	display:table;
	width:1026px;
	height:55px;
	background-image:url(/images/nav-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#nav	{
	display:table;
	width:600px;
	font-size:13px;
	margin:30px 0px 0px 270px;
}
#nav a	{
	margin-right:20px;
}

/* content-bg */

#content-bg, #content-bottom, #content-top	{	
	display:table;
	width:1026px;
	height:100%;
}
#content-bg	{
	background-image:url(/images/content-bg.jpg);
	background-repeat:repeat-y;
}
#content-top {
	background-image:url(/images/top-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#content-bottom	{
	background-image:url(/images/bottom-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#content-placement	{
	display:block;
	width:1011px;
	margin:0px 6px 0px 7px;
	padding-top:15px;
	height:100%;
	min-height:800px;
}


/*columns*/

.float-col	{
	display:table;
	float:left;
}
.left-col { 
	width:265px;
	padding:13px 10px 0px 15px;
}
.right-col	{
	width:265px;
	padding:13px 10px 0px 0px;
	float:right;
}
.side-pic	{
	width:265px;
	height:349px;
	margin-bottom:40px;
}


/* left Column */

#related	{
	display:table;
	width:263px;
}
#related-links	{
	display:table;
	width:243px;
	padding:0px 10px 20px 10px;
}
#related-links p	{
	display:table;
	width:195px;
	background-image:url(/images/little-house.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 0px 14px 37px;
	margin-top:10px;
	font-size:10px;
}


/* Middle Column */

	
.middle-col	{
	width:431px;
}
#form-bg	{
	display:table;
	width:431px;
	height:247px;
	background-image: url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#form	{
	position:absolute;
	height:170px;
	width:400px;
	margin:70px 0px 0px 32px;
}
.select-service, .select-property, .select-credit {
   display:table;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   clear:both;
   width:360px;
   padding-bottom:15px;
}
.labels	{
   font-size:16px;
   float:left;
}
.select-service select, .select-property select, .select-credit select {
   width:220px;
   font-size:16px;
   background-color:#F9F8D3;
   float:right;
}
#form .continue-button	{
   position:absolute;
   margin:10px 0px 0px 280px;
}
#content	{
	display:table;
	width:426px;
	padding-left:5px;
	padding-bottom:40px;
}




.ads-bottom	input	{
	width:200px;
	height:200px;
	margin:0px 0px 20px 50px;
}


/* Footer */


#footer	{
	display:table;
	clear:both;
	width:1013px;
	padding:0px 6px 0px 7px;
}
#disclosures	{
	display:table;
	float:left;
	margin-right:10px;
	width:535px;
}	
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
}
#disclosures a	{
	font-size:11px;
}
#bottom-nav	{
	display:block;
	float:right;
	width:450px;
	
}
#bottom-nav #home {
	border:none;
}
#bottom-nav a {
	margin-right:6px;
	padding-left:6px;
	font-size:11px;
}
	
	

	
	
	