/* @override http://www.horizonmediagroup.net/public/reneeseventcenter/style.css */

body {
	background-color: #E4E5CF;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: center;
}
#logo {
	height: 100px;
	width: 232px;
	position: absolute;
	top: 40px;
	left: 40px;
	visibility: visible;
	z-index:99;
}
.border {
	margin: 8px;
	border: 4px double #5A1A13;
}
#wrapper {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F5F8E3;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	border: 1px solid #660000;
	position: relative;
	text-align: left;
	min-width: 800px;
}
#header {
	background-image: url(images/header2.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 200px;
	z-index: 2;
	position: relative;
	min-width:646px;

}
#headerWrap {
	background-color: #94B382;
}
#head_image {
	background-image: url(images/house.jpg);
	position: absolute;
	float: right;
	height: 200px;
	overflow: hidden;
	right: 0px;
	clear: none;
	top: 0px;
	width: 405px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#images {
	width: 206px;
	margin-right: 18px;
	margin-left: 3px;
	float: left;
	margin-bottom: 15px;
	text-align: right;
}
#images img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
#images    a   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #5A1A13;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: right;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
#content {
	padding-right: 25px;
	padding-left: 25px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	*clear:none;
	margin-left: 220px;
	height: 100%;
	position: relative;
}
#content  a, #content a:visited {
	color: #3F3825;
	text-decoration: none;
}
#content a:hover {
	color: #5A1A13;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.6em;
	color: #7D7E73;
	font-style: italic;
	font-weight: lighter;
	margin-top: 8px;
	margin-bottom: 5px;
}
#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	color: #838579;
	font-weight: lighter;
	letter-spacing: 2px;
	font-size: 17px;
}
#menubar {
	background-image: url(images/menus.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 45px;
	*top: -24px;
	z-index: 5;
	min-width:646px;
	position: relative;
	top: -26px;
	*top:-24px;
}
#slogan    {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-top: 5px;
	*margin-top: 3px;
	margin-left: 10px;
	font-weight: bold;
	padding-top: 4px;
	*padding-top: 0px;

}
#menus {
	font-family: Arial, Helvetica, sans-serif;
	color: #F5F8E3;
	float: right;
	clear: none;
	position: relative;
	width: 50%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	top: 5px;
	*top: 0px;
	z-index: 10;
}
#menus ul {
	margin-top: 2px;
	*margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	padding: 0px;
	list-style-type: none;
}
#menus ul li {
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
}

#menus ul li a  {
	display: block;
	color: #F5F8E3;
	text-decoration: none;
	z-index: 999;
}
#nav li { /* all list items */
	display: block;
} 
#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #5A1A13;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top:0px;
	display: block;
}
#nav li li {
	display:block;
	width: 10em;
	white-space: nowrap;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6C3A33;
	margin: 0px;
	padding: 0px;
	height: 24px;
}	
#nav li li a {
	padding-right: 4px;
	padding-left: 8px;
	padding-top: 2px;
}

 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: 0px;
	padding: 0px;
}
#nav li li:hover, #nav li li.sfhover {
	width:10 em;
	background-color: #D8C3C6;
}
#nav li li:hover a, #nav li li.sfhover a {
color:#5A1A13
}	
#footer {
	clear: both;
	background-color: #94B382;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 2px;
}
#footer p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#hmg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	width: 70%;
	margin-top: 5px;
}
#hmg a, a:visited {
	color: #FF9900;
	text-decoration: none;
}
.floatLeft {
	float: left;
	position: relative;
}
.floatRight {
	float: left;
	position: relative;
}
/********************  Google Map Styles ******************/

#map {
	height: 420px;
	width: 420px;
	border: 1px solid #333333;
	z-index: 0;
	float: right;
}

#bmap {	height: 420px;
	width: 420px;
	border: 1px solid #333333;
	float: right;
}
#go {
	width: 420px;
	font-size: 80%;
	float: right;
}
#go2 {	width:420px;
	font-size: 80%;
	float: right;
}
#route {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	height: auto;
	width: 420px;
	border: 1px solid #333333;
	float: right;
	}
.border {
	border: 5px double #5A1A13;
	margin: 8px;
}
#Cwrap {
	width: 99%;
	position: relative;
	height: 100%;
	margin-top: -15px;
	*margin-top: 0px;
}
