body
{
	font-size : 12px;
	font-family : times new roman, serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-color : #909090;
}

.toptext
{
	position : absolute;
	top : 5px;
	left : 500px;
	color : white;
	z-index : 5;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 167px;
	left : 0px;
	background-color : #7F8A8C;
	width : 100%;
	text-align : center;
	padding : 5px 0px;
	text-transform : uppercase;
	font-weight : bold;
}

.nav a
{
	color : white;
	padding : 5px;
}

.content
{
	position : relative;
	margin : 200px 250px 10px 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 500px;
	right : 25px;
}

.breadcrumbs
{
	text-transform : capitalize;
}


#form	{
   display:table;
   position:absolute;
   top:200px;
   right: 7px;
   background-image:url(/images/form-bg.jpg);
   background-repeat:no-repeat;
   text-align:left;
   margin-top: 15px;
   height:276px;
   width:190px;
   padding: 55px 9px 0px 9px;
}

.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:12px;
   text-align:left;
   width: 165px;
   border:inset;
   border-color: #333333;
   margin-bottom:2px;
}
.first-name, .last-name, .email {
   display:table;
   font-size:12px;
   text-align:left;
   margin-bottom:2px;
}
.service-select select, .first-name input, .last-name input, .email input {
 	width:160px;
 	font-size:12px;
   	border:inset;
   	border-color: #333333;
}
.continue-button input {
   margin-top:4px;
   margin-left:45px;
}


#disclosures ul	{
	margin:0px;
	text-align:center;
}
#disclosures ul li {  
  display:inline;
  margin-right:2px;
}