*{
	margin:0;
	padding:0;
	font-size:14px;	
	font-family:Georgia, serif;
}

body{
	color:#0b3355;
	background:url(images/bgMain.jpg) repeat;	
}

p{
	margin:8px 0 8px 0;
}

div:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

img{
	border:0
}

a{
	color:#0b3355;
	text-decoration:underline;
}

a:hover{
	color:#0b3355;
	text-decoration:none;
}

.clear{
	clear:both;
}

.floatright{
	float:right;
	margin-left:12px;
}

/* BEGIN: Forms ================== */
fieldset{
	border:none;
}

input, textarea{
	padding:1px 2px;
}

input{
	font-size:12px;
	color:#7f7f7f;
}

input#email {
	width:165px;
}

/* END: Forms ================== */

/* BEGIN: Headings ================== */
h1{
	font-size:18px;
}

h2{
	font-size:16px;
}

h3{
	font-size:13px;
}

h4{
	font-size:13px;
}

h5{
	font-size:12px;
}

h6{
	font-size:11px;
}
/* END: Headings ================== */

#main{
	width:100%;
	/*min-height:1869px;*/
	background:url(images/bgMainContainer.jpg) top repeat-x;
}

#container{
	width:922px;
	margin:0 auto;
	border:solid 1px #90a9bf;	
	border-top:none;
	border-bottom:none;
	background:#FFF;
	z-index:999999;
	position:relative;
}

#header{
	width:648px;
	height:32px;
	padding:56px 0 0 274px;
	background:url(images/bgHeader.jpg) no-repeat;
	position:relative;
	z-index:999999;
}

#header address{
	position:relative;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:0px 0 0 0;
	margin:-16px 0 2px 0;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/*.menu{
	width:636px;
	height:22px;
}*/

.menu ul li a, .menu ul li a:visited{
	display:block;
	text-decoration:none;
padding-left:18px;
padding-right:17px;
	height:21px;
	text-align:center;
	/*line-height:27px;
	overflow:hidden;*/
	padding-top:6px;
font-size:12px;
	color:#0b3355 !important;
	background:url(images/btnTopNav.gif) left top repeat-x;
	z-index:90;
	font-weight:bold;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;padding-right:1px; background:url(images/bgNavList.gif) right top no-repeat;}
.menu ul li a:hover {background:#0b3355 !important; color:#FFF !important;}
.menu ul li.active a {background:#0b3355 !important; color:#fff !important;}
.menu ul li ul {display:none; background:#eaebeb; border:solid 1px #759231;}
.menu ul li ul li {float:none;border-bottom:solid 1px #759231; background:none; padding:0; z-index:90;}
.menu ul li ul li a {background:none !important;width:auto !important;height:auto !important;padding:6px 0;}
.menu ul li ul li.last {border-bottom:none;}

/* specific to non IE browsers */
/*.menu ul li:hover a {color:#35362f;}*/
.menu ul li:hover ul {display:block; position:absolute; z-index:100; top:27px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {color:#5a5a58;}
.menu ul li:hover ul li:hover a.hide {color:#35362f;}
.menu ul li:hover ul li ul {display:none;}
.menu ul li:hover ul li a {display:block; color:#5a5a58;}
.menu ul li:hover ul li a:hover {color:#35362f;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0; z-index:100;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}


/* END MENU STYLES ================================================= */

#home-top{
	width:910px;
	background:#0b3355;	
	margin:0 auto 2px auto;	
}


#home-top #rotatorBox {
	border: 5px solid #fff;
	width:511px;
	float:left;
	margin: 22px 0px 0 17px;

}

#home-top-left{
	float:left;
	width:356px;
	margin-right:0px;
	padding-bottom:2px;	
	background:#FFF url(images/bgHomeTopLeft.gif) top repeat-x;
}
#home-top-left h1{
	display:block;
	width:356px;
	height:90px;
	margin-bottom:10px;
	text-indent:-9999px;
	background:url(images/imgLogo.gif) no-repeat;
}
#home-top-left p{
	width:278px;
	margin:0 auto 10px auto;
}
#home-top-left select, #inner-top-content select{
	font-size:11px;
	font-family:Arial, sans-serif;
	margin-left:38px;
	padding:2px 0;
}
#home-top-left option, #inner-top-content option{
	font-size:11px;
	padding-right:8px;
	font-family:Arial, sans-serif;
}
#home-top-left-ops{
	padding-top:30px;
	background:url(images/bgHomeTopLeftSep.gif) 0 12px repeat-x;
}
#home-top-left-ops a{
	display:block;
	width:249px;
	height:34px;
	color:#FFF;
	font-size:16px;
	line-height:34px;
	margin:0 auto 10px auto;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	background:url(images/btnHomTopLeft.gif) no-repeat;
}
#home-top-left-ops a:hover{
	color:#0b3355;
	background-position:0 -34px;
}

