body {
	font: 0.7em Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #e5ebea;
	margin: 0;
	padding: 0;
/*	background-image: url(../images/bkg_body.gif);			*/
	background-image: url(../images/bkg_body_ie.gif);
	background-repeat: repeat-y;
	background-position: center;	
}

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}

#container {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #FFF;
}

/* header */

#header {
	position: absolute;
	top: 0;
	width: 950px;
	height: 140px;
	background-image: url(../images/bkg_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#header div#menu {
	float: left;
	width: 656px;
}
#header div#menu p {
	color: #FFF;
	padding: 25px 25px 58px 30px;
/*	padding: 25px 28px 38px 30px;			*/
	text-align: right;
}
#header div#menu p a {
	color: #FFF;
}
#header div#menu ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 30px;
}
#header div#menu ul li {
	display: inline;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFF;
}
#header div#menu ul li a {
	padding: 0 5px 0 8px;
	color: #FFF;
	text-decoration: none;
}
#header div#menu ul li a:hover {
	color: #dcf5f2;
}
#header div#menu ul li a.home {
	padding: 0 6px 0 0;
}

#header div#menu ul li#active a {
	font-size: 1.2em;
}

#header div#logo {
	float: left;
	width: 124px;
}

/* main content */

#content {
	position: absolute;
	top: 140px;
	width: 950px;
}

#content div#colRight {
	float: right;
	width: 294px;
}
#content div#colRight div#search {
	height: 283px;
}
#content div#colRight div#search div#photo {
	float: left;
	width: 123px;
}
#content div#colRight div#search form {
	float: left;
	width: 170px;
	height: 284px;
	background-color: #dedede;
	border-left: 1px solid #FFF;
}
#content div#colRight div#search form h2 {
	padding: 0 0 10px 0;
}
#content div#colRight div#search form div.formLine {
	clear: both;
	height: 20px;
}
#content div#colRight div#search form div.formLine label {
	float: left;
	width: 84px;
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
	color: #999999;
	font-weight: bold;
	padding: 0 0 0 10px;
}
#content div#colRight div#search form div.formLine select {
	float: left;
	width: 76px;
	border: 1px solid #bcbcbc;
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
	color: #999999;
}
#content div#colRight div#search form div.formLine input.text {
	float: left;
	width: 76px;
	border: 1px solid #bcbcbc;
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
	color: #999999;
}
#content div#colRight div#search form input.button {
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
	color: #999999;
	font-weight: bold;
	float: right;
	margin: 2px 10px 10px 0;
	background-color: #a1a1a1;
	color: #FFF;
	border: 1px solid #a1a1a1;
	padding: 1px 5px;	
}
#content div#colRight div#search form div.formLine input.check {
	width: 11px;
	margin: -4px 0 0 0;
}
#content div#colRight div#search form div.formLine span {
	color: #999999;
	font-size: 0.8em;
}

#content div#colLeft {
	float: left;
	width: 656px;
	background-color: #FFF;
}
#content div#colLeft div#homeBox {
	height: 284px;
	background-image: url(../images/bkg_homebox.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
div.homeLeft {
	float: left;
	width: 323px;
}
div.homeRight {
	float: left;
	width: 305px;
}
div.homePadder {
	padding: 10px 10px 0 30px;
}
div#subPadder {
	padding: 10px 20px 0 30px;
}

#featuredBox {
	float: left;
	height: 257px;
	width: 656px;
	background-image: url(../images/bkg_featured.gif);
	background-repeat: no-repeat;
	background-position: top;

}
#contactBox {
	float: left;
/*	height: 257px;				*/
	width: 294px;
	background-image: url(../images/bkg_contactbox.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#contactBox div.homePadder {
	padding: 7px 10px 0 20px;
}

#contactBox h2 {
	color: #FFF;
	font-size: 2.7em;
}
#contactBox div.formLine label {
	width: 75px;
	color: #FFF;
	text-align: right;
	padding-right: 10px;
}
#contactBox div.formLine input.text {
	border: 1px solid #FFF;
}

