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 : #4F452C;
}

.toptext
{
	position : absolute;
	z-index : 5;
	top : 5px;
	left :  600px;
	color : white;
}
a	{
	color:#CFA454;
	text-decoration:underline;
}
a:hover	{
	text-decoration:none;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 184px;
	left : 0px;
	width : 100%;
	text-align : center;
	padding : 5px 0px;
	background-color : black;
	color : white;
}

.nav a
{
	color : #DEAE48;
	padding : 5px;
}

.nav a:hover
{
	background-color : #414141;
}


.content
{
	position : relative;
	margin : 215px 150px 10px 10px;
	
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 215px;
	right : 5px;
}


.breadcrumbs
{
	text-transform : capitalize;
}

#form-bg	{
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:400px;
	float:right;
	position:relative;
	margin-right:5px;
	margin-left:10px;
}

#form	{
	float:right;
	display:block;
	width:212px;
	padding:10px;
	margin-top:75px;

}

.service-select, .first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	margin-left:25px;
	margin-bottom:10px;
	background-color:#FFFFFF !important;
}

.continue-button {
   margin-left:45px;
}
	
#disclosures ul	{
	margin:0px;
	padding:0px;
	margin-left:10px;

	
}
#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;
}