*{
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	margin: 0;
	background: url(../images/index_bg_grad.jpg) repeat-x #fff;
	font-size: 62.5%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

div#wrapper{
	width: 973px;
	margin: 31px auto 10px;
}

.clear{
	clear: both;
}

.green{
	color: #073713;
}

p{
	margin-bottom: 10px;
	line-height: 1.6em;
}

h1{
	color: #686868;
	font-size: 2.4em;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, Times, Times New Roman, serif;
}

h2{
	color: #686868;
	font-size: 1.6em;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, Times, Times New Roman, serif;
}

h2.address{
	color: #000;
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-style: normal;
}

h3{
	color: #073713;
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px;
	background: #dedede;
	border-bottom: #acacac solid 2px;
}

a{
	color: #333;
	text-decoration: underline;
}

a:hover{
	color: #006838;
}

ul{
	padding: 5px 0;
}

li{
	margin: 0 40px;
}

input{
	padding: 3px;
	color: #333;
}

.green{
	color: #006838;
}

hr{
	border: none;
	border-bottom: 1px solid #0e6937;
	margin: 10px 0;
}

hr.index{
	border: none;
	border-bottom: 1px solid #0e6937;
	margin: 0 20px 10px;
}

.error, .required{
	color: red;
}

table.form{
	width: 100%;
	border-right: #dedede solid 1px;
	border-bottom: #dedede solid 1px;
}

table.form td{
	padding: 5px;
	border-top: #dedede solid 1px;
	border-left: #dedede solid 1px;
	text-align: left;
}

table.form td.title{
	font-weight: bold;
	text-align: right;
}

table.form td.value{
	background: #eeeeee;
}

table.form td.submit{
	background: none;
	text-align: right;
}

table.noborders{
	border: none;
}

table.noborders td{
	border: none;
	padding: 1px 10px;
}

table.noborders td.title{
	padding-left: 0;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

.customer1{
	float: right;
	padding: 0 0 10px 10px;
}

.detail_image{
	float:right;
	padding: 5px;
	border: 2px solid #0e6937;
	margin: 10px;
}

.flashcontainer{
	width: 950px;
	border-bottom: 4px solid #7d7d7d;
	background: #000;
}

.flashcontainer object{
	display: block;
}

.flashcontainer .noflash{
	padding: 20px;
	text-align: center;
}

.flashcontainer .noflash h1{
	font-size: 1.8em;
}

.flashcontainer .noflash a{
	color: #fff;
	text-decoration: none;
}

.flashcontainer .noflash a:hover{
	color: #fff;
	text-decoration: underline;
}

/** BUTTONS **/

.button{
	display: block;
	text-indent: -5000px;
}

.prefemployer{
	width: 290px;
	height: 90px;
	background: url(../images/prefemployer_over.jpg)
}

.res_newsletter{
	width: 290px;
	height: 90px;
	background: url(../images/res_newsletter.jpg)
}

.res_survey{
	width: 290px;
	height: 90px;
	background: url(../images/res_survey.jpg)
}

/** BUTTONS **/

/** Main Navigation **/
#nav {
	width: 950px;
	text-align: right;
	clear: both;
	height: 18px;
	background: #000;
	position: relative;
}

div#main_noflash #nav{
	background: #000;
	height: 30px;
}

#nav del.nav_container{
	display: inline-block;
	text-decoration: none;
	clear: both;
}
#nav ul{
	padding: 0;
	margin: 0 10px;
	list-style: none;
	display: table;
	font-weight: bold;
	text-align: left;
}
#nav ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	list-style: none;
	display: inline;
	text-align: left;
	float: left;
	height: 18px;
	background: url(../images/nav_btn_inactive1.png) no-repeat top left;
}
#nav ul li a {
	display: block;
	float: left;
	height: 10px;
	padding: 3px 50px 5px 35px;
	color: #fff;
	background: url(../images/nav_btn_inactive2.png) no-repeat top right;
}
#nav a:link, #nav a:visited {
	color: color: #fff;
	text-decoration: none;
	font-size: 1.0em;
}
#nav a:hover {
	color: #000;
	text-decoration: none;
}

#nav li.current{
	background: url(../images/nav_btn_current1.png) no-repeat top left;
}

#nav li.current a{
	background: url(../images/nav_btn_current2.png) no-repeat top right;
	color: #fff;
}

#nav li.current a:hover{
	color: #fff;
}
/** Main Navigation **/

/** HEADER **/

div#header{
	height: 115px;
	background: url(../images/index_header.jpg) top left;
}

div#header h1{
	color: #000;
}

div#logo h2{
	font-size: 1.9em;
	font-weight: normal;
	padding: 72px 0 0 28px;
	color: #000;
}

div#header_right{
	width: 440px;
	float: right;
}

div#quote{
	padding: 20px 20px;
	font-size: 1.1em;
}

div#quote q{
	font-weight: bold;
}

div#quote .signature{
	font-weight: bold;
	color: #fff;
}

div#login{
	color: #fff;
	font-size: 1.1em;
	padding: 14px 40px 0 0;
	text-align: right;
}

