/* GENERIC STYLES START */

body{
	margin:30px 0;
	background:#fff;
}
#container{
	margin:auto;
	width:910px;
}
p{
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 0 18px 0;
}
a{
	color:#333;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

/* HEADER STYLES START */

#header_container{
	margin:0 0 1px 0;
}
#header_logo{
	float:left;
}
#header_logo img{
	border:none;
}
#header_nav{
	float:left;
	height:130px;
	width:359px;
	margin:7px 0 0 65px;
}
#header_tagline{
	float:left;
	padding:17px 0 0 13px;
}
#header_nav_first{
	float:left;
	width:110px;
}
#header_nav_first a{
	float:left;
	display:block;
	height:17px;
	font-size:1px;
}
#header_nav_first a:hover, #header_nav_first a.current{
	background-position:-110px 0;
}
#header_nav_second{
	float:left;
	width:220px;
	height:110px;
	margin:0 0 0 29px;
	padding:0;
	
}
#header_nav_second a{
	float:left;
	display:block;
	width:220px;
	height:17px;
	margin:0;
	padding:0;
	cursor:pointer;
	font-size:1px;
}
#header_nav_second a:hover, #header_nav_second a.selected{
	background-position:-220px 0;
}

/* HEADER STYLES END */

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

/* HOME CONTENT STYLES START */

#homecontent_container{
	width:910px;
	margin:0;
}
#homecontent_container p{
	margin:0;
}
#homeflash_container{
	margin:0 0 30px 0;
}

/* COLUMN 1 */

#homecontent_col1{
	float:left;
	width:92px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#336633;
}

/* COLUMN 2: NEWS */

#homecontent_news{
	width:265px;
	float:left;
}
#homecontent_news_stories{
	width:265px;
	margin:0 0 20px 0;
}
#homecontent_news a{
	font:12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
}
#homecontent_news a:hover{
	text-decoration:underline;
}
#homecontent_news_btns{
	width:60px;
	float:left;
}
#homecontent_news_more{
	float:right;
	width:41px;
}
#homecontent_news_more a{
	display:block;
	width:41px;
	height:15px;
	background:url(images/btn_more.gif) right top no-repeat;
	margin:0;
	font-size:1px;
}
#homecontent_news_more a:hover{
	background-position:left top;
}
#homecontent_news_btns a{
	display:block;
	float:left;
	width:12px;
	height:12px;
	background:url(images/btn_news.gif);
	margin:0 5px 0 0;
	font-size:1px;
}
#homecontent_news_btns a.selected{
	background:url(images/btn_news_o.gif);
}
#homecontent_news_btns a:hover{
	background:url(images/btn_news_o.gif);
}

/* COLUMN 3 */

#homecontent_col3{
	float:right;
	text-align:right;
	width:500px;
}
#homecontent_col3 div{
	float:right;
}
#homecontent_col3 div img{
	display:block;
}
#homecontent_col3 div a{
	float:left;
	height:14px;
}
#homecontent_col3 div a.link_pdf{
	float:right;
	margin-top:80px;
	/* height added so icon displays properly */
	height:20px;
}

/* HOME CONTENT STYLES END */

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

/* FOOTER STYLES START */

#footer_container{
	float:left;
	clear:both;
	margin:15px 0 15px 0;
	height:20px;
	width:910px;
	padding:12px 0 0 0;
	border-top:5px solid #e9e9e9;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
#footer_links{
	float:left;
}
#footer_links a{
	font:9px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}
#footer_links a:hover{
	color:#000;
}
#footer_copyright{
	float:right;
}

/* FOOTER STYLES END */

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

/* SUB PAGE STYLES START */

#toppic_container{
	width:910px;
	height:85px;
	margin:0 0 25px 0;
}
#subcontent_container{
	clear:both;
	width:910px;
}
#subcontent_container p{
	margin-top:0px;
	line-height:18px;
}
#subcontent_col1{
	text-align:right;
	width:225px;
	float:left;
	margin:10% 35px 0 0;
}
#subcontent_col2{
	float:left;
	width:550px;
}
#subcontent_col2 h2{
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0 0 12px 0;
	line-height:18px;
	color:#336633;
}
#subcontent_col2 h3{
	font:bold 15px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
	margin:0 0 3px 8px;
}
#subcontent_col2 ul{
	margin:0 0 0 16px;
	padding:0 0 8px 0;
	clear:both;
}
#subcontent_col2 li{
	font:12px Arial, Helvetica, sans-serif;
	line-height:16px;
	list-style:none;
	background:url(images/icon_circle.gif) left 4px no-repeat;
	padding:0 0 10px 18px;
}
#subcontent_col2 ul ul li{
	background:url(images/icon_emptyCircle.gif) left 4px no-repeat;
}
.img_subtitle{
	display:block;
	margin:0 0 15px 0;
	clear:both;
}

