/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#ddd8d1;
	min-width:940px;
}

div#container {
	position:relative; 
	width:908px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	padding-top:60px;
	text-align:left;
	background-image:url("/img/bg-content-top.gif");
	background-position:0px 130px;
	background-repeat:no-repeat;
	border:0px solid black;
}

div#branding_nav {
	position:relative; 
	height:62px;
	background-image:url("/img/bg-nav.gif");
	background-position:top left;
	background-repeat:no-repeat;
	border:0px solid black;
}

#branding_nav img {
	position:absolute;
	top:-22px;
	left:10px;
}

ul#nav {
	position:absolute;
	top:2px;
	right:0px;
	width:675px;
	height:51px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav a span {margin-left:-2000px;}

#nav a{
	display:block;
	height:51px;
	border:0px solid black;
}

#home, #search, #application, #services, #contact {
	position:absolute;
	top:0px;
	height:51px;
}

/*ie6.css*/
#home {width:83px;left:0px;}
#home a, #home a:visited {background:url("/img/btn-home.png") top left no-repeat;}
#home a:hover {background:url("/img/btn-home.png") top center no-repeat;}

#search  {width:144px;left:78px;}
#search a, #search a:visited {background:url("/img/btn-search-rentals.png") top left no-repeat;}
#search a:hover {background:url("/img/btn-search-rentals.png") top center no-repeat;}

#application {width:170px;left:217px;}
#application a, #application a:visited {background:url("/img/btn-rental-application.png") top left no-repeat;}
#application a:hover {background:url("/img/btn-rental-application.png") top center no-repeat;}

#services {width:194px;left:382px;}
#services a, #services a:visited {background:url("/img/btn-management-services.png") top left no-repeat;}
#services a:hover {background:url("/img/btn-management-services.png") top center no-repeat;}

#contact {width:100px;left:571px;}
#contact a, #contact a:visited {background:url("/img/btn-contact.png") top left no-repeat;}
#contact a:hover {background:url("/img/btn-contact.png") top center no-repeat;}


div#content {
	margin-top:15px;
	background-image:url("/img/bg-content.gif");
	background-position:top left;
	background-repeat:repeat-y;
	padding-top:18px;
	padding-right:30px;
	padding-bottom:10px;
	padding-left:30px;
	border:0px solid black;
}

div#content_main {
	float:left;
	width:444px;
	border:0px solid black;
	
}

div#content_sub {
	float:right;
	width:370px;
	border:0px solid black;
}

/*ie6.css*/
div#content_sub_home {
	float:right;
	width:370px;
	border:0px solid black;
}

div#site_info {
	height:30px;
	padding-top:20px;
	padding-left:28px;
	text-align:center;
	background-image:url("/img/bg-content-bottom.gif");
	background-position:top left;
	background-repeat:no-repeat;
	color:#2d2c2b;
	border:0px solid black;
}

#site_info ul {
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	line-height:1.4em;
	margin:0;
	padding-left:0px;
	border:0px solid black;
	float:left;
}

#site_info li {margin:0;padding:0;display:inline;}

#site_info p {
	float:right;
	padding:0px;
	padding-right:28px;
	float:right;
}

#site_info a {text-decoration:none;}
#site_info a:visited {}
#site_info a:hover {text-decoration:underline;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:12px;}

h1 {font-size:16px;} 

h2 {
	font-size:14px;
}
h2.first {margin-top:0px;}

h3 {font-size:12px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#006ab0;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	
	list-style-image:url("/img/dot.png");

}
ul.spacing li{margin-bottom:6px;}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
.no_link {color:#000;text-decoration:none;}

#video_thumbs {
	padding:10px;
	list-style:none;
	list-style-image:none;
}
#video_thumbs li {
	clear:both;
	margin-bottom:20px;
}
#video_thumbs li img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
#video_thumbs h4 {
	font-size:13px;
	margin:0;
	padding:0;
}
#video_thumbs p {
	font-size:11px;
	margin-bottom:4px;
}
#video_thumbs p.stars {
	margin-top:4px;
	margin-bottom:2px;
}
#video_thumbs p.stars img {float:none;margin:0;}

