/*
 Screen style    
 Site: The Pines at Hathaway Pond
*/
body {
 background: #96a060 url(../images/bg-runner.jpg) top left repeat-x;
 color: #000;
 padding: 0;
 text-align: center;
}

/* Layout */
#wrapper {
 color: #000;
 margin: 0 auto;
 text-align: left;
 width: 713px;
}

/* Header */
#header {
 background: #407791  url(../images/logo.jpg) no-repeat;
 color: #fff;
 height: 129px;
 position: relative;
}

#logo {
 height: 129px;
 left: 200px;
 position: absolute;
 top: 0px;
 width: 274px;
 z-index: 1;
}

#showing {
 height: 62px;
 margin: 0;
 position: absolute;
 right: 0;
 top: 34px;
 width: 171px;
 z-index: 5;
}

#photogallery {
 height: 62px;
 margin: 0;
 position: absolute;
 left: 0;
 top: 20px;
 width: 171px;
 z-index: 5;
}


/* Navigation */
#nav {
 background-color: #4e1f10;
 color: #fff;
 list-style: none;
 margin: 0;
 padding: 0;
 border: none;
 width: 713px;
 display: block;
}

#nav li {
 margin: 0;
 padding: 0;
 float: left;
 height: 41px;
 width: auto;
 list-style: none;
}

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
}

#nav li ul {
	left: -999em;
	position: absolute;
	color: #fff;
	list-style: none;
	margin: 0;
	padding-top: 0;
	top: 170px;
	width: auto;
	background: #622915 url(../images/dropdown.jpg) repeat-x;
}
#nav li ul li {
	margin: 0;
	display: block;
	clear: both;
	height: auto;
	text-align: center;
	padding: 5px;
}
#nav li ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#nav li ul li a:hover {
	text-decoration: underline;
}
# nav li > ul {
	top: auto;
	left: auto;
}
	
/* Content */
#content {
	background-color: #fff;
	padding: 0 20px;
	height: 445px;
	margin-bottom: 3px;
	line-height: 22px;
	font-size: 13px;
}
.quote {
	color: #941524;
	font-style: italic;
	font-size: 12px;
}

/* Newsletter */
#newsletter {
 margin: 0;
 height: 157px;
 position: absolute;
 right: 0px;
 top: 615px;
 width: 159px;
 z-index: 5;
}

/* Footer */
#footer {
 	clear: both;
	border-top: 1px solid #4e1f10;
 	font-size: 0.92em;
	margin-top: 3px;
	padding-top: 3px;
}
#residents {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
a:hover#residents {
	color: #465928;
}
#footer .copyright {
	color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	text-align: center;
}
#footer .copyright a {
	color: #eee;
	text-decoration: none;
}

/* Image replacement styles */
.replace {
 font-size: 1em;
 margin: 0;
 overflow: hidden;
 position: relative;
}

.replace span {
 background-position: top left;
 background-repeat: no-repeat;
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
}