/* NEWS PAGE STYLES START */

#newssubcontent_col{
	float:left;
	margin:0 0 25px 0;
	padding:0 0 10px 0;
	border-bottom:4px solid #e9e9e9;
}
#newssubcontent_col1{
	float:left;
	width:435px;
}
#newssubcontent_col2{
	float:left;
	width:115px;
	text-align:right;
}

/*QUOTE CALLOUT STYLES START */

.quotes{
	padding:18px 22px 54px 22px;
	margin:0 0 20px 0;
	border:10px solid #e9e9e9;
}
.quotes p{
	padding:0;
	margin:0 0 16px 0;
	color:#000;
}
.quotes_name{
	float:right;
}


/* SUB PAGE STYLES END */

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

/* PROPERTY STYLES START */

#propertyinfo_container{
	margin:0 0 9px 0;
	width:910px;
	height:292px;
}
#propertyinfo_col1{
	float:left;
	width:216px;
	background:#cccc99;
	padding:35px 0 0 45px;
}
#propertyinfo_col1_top{
	height:174px;
}
#propertyinfo_col1_top img{
	margin:0 0 15px 0;
}
#propertyinfo_col1_top p{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
}
#propertyinfo_col1_top p a{
	font-weight:bold;
}
#propertyinfo_col1_bottom{
	height:83px;
}

/* MAP / BROCHURE BUTTONS */

#propertyinfo_col1_bottom a.btn_viewmap{
	display:block;
	width:168px;
	height:19px;
	background:url(images/btn_viewmap.gif) 0 0 no-repeat;
	margin:0 0 2px 0;
}
#propertyinfo_col1_bottom a.btn_viewmap_sel{
	display:block;
	width:168px;
	height:19px;
	background:url(images/btn_viewmap.gif) -168px 0 no-repeat;
	margin:0 0 2px 0;
}
#propertyinfo_col1_bottom a.btn_dlbrochure{
	display:block;
	width:168px;
	height:19px;
	background:url(images/btn_dlbrochure.gif) 0 0 no-repeat;
	margin:0;
}
#propertyinfo_col1_bottom a:hover{
	background-position:-168px 0;
}

/* PROPERTY COLUMN 2 */

#propertyinfo_col2{
	float:left;
	width:403px;
	height:292px;
	background:#333;
}

/* PROPERTY COLUMN 3 */

#propertyinfo_col3{
	float:left;
	background:#cccc99;
	padding:37px 0 0 41px;
	height:255px;
	width:205px;
}
#propertyinfo_col3 h1{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#336633;
	margin:0 0 10px 0;
}
#propertyinfo_col3 p{
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:15px;
	margin:0 0 26px 0;
}
#propertyinfo_col3 p a{
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 10px;
	background:url(images/link_greyarrow.gif) left 3px no-repeat;
}
#propertyinfo_col3 p a:hover{
	text-decoration:underline;
}

/* STYLES FOR GOOGLE MAPS */

#maptext{
	margin:0 0 3px 4px;
}
#maptext p{
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
	padding:0 0 3px 0;
	line-height:14px;
}
#maptext p a{
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 9px;
	background:url(images/link_greyarrow.gif) left 3px no-repeat;
}
#maptext p a:hover{
	text-decoration:underline;
}
#maptext span{
	 font:10px Arial, Helvetica, sans-serif;
	 line-height:15px;
	 color:#336633;
}
#maptext input{
	width:170px;
	border:1px solid #ccc;
	font:13px Arial, Helvetica, sans-serif;
}

/* THUMBNAILS BELOW PROPERTY IMAGE */

#thumbnails{
	width:420px;
	margin:0 0 30px 0;
}
#thumbnails img{
	border:1px solid #fff;
}
#thumbnails a img{
	margin:9px 8px 0 0;
}
#thumbnails a img:hover{
	border:1px solid #cccc99;
	cursor:pointer;
}

/* STYLES FOR TABLES ON PROPERTY LANDING PAGES */

.property_table{
	width:550px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 0 30px 0;
}
.property_table tr{
	text-align:left;
	height:27px;
	vertical-align:top;
}
.property_table th{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#336633;
	line-height:18px;
	height:28px;
}

/* PROPERTY STYLES START */

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

/* BREAD CRUMB STYLES START */

