@charset "UTF-8";
/* CSS Document */

body {
	background: #000 url(../images/body-bg.jpg) top repeat-x;
	margin: 0 auto;
	padding: 40px 0 50px 0;
	text-align: center;
}

.clear {
	clear: both;
}

#top {
	width: 935px;
	height: 4px;
	margin: 0;
	padding: 0;
	float: left;
}

#left {
	width: 403px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#logo {
	width: 403px;
	height: 157px;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#right {
	width: 532px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

/* Begin Navigation */

#menu {						
	display: block;
	width: 532px;
	height: 60px;
	float: left;
	padding: 0;
	margin: 0; 
}
							
#menu ul {					
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 60px; 
}
							
#menu ul.overview {		
	background: url(../images/menu-overview.jpg) top left no-repeat;
	width: 132px;
	height: 60px; 
}
							
#menu ul.overview-active {	
	background: url(../images/menu-overview-active.jpg) top left no-repeat;
	width: 132px;
	height: 60px; 
}

#menu ul.homes {		
	background: url(../images/menu-homes.jpg) top left no-repeat;
	width: 172px;
	height: 60px; 
}
							
#menu ul.homes-active {	
	background: url(../images/menu-homes-active.jpg) top left no-repeat;
	width: 172px;
	height: 60px; 
}

#menu ul.location {		
	background: url(../images/menu-location.jpg) top left no-repeat;
	width: 110px;
	height: 60px; 
}
							
#menu ul.location-active {	
	background: url(../images/menu-location-active.jpg) top left no-repeat;
	width: 110px;
	height: 60px; 
}

#menu ul.contact {		
	background: url(../images/menu-contact.jpg) top left no-repeat;
	width: 118px;
	height: 60px; 
}
							
#menu ul.contact-active {	
	background: url(../images/menu-contact-active.jpg) top left no-repeat;
	width: 118px;
	height: 60px; 
}
							
#menu h2 {					
	color: #fff;
	font: 15px Geneva, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	font-weight: normal;
	width: auto;
	text-align: center;
	padding: 19px 0 0 0; 
}
							
#menu h2 a {				
	font: 15px Geneva, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	width: auto;
	font-weight: normal;
	padding: 0 0 20px 0;
	text-align: center;
	color: #fff;
	background: none;
	text-decoration: none;
	border: none; 
}
							
#menu h2 a:hover {			
	color: #D08877;
	background: none; 
}
							
#menu h2 a.active {			
	color: #D08877;
	text-decoration: none; 
}
							
#menu a {					
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	border: 1px solid #000;
	border-top: none;
	margin: 0;
	width: 155px;
	padding: 5px 15px;
	color: #000;
	text-align: left;
	background-image: url(../images/dropdown-bkr.png);
	text-decoration: none;
}
							
#menu a:hover {				
	color: #000;
	background-image: url(../images/dropdown-bkr-on.png);
}
						
#menu li {					
	position: relative;
	z-index: 500;
}

#menu ul ul { 				
	position: absolute;
	z-index: 500;
	left: 1px;
}
							
#menu ul ul ul { 			
	top: 0; 
	left: 100%;
	width: 150px;
	z-index: 500;
}
					
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {		
	display: none; 
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {		
	display: block;
	z-index: 500;
}

/* End Navigation */

#buttons {
	width: 935px;
	height: 72px;
	margin: 0;
	padding: 0;
	clear: both;
}

#footer {
	background: url(../images/footer-bg.jpg) top left no-repeat;
	width: 935px;
	height: 71px;
	margin: 0;
	padding: 0;
	float: left;
}

#footer p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	padding: 17px 0 0 30px;
	margin: 0;
	font-weight: normal;
	text-align: left;
	line-height: 17px;
}

#footer p a:link, #footer p a:active, #footer p a:visited {
	color: #6B6B6B;
	text-decoration: none;
}

#footer p a:hover {
	color: #C6C6C6;
	text-decoration: none;
}
	


	
