body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}
a	{
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}
.toptext
{
	position : absolute;
	top : 150px;
	left : 0px;
	background-color : black;
	color : white;
	width : 100%;
	padding : 3px 0px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}
.nav
{
	position : absolute;
	background-color : black;
	width : 175px;
	top : 200px;
	left : 3px;
	padding : 5px;
}
.nav a
{
	color : white;
}
.nav a:hover
{
	color : black;
	background-color : white;
}
.content
{
	position : relative;
	margin : 200px 150px 10px 200px;
}
td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align:center;
	top : 320px;
	left : 3px;
	width:175px;
}


.breadcrumbs
{
	text-transform : capitalize;
}
#form	{
	display:block;
	margin:0px;
	text-align:center;
	
}
h4	{
	color:#3A8FFA;
	font-size:18px;
	margin:0px;
	margin-bottom:8px;
}

.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:8px;
   margin-left:15px;
}
.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;
}