<!--

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica,Verdana,Arial,Sans-Serif;
	font-size: 12px;
	color: #ffffff;
	background:url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #222222;
	line-height: 100%;
}

a:link { text-decoration: none; color: #BA0808; }
a:visited { text-decoration: none; color: #BA0808; }
a:hover { text-decoration: none; color: #999999; }
a:active { text-decoration: none; color: #BA0808; }

p { 
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 130%;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 725px;
}

#top {
	height: 34px;
	background-color: #000000;
	margin: 0px;
	border: 0px;
}

#top h1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 184px;
	height: 34px;
	background: url(images/logo.gif);
	margin: 0px;
	padding: 0px;
	float: left;
}	

#top h1 a {
	display: block;
	width: 184px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#top h1 span {
	display: none;
}

#top h2 {
	width: 400px;
	height: 34px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#top h2 a {
	margin-right: 20px;
}

#content {
	margin: 0px;
	padding: 0px;
}

#content .homeDisplay {
	width: 725px;
	height: 295px;
}

#content .homeDisplay #emaillink a{
	text-decoration: none;
	font-size:10px;
	position:absolute;
	left:840px;
	top:310px;
	height:15px;
	width: 130px;
	display:block;
	}

#content .homeFeatured {
	width: 430px;
	float: left;
}

#content .homeFeatured h2 {
	background-image: url(images/homeFeatured.gif);
	margin: 0px;
	padding: 0px;
	height: 35px;
}

#content .homeFeatured div.image {
	width: 225px;
	float: left;
}

#content .homeFeatured div.image img.property {
	margin: 10px 10px 0px 15px;
	border: 3px #999999 solid;
}

#content .homeFeatured div.image img.link {
	margin: 0px 0px 0px 15px;
}

#content .homeFeatured div.text {
	width: 190px;
	float: left;
}

#content .homeNews {
	width: 295px;
	float: left;
	background-color: #111111;
}

#content .homeNews h2 {
	background-image: url(images/homeNews.gif);
	margin: 0px;
	padding: 0px;
	height: 35px;
}

#content .homeNews div.item {
	padding-left: 15px;
	padding-top: 6px;
	background-image: url(images/homeHeadlineBg.gif);
	margin-top: 1px;
	height: 35px;
	line-height: 16px;
}

#content .homeNews div.item a:link { text-decoration: none; color: #ffffff; }
#content .homeNews div.item a:visited { text-decoration: none; color: #ffffff; }
#content .homeNews div.item a:hover { text-decoration: underline; color: #ffffff; }
#content .homeNews div.item a:active { text-decoration: none; color: #ffffff; }

#content div.about {
	background-image: url(images/contentItemBg.gif);
}

#content div.aboutLeft {
	width: 430px;
	float: left;
	background-image: url(images/contentItemBg.gif);
}

#content div.aboutRight {
	width: 295px;
	height: 295px;
	display:block;
	float: right;
}

#content div.interiorTop {
	height: 34px;
	background-color: #000000;
	margin: 0px;
	border: 0px;
	background-image: url(images/interiorTop.gif);
}

#content div.interiorTop h2 {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#content div.interiorTop h2.news {
	width: 54px;
	height: 27px;
	background: url(images/headerNews.gif);
}

#content div.interiorTop h2.properties {
	width: 130px;
	height: 27px;
	background: url(images/headerProperties.gif);
}

#content div.interiorTop h2.about {
	width: 55px;
	height: 27px;
	background: url(images/headerAbout.gif);
}

#content div.interiorTop h2.resources {
	width: 100px;
	height: 27px;
	background: url(images/headerResources.gif);
}

#content div.interiorTop div.link {
	width: 400px;
	height: 34px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;	
}

#content div.contentItem {
	background-image: url(images/contentItemBg.gif);
	border-bottom: 1px #222222 solid;
	padding: 10px 20px 10px 14px;
}

#content div.contentItem p.newsHeadline {
	font-size: 12px;
}

#content .contentItem p.newsHeadline a:link { text-decoration: none; color: #ffffff; font-weight: bold; }
#content .contentItem p.newsHeadline a:visited { text-decoration: none; color: #ffffff; font-weight: bold; }
#content .contentItem p.newsHeadline a:hover { text-decoration: none; color: #BA0808; font-weight: bold; }
#content .contentItem p.newsHeadline a:active { text-decoration: none; color: #ffffff; font-weight: bold; }

#content div.contentItem p.newsHeadline span.date {
	font-weight: normal;
	font-size: 10px;
	color: #999999;
}

#content div.contentItem img.property {
	border: 3px #999999 solid;
	margin-left: 15px;
}

#content div.contentItem p.propertyTitle {
	font-size: 12px;
	font-weight: bold;
}

#content .contentItem p.propertyTitle a:link { text-decoration: none; color: #BA0808; font-weight: bold; }
#content .contentItem p.propertyTitle a:visited { text-decoration: none; color: #BA0808; font-weight: bold; }
#content .contentItem p.propertyTitle a:hover { text-decoration: none; color: #999999; font-weight: bold; }
#content .contentItem p.propertyTitle a:active { text-decoration: none; color: #BA0808; font-weight: bold; }

#footer {
	height: 34px;
	background-color: #000000;
	margin: 0px;
	padding-right: 15px;
	text-align: right;
	line-height: 34px;
	color: #999999;
}


#belowFooter {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#belowFooter img {
	margin-left: auto;
	margin-right: auto;
}
.hidden {
	display: none;
}

//-->