#news_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}

#news_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-bottom:6px;
}

#news_list h3 {
	font-size:12px;
	margin:0;
}

#news_list p {
	font-size:11px;
	margin-bottom:4px;
}

#news_list p.date {
	font-style:italic;
	padding-bottom:6px;
	text-align:right;
}

ul.striped, ol.striped { /* list style */
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

ul.striped li, ol.striped li {}

ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}

ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}

ul.striped li a:visited, ol.striped li a:visited {}

ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#0080ff;
	color:#fff;
}



ul#nav_sub_list {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

/* +++ IE6.CSS */
#nav_sub_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:2px;
}

#nav_sub_list li a {
	display:block;
	color:#737373;
	font-weight:bold;
	font-size:11px;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	background-image:url("/img/icon-arrow.png");
	background-repeat:no-repeat;
	background-position:135px 9px;
	border:0px solid black;
}

#nav_sub_list li a:visited {}

#nav_sub_list li a:hover {background-color:#ebebeb;color:#000;}

#nav_sub_list li#first_sub_nav a {
	padding-top:6px;
}
img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1.1em;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;	
	height:0px;
	border:0px solid #FFF;
}

.dark {background-color:#ececec;}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.border {border:1px solid #555555;}

.even {background:#efefef;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#f4e2bd;
}

.tableDark {
	background-color:#ecd7aa;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.error {
	color: #CC0000;
}
/* END OAF TOOLS */

div#big_btn {margin-top:15px;margin-bottom:20px;text-align:center;border:0px solid black;}
/*ie.css*/
p#btn_apply {margin-left:43px;}
/*ie.css*/
p#btn_apply_home {margin-left:82px;}
p#btn_apply a, p#btn_apply a:visited, p#btn_apply_home a, p#btn_apply_home a:visited{
	text-decoration:none;
	margin:0;
	padding:0;
	display:block;
	width:279px;
	height:54px;
	background:url("/img/btn-apply-for-rental.gif") top left no-repeat;
	border:0px solid black;
}
p#btn_apply a:hover, p#btn_apply_home a:hover {background:url("/img/btn-apply-for-rental.gif") top right no-repeat;}

div#main_photo {position:relative;top:0px;left:0px;border:0px solid blue;margin:0;padding:0;margin-bottom:20px;}
/* ie and ie6.css */
div#corner1 {width:4px;height:4px;position:absolute;left:0px;top:-6px;z-index:2;}
div#corner2 {width:4px;height:4px;position:absolute;right:0px;top:-6px;z-index:2;}
div#corner3 {width:4px;height:4px;position:absolute;left:0px;bottom:9px;z-index:2;}
div#corner4 {width:4px;height:4px;position:absolute;right:0px;bottom:9px;z-index:2;border:0px solid black;}

div#photo_nav {text-align:center;}
#photo_nav a {text-decoration:none;color:#000;padding:6px;}
#photo_nav a#photo_at {background:url("/img/orange-circle.gif") 1px 5px no-repeat;color:#fff;}
#photo_nav a#photo_at2digit {background:url("/img/orange-circle.gif") 6px 5px no-repeat;color:#fff;}
#photo_nav p {font-size:14px;font-weight:bold;padding-top:6px;border:0px solid #dadada;padding-right:30px;padding-left:30px;}

table#thumbnails {width:100%;border:0px solid black;margin-bottom:10px;}
#thumbnails td {width:33%;text-align:center;vertical-align:top;overflow:hidden;}
#thumbnails td.td_left {text-align:left;}
#thumbnails td.td_right {text-align:right;}

/*ie.css*/
div#map_container {
width: 850px; height: 620px; position:relative;top:0px;border:0px solid black;
}