@charset "utf-8";
/* CSS Document */

/* Body Elements */

body{
	margin:0;
	padding:0;
	background-color: #525252;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* Font Elements */

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0c2856;
	line-height: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0c2856;
	line-height: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0c2856;
	line-height: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.font_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.font_normal_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.font_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.font_links_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0c2856;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-image: url(../images/bgForm.jpg);
	background-repeat: repeat-y;
}

/* Body Elements */

#container {
	width: 980px;
	position: relative;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header Elements */

#overflowTop {
	background-image: url(../images/bgNavTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 980px;
	position: relative;
	top: 0px;
}

#header {
	background-image: url(../images/bgHeader.png);
	height: 111px;
	width: 980px;
	position: relative;
}
ul#navigationTop {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
	top: 0px;
	width: 250px;
	position: relative;
	float: right;
	right: 30px;
}
		ul#navigationTop li {
	display: inline;
	margin: 0 0 0 2px;
	color: #FFF;
}

		ul#navigationTop li a {
	color: #fff;
	text-decoration: none;
}
		ul#navigationTop li a:hover {
	text-decoration: underline;
	color: #FFF;
}

#btnContact {
	height: 50px;
	width: 163px;
	position: relative;
	top: 30px;
	left: 790px;
}
#phone {
	position: relative;
	left: 815px;
	top: 30px;
	width: 100px;
}

/* Main Navigation Elements */

#navigation {
	background-image: url(../images/bgNav.png);
	height: 36px;
	width: 980px;
}
#navigation ol {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}
ul#navigationMain {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #092049;
	text-align: right;
	top: 10px;
	width: 700px;
	position: relative;
	float: right;
	right: 35px;
	font-weight: bold;
}
		ul#navigationMain li {
	display: inline;
	margin: 0 0 0 2px;
}

		ul#navigationMain li a {
	color: #000000;
	text-decoration: none;
}
		ul#navigationMain li a:hover {
	text-decoration: underline;
}

/* Spotlight Container Elements - Refer to spolight.css for attributes*/

#rotationContainer {
	height: 265px;
	width: 980px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 0px;
	background-image: url(../images/rotationbg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#spotlightContainer {
	height: 265px;
	width: 930px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 0px;
}

/* Entry Point Elements */

#entryPoints {
	background-image: url(../images/bgSections.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 225px;
	width: 980px;
	position: relative;
	left: 0px;
	top: 0px;
}
#entryContainer {
	height: 225px;
	width: 930px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 0px;
}
#homeSearch {
	width: 310px;
	position: relative;
	left: 0px;
	top: 125px;
	float: left;
}
#featuredProperties {
	width: 310px;
	position: relative;
	top: 125px;
	float: left;
}
#marketConditions {
	width: 310px;
	position: relative;
	top: 125px;
	float: right;
}
#content {
	width: 230px;
	position: relative;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

/* Content Elements */

#contentContainer {
	background-image: url(../images/bgContent.png);
	height: 343px;
	width: 980px;
	position: relative;
	left: 0px;
	top: 0px;
}
#textContainer {
	width: 930px;
	position: relative;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contentMain {
	float: right;
	width: 540px;
	position: relative;
	top: 30px;
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

/* Signature Elements */

#signature {
	background-image: url(../images/bgfooter.png);
	height: 294px;
	width: 980px;
	position: relative;
	top: 0px;
}
#signatureContainer {
	width: 930px;
	position: relative;
	top: 0px;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#signatureContent {
	float: left;
	width: 520px;
	position: relative;
	left: 20px;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

/* Footer Elements */

#footer {
	width: 980px;
	position: relative;
	left: 0px;
	top: 0px;
}
#footerContent {
	width: 930px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
}
#footerContent ol {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}
ul#footer_location {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	width: 235px;
	position: relative;
	float: left;
	font-weight: normal;
	padding-bottom: 20px;
}
		ul#footer_location li {
	display: block;
	margin: 0 0 0 0px;
}

		ul#footer_location li a {
	color: #fff;
	text-decoration: none;
}
		ul#footer_location li a:hover {
	text-decoration: underline;
}
#footer_info {
	float: right;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	position: relative;
}