#home-top img{
	display:block;
	float:left;
	margin-top:26px;
}

/* Horizontal Scroller */
#home-showcase{
	padding:18px 0 18px 13px;
	border:solid 2px #95b93e;
	border-left:none;
	border-right:none;
}

#home-showcase #his3container #display_area img{
cursor:pointer;
}

#home-showcase #his3container {
	position:relative; 
	width:0px;
	height:0px; 
	border:1px solid #fff; 
	overflow:hidden;

}

#home-showcase #his3container #display_area {
	position:absolute; 
	left:0; 
	top:0; 
	width:0px; 
	height:0px; 
	clip:rect(0,0,0,0); 
	border:1px solid #fff;
}




/* #home-showcase img{
	margin-right:12px;
}
#home-showcase img.last{
	margin-right:0;
}	
*/

/* END Horizontal Scroller */

#home-news{
	padding:32px 0 0 55px;
	margin-bottom:25px;
}
#home-news div.news{
	float:left;
	width:460px;
	margin-right:40px;
}
#home-news div.news h2{
	margin-bottom:25px;
}
#home-news div.news h3{
	color:#95b93e;
	font-size:14px;
	font-style:italic;
}
#home-news div.news p{
	margin:0;
}
#home-news div.news a{
	display:block;
	float:right;
}	
#home-news fieldset{
	float:left;
	width:320px;
	border:solid 1px #7f7f7f;
	padding:3px 0 8px 8px;
	background:#FFF url(images/bgFormTop.gif) top repeat-x;
}	
#home-news h4{
	text-align:center;
	margin-bottom:10px;
}
#home-news h4, #home-news h4 strong{
	color:#5c7589;
	font-size:17px;
	font-style:italic;
	font-weight:normal;
	text-transform:uppercase;
}	
#home-news h4 strong{
	color:#0b3355;
	font-weight:bold;
}	
#home-news label{
	display:block;
	font-size:12px;
	margin-bottom:4px;
}
#home-news input{
	float:left;
	margin-right:5px;	
	border:solid 1px #7f7f7f;
}
#home-news input.subscribe{
	border:none;
	padding:0;
}

/* BEGIN: INTERIOR ================== */

#inner-top{
	width:910px;
	height:109px;
	margin:0 auto 2px auto;	
	background:url(images/bgInnerTop.gif) top repeat-x;
}

#inner-top-content{
	height:77px;
	padding:32px 0 0 300px;
	background:url(images/imgInnerLogo.gif) 60px 0 no-repeat;
}

#inner-top-content #jumpmenu{
	float:left;
	width:210px;
	text-align:left;
	margin-right:38px;
}	

/*
#inner-top-content #jumpmenu #property{

	position: relative;
	z-index:-500;
}
*/

/* Search Box ----- */

#inner-top-content #searchright {
	float:right;
	width:300px;
	margin:25px 20px 0 0px ;

}
#ajaxSearch_input {
	width:210px;
	display: inline;
	height:18px;
}
#inner-top-content #searchright input#ajaxSearch_submit {
	display: inline;
	margin:0px;
	background:url(images/btnSearch.gif) no-repeat;
	cursor:pointer;
	width: 55px;
	height: 22px;
	border: none;
	margin:-3px 0 0 0;
	position:relative;
	top:2px;

}
#inner-top-content #searchright label{
	display: inline;
	margin:0px;
}

/* Search Box ----- */

/* Search Results ----- */

.ajaxSearch_highlight {
	background-color:#FFFF00;
}

.ajaxSearch_resultDescription {
	font-weight:bold;
}

.ajaxSearch_resultExtract {
	margin-bottom:20px;
}
/* Search Results ----- */



#inner-top-content div.right{
	width:268px;
	margin-right:0;
	padding-top:26px;
}

