body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	position : absolute;
	top : 5px;
	left : 570px;
	z-index : 5;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	width : 100%;
	top : 160px;
	left : 0px;
	text-align : center;
	background-color : black;
	color : white;
	font-size : 14px;
	
}

.nav a
{
	color : #FADA00;
	text-decoration : none;
}

.nav a:hover
{
	background-color : #494949;
}


.content
{
	position : relative;
	margin : 185px 150px 10px 10px;
	width:700px;
	float:left;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 185px;
	right : 5px;
}


.breadcrumbs
{
	text-transform : capitalize;
}

#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}

#consolidate-today	{
   display:table;
}

.block {
	display:block;
}
.form {
	display:block;
	float:left;
	width:250px;
	padding:20px;
	margin-top:180px;
}
.form a  {	
	display:block;
	margin-top:20px;
	margin-bottom:10px;
	text-align:left;
}
.service-select {
	display:block;
	width:180px;
	font-size:12px;
	margin-bottom:10px;
	background-color:#ffffff !important;
} 

.first-name, .last-name, .email {
	display:block;
	width:150px;
	font-size:12px;
	margin-bottom:10px;
	background-color:#ffffff !important;
}

.service-select, .first-name, .last-name, .email {
	display:block;
}

.continue-button {
	display:block;
    margin-top:10px;
}
