body
{
	font-size : 12px;
	font-family : georgia, times new roman, serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}
a	{
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}

.toptext
{
	
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 105px;
	left : 5px;
	font-size : 14px;
}

.content
{
	position : relative;
	margin : 150px 220px 10px 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 150px;
	width:200px;
	right : 15px;
}

.breadcrumbs
{
	text-transform : capitalize;
}
#form	{
	display:block;
	margin:0px;
	text-align:center;
	
}
h4	{
	color:#FF7400;
	font-size:18px;
	margin:0px;
	margin-bottom:12px;
	margin-left:5px;
}

.select-service, .select-property, .select-credit {
   display:table;
}
.labels	{
	display:none;
}
.select-service select, .select-property select, .select-credit select {
   width:150px;
   font-size:11px;
   margin-bottom:12px;
   margin-left:30px;
}
.continue-button {
	margin-top:0px;
	margin-bottom:20px;
}

#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;
}