div#login{
	font-weight: bold;
	color: #0e6937;
}

div#login a{
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

div#login a:hover{
	color: #0e6937;
}

/** HEADER **/

div#body_wrapper{
	background: url(../images/index_body_bg.gif) top center;
}

div#body{
	background: url(../images/index_body_header_bg.gif) top center no-repeat;
}

div#footer{
	background: url(../images/index_footer.jpg) bottom center;
	height: 30px;
	color: #fff;
	padding: 15px 40px;
	font-size: 1.3em;
}

div#footer a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#footer a:hover{
	text-decoration: underline;
}

div#footer a.login{
	color: #8cb599;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	float: right;
}

div#footer a:hover{
	text-decoration: underline;
}

div#main{
	padding: 0;
	position: relative;
	width: 950px;
	margin-left: 10px;
}

div#top_flash{
	width: 950px;
	padding: 0;
	background: #000;
}

div#content{
	background: #fff;
	margin: 0 13px 0 10px;
	padding: 20px;
	overflow: hidden;
}

div#content_right{
	margin: 0 0 10px 300px;
	padding: 10px 10px 50px 10px;
	font-size: 1.2em;
}

div#content_full{
	margin: 0;
	padding: 10px 10px 50px 10px;
	font-size: 1.2em;
	text-align: center;
	min-height: 500px;
}

div.content_left{
	float: left;
	width: 460px;
	padding-right: 20px;
	border-right: 1px solid #dedede;
}

div.content_right{
	margin-left: 481px;
	padding-left: 20px;	
}

/** Content Left **/

div#content_left{
	float: left;
	width: 290px;
	padding: 0 5px 10px;
}

div#content_left h1.header{
	background: url(../images/header_bg.jpg) no-repeat;
	width: 274px;
	height: 14px;
	padding: 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #333;
}

div#content_left h2{
	color: #0b4222;
	font-size: 1.2em;
	margin-bottom: 10px;
}


/** Content Left **/


/** INDEX 
.index_left{
	margin-right: 280px;
	border-right: 1px solid #dedede;
	padding: 0;
	padding-right: 20px;
}

.index_left p{
	font-size: 1.1em;
}

.index_right{
	float: right;
	width: 260px;
	padding-left: 20px;
}

.index_right img{
	padding-right: 20px;
}

div.property{
	padding: 10px 0;
	border-top: 1px solid #dedede;
}

 INDEX **/
 
/** INDEX **/

.index_left{
	float: left;
	width: 247px;
}

.index_left a img{
	margin-bottom: 5px;
	border: none;
}

.index_left h1, .index_right h1{
	font-size: 1.8em;
	color: #073713;
}

.index_left2{
	float: left;
	width: 260px;
	/* padding-right: 20px; */
}

