/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	border: 0;
	font: 12px Tahoma, Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
	background-color:#ffffff;
}

.header
{
	background-image: url(../images/header_background.gif);
	background-color:#999b97;
	background-repeat:repeat-x;
	height: 200px;
	width: 100%;
}

.underHeader
{
	background-color:#949494;
	width: 100%;
	display:block;
}

.welcome
{
	width: 540px;
	display:block;
	color:#fff;
	padding: 20px 20px 20px 45px;
}


#dividerline
{
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #bbbdbf;
	width:400px;
}

#lvl2_dividerline
{
	border-bottom: 1px solid #bbbdbf;
	width:600px;
}

.formtext
{
	color: #999b97;
}

.title
{
	font: 18px Tahoma, Helvetica, Verdana, sans-serif;
	font-weight:bold;
}

.lvl2_title
{
	font: 22px Tahoma, Helvetica, Verdana, sans-serif;
	color: #002F5D;
	font-weight:bold;
}

.buttonbar
{
	background-color: #949494;
	display: block;
}

.earlReport
{
	width:100%;
	background-color: #ffffff;
	display:block;
	float:left;
}

.earlReportText
{
	padding-top: 10px;
	padding-bottom: 25px;
	margin-left: 45px;
	width: 600px;
	color: #002F5D;
	line-height: 1.5em;
	display:block;
	float:left;
}

.fsbo
{
	width: 100%;
	background-color:#f8f9fa;
	display:block;
	float:left;
}

.fsboText
{
	padding-top: 10px;
	padding-bottom: 25px;
	margin-left: 45px;
	width: 600px;
	color: #002F5D;
	line-height: 1.5em;
	display:block;
	float:left;
}

.searchMLS
{
	width: 100%;
	background-color:#ececec;
	display:block;
	float:left;
}

.searchMLSText
{
	width: 600px;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-left: 45px;
	color: #002F5D;
	line-height: 1.5em;
	display:block;
	float:left;
}

.bottomDivider
{
	background-color:#bbbdbf;
	width: 100%;
	height: 10px;
	display:block;
	float:left;
	
	
}

.bottom
{
	background-color: #617E96;
	width: 100%;
	height: 125px;
	float:left;
}

.contactTextIndex
{
	margin-top: 10px;
	margin-left: 45px;
	color: #ffffff;
	line-height: 1.5em;
	float:left;
}

.boxImages
{
	border: 1px solid #bbbdbf;
	background-color: #dde6ff;
	width:110px;
	height: 80px;
	float:right;
	padding: 7px;
	margin: 12px;
}

.contactText
{
	margin-top: 10px;
	margin-left: 15px;
	color: #ffffff;
	line-height: 1.5em;
	float:left;
}

a {
	color:#002F5D;
	text-decoration:none;
	font-weight:bold;
}

a.blue {
	color:#002F5D;
}

a.red {
	color:#ef4f00;
	font-size:14px;
}

a:hover
{text-decoration:underline;}




.lvl2_header
{
	background-image: url(../images/header_background.gif);
	background-repeat:repeat-x;
	background-color: #002F5D;
	height: 131px;
	width: 100%;
	display:block;
}

.lvl2_underHeader
{
	background-color:white;
	width: 100%;
	display:block;
}

.lvl2_content
{
	font: 12px Tahoma, Helvetica, Verdana, sans-serif;
	color:#002F5D;
	line-height: 1.5em;
	background-color: #fff;
	width: 615px;
	padding: 15px;
}

.lvl2_standout
{
	font: 12px Tahoma, Helvetica, Verdana, sans-serif;
	color: #002F5D;
	font-weight:bold;
}

.alt_line {
	background-color: #ececec;
}

.admin_button {
	display: block;
	background-color: #fff0b3;
	border: 1px solid #bbbdbf;
	color: #0072bc;
	padding: 5px;
	margin: 0px;
	width: 300px;
}
/*SearchMLS Page*/
#top_bar {
	float: left;
	background-repeat: repeat-x;
	width: 100%;
	height: 55px;
}

#buttons {
	float: left;
	width: 645px;
	height: 23px;
}

#left_bar {
	background-color: #BFD1E3;
	height: 30px;
	width: 151px;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	border-left: 1px solid grey;
}


                                   