#inner-top-content label, #inner-top-content select{
	margin:0;
	width:100%;
	display:block;
	font-family:Arial, sans-serif;	
}

#inner-top-content label{
	font-weight:bold;
	margin-bottom:10px;
}

#inner-top-content input{
	border:solid 1px #7f9db9;
}

#inner-top-content div.right input{
	float:left;
	width:188px;
	display:block;
	margin-right:5px;
}

#inner-top-content input.searchbtn{
	border:none;
	margin:-3px 0 0 0;
	width:auto !important;
}

#inner-content{
	border-top:solid 3px #95b93e;
}

#inner-content img {
	margin: 6px;
}


#inner-content #prop-detail-img img{
	margin: 0px;
}

#inner-content ul{
	margin-left: 10px;
}

#inner-content li{
	margin-left: 10px;
}


#left-nav{
	float:left;
	width:192px;
	color:#FFF;
	margin-right:20px;
	border-bottom:solid 3px #95b93e;
}

#left-nav div{
	margin:0 0 3px 6px;
	background:#0b3355;
	padding:20px 8px 0 8px;
}

#left-nav ul{
	list-style:none;
	padding-bottom:100px;
	margin:0px;
}

#left-nav li{
	margin:0 0 3px 0;
}

#left-nav li a{
	color:#FFF;
	font-size:13px;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
}

#left-nav li a:hover, #left-nav li.active a{
	color:#95b93e;
	background:url(images/bgLeftNavHover.gif) left center no-repeat;
}

#left-nav div fieldset h4, #left-nav div fieldset h4 strong{
	color:#FFF;
	font-size:13px;
	font-style:italic;
	font-weight:normal;	
	text-transform:uppercase;
}

#left-nav div fieldset h4{
	color:#6d8599;
	font-weight:normal;
	padding-bottom:4px;
	text-align:center;
	letter-spacing:.05em;
	margin-bottom:4px;
	border-bottom:solid 3px #95b93e;
}

#left-nav div fieldset input{
	margin-bottom:6px;
}

#left-nav div fieldset input.subscribe{
	float:right;
	margin-bottom:18px;
}

#inner-copy{
	float:left;
	width:700px;
	padding-top:10px;
	margin-bottom:50px;
}

#inner-copy img{
	border: 2px solid #95B93E;
}

p.breadcrumb, p.breadcrumb a{
	font-size:12px;
}

p.breadcrumb a{
	text-decoration:none;
}

p.breadcrumb a:hover{
	text-decoration:underline;
}

#inner-copy h1{
	font-size:18px;
	margin-bottom:30px;
}

#prop-map-large{
	clear:both !important;
	width:100%;
	margin:0 auto 10px auto;
/*	border:solid 2px #a7c462; */
	background:#0b3355;
	height:386px;
}

#prop-map-large #prop-map-largeinside{
	clear:both !important;
	width:866px;
	margin:0 auto 10px auto;
	border:solid 2px #a7c462;
	background:#0b3355;
}

/* #prop-map-large div img{
	display:block;
	width:883px;
	margin:0 auto 5px auto;
}
*/
#prop-map-large #map {
	float:right; 
	width: 648px; 
	height: 366px;
	border: 10px solid #0b3355;
	z-index:0;
	position:relative;
}


#maplinks {
	margin:10px 0 10px 12px; 
	float:left; 


}
#maplinks a{
	color:#FFF;
}
/*
#prop-map-large div a{
	float:right;	
	color:#FFF;
	margin-top:10px;
}
*/
#prop-map-large h1{
	color:#FFF;
	font-size:22px;
	padding: 5px 0 0 10px;
}

#prop-info{
	clear:both !important;
	padding:10px 25px 0 25px;
}

#prop-info img{
	width:326px;
	height:134px;
}

#prop-info ul{
	float:left;
	width:218px;
	list-style:none;
	margin-bottom:10px;
}

#prop-info ul.last{
	margin-right:0;
}

.prop-details{
	clear:both !important;
	width:866px;
	margin:0 auto 0px auto;
	border:solid 2px #a7c462;
	background:#f0f1f0;
}

.prop-details div.left{
	float:left;
	width:350px;
	background:#a7c462;
}

.prop-details div.left div{
	background:#f0f1f0;
	padding:10px;
}

.prop-details div.left p{
	float:right;
	font-size:12px;
}

