/* CSS Document */

/* global */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
a {
	color: #003E28;
	text-decoration: underline;
}
		a:hover {
			color: #003E28;
			text-decoration: none;
		}
h1,h2,h3,h4,h5,h6 {
	color: #000000;
}

/*-- nav-bar --*/

#mainNav {
	margin: 0px;
	width: 755px;
	text-align: center;
}
		#mainNav ul{
			margin: 0px;
			padding: 0px;
			float: left;
			width: 755px;
			list-style-type: none;
		}
		#mainNav li{
			float: left;
			vertical-align: middle;
		}
		#mainNav a{
			line-height: 2em;
			color: #003E28;
			text-decoration: none;
			float: left;
			display: block;
			padding-top: 4px;
			padding-right: 0.7em;
			padding-bottom: 4px;
			padding-left: 0.7em;
			font-weight: bold;
			font-size: 1em;
			margin: 0px;
			background-image: url(images/navDivider.gif);
			background-repeat: no-repeat;
			background-position: left center;
		}
		#mainNav ul .first a{
			background: none;
			padding-left: 20px;
		}
		#mainNav ul .first a:hover{
			background-color: #EDECDE;
			text-decoration: none;
			color: #003E28;
			background-image: none;
		}
		#mainNav a:hover {
			background-color: #EDECDE;
			text-decoration: none;
			color: #003E28;
		}

/* main layout boxes */

#top {
	width: 785px;
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 20px;
}
#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 785px;
}
#header {
	padding: 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
		#header h1{
			padding: 0px;
			width: 755px;
			background-image: url(images/mainheader.jpg);
			background-repeat: no-repeat;
			background-position: left top;
			margin: 0px;
			height: 132px;
			}
		#header h1 span {
			display:none
			}
		#header h2{
			padding: 0px;
			width: 755px;
			background-image: url(images/featured-properties.gif);
			background-repeat: no-repeat;
			background-position: left top;
			margin: 0px;
			height: 51px;
			}
		#header h2 span {
			display:none
			}
#container {
	background-color: #E2D8B9;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 755px;
	text-align: center;
}
#content {
	padding: 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: .9em;
}
		#mainContent {
			padding: 0px;
			float: left;
			width: 405px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 20px;
			margin-right: 10px;
		}
		#secondaryContent {
			padding: 0px 10px;
			float: left;
			width: 275px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
		}
		#column2 {
			padding: 0px;
			float: left;
			width: 340px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
			margin-right: 10px;
		}
		#fullspread {
			padding: 0px;
			float: left;
			width: 690px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
			margin-right: 20px;
		}
		#fullspread-bg {
			padding: 10px 5px 5px 10px;
			float: left;
			width: 690px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
			margin-right: 20px;
			background-image: url(images/bg-secondaryContent.gif);
			background-repeat: repeat-x;
			background-position: top;
		}
#bottom {
	width: 785px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
#footer {
	font-size: 0.7em;
	color: #003E28;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 10px;
	width: 755px;
	border-top-color: #003E28;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		#footer a {
			color: #999999;
			text-decoration: underline;
		}
		#footer a:hover {
			color: #000066;
			text-decoration: none;
		}

/* property-list */

#prop-list {
	list-style-type: none;
	margin: 0px;
	font-size: 1.2em;
}
		#prop-list li {
	display: block;
	margin: 10px 3px;
	padding: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
		}
		#staff li .name {
			color: #003E28;
			font-weight: bold;
		}
		#staff li .phone {
			color: #003E28;
			font-weight: bold;
			background-color: #CDC9A9;
			display: block;
			padding: 5px;
			margin: 0px;
			font-size: 1.5em;
		}

		
/* drop down menu */

#dropmenudiv{
	position:absolute;
	border:1px solid #BDBFC1;
	border-bottom-width: 0;
	z-index:100;
}

		#dropmenudiv a{
			width: 100%;
			display: block;
			text-indent: 3px;
			border-bottom: 1px solid #BDBFC1;
			padding: 1px 0;
			text-decoration: none;
			line-height:2em;
			background-image: url(images/navBGround.gif);
			background-repeat: repeat-x;
		}
		
		#dropmenudiv a:hover{ /*hover background color*/
			background-color: #E5E6E6;
			background-image: none;
		}

	
/* classes */

.break {
	clear: both;
}
.graphic-border {
	clear: both;
	border: 2px solid #003E28;
	margin: 2px;
	padding: 0px;
}
.graphic-border:hover {
	border: 2px solid #A00024;
}
.image-border {
	border: 4px solid #ffffff;
	padding: 0px;
}
.fine-print {
	font-size: 0.8em;
	font-style: italic;
}
.numbers {
	font-family: "Times New Roman", Times, serif;
}
.small-caps{
	font-variant: small-caps;
}
.headline{
	font-size: 1.3em;
	font-weight: bold;
	color: #003E28;
}
.sub-headline{
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

.red-headline {
	color: #A00024;
}
.img-wrapper {
	background: url(images/shadow.gif) no-repeat bottom right;
	position:relative;
	float: left;
	margin: 5px;
}
.img-wrapper img {
	background-color: #FFFFFF;
	padding: 4px;
	display:block;
	border: 1px solid #CCCCCC;
	margin: -5px 5px 5px -5px;
	position:relative;
} 