body {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a:link { color: #; }
a:visited { color: #; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 721px;  /* width of centered content, usually header width */
	margin: 10px auto;
	text-align: left; /* reset left-align */
	}

.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.toptext {
	position : absolute;
	top : 65px;
	left : 350px;
	width: 360px;
	z-index: 1;
	color: #FFF6C8;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding-bottom : 5px;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 182px;
	left : 10px;
	width: 710px;
	z-index: 1;
	font-size: 11px;
	}

.nav span {	
	padding: 10px;
	}

.nav a:link {
	color: #324411;
	text-decoration: none;
	}

.nav a:visited {
	color: #324411;
	text-decoration: none;
	}

.nav a:hover {
	text-decoration: underline;
	}

.content {
	float:left;
	left : 0px;
	width: 430px;
	margin-top:220px;
	}

.content h1, .content h2, .content h3 {
	font-family: "Century Gothic", Georgia, Verdana, sans-serif;
	}

.content h2 {	
	border-bottom: 1px solid #666666;
	padding-bottom: 0px;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}
#action	{
	position:absolute;
	margin:-20px 0px 0px 190px;
}
.ads {
	float:right;
	margin-top:220px;
	width:270px;
	background-image:url(/images/form-bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:400px;
	display:block;
	}
#form-box	{
	margin-top:80px;
	display:block;
}
.breadcrumbs {
	text-transform : capitalize;
	}

.linkbox {
	width: 90%;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	}

.prop {
    height: 50px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}
.select-service	{
	margin-top:90px;
}
.select-service, .select-property, .select-credit {
   margin-bottom:15px;
   text-align:center;
}
.labels	{
   font-size:12px;
   font-weight:bold;
   display:block;
   margin-bottom:7px;
}
.select-service select, .select-property select, .select-credit select {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	background-color:#FFFFFF !important;
}
.select-service select:hover, .select-property select:hover, .select-credit select:hover {
	background-color:#EBF3B1 !important;
}
.continue-button {
   margin-top:20px;
   text-align:center;
}



	
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
  color:#333333;
  font-size:11px;
}
#disclosures a 	{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;	 
}
#disclosures a:hover	{
	text-decoration:underline;
}