@charset "UTF-8";
html {
		height: 100%;
		font-size: 100%; /* For IE */
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	*font-size: 45%; /* IE */
	background-color:#C5BE74;
	margin:0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
}

.hideme {
	display:none;
}

#content {
	background-color:#FFFFFF;
	margin: 0 auto;
	width:1008px;
	height:100%;
	text-align: left;
	position:relative;
	overflow: hidden;
}

#header_img {
	background-image:url(../images/header_main.jpg);
	height:172px;
	overflow: hidden;
	border-top:solid 1px #a5ac8d;
}

#header_img_living {
	background-image:url(../images/header_living.jpg);
	height:172px;
	overflow: hidden;
	border-top:solid 1px #a5ac8d;
}

#header_img_contact {
	background-image:url(../images/header_contact.jpg);
	height:170px;
	overflow: hidden;
	border-top:solid 1px #a5ac8d;
}

#header_green {
	border-top: 10px solid #4b5a1c;
	margin: 0;
	padding: 0;
}

#logo {
	background-image:url(../images/logo.gif);
	position:absolute;
	left:625px;
	top:151px;
	height:100px;
	width:265px;
	z-index:1;
}

/* Experimental Nav_bar styling absed on active page
Look at header.php
03/02/2009

#active_nav {
	background-color:#4b5a1c;
	padding:10px 11px 11px 11px;
}

#unactive_nav {
	background-color:#722820;
	padding:10px 11px 11px 11px;
}
End Code */

#header {
	background-color:#722820;
	color:#c0aa8b;
	clear:both;
	width:auto;
	padding:10px 10px 10px 20px;
	vertical-align: text-top;
	margin:0px;
	text-align:left;
	position:relative;
}
#header a {
	color:#c0aa8b;
	text-decoration:none;
}
#header a:hover {
	color:#c0aa8b;
	text-decoration:underline;
}

#side_sites {
	position:absolute;
	top:40px;
	left:0px;
	background-image:url(../images/about1_sites.jpg);
	background-repeat:no-repeat;
	height:109px;
	width:214px;
	margin:0px;
}
#side_sitesRO {
	position:absolute;
	background-image:url(../images/about1_sitesRO.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:109px;
	width:214px;
}
#side_sitesRO a:hover { /* this tag is for IE */
	background-image:none;
}
#side_sitesRO:hover {   /* this tag works for all other browsers */
	background-image:none;
}

#side_sites_selected_number {
	position:absolute;
	top:40px;
	left:0px;
	background-image:url(../images/about1_sites_selected.jpg);
	background-repeat:no-repeat;
	height:109px;
	width:214px;
	margin:0px;
}

#side_available {
	position:absolute;
	top:141px;
	left:70px;
	background-image:url(../images/about1_available.jpg);
	background-repeat:no-repeat;
	height:109px;
	width:177px;
	margin:0px;
}
#side_availableRO {
	position:absolute;
	background-image:url(../images/about1_availableRO.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:109px;
	width:177px;
}
#side_availableRO a:hover { /* this tag is for IE */
	background-image:none;
}
#side_availableRO:hover {   /* this tag works for all other browsers */
	background-image:none;
}

#side_neighbors {
	position:absolute;
	top:40px;
	left:45px;
	background-image:url(../images/side_links_neighbors.jpg);
	background-repeat:no-repeat;
	height:75px;
	width:175px;
	margin:0px;
}
#side_neighborsRO {
	position:absolute;
	background-image:url(../images/side_links_neighborsRO.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:75px;
	width:175px;
}
#side_neighborsRO a:hover { /* this tag is for IE */
	background-image:none;
}
#side_neighborsRO:hover {   /* this tag works for all other browsers */
	background-image:none;
}

#side_events {
	position:absolute;
	top:115px;
	left:15px;
	background-image:url(../images/side_links_events.jpg);
	background-repeat:no-repeat;
	height:75px;
	width:205px;
	margin:0px;
}
#side_eventsRO {
	position:absolute;
	background-image:url(../images/side_links_eventsRO.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:75px;
	width:205px;
}
#side_eventsRO a:hover { /* this tag is for IE */
	background-image:none;
}
#side_eventsRO:hover {   /* this tag works for all other browsers */
	background-image:none;
}

