body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	background-image : url(/images/logo_bg.gif);
	width : 100%;
}

.toptext
{
	position : absolute;
	top : 3px;
	right : 3px;
	width : 500px;
	z-index : 3;
	color : white;
	font-size : 11px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	color : #BDBDBD;
	border : 1px solid #BDBDBD;
	font-size : 10px;
	padding : 4px;
}

.nav a
{
	color : #BDBDBD;
}

.content
{
	position : relative;
	margin : 130px 10px 15px 450px;
	border-left : 1px solid #9E9E9E;
	padding : 3px 0px 0px 10px;
	z-index : 10;
	background-color : white;
}

.content2
{
	position : relative;
	margin : 130px 10px 10px 10px;
	z-index : 10;
	background-color : white;
}

td
{
	font-size : 12px;
}

.form
{
	position : absolute;
	top : 130px;
	left : 0px;
	width : 450px;
}

.topnav
{
	position : absolute;
	top : 90px;
	left : 0px;
	width : 100%;
	text-align : center;
	background-color : #E1E1E1;
	padding : 10px 0px;
	font-size : 13px;
	font-weight : bold;
	border-bottom : 2px solid #910000;
}

.topnav a
{
	color : #9A0000;
	text-decoration : none;
	border-bottom : 1px solid #910000;
}

.topnav a:hover
{
	border-bottom : 1px solid #ECB100;
}


.start_form
{	
	padding : 55px 15px 0px 15px;
	background-image : url(/images/splash_02.jpg);
	background-repeat : no-repeat;
	font-weight : bold;
	vertical-align : top;

}

.start_form td
{
	vertical-align : top;
}

td
{
	vertical-align : top;
}
#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}
.labels {
	display:none;
}
.select-service, .select-property, .select-credit {
	width:200px;
	display:block;
}
.select-service select, .select-property select, .select-credit select {
	width:180px;
	background-color:#FFFFFF !important;
	padding:2px;
	margin-bottom:3px;
	margin-left:10px;
}
.continue-button {
	margin-left:40px;
	margin-top:4px;
}
