body
{
	font-size : 12px;
	background-color : #484848;
	font-family : times new roman, serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-color : #C5DAD5;
	
}

.toptext
{
	position : absolute;
	top : 120px;
	left : 250px;
	z-index : 5;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	background-color :  #E1BE56;
	text-align : center;
	padding : 5px 0px;
	width : 98%;
	top : 192px;
	left : 5px;
	font-family : times new roman, serif;
	font-size : 13px;
	border : 1px solid black;
}

.nav a
{
	color : white;
	text-decoration : none;
}

.nav a:hover
{
	color : black;
	text-decoration : none;
}

.content
{
	position : relative;
	margin : 225px 175px 10px 5px;
	padding : 5px;
	font-size : 14px;
	vertical-align : top;
	background-color : white;
	border : 1px solid black;
}

.results
{
	background-color : #D6E5EB;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 225px;
	right : 5px;
}

.breadcrumbs
{
	text-transform : capitalize;
}

#discolsures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}
#form {
	display:block;
	width:200px;
	float:right;
	text-align:center;
}
.service-select, .first-name, .last-name, .email {
	width:180px;
	font-size:12px;
	padding:3px;
	background-color:#E3FDFC !important;
	margin-bottom:10px;
}
.continue-button {
   margin-top:10px;
}

.get {
	font-size:24px;
	font-weight:bold;
	color:#003300;
	margin:0px 0px 5px 0px;
}