#contactBox p {
	color: #FFF;
	padding: 18px 0 18px 0;
	margin: 18px 0 0 0 ;
	border-top: 1px dotted #d5dddc;
	line-height: 1.4em;
}
#contactBox p a {
	color: #FFF;
}

#featuredBox h1 {
	color: #FFF;
	font-size: 3em;
	padding-bottom: 2px;
}
#featuredBox p, #featuredBox p a {
	color: #FFF;
}
#featuredBox p#address {
	color: #93aeaa;
	clear: left;
	padding-top: 10px;
}
#featuredBox p#address a {
	color: #93aeaa;
}

.propBox {
	float: left;
	width: 188px;
	height: 112px;
	padding: 0 15px 0 0;
	border-right: 1px solid #547a76;
	margin: 0 18px 0 0;
}
html>body .propBox {
	width: 178px;
}
.propBox h2 {
	font: bold 1.1em Arial, Verdana, sans-serif;
	color: #FFF;
	padding: 0 0 4px 0;
	letter-spacing: 0;
}
.propBox img {
	float: left;
	margin: 0 14px 0 0;
}
#featuredBox div.propBox p a {
	color: #6fbaff;
}

#footer {
	clear: both;
	background-color: #e5ebea;
	padding: 10px 10px 25px 30px;
	border-top: 1px solid #003932;
	height: 50px;
}
#footer p {
	font-size: 0.9em;
	color: #003932;
	line-height: 1.5em;
}
#footer p a {
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer p a#webheads {
	color: #93aeaa;
}

#footer p#logoList {
	float: right;
	width: 440px;
	text-align: right;
}
#footer p#logoList img {
	margin: 0 0 0 6px;
}
#footer p#copyright {
	float: left;
	width: 460px;
}

/* property search page */

.propertyLine {
	clear: both;
	border-bottom: 1px dotted #0d433c;
/*	height: 115px;			*/
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
.propertyLine img.photo {
	float: left;
	margin: 0 15px 0 0;
}
.propertyLine p a {
	color: #6fbaff;
	font-weight: bold;
}
.propertyLine h2 {
	padding: 0 0 5px 0;
	font: bold 1em Arial, Verdana, sans-serif;
}

/* form styles */

div.formLine {
	clear: both;
	height: 26px;
}
div.formLine label {
	float: left;
	width: 175px;
	font-weight: bold;
	padding: 2px 10px 0 0;
	color: #265854;
}
div.formLine input.text {
	float: left;
	width: 165px;
	color: #265854;
	border: 1px solid #265854;
	font: 1em Arial, Verdana, sans-serif;
}
div.formLine textarea {
	float: left;
	width: 165px;
	color: #265854;
	border: 1px solid #265854;
	font: 1em Arial, Verdana, sans-serif;
	height: 60px;
}
div.formLine input.button {
	color: #265854;
	font: 1em Arial, Verdana, sans-serif;
	padding: 1px 5px;
}

/* general styles */

.clear {
	clear: both;
}
.large {
	font-size: 1.1em;
}
.floatRight {
	float: right;
	margin: 0 0 4px 10px;
}
.floatLeft {
	float: left;
	margin: 0 10px 4px 0;
}

/* general tags */

h1 {
	font: bold 2.3em "Times New Roman", Arial, sans-serif;
	color: #003932;
	letter-spacing: -1px;
	padding: 0 0 12px 0;
}
h2 {
	font: bold 1.8em "Times New Roman", Arial, sans-serif;
	color: #003932;
	letter-spacing: -1px;
	padding: 6px 0 12px 0;
}
h3 {
	font: bold 1.3em "Times New Roman", Arial, sans-serif;
	color: #003932;
	letter-spacing: -1px;
	padding: 6px 0 12px 0;
}

p {
	color: #265854;
	padding: 0 0 15px 0;
}
ul {
	margin: 0 0 15px 25px;
	list-style: square;
	color: #265854;
}

a {
	color: #265854;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p.opening {
	border: 1px solid #265854;
	padding: 6px 10px;
	margin: 0 0 15px 0;
	text-align: center;
}
.separator {
	border-bottom: 1px dotted #265854;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}