.index_left2 a{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #dedede;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

.index_left2 a span{
	font-weight: normal;
	font-size: .9em;
}

.index_left2 a:hover{
	background-color: #efefef;
}

.index_left2 a.current{
	background-color: #cdcdcd;
}

.index_left2 h1{
	font-size: 1.8em;
	color: #073713;
}

.index_middle{
	margin: 0 0 0 259px;
	border-left: 1px solid #dedede;
	padding: 0 20px 60px;
}

.index_middle p{
	font-size: 1.3em;
	line-height: 2.2em;
}

.index_right{
	float: right;
	width: 260px;
	/* padding-left: 20px; */
}

.index_right img{
	padding-right: 20px;
}

/** INDEX **/


div.contact{
	padding: 20px;
	margin-top: 10px;
	border-top: 2px solid #dedede;
}

div.contact img{
	padding: 2px;
	border: 2px solid #686868;
	float: left;
	vertical-align: middle;
}

div.contact img:hover{
	border: 2px solid #073714;
}

div.contact div{
	margin-top: 15px;
	margin-left: 250px;
	font-size: 1.2em;
}

div.contact{

}

/** AVAILABLE SUITES **/

div.content{
	margin-left: 260px;
	border-left: 1px solid #dedede;
	padding-left:20px;
	font-size: 1.1em;
	overflow: hidden;
	width: 629px;
}

div.content_full p{
	font-size: 1.3em;
	line-height: 2.2em;
}

div.content3{
	margin-left: 200px;
	border-left: 1px solid #dedede;
	padding-left:20px;
	font-size: 1.1em;
	overflow: hidden;
	width: 689px;
}

div.location_suites{
	margin-bottom: 10px;
}

div.location_suites table{
	width: 100%;
}

div.location_suites table td, div.content div.location_suites table th{
	padding: 10px;
	border-bottom: #acacac solid 1px;
	text-align: left;
}

div.location_suites table th{
	background: #eee;
	text-align: left;
}

div.location_suites table td.floorplan{
	text-align: right;
	width: 165px;
}

div.location_suites table td.suite{
	width: 45px;
}

div.location_suites table td.sqft{
	width: 60px;
}

div.location_suites table td.submit{
	background: none;
	text-align: right;
}

div.location_suites a{
	text-decoration: none;
	color: #073713;
	font-weight: bold;
	margin-left: 5px;
}

div.location_suites a:hover{
	color: #16a435;
}

div.location_suites a img{
	vertical-align: middle;
	border: none;
}

div.location_header{
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

div.location_header h2{
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 1.8em;
}

div.location_header p{
	margin-bottom: 0;
}

div.mp{
	background: url(../images/mp_thumb.jpg) right top no-repeat #1f74ba;
}

div.mp p{
	color: #8ebbf1;
	font-weight: bold;
}

div.ph{
	background: url(../images/ph_thumb.jpg) right top no-repeat #0b5238;
}

div.ph p{
	color: #3ab175;
	font-weight: bold;
}

div.cp{
	background: url(../images/cp_thumb.jpg) right top no-repeat #5f3714;
}

div.cp p{
	color: #a1774b;
	font-weight: bold;
}

div.pf{
	background: url(../images/pf_thumb.jpg) right top no-repeat #251e60;
}

div.pf p{
	color: #5141d0;
	font-weight: bold;
}

.available_list{
	/* padding-right: 20px; */
}

.available_list ul{
	list-style: none;
}

.available_list ul li{
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #acacac;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

.available_list a.icon{
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;	
}

.available_list ul li div.list_item{
	margin-left: 267px;
}

.available_list a img{
	border: none;
}

.available_list h1, .index_right h1{
	font-size: 1.6em;
	color: #073713;
}


/** AVAILABLE SUITES **/


/** PROPERTY PAGE **/

div.features{
	float: right;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #acacac;
	background: #efefef;
	width:250px;
	margin-bottom: 15px;
}

div.features p{
	margin-bottom: 0;
}

div.features li{
	margin: 0 10px 5px 20px;
}

p.mp{
	/* color: #134875; */
	color: #323232;
	font-size: 1.4em;
	font-weight: normal;
	font-family: "Georgia","Times","Times New Roman",serif;
}

p.ph{
	/* color: #0b5238; */
	color: #323232;
	font-size: 1.4em;
	font-weight: normal;
	font-family: "Georgia","Times","Times New Roman",serif;
}

p.cp{
	/* color: #5f3714; */
	color: #323232;
	font-size: 1.4em;
	font-weight: normal;
	font-family: "Georgia","Times","Times New Roman",serif;
}

p.pf{
	/* color: #241d5f; */
	color: #323232;
	font-size: 1.4em;
	font-weight: normal;
	font-family: "Georgia","Times","Times New Roman",serif;
}

ul.subsection_tabs{
	border-bottom: 2px solid #999;
	text-align: left;
	padding: 0 10px;
	margin-bottom: 10px;
}

ul.subsection_tabs li.tab{
	list-style: none;
	display: inline;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 2px solid #fff;
}

ul.subsection_tabs li.tab a{
	display: inline;
	padding: 5px 10px;
	display: block;
	background: #dedede;
	text-decoration: none;
	font-size: 1.1em;
	border: 1px solid #dedede;
	border-bottom: none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	height: 16px;
	float: left;
}

ul.subsection_tabs li.tab a img{
	border: none;
	vertical-align: middle;
}

ul.subsection_tabs li.external a{
	background: #b8b8b8;
}

ul.subsection_tabs li.tab a.active_tab{
	background: #fff;
	color: #006838;
}

div.for_sale{
	padding: 10px;
	border: 2px solid #005f94;
	width: 320px;
	margin-bottom: 10px;
	background: #002133;
	color: #fff;
}

div.for_sale h1{
	font-size: 1.8em;
	color: #580000;
	margin-bottom: 5px;
	color: #fff;
}

div.for_sale_top{
	padding: 5px 20px;
	border: 2px solid #680311;
	margin-bottom: 10px;
	background: #ff0000;
	position: absolute;
	top: 0;
	left: 10px;
	border-top: none;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div.for_sale_top h1{
	font-size: 1.4em;
	margin: 0;
	color: #fff;
}

div.for_sale_top p, div.for_sale_top a, div.for_sale_top a:hover{
	margin-bottom: 0;
	color: #fff;
}

div.for_sale_available{
	padding: 5px 20px;
	margin: 10px auto;
	border-top: 2px solid #680311;
	border-bottom: 2px solid #680311;
	background: #ff0000;
	text-align: center;
}

div.for_sale_available h1{
	font-size: 1.4em;
	margin: 0;
	color: #fff;
}

div.for_sale_available p, div.for_sale_available a, div.for_sale_available a:hover{
	margin-bottom: 0;
	color: #fff;
}

div.for_sale p, div.for_sale a, div.for_sale a:hover{
	margin-bottom: 0;
	color: #fff;
}

p.disclaimer{
	margin: 10px 0;
	padding: 10px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	background: #eeeeee;
	text-align: center;
}


/** PROPERTY PAGE **/

/** MORE INFO BOX **/

div#more_info_box{
	background: #fff;
}

div#more_info_box h1{
	font-size: 1.8em;
	color: #073713;
}

/** MORE INFO BOX **/

/** CLEARFIX **/
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/** CLEARFIX **/
