body, html {
	margin: 10px 0;
	padding: 0 0 20px 0;
	background: #c4ddd6;
	font: 12px/16px Arial, Helvetica, sans-serif;
	height: 100%;
}

a:link, a:visited, a:active {
	color: #803342;
}

a:hover {
	text-decoration: none;
}

/* Navigation */
#nav {
	margin: 0 auto;
	padding: 0;
	width: 806px;
	height: 46px;
	background: #803342 url(images/header_shadow.gif) no-repeat center top;
	vertical-align: bottom;
}
.down-app {
	margin: 0px 0 20px -5px;
}
#nav_lt {
	background: url(images/nav_lt.gif);
	width: 10px;
	height: 46px;
	float: left;
}

#nav_rt {
	background: url(images/nav_rt.gif);
	width: 10px;
	height: 46px;
	float: right;
}
img, img a {
	border: 0;
}
/* Menu */
#menu {
	margin: 24px 0 0 0;
	padding: 0;
	width: 500px;
	float: right;
}

.menu_main {
	float: left;
	width: 59px;
	height: 15px;
	border-right: 1px solid #924453;
	background: #803342 url(images/nav_main.gif) no-repeat 0 0px;
}
a.menu_main:link, a.menu_main:visited, a.menu_main:active {
	text-decoration: none;
	background: #803342 url(images/nav_main.gif) no-repeat 0 0px;
}
a.menu_main:hover {
	background: #803342 url(images/nav_main.gif) no-repeat -59px 0px;
}

.menu_features {
	float: left;
	width: 77px;
	height: 15px;
	border-right: 1px solid #924453;
	background: #803342 url(images/nav_features) no-repeat 0 0px;
}
a.menu_features:link, a.menu_features:visited, a.menu_features:active {
	text-decoration: none;
	background: #803342 url(images/nav_features.gif) no-repeat 0 0px;
}
a.menu_features:hover {
	background: #803342 url(images/nav_features.gif) no-repeat -77px 0px;
}

.menu_tour {
	float: left;
	width: 59px;
	height: 15px;
	border-right: 1px solid #924453;
	background: #803342 url(images/nav_tour.gif) no-repeat 0 0px;
}
a.menu_tour:link, a.menu_tour:visited, a.menu_tour:active {
	text-decoration: none;
	background: #803342 url(images/nav_tour.gif) no-repeat 0 0px;
}
a.menu_tour:hover {
	background: #803342 url(images/nav_tour.gif) no-repeat -59px 0px;
}

.menu_floorplans {
	float: left;
	width: 89px;
	height: 15px;
	border-right: 1px solid #924453;
	background: #803342 url(images/nav_rentalinfo.gif) no-repeat 0 0px;
}
a.menu_floorplans:link, a.menu_floorplans:visited, a.menu_floorplans:active {
	text-decoration: none;
	background: #803342 url(images/nav_floorplans.gif) no-repeat 0 0px;
}
a.menu_floorplans:hover {
	background: #803342 url(images/nav_floorplans.gif) no-repeat -89px 0px;
}

.menu_rentalinfo {
	float: left;
	width: 133px;
	height: 15px;
	border-right: 1px solid #924453;
	background: #803342 url(images/nav_rentalinfo.gif) no-repeat 0 0px;
}
a.menu_rentalinfo:link, a.menu_rentalinfo:visited, a.menu_rentalinfo:active {
	text-decoration: none;
	background: #803342 url(images/nav_rentalinfo.gif) no-repeat 0 0px;
}
a.menu_rentalinfo:hover {
	background: #803342 url(images/nav_rentalinfo.gif) no-repeat -133px 0px;
}

.menu_contact {
	float: left;
	width: 76px;
	height: 15px;
	border: 0px solid;
	background: #803342 url(images/nav_tour.gif) no-repeat 0 0px;
}
a.menu_contact:link, a.menu_contact:visited, a.menu_contact:active {
	text-decoration: none;
	background: #803342 url(images/nav_contact.gif) no-repeat 0 0px;
}
a.menu_contact:hover {
	background: #803342 url(images/nav_contact.gif) no-repeat -76px 0px;
}

* html body .menu_main, * html body .menu_features, * html body .menu_tour, 
* html body .menu_floorplans, * html body .menu_rentalinfo, * html body .menu_contact {
	margin: 0 0 -3px 0;
}

/* Main/Content */
#main { 
	margin: 0 auto;
	padding: 0;
	width: 806px;
	background: url(images/bg_main_white.gif) repeat-y center;
}

#main_inside { 
	margin: 0 auto;
	padding: 0;
	width: 806px;
	background: url(images/bg_main_inside.gif) repeat-y center; 
}

#logo_home {
	margin: 0;
	padding: 30px 22px 28px 22px;
	text-align: center;
	float: left;
}

#logo_inside {
	margin: 0 3px;
	padding: 0 30px;
	background: #FFFFFF url(images/main_gradient.gif) repeat-x top;
}

#photo {
	margin: 0;
	padding: 30px 10px;
}
.home-photo {
	margin: 0 0 0 250px;
	background: url(../images/main_photo.jpg) no-repeat;
	width: 524px;
	height: 362px;
}
#sub { 
	margin: 0;
	padding: 0;
	width: 806px;
	background: #f9f9d7 url(images/bg_yellow_main.gif) repeat-y;
}

