body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-color : #E1E1E1;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 600px;
	width : 600px;
	text-align : center;
}

.toptext
{
	float : right;
	width : 150px;
	font-size : 11px;
	background-color : #E1E1E1;
	border : 1px solid black;
	padding : 4px;
	margin : 5px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.nav
{
	background-color : white;
	padding : 3px;
}

.content
{
	background-color : white;
	margin : 0px 50px 0px 50px;
	padding : 255px 50px 50px 15px;
	border-right : 1px solid black;
	border-left : 1px solid black;
}


.content2
{
	background-color : white;
	margin : 0px 50px 0px 50px;
	padding : 285px 50px 50px 50px;
	border-right : 1px solid black;
	border-left : 1px solid black;
}

td
{
	font-size : 12px;
}

.title
{
	text-align : right;
}

.form
{	
	position : absolute;
	top : 10px;
	left : 165px;
	width : 250px;
	background-color : #E1E1E1;
	border : 1px solid black;
	text-align:center;
	padding:20px;
}

form
{
	margin : 0px;
	padding : 0px;
}

.directions h2
{
	margin : 0px;
	padding : 0px;
}

.bullets
{
	position : absolute;
	top : 275px;
	left : 430px;
	width : 300px;
	font-size : 20px;
	color : #C92323;
	font-weight : bold;
}

.li
{
	font-size : 20px;
	padding : 5px;
	
	font-size : 20px;
}

.tagline
{
	background-color : #C92323;
	position : absolute;
	text-align : center;
	text-transform : uppercase;
	font-style : italic;
	color : white;
	letter-spacing : 4px;
	font-weight : bold;
	width : 100%;
	font-size : 16px;
	top : 200px;
	padding : 3px 0px;
}

.realnav
{
	position : absolute;
	top : 230px;
	text-align : center;
	width : 100%;
	font-size : 14px;
}

.calc_header
{
	background-color : #CCCCCC;
	text-align : center;
	padding : 5px;
	border : 1px solid black;
}

.calc_left
{
	text-align : right;
	border-bottom : 1px solid black;
	border-left : 1px solid black;
	padding : 4px;
}


.calc_right
{
	padding : 5px;
	border-width : 0px 1px 1px 1px;
	border-color : black black black black;
	border-style : solid solid solid solid;
}

.get {
	color:#FF0033;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	margin:0px;
}
#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}
.select-service, .select-property, .select-credit {
   display:table;
   width:180px;
   margin-bottom:5px;
}
.labels	{
	display:none;
}
.select-service select, .select-property select, .select-credit select {
   width:180px;
   font-size:12px;
}
.continue-button input {
   margin-top:10px;
}