#side_newsletter {
	position:absolute;
	top:185px;
	left:35px;
	background-image:url(../images/side_links_newsletter.jpg);
	background-repeat:no-repeat;
	height:80px;
	width:180px;
	margin:0px;
}
#side_newsletterRO {
	position:absolute;
	background-image:url(../images/side_links_newsletterRO.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:80px;
	width:180px;
}
#side_newsletterRO a:hover { /* this tag is for IE */
	background-image:none;
}
#side_newsletterRO:hover {   /* this tag works for all other browsers */
	background-image:none;
}

.side_schedule {
	position:absolute;
	top:35px;
	left:11px;
	background-image:url(../images/side_link_schedule.jpg);
	background-repeat:no-repeat;
	height:100px;
	width:200px;
	margin:0px;
}
.side_scheduleRO {
	position:absolute;
	background-image:url(../images/side_link_scheduleRO.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:100px;
	width:200px;
}
.side_scheduleRO a:hover { /* this tag is for IE */
	background-image:none;
}
.side_scheduleRO:hover {   /* this tag works for all other browsers */
	background-image:none;
}

#side_open {
	position:absolute;
	top:122px;
	left:5px;
	background-image:url(../images/side_link_open.jpg);
	background-repeat:no-repeat;
	height:100px;
	width:200px;
	margin:0px;
}
#side_openRO {
	position:absolute;
	background-image:url(../images/side_link_openRO.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:100px;
	width:200px;
}
#side_openRO a:hover { /* this tag is for IE */
	background-image:none;
}
#side_openRO:hover {   /* this tag works for all other browsers */
	background-image:none;
}

.side_request {
	position:absolute;
	top:218px;
	left:5px;
	background-image:url(../images/side_link_request.jpg);
	background-repeat:no-repeat;
	height:100px;
	width:200px;
	margin:0px;
}
.side_requestRO {
	position:absolute;
	background-image:url(../images/side_link_requestRO.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:100px;
	width:200px;
}
.side_requestRO a:hover { /* this tag is for IE */
	background-image:none;
}
.side_requestRO:hover {   /* this tag works for all other browsers */
	background-image:none;
}

#side_join {
	position:absolute;
	top:310px;
	left:5px;
	background-image:url(../images/side_link_join.jpg);
	background-repeat:no-repeat;
	height:100px;
	width:200px;
	margin:0px;
}
#side_joinRO {
	position:absolute;
	background-image:url(../images/side_link_joinRO.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:100px;
	width:200px;
}
#side_joinRO a:hover { /* this tag is for IE */
	background-image:none;
}
#side_joinRO:hover {   /* this tag works for all other browsers */
	background-image:none;
}

#side_sidelinks {
	position:absolute;
	top:240px;
	left:60px;
	height:109px;
	width:200px;
	font-size:1.8em;
	line-height:1.5em;
}

#side_sidelinks_living {
	position:absolute;
	top:310px;
	left:60px;
	height:109px;
	width:200px;
	font-size:1.8em;
	line-height:1.5em;
}

#side_sidelinks_living_events {
	position:absolute;
	top:310px;
	left:60px;
	height:109px;
	width:200px;
	font-size:1.1em;
	line-height:1.5em;
}

a.side_sidelinks {
	font-weight:bold;
	color:#732820;
	text-decoration:none;
}

a.side_sidelinks:hover {
	font-weight:bold;
	color:#4B5A1C;
	text-decoration:underline;
}

#footer {
	background-color:#4b5a1c;
	color:#c0aa8b;
	border-top:solid 1px;
	border-top-color:#a5ac8d;
	font-size:1.1em;
	clear:both;
	width:auto;
	height: 12px;
	padding:5px 5px 5px 20px;
	text-align:left;
	margin:0px;
}

#flashcontent{
	/*margin-left:180px;  show to Mozilla/Safari/Opera */
	height:100%;
	margin-left:250px; /* show to IE */
	z-index:-1;
}
