
/* RESET + BASE SHEETS */
@import "/css/base/1.reset.css";
@import "/css/base/2.base.css";
@import "/css/base/2.1.common.css";
@import "/css/base/2.3.fieldset.css";

/* TEMPLATE MODULES */
@import "/css/modules/2.home.css";
@import "/css/modules/1.content.css";
@import "/css/modules/wide.css";

/* SECTION MODULES */
@import "/css/modules/news.css";
@import "/css/modules/careers.css";
@import "/css/modules/site-search.css";

/****** GENERAL LAYOUT **/

body {
background:url('/images/bg/BG_repeat.gif') top left repeat-x;
font-family: arial;
}

div#wrapper {
	margin:0 auto;
	width:889px;
	background: #fff;
	height: auto;
	position:relative;
	padding: 0 10px 10px;
	font-size:12px;
}

div#wrapper img#bgShadowLeft {
	position:absolute;
	left:-8px;
	top:40px;
}

div#wrapper img#bgShadowRight {
	position:absolute;
	right:-8px;
	top:40px;
}


div#accessibility-options {
	display:none;
}

div#contentBG {
	background: url('/images/bg/BG_rpt.jpg') top left;
	width: 889px;
	min-height: 500px;
	position:relative;
	overflow:hidden;
}

div#header {
	height: 100px
}

/*Branding*/
div#branding {
	float: left;
	margin:20px 0 0 35px;
	padding:8px 0 0 80px;
	width: 524px;
	height:72px;
	position:relative;
}

div#branding img#logo {
	position:absolute;
	top:0;
	left:0;
}

div#branding img#mainTitle {
	margin:0 0 7px;
	display:block;
}

div#branding ul {
	list-style-type: none;
	overflow:hidden;
	font-size:90%;
}

div#branding ul li {
	float: left;
	color: #8d7c5c;
	margin: 0 5px 0 0;
}

div#branding ul li a {
	text-decoration: none;
	color: #8d7c5c;
}

div#branding ul li a:hover {
	text-decoration: underline;
}

div#branding ul li.current {
	color: #bc2c2c
}

/*Toolbox*/
div#toolbox {
	padding:12px 15px;
	width: 220px;
	height: 76px;
	background: #e7e0cd;
	position:absolute;
	top: 0;
	right: 0;
	font-size:90%;
}

div#toolbox form {
	margin: 20px 15px;
}

div#toolbox ol {
	list-style-type: none;
	overflow:hidden;
	margin:0;
}

div#toolbox ol li {
	float: left;
	color: #bcb38e;
}

div#toolbox ol li a {
	float:left;
	width:auto;
}

div#toolbox ol li {
    background: url('/images/bg/BG_tool_divider.gif') left 4px no-repeat;
    padding:0 10px;
}

div#toolbox ol li.first {
    padding-left:0;
    background:none;
}

div#toolbox ol li.last {
    padding-right:0;
}

div#toolbox ol li a {
	text-decoration: none;
	color: #bcb38e;
}

div#toolbox input {
	border: 0px;
	width: 184px;
	height: 16px;
	padding: 3px 0 0 0;
	float: left;
	background: #f8f5ea url('/images/bg/BG_input_search.gif');
	margin: 8px 0;
	color:#909291;
	font-size:100%;
}

div#toolbox  input.searchSubmit {
	width: 28px;
	height: 20px;
	padding:0;
}

/*Primary nav*/

div#slot102 {
	height:44px;
	margin:0 0 10px 0;
}

ul#mainNav {
	background: #bc2c2c;
	list-style-type: none;
	height: 30px;
	padding: 0 0 0 51px;
}

body#home ul#mainNav {
	padding: 0 0 0 88px;
}

ul#mainNav li {
	float: left;
	padding: 0 10px 0 10px;
	background: url(/images/bg/BG_nav_seperator.gif) right 35% no-repeat;
}

ul#mainNav li.last {
	background: none;
}

li a span {
	display: none;
}

ul#mainNav li a {
	float: left;
	height: 43px;
}

ul#mainNav li a:hover {
    background-position:right top;    
}

li#defaultNav a {
	width: 55px;
	background: url('/images/nav/nav_home.gif') 0 -44px no-repeat;
}

li#aboutNav a {
	width: 136px;
	background: url('/images/nav/nav_about.gif') 0 -44px no-repeat;
}

li#aboutNav a:hover, li#aboutNav a.selected {
	background: url('/images/nav/nav_about.gif') 0 0 no-repeat;
}

li#dutiesNav a {
	width: 158px;
	background: url('/images/nav/nav_duties.gif') 0 -44px no-repeat;
}

li#dutiesNav a:hover, li#dutiesNav a.selected {
	background: url('/images/nav/nav_duties.gif') 0 0 no-repeat;
}

li#properties-and-estatesNav a {
	width: 164px;
	background: url('/images/nav/nav_historic.gif') 0 -44px no-repeat;
}

li#properties-and-estatesNav a:hover, li#properties-and-estatesNav a.selected {
	background: url('/images/nav/nav_historic.gif') 0 0 no-repeat;
}

li#managementNav a {
	width: 175px;
	background: url('/images/nav/nav_management.gif') 0 -44px no-repeat;
}