.prop-details div.left p em{
	font-size:12px;
}

.prop-details div.left address{
	width:170px;
	font-size:12px;
	font-style:normal;
}

.prop-details div.left h2{
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding:8px 0;
}

.prop-details div.right{
	float:left;
	width:514px;
	min-height:235px;
	border-left:solid 2px #a7c462;
}

.prop-details div.right h3{
	background:#dee6cc;
	padding:8px 0;
	font-size:14px;
	text-align:center;
}

.prop-details div.right div{
	padding:12px 0 0 0;
}

.prop-details div.right ul{
	float:left;
	width:160px !important;
}

.prop-details div.right li{
	font-size:12px;
	padding-left:10px;
}

.prop-details div.left div.clear{
	padding:0 !important;
}

#prop-details{
	float:left;
	width:100%;
	padding:10px 0;
	background:#0b3355;
}

#prop-details #prop-details-left{
	float:left;
	width:248px;
	padding:0;
	color:#FFF;
	margin-right:15px;
}

#prop-details #prop-details-left a{
	color:#FFF;
}

#prop-details #prop-details-left dt{
	font-size:16px;
	padding:0 0 13px 15px;
	margin-bottom:8px;
	background:url(images/bgLeftTitle.gif) bottom no-repeat;
}

#prop-details #prop-details-left dd{
	margin:0 0 2px 16px;
	padding-left:10px;
}

#prop-details #prop-details-left dl.top{
	padding-bottom:5px;
}

#prop-details #prop-details-left dl.top dd{
	background:url(images/bgLeftList.gif) left center no-repeat;
}	

#prop-address {
	position:relative;
	top:85px;
}

#prop-details img{
	display:block;
	float:left;
	width:648px;
}

#prop-details #prop-details-left.clear{
	clear:both;
	padding:0;
	margin:0;
}

#prop-info-copy{
	width:560px;
	padding-bottom:25px;
}

#prop-info-copy h1{
	font-size:16px;
	margin-bottom:15px;
}
.prop-opts {float: left; display: block; width: 470px;}
.prop-opts a, .prop-opts div.trigger{
	color:#FFF;
	display:block;
	float:left;
	width:207px;
	height:26px;
	line-height:26px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	margin:10px 20px 0 0;
	text-transform:uppercase;
	background:url(images/btnPropOps.gif) no-repeat;
}
.prop-opts a:hover, .prop-opts div.trigger:hover{
	background-position:0 -26px;
	cursor: pointer;
}
.toggle_container .block a {color:#0b3355;text-decoration: underline;background: none !important;display: block;width: 300px;height: 20px;margin: 10px 20px 0 240px;text-align: left;float: none;clear: both;}
.toggle_container .block a:hover {text-decoration: none;}

.toggle_container .block a.float-fix {margin: 10px 20px 0 0 !important;}

#prop-map{
	float:right;
	width:280px;
}

#prop-map h2{
	float:right;
	width:124px;
	color:#FFF;
	padding:8px;
	font-size:14px;
	background:#a7c462;
	text-align:center;
	margin-right:2px;
}

#prop-map h3{
	border:solid 2px #a7c462;
	height:274px;
	width:274px;
	margin-top:32px;
	text-align:center;
	padding:10px 0px 0 0;
}

#prop-map img{
	border:solid 2px #a7c462;
}

#prop-map iframe{
	border:solid 2px #a7c462;
}

#forleasebutton a{
	clear:left;
	width:184px;
	height:37px;
	text-indent:-9999px;
	background:url(images/ForLeaseButtons.gif) no-repeat;
	background-position:0 0px;
	display:block;
}

#forleasebutton a:hover {
	background-position:0 -37px;
}

#undermanagementbutton a{
	clear:left;
	width:184px;
	height:37px;
	text-indent:-9999px;
	background:url(images/UnderManagementButtons.gif) no-repeat;
	background-position:0 0px;
	display:block;
}

#undermanagementbutton a:hover {
	background-position:0 -37px;
}
a { outline: none; }

/* END: INTERIOR ================== */

#footer{
	clear:both;
	text-align:center;
	padding:8px 0;
	border-top:solid 2px #95b93e;	
}
#footer p{
	font-size:11px;
	margin-bottom:0;
}
#footer p a{
	font-size:11px;
	text-decoration:none;
}
#footer p a:hover{
	text-decoration:underline;
}