#sub_shadow { 
	margin: 0 3px;
	padding 0;
	height: 10px;
	background: url(images/bg_yellow_shadow.gif) repeat-x top; 
}

#sidebar {
	width: 251px;
	font: 11px/16px Arial, Helvetica, sans-serif;
	float: right;
	margin: 0 3px;
	display: inline;
}

#sidebar_head { 
	height: 16px;
	margin: 0;
	background: url(images/sidebar_header.gif) no-repeat top left;
}

#sidebar_content {
	padding: 5px 20px;
	margin: 0;
	width: 211px;
}

#content {
	margin 0;
	padding: 5px 30px 30px 30px;
}

#news {
	margin: 10px 0 0 0;
	width: 227px;
	padding: 0 0 5px 0;
	float: right;
	background: #FFFFFF url(images/news_footer.gif) no-repeat bottom;
}

#news_content {
	background: #FFFFFF url(images/news_bg.gif) repeat-y;
	padding: 3px 12px 8px 12px;
	font-size: 11px;
}

#news_content h3 {
	font-size: 11px;
}


#news_head {
	width: 227px;
	height: 9px;
	background: #FFFFFF url(images/news_header.gif) no-repeat top;
}

#photo_thumbs {
	border-bottom: 1px solid #dddddd;
	padding: 0 12px;
	margin: 20px 0 20px 5px;
}

#photo_thumbs_h {
	width: 110px;
	border-right: 1px solid #dddddd;
	padding: 0 12px;
	margin: 10px 0 20px 5px;
}

#photo_thumbs_b {
	border-top: 1px solid #dddddd;
	padding: 0 12px;
	margin: 10px 0 20px 5px;
	vertical-align: top;
}

#photo_thumbs img, #photo_thumbs_h img, #photo_thumbs_b img {
	border: 1px solid #999999;
	margin: 0 10px 10px 0;
	padding: 2px;
}

#photo_thumbs .selected, #photo_thumbs_h .selected, #photo_thumbs_b .selected {
	border: 1px solid #999999;
	margin: 0 10px 10px 0;
	padding: 2px;
	filter: alpha(opacity=35);
	-moz-opacity: .35;
	opacity: .35;
}

#photo_lg {
	padding: 10px 40px;
	float: right;
}

#photo_lg img {
	border: 1px solid #999999;
	margin: 3px;
	padding: 2px;
}

#welcome {
	
}

#content_inside {
	width: 480px;
	margin 0;
	padding: 20px 15px 30px 33px;
}

h1 { 
	font: bold 16px Garamond, Georgia;
	color: #803342;
}

h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font: bold 15px Garamond, Georgia;
	color: #803342;
}

#content_inside p {
	margin: 0 0 1.2em 0;
	line-height: 18px;
}

h3 {
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
}


#sidebar_content h1 { 
	margin: 0 0 0 0px;
	font: bold 14px Garamond;
	color: #803342;
}

li {
	list-style: disc;
}

label {
	padding: 0 0 5px 0;
	font: bold 11px/14px Arial, Helvetica, sans-serif;
}

input, textarea, button {
	margin: 5px 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	background: #fafafa;
}

.small {
	font: 11px Arial, Helvetica, sans-serif;
}

.error {
	font-weight: bold;
	color: red;
}

.success {
	font-weight: bold;
	color: green;
}

#news_date {
	padding: 2px 5px; 
	background: #fafafa;
	border-bottom: 1px solid #cccccc; 
	margin: 0 10px 5px 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
}

#news_h3 {
	padding: 0 5px;
}

/* Footer */
#footer {
	margin: 0 auto;
	padding: 0;
	width: 806px;
	background: url(images/bg_yellow_footer.gif) repeat-x top; /* Color: Maroon */
	text-align: center;
	color: #67807a;
	font: 11px/14px Arial, Helvetica, sans-serif;
	clear: right;
}

#footer_inside {
	margin: 0 auto;
	padding: 0;
	width: 806px;
	background: url(images/bg_white_footer.gif) repeat-x top; /* Color: Maroon */
	text-align: center;
	color: #67807a;
	font: 11px/14px Arial, Helvetica, sans-serif;
	clear: right;
}

#white_foot_lt {
	margin: 0;
	background: url(images/bg_white_lt.gif) no-repeat top;
	width: 9px;
	height: 9px;
	float: left;
}

#white_foot_rt {
	margin: 0;
	background: url(images/bg_white_rt.gif) no-repeat top;
	width: 9px;
	height: 9px;
	float: right;
}

#yellow_foot_lt {
	margin: 0;
	background: url(images/bg_yellow_lt.gif) no-repeat top;
	width: 9px;
	height: 9px;
	float: left;
}

#yellow_foot_rt {
	margin: 0;
	background: url(images/bg_yellow_rt.gif) no-repeat top;
	width: 9px;
	height: 9px;
	float: right;
}

#inside_foot_rt {
	margin: 0;
	background: url(images/bg_inside_rt.gif) no-repeat top;
	width: 254px;
	height: 9px;
	float: right;
}

 #map {
    	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
} 

/*Lightbox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border: 2px solid #666666;
	}
#lightboxDetails{
	font-size: 11px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #fff;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
