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 : #C1DCE3;
}

.toptext
{
	position : absolute;
	color : white; 
	top : 5px;
	left : 500px;
	z-index : 5;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 205px;
	left : 10px;
	width : 219px;
}

.content
{
	position : relative;
	margin : 200px 150px 10px 296px;
}


td
{
	font-size : 12px;
}

.nav2
{
	position : absolute;
	top : 275px;
	left : 5px;
	width : 200px;
	
}

.ads
{
	position : absolute;
	text-align : center;
	top : 200px;
	right : 5px;
}

.breadcrumbs
{
	text-transform : capitalize;
}



#form	{
   display:table;
   position:absolute;
   top:270px;
   left:5px;
   background-image:url(/images/form-bg.jpg);
   background-repeat:no-repeat;
   margin-top: 15px;
   height:276px;
   width:218px;
   padding: 55px 9px 0px 9px;
   color:#000000;
}

.service-type, .labels	{
   font-size:14px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   text-align:left;
   margin-bottom:2px;
}
.service-select {
   display:table;
   font-size:11px;
   text-align:left;
   width: 185px;
   border:inset;
   border-color: #333333;
   margin-bottom:2px;
   margin-left:0px;
}
.first-name, .last-name, .email {
   display:table;
   font-size:12px;
   text-align:left;
   margin-bottom:2px;
}
.service-select disable, .first-name input, .last-name input, .email input {
 	width:180px;
 	font-size:12px;
   	border:inset;
   	border-color: #333333;
	text-align:left;
}
.continue-button input {
   margin-top:4px;
   margin-left:55px;
}


#disclosures ul	{
	margin:0px;
	text-align:center;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}