@charset "utf-8";
body {
	background-color: #194D78;
	/*background-image: url(images/gradient.gif);
	background-repeat: repeat-y;*/
	background-position: center;
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
#main {
	width: 870px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#main3 {
	width: 900px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: 20px;
}
.heading {
	font-size: 18px;
	color: grey;
	font-weight: bold;
}
.subheading {
	padding-bottom: 5px;
}

#box-left {
	float: left;
	width: 360px;
	padding-right: 10px;
	padding-left: 60px;
}
#box-right {
	float: left;
	width: 320px;
	padding-right: 40px;
	padding-left: 40px;
	border-left: 1px solid #005288;
	margin-top: 20px;
	margin-left: 30px;
}
#realtor {
	padding: 25px 25px 25px 60px;
	clear: both;
}

#banner {
	text-align: center;
	margin-top: 50px;
}
.border {
	border: 10px solid #000000;
}
.submit-button {
	margin-top: 0px;
	border: 1px solid #fdb813;
	padding: 3px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	float: right;
	margin-bottom: 25px;
	background-color: #FFFFFF;
}
.vr {
	font-size: 9px;
	color: #999;
}
.vr a:link {
	font-size: 9px;
	color: #999;
	text-decoration:none;
}
.vr a:hover {
	font-size: 9px;
	color: #999;
	text-decoration:none;
}
.vr a:visited {
	font-size: 9px;
	color: #999;
	text-decoration:none;
}
.form-label {
	font-size: 11px;
	text-transform: uppercase;
}
.PDF-box {
	padding: 5px;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
.PDF-box-text {
	height: 5px;
}


.PDF-box a:link {
	color: #000000;
	text-decoration: none;
}
.PDF-box a:hover {
	color: #333;
	text-decoration: none;
}
.PDF-box a:visited {
	color: #000000;
	text-decoration: none;
}
.reg {
	font-size: 60%;
	vertical-align: super;
}
