body, table, tr, td, a, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
body {
	background-color: #000066;
	margin:0px;
	padding:0px;
}
a:link, a:visited { color: blue; text-decoration: none; }
a:hover { color: red; text-decoration: underline; }

form {
	margin:0;
	padding:0;
}

h2 { font-size: 13pt; font-weight: bold; }

/* Colors */
.white, a.white:link, a.white:visited { color: White; }
a.white:hover { color: Red; }
a.red, .red { color: #c7290d; }
a.red:hover { color: #000066; }
/* End Colors */

.paddingLeft10 { padding-left: 10px; }
.paddingRight10 { padding-right: 10px; }
.padding10 { padding: 10px; }
.paddingBottom10 { padding-bottom: 10px; }
.paddingTop10 { padding-top: 10px; }
.size8 { font-size: 8pt; }
.size9 { font-size: 9pt; }
.size10 { font-size: 10pt; }
.size11 { font-size: 11pt; }
.bold { font-weight: bold; }
.italic { font-style:italic; }
.underline, a.underline:link, a.underline:visited { text-decoration: underline; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.clear { clear: both; }
/* Template Table */
.mainTable {
	background-color: White;
	margin-top:10px;
	text-align: left;
}
.mainTableTop {
	height: 75px;
	background-color: #001b76;
	text-align:right;
}
#bodyContent { min-height: 300px !important; margin: 0px 15px 15px 15px; }
#body0 #bodyContent, .bodyMLS #bodyContent { margin:0px; }
.bodyMLS #bodyContent { margin-left: 15px; }

.footer {
/*	background-image:url(images/bottom_bg.gif); */
	background-color: #c7290d;
	height: 140px;
}
.footer a.white:hover { color: Blue; }
/* End Template Table */



/* Homepage */
.homeIconBar { padding: 20px 0px; }
.homeIconBlock {
	width:126px;
	margin-right:24px;
}
/* End Homepage */



/* Navigation */	
#navigation, #navigaton2 {
	width:800px;
	height:25px;
	margin:0;
	padding:0;
	background-color: #001b76;
}
#navigation ul, #navigation2 ul {
	padding:0;
	margin:0;
}


/* first level list */
ul#navLevel2, #navigation2 ul#navLevel2 {
	padding: 0;
	margin: 0;
	list-style: none;
}


/* first level list items */
ul#navLevel2 li, #navigation2 ul#navLevel2 li {
	float: left;
	padding:0;
	margin:0;
	list-style:none;
	position: relative; /* taking this out gives the line in firefox */
	z-index: 100;
}
ul#navLevel2 li img { margin-bottom:-3px; }


/* second-level lists */
ul#navLevel2 li ul {
	padding:0;
	margin:0;
	list-style:none;
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	width:150px;
}

/* second-level list items */
ul#navLevel2 li ul li {
	width: 150px;
	margin:0;
	padding:7px 5px;
	background-color: #797979;
	border-bottom: 1px solid #ededed;
	line-height:2px;
}
ul#navLevel2 li ul li.last { border-bottom: none; }


/* second-level list item links */
ul#navLevel2 li ul li a {
	font-size:11px;
	color:White;
	text-decoration: none;
}
ul#navLevel2 li ul li:hover { background-color: #001b76; }


/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
ul#navLevel2 li>ul#navLevel2 {
	top: 0;
	left: 0;
}

/* lists nested under hovered list items - li.over declared here to be used with javascript to fix IE6 bug */
ul#navLevel2 li:hover ul, ul#navLevel2 li.over ul { display: block; }


/* Second Navigation Display (inside pages) */
#navigation2 {
	height:28px;
	z-index:50;
	margin-bottom: 10px;
}
#navigation2 ul#navLevel2 li { z-index: 99; }


/* level 2 text navigation */
ul#navLevel2 li.home {
	width: 136px;
	line-height:28px; /* makes it vertically centered */
	text-align:center;
}
ul#navLevel2 li.home a:link, ul#navLevel2 li.home a:visited {
	font-size:medium;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
ul#navLevel2 li.home a:hover {
	color: Red;
	text-decoration: underline;
}



/* MLS Related */
#mlsQuickSearch select, #mlsQuickSearch input { font-size:8pt; }
#mlsQuickSearch .lineSpacer { line-height:6px; }


/* End MLS Related */


