body {
	margin: 0;
	padding: 0;
	font-family: futura, "lucida sans unicode" monaco, sans-serif;
	font-size: small;
	background: black;
	behavior: url(csshover.htc); /* WinIE behavior call */
}

* html body {
	
	font-size: x-small; /* for Win/IE5 */
	f\ont-size: small; /* for other IE versions */
}

#wrap {
	
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 48px;
	width: 800px;
	background: url(images/nav-bk.jpg) repeat-x top left #585A30;
}

#header_stone {
	height: 58px;
	width: 800px;
	background: url(images/bowden_stone.jpg) no-repeat top left;
}

/*Side bar with flash content in the HTML content*/
#bodywrap {
	width: 800px;
	height: 800px;
	background: #FDFCFA;
	clear: both;
}

#sidebar {
	width: 229px;
	height:460px;
	float: left;
	background: url(images/bowden_left.gif) no-repeat bottom left;
	text-align: center;
}

#sidebar a {
	color: #585A30;
}

#sidebar a:hover {
	color: #000000;
}

#sidebar_text {
	padding-top: 120px;
	text-align: center;
}

#sidebar_text a {
	color: #585A30;
}

#sidebar_text a:hover {
	color: #000000;
}

/* Main body for the Welcome Page-Bowden*/	
#body_main {
	width: 573px;
	height: 460px;
	float: left;
	background: url(images/amber-body.gif) no-repeat top left;
}
/*
#body_main_text {
	line-height: 1.25em;
	font-size: 110%;
	float:left;
	padding-top: 90px;
	padding-left: 180px;
	padding-right: 30px;
	font-weight: bold;
	font-family: times, serif;
}

#body_main_text1 ul {
	color: #CC9900;
	line-height: 1.5em;
	padding-left: 220px;
	float: left;
	list-style-type: square;
}*/

/*Body for the Elevations and floor plans*/	
#body_home {
	width: 571px;
	height: 460px;
	float: right;
	background: url(images/amber-body.gif) no-repeat bottom left #FDFCFA;
}


#body_home2 {
	width: 571px;
	height: 460px;
	float: right;
	background: url(images/amber-body2.gif) no-repeat bottom left #FDFCFA;
}




/*	
#body_bullets {
	float left;
	z-index: 2;
	
}

#body_bullets ol {
	font-size: 90%;
	color: #CC9966;
}
*/

#body_top {
	padding-top: 25px;
	width: 572px;
	height: 69px; 
	float: left;
	/*background: url(images/evelation1-text.png);*/
}

#body_mid {
	padding-top: 20px;
	height: 226px;
	width: 572;
	float: left;	
}

#body_bot {
	/*font-size: 90%;
	width: 75%;*/
	width: 572px;
	height: 150px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

#body_bot ul {
	padding: 0;
	margin:0;
	list-style: none;
}

#body_bot ul li{
	padding-right: 10px;
	float: left;
	display: inline;
}

#body_bot a {
	color: #585A30;
}

#body_bot a:hover {
	color: #000000;
}


#footer {
	padding-top: 10px;
	text-align: center;
	clear: both;
	background: url(images/bowden-footer.jpg) no-repeat top left;
	width: 800px;
	height: 34px;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	color: #900000;
}


/*NAVIGATION DON"T TOUCH!!!*/
div#nav {float: left;
	/*margin: -1px;*/
	padding-top: 25px;
	padding-left: 20px;
	font-size: 90%;
	}
		 
div#nav ul {margin: 0;
	padding: 0;
	background: #000000;
	/*border: 1px solid #CCC;
	border-width: 0 1px;*/}
			
div#nav li {position: relative;
	list-style: none;
	margin: 0;
	float: left;
	/*width: 18ex;*/
	line-height: 1em;}
		
div#nav li:hover {background: #000000;}

div#nav li.submenu {background: url(dropmenu.gif) 95% 50% no-repeat;}

div#nav li.submenu:hover {background-color: #000000;}

div#nav li a {display: block;
	color: #C8B789;
	padding: 0.2em 0.75em;
	text-decoration: none;
	/*width: 6.5em;*/}
			  
div#nav>ul a {width: auto;}

div#nav ul ul {position: absolute;
	width: 10em;
	display: none;}
			   
div#nav ul ul li {/*border-bottom: 1px solid #CCC;*/
	width: 10em;
	margin-top: -1px;
}

/*div#nav li.submenu li.submenu {background: url(submenu.gif) 95% 50% no-repeat;}*/

div#nav li.submenu li.submenu:hover {background-color: #000000;}

div#nav li.submenu li.submenu:hover {background-color: #000000;}

div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}

div#nav ul.level2 {top: 1.45em;
	left: 0;
	margin-top 2px;
	background: #00000;
}

div#nav ul.level3 {top: 0;
	left: 10em;
	background: #00000;}