#breadcrumb_container{
	border-top:5px solid #e9e9e9;
	width:906px;
	padding:8px 0 0 4px;
	margin:0 0 29px 0;
	height:12px;
}
#breadcrumb_container a{
	font:bold 9px Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	margin:0 11px 0 0;
	float:left;
}
#breadcrumb_container p{
	margin:0px;
	font:bold 9px Verdana, Arial, Helvetica, sans-serif;
	color:#336633;
	float:left;
}

/* BREAD CRUMB STYLES END */

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

/* LINK / TEXT STYLES START */

.link_boldgreen{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#336633;
}
.link_pdf{
	padding:0 0 0 25px;
	background:url(images/icon_pdf.gif) 0 0 no-repeat;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
}
.link_pdf:hover{
	text-decoration:underline;
}
#subcontent_col2 ul.list_arrow{
	margin:0;
}
#subcontent_col2 ul.list_arrow li{
	background:url(images/link_greyarrow.gif) left 3px no-repeat;
	padding:0 0 0 10px;
	text-decoration:none;
	color:#333;
	margin:0 0 12px 0;
}
#subcontent_col2 ul.list_arrow li a{
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#subcontent_col2 ul.list_arrow li a:hover, .link_arrow:hover{
	text-decoration:underline;
}
.txt_greenbold{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#336633;
}
.link_arrow{
	background:url(images/link_greyarrow.gif) left 3px no-repeat;
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:0 0 0 10px;
	text-decoration:none;
}

/* LINK / TEXT STYLES END */

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

/* MISC STYLES START */

/* USED IN MANAGEMENT PAGE */

.table_management{
	width:550px;
}
.bio{
	clear:both;
	font:12px Arial, Helvetica, sans-serif;
	width:550px;
}
.bio_image{
	padding:0 20px 0 5px;
	float:left;
	width:135px;
}
.bio_text{
	float:left;
	width:390px;
}
#subcontent_col2 .bio h1{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#336633;
	margin:0;
	padding:0;
}
#subcontent_col2 .bio h2{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 0 15px 0;
	padding:0;
}
.backtotop{
	text-align:right;
}
.backtotop a{	
	font:10px Arial, Helvetica, sans-serif;
	color:#999;
}

/* USED IN COMMUNITY PAGE */

.img_floatright{
	float:right;
	margin:0 20px 0 5px;
}
.hr_grey{
	border-top:4px solid #e9e9e9;
	width:550px;
	clear:both;
	float:left;
	padding:0 0 20px 0;
	margin:20px 0 0 0;
}
.icon_star{
	padding:1px 0 0 0;
}

/* USED TO STYLE TABLES ON PRESS RELEASE PAGES */

.pr_table{
	width:420px;
	border-width:0 0 1px 1px;
	border-style: solid;
	border-color:#999;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 0 10px 0;
}
.pr_table tr{
	text-align:center;
}
.pr_table th{
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color: #999;
	background:#cccc99;
    margin: 0;
    padding: 1px;
}
.pr_table td{
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color: #999;
    margin: 0;
    padding: 1px;
}
.faq_table{
	width:549px;
	border-width:0 0 1px 1px;
	border-style: solid;
	border-color:#999;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 0 20px 0;
}

/* USED TO STYLE TABLES IN FAQ SECTION */

.faq_table tr{
	text-align:center;
}
.faq_table th{
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color: #999;
	background:#cccc99;
    margin: 0;
    padding: 4px;
}
.faq_table td{
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color: #999;
    margin: 0;
    padding: 4px;
}

/* USED TO STYLE TABLES IN FAQ SECTION */

.news_table{
	width:549px;
	border-width:0 0 1px 1px;
	border-style: solid;
	border-color:#999;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 0 20px 0;
}
.news_table tr{
	text-align:left;
	vertical-align:top;
}
.news_table th{
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color: #999;
	background:#cccc99;
    margin: 0;
    padding: 5px 5px 5px 12px;
}
.news_table td{
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color: #999;
    margin: 0;
    padding: 4px 4px 4px 12px;
}

/* USED TO STYLE CONTACT FORM */

.contact_table{
	width:420px;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 0 20px 0;
}
.contact_table input, .contact_table textarea, .contact_table select{
	border:1px;
	border-style: solid;
	border-color: #999;
	font:12px Arial, Helvetica, sans-serif;
}
.contact_table tr{
	text-align:left;
}
.contact_table th{
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color: #999;
	background:#cccc99;
    margin: 0;
    padding: 2px;
}
.contact_table td{
    margin: 0;
    padding: 3px;
}


/* MISC STYLES END */

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------*/