li#managementNav a:hover, li#managementNav a.selected {
	background: url('/images/nav/nav_management.gif') 0 0 no-repeat;
}

li#tenantsNav a {
	width: 77px;
	background: url('/images/nav/nav_tenants.gif') 0 -44px no-repeat;
}

li#tenantsNav a:hover, li#tenantsNav a.selected {
	background: url('/images/nav/nav_tenants.gif') 0 0 no-repeat;
}

/*Footer*/
#footer {
	background:#e6e0cc;
	padding:8px;
	font-size:90%;
	clear:both;
	overflow:hidden;
}

#footer p {
	color: #8d7c5c;
	margin:0;
	float:left;
}

#footer ol {
	list-style-type: none;
	float: right;
	margin:0;
	padding:0;
}

#footer ol li {
	display:inline;
	margin: 0 10px 0 0;
	padding:0
}

#footer ol li a {
	color: #8d7c5c;
	text-decoration: none;
}

#footer ol li a:hover {
	text-decoration: underline
}

.searchResults h1 {
	border-bottom: 1px #e6e0cc solid;
	padding: 0 0 6px 0;
}

/* sitemap */
ul#sitemap 
{	
	padding-right: 0px;	
	padding-left: 20px;	
	padding-bottom: 0px;	
	margin: 0px;	
	padding-top: 0px
} 

ul#sitemap li ul li ul li 
{	
	margin: 0.2em 0px 0.4em;
}

ul#sitemap li ul li 
{	
	margin: 0.5em 0px 0px
} 

ul#sitemap li ul li ul li ul li 
{
    margin-bottom:0;	
}

ul#sitemap li 
{	
	display: block;
	margin: 0px 0px 1em;	
	list-style-type: none
}

li.smlev3 
{
    font-size:90%;
}

ul#sitemap li ul li ul 
{	
	margin: 0.4em 0px 0.8em
} 

ul#sitemap ul li a,
ul#sitemap li a
{
	padding-right: 0px;	
	padding-left: 12px;	
	font-weight: normal;
	background: url(/images/bg/bg_leftnav.gif) no-repeat left center;	
	padding-bottom: 0px;	
	color: #8d7c5c;	
	padding-top: 0px;	
	text-decoration: none
}

.searchResults
{
	border-top: #e6e0cc 1px solid;
}

.leftimage
{
	float:left;
}

.clear
{
	clear:both;
}

div.intro p
{
	font-size:120%;
	color: #304361
}

div#map_canvas
{
	margin-bottom:20px;
}


div#results_bar
{
	padding-top:00px!important;	
	color:#635843;
}

div#results_bar a
{
	
	color:#304361;
	font-weight:bold;
	margin-top:0px!important;	
	display:block;	
	margin-left:10px;
}

div#results_bar a.more-details {
    margin:0;
    
}

div#results_bar p
{
	display:block;
	margin-left:35px;
}

div#contactinfo
{
	margin-left:35px;
}

.markerNumber
{
	float:left;	
	margin-top:0px;
	padding-right:10px;
}

span.markerTitle
{
	color:#304361;
	font-weight:bold;
}
.markerTitle
{
	color:#304361;
	font-weight:bold;
}

#markerWindow
{
	padding:5px;
}

#markerWindow a
{
	color:#8D7C5C;
	font-size: 1em;
	font-weight:normal;
	text-decoration:none;
}

.tenantImage
{
	padding:10px 10px 10px 0;	
	margin-left:35px;
}

div#contentPane table {
	border-collapse:collapse;
	border:1px solid #E6E0CC;
}

div#contentPane td,
div#contentPane th {
	padding:3px;
}


/* paging */
div#paging
{
	margin-top:10px;
	margin-bottom:10px;
}

ul#pagingLinks
{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#pagingLinks li
{
    display:inline;
    width:100px;
}

ul#pagingLinks li a
{
	color:#304361;
    text-decoration:none;
}

/* faq */
div.faqs
{
	padding:13px;
}

.faqs ul
{
	margin:0;
	padding:0;
	color:#635843;
	list-style-type:none;
}

.faqs ul li
{
	
	
}

.faqs ul li.question
{
	font-weight:bold;
	background-image:url(/images/branding/q_blue.gif) ;
	background-repeat:no-repeat;
	background-position:0px top;	
		padding-left:20px;	
	border:none;
	margin-bottom:6px;
}

.faqs ul li.answer
{
	background-image:url(/images/branding/a_blue.gif);
	background-repeat:no-repeat;
	background-position:0px top;	
	padding-left:20px;

	margin-bottom:10px;

}
	
/****** HORIZONTAL RULE ***/    

    div.hr {
		height:1px;
		overflow:hidden;
		background-color:#ccc;
		margin:20px 0;
    }
    
    div.hr hr {
		display:none;
    }
	
/****** LINKS ***/

ul.links {
    list-style:none;
}

ul.links li {
    margin:0 0 5px;
}

ul.links li a
{	
    padding:0 0 0 15px;
	background: url(/images/bg/bg_leftnav.gif) no-repeat left 0.4em;	
	padding-bottom: 0px;	
	color: #8d7c5c;	
	padding-top: 0px;	
	text-decoration: none;
	color:#8D7C5C;
}