@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-image:url(../images/bkgd.jpg);
	background-repeat:repeat-x;
}

#wrapper {
	width:910px;
	margin-left:auto;
	margin-right:auto;
	background-color:#1d2758;
	
}

#content {
	width: 888px;
	margin: 0 0 0 10px;
	background-color:#FFFFFF;
	border: solid 1px #FC3;
}

#header {
	width:888px;
}

.headerPic {
	/*width: 300px;
	height: 115px;*/
	float:left;
	margin-left:15px;
	margin-top:25px;
	
}

/*.headerPic img {
	padding: 15px 0 0 25px; 
}*/

#flash {
	width:550px;
	float:right;
	margin: 15px 0px 0 6px;
}


.callOuts {
	padding-top: 10px;
	padding-left:20px;
	float:left;
	width:220px;
}

.contentRight {
	padding-top: 10px;
	padding-right:30px;
	width:547px;
	float:right;
}	

#footer {
	width:843px;
	height: 40px;
	padding:5px;
	padding-left:20px;
	padding-right:25px;
	background-color:#1d2758;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	line-height:35px;
}

/******** MAIN NAV ********/

#nav ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

#nav li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align: center;
	float: left; /* The menu is horizontally aligned using float: left. Display:inline doesn't work with this example */
	line-height: 30px; /* Aligning text vertically using line-height */
	width:126px;
	height:30px;
	background-color:#e86d1f; /* CHANGE NAV BACKGROUND COLOR HERE */
	margin-right:1px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom: solid 6px #F93;
	border-top: solid 6px #F93;
}

#nav li a:link {
	color:#FFFFFF;
	text-decoration:none;
	padding-top:8px;
	padding-bottom:8px;
}

#nav li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding-top:8px;
	padding-bottom:8px;
}

#nav li a:hover {
	color:#1d2758; /* CHANGE NAV TEXT ROLLOVER COLOR */
	text-decoration:none; 
	padding-top:8px;
	padding-bottom:8px;
}

#nav li a:active {
	color:#FFFFFF;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
}

/******** SITE MAP ********/

.siteMap {
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	margin-bottom:7px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}

.siteMap ul {
	margin:0px;
	padding:0px;
}

.siteMap li {
	list-style-type:none;
	display:inline;
}

.siteMap li a:link{
	color:#000000;
	text-decoration:none;
	font-size:11px;
	line-height:18px;
}

.siteMap li a:visited{
	color:#000000;
	text-decoration:none;
}

.siteMap li a:hover{
	text-decoration:underline;
	color:#000000;
}

.siteMap li a:active{
	color:#000000;
	text-decoration:none;
}

/********************/

.emailSubmit
{
	margin-bottom:10px;
	width:217px;
	/*height:82px;*/
	background-color: #1d2758; 
}

.emailSubmit img
{
	padding: 0 0 0 3px;
}

.submit
{
background: #e96d1f;
color: #FFF;
font: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
}



a.callOutFeatureProp:link {
	margin-bottom:10px;
	border:0;
	width:217px;
	height:89px;
	display:block;
	background-image:url(../images/callout_featureProperty.jpg);
}

a.callOutFeatureProp:visited {
	margin-bottom:10px;
	border:0;
	width:217px;
	height:89px;
	display:block;
	background-image:url(../images/callout_featureProperty.jpg);
}

a.callOutFeatureProp:hover {
	margin-bottom:10px;
	border:0;
	width:217px;
	height:89px;
	display:block;
	background-image:url(../images/callout_featureProperty.jpg);
}

a.callOutFeatureProp:active {
	margin-bottom:10px;
	border:0;
	width:217px;
	height:89px;
	display:block;
	background-image:url(../images/callout_featureProperty.jpg);
}

a.callOutPropMap:link {
	margin-bottom:10px;
	border:0;
	width:217px;
	height:154px;
	display:block;
	background-image:url(../images/callout_Property.jpg);
}

a.callOutPropMap:visited {
	margin-bottom:10px;
	border:0;
	width:217px;
	height:154px;
	display:block;
	background-image:url(../images/callout_Property.jpg);
}

a.callOutPropMap:hover {
	margin-bottom:10px;
	border:0;
	width:217px;
	height:154px;
	display:block;
	background-image:url(../images/callout_Property.jpg);
}

a.callOutPropMap:active {
	margin-bottom:10px;
	border:0;
	width:217px;
	height:154px;
	display:block;
	background-image:url(../images/callout_Property.jpg);
}

/********************/

h1 {
	margin:0;
	display:block;
	width:547px;
	height:33px;
	background-image:url(../images/bkgd_h1.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#1d2758;
}

h2 {
	margin:0;
	float:left;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e96d1f;
	font-weight:bold;
	text-decoration: none;
}



p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

p strong
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e96d1f;
	font-weight:bold;	
}


a 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1d2758;
	font-weight:bold;
	text-decoration: underline;
}

.corporateLogo {
	border:0;
	float:right;
	margin-top:-5px;
}

.ehoLogo {
	border:0;
	float:left;
	margin: 2px 10px 0 0;
}

.chLogo {
	border:0;
	float:left;
	margin: 2px 10px 0 0;
}

.clear {
	clear:both;
}

/******** BREADCRUMB NAV ********/

#breadcrumb {
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 10px 10px 20px;
	clear:both;
}

#breadcrumb ul {
	margin:0;
	padding:0;
}

#breadcrumb li {
	display:inline;
	font-size:10px;
	line-height:20px;
	margin-left:0;
}

#breadcrumb li a:link {
	color:#000;
	font-size:10px;
	font-weight:normal;
}

#breadcrumb li a:visited {
	color:#000;
	font-size:10px;
	font-weight:normal;
}

#breadcrumb li a:hover {
	color:#e96d1f;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

#breadcrumb li a:active {
	color:#e96d1f;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

#breadcrumb span {
	margin:0;
	font-size:10px;
}
