body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-color : black;
}

.toptext
{
	position : absolute;
	width : 350px;
	top : 200px;
	left : 15px;
	background-color : #E1E1E1;
	font-size : 10px;
	padding : 5px;
}

.toptext h1
{
	font-size : 11px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	background-color : #FDA500;
	top : 154px;
	left : 0px;
	width : 100%;
	text-align : center;
	padding : 5px 0px;
	font-weight : bold;
}

.nav a
{
	color : black;
	padding : 5px;
}

.nav a:hover
{
	background-color : #E1E1E1;
}

.content
{
	position : relative;
	margin : 200px 10px 0px 400px;
}

.content2
{
	position : relative;
	margin : 200px 10px 0px 10px;
}

td
{
	font-size : 12px;
}

.ads
{
	background-color : #E1E1E1;
	position : absolute;
	top : 280px;
	left : 15px;
	width : 350px;
	padding : 5px;
	text-align:center;
	
}
.ads a	{
	color:#003399;
	font-size:14px;
	text-decoration:underline;
	margin:0px 5px 0px 5px;
}
.ads a:hover	{
	text-decoration:none;
}
#form	{
	display:block;
	width:320px;
	padding:4px 10px 10px 10px;
	margin:0px;
	text-align:left;
	
	
	
}
h4	{
	color:#DF9200;
	font-size:18px;
	margin-left:25px;
	
	
}
.select-service, .select-property, .select-credit {
   display:table;
   width:250px;
   text-align:center;
   margin-left:35px;
}
.labels	{
   font-size:16px;
}
.select-service select, .select-property select, .select-credit select {
	width:200px;
	font-size:16px;
	margin-bottom:10px;
	background-color:#FFFFFF !important;
}

.continue-button {
	margin-top:10px;
	margin-left:85px;
}

#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures ul li a	{
	color:#000000;	
	text-decoration:none;
}
#disclosures ul li a:hover	{
	text-decoration:underline;
}