﻿body {
	MARGIN: -4px 0px; /* Firefox leaves top border without negative top margin */
	FONT-WEIGHT: normal; 
	FONT-SIZE: 9pt; 
	COLOR: #666666; 
	FONT-FAMILY: Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 10px;
	text-align: center;
	background: #5388b4 url('../../images/Watermark.jpg') repeat-x;
}
#wrapper1 {
	position:relative;
	margin: 0px auto;
	text-align:left;
	/* width: 100%; for liquid center column layout */
	width: 976px;  /* for fixed center column based on 1024px width */
	background:#FFF url("../../images/columnBg.gif") repeat-y top right; 
	}
#wrapper2 {
	position:relative;
	margin: 0px auto;	
	text-align:left;
	/* width: 100%; for liquid center column layout */
	width: 976px;  /* for fixed center column based on 1024px width */
	background: url("../../images/columnBg.gif") repeat-y top left; 
	}

#leftcolOnlyWrapper {
	margin: 0px auto;
	position:relative;
	text-align:left;
	/* width: 100%; for liquid center column layout */
	width: 976px;  /* for fixed center column based on 1024px width */
	background: #FFF url("../../images/columnBg.gif") repeat-y top left; 
	}

#header1 
{
	margin: 0px auto;
	background:#5388B4;
	padding-top: 4px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 16pt;
	color:#FFF;
	height: 30px;
	font-variant: small-caps;
	/* width: 100%; for liquid center column layout */
	width: 976px;  /* for fixed center column based on 1024px width */
	}
#header1 a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal
}			
#header1 a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}			
#header2 
{
	position: relative;
	background-color: #001D3B;
	margin: 0px auto 0px auto;
	text-align: left;
	color:#FFF;
	height: 125px; 	
	/* border-bottom: solid 1px #FFF; */
	/* width: 100%; for liquid center column layout */
	width: 976px;  /* for fixed center column based on 1024px width */
	overflow: hidden;
	}
.logoWrapper 
{
	float: left;
	clear: none;
	height: 125px;
	width: 290px;	
		z-index: 1000;
		position: relative;
/*	position: absolute; 
	left: 0; 
	top: 15px;
	width: 226px;
	margin: 0;
	padding-right: 10px; 
	background-color: #5388b4;
	z-index: 1000	*/
}	
.flash_header 
{
	position: relative;
	float: right;
	clear: none;
	height: 125px;
	width: 686px;
}	
#maincol {
	position:relative;
	margin:0;
	padding: 10px;
	z-index: 97;
	background-color: Transparent;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:185px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	 /* width:165px;actual value ; ; use if you have to factor in padding/margin  */
	margin:0 0 -10px 0;
	background:#CCCCCC;
	z-index:100;
	font-size: 8pt;
	}
#left col a 
{
	font-size: 8pt;	
}	
#rightcol {
	position:relative;
	top:-10px;
	right: -10px;
	float:right;
	width:185px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	/* width:165px; actual value ; use if you have to factor in padding/margin */
	margin: 0 0 0 0;
	background:#CCCCCC;
	z-index:99;
	}

#centercol {
	position:relative;
	padding: 0 200px;	/* 200px leaves room for the 200px right column */
	z-index: 97;
	_height: 0;			/* Necessary for IE6 and the peekaboo bug !!! */
	min-width: 200px;	/* Necessary for IE7 */
	/* Pages that reference centercol must an IE conditional comment
		that sets all padding to zero. See master pages as example.  */
}

#footer {
	position:relative;
	/* width: 100%; for liquid center column layout */
	width: 976px; /* for fixed center column based on 1024px width */
	clear: both;
	margin:0;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
	color:#CCC;
	font-family: Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #888888;
	line-height: 12px;
	}
	
.menuHeader 
{
	background-color: #5388B4;
    font-family: Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: White;	
    padding: 5px;
    position: relative;			/* IE 6 losed background color without this */
}	

/***************** Main Menu ***********************/

#MenuDiv
{
	/* width: 100%; for liquid center column layout */
	width: 976px;  /* for fixed center column based on 1024px width */	
	background:#5388b4;
	color: White;
	position: relative;
	margin: 0px auto 0px auto;
	min-height: 23px;
	z-index: 399;
}

#MenuDiv div.AspNet-Menu-Horizontal
{
	width: 100%;
	position: relative;
}

#MenuDiv ul
{
	white-space: nowrap;
	margin: 0;
	background:#5388b4;
	height: 25px;
	padding-left: 0px;
}

/* Main menu styles */
#MenuDiv li.AspNet-Menu-Leaf,
#MenuDiv li.AspNet-Menu-WithChildren
{
	float: left;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 5px 20px 5px 20px;
	vertical-align: bottom;
	color: #ffffff;
	position: relative;
}

#MenuDiv li.AspNet-Menu-Selected
{
	background-color: #749ec4;
	color: #ffffff;
}

#MenuDiv li.AspNet-Menu-Leaf a:link, 
#MenuDiv li.AspNet-Menu-Leaf a:visited, 
#MenuDiv li.AspNet-Menu-Leaf a:active,
#MenuDiv li.AspNet-Menu-WithChildren a:link,
#MenuDiv li.AspNet-Menu-WithChildren a:visited,
#MenuDiv li.AspNet-Menu-WithChildren a:active
{
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

#MenuDiv li.AspNet-Menu-Selected a:link, 
#MenuDiv li.AspNet-Menu-Selected a:visited, 
#MenuDiv li.AspNet-Menu-Selected a:active 
{
	color: #ffffff;
}

#MenuDiv li.AspNet-Menu-Leaf:hover,
#MenuDiv li.AspNet-Menu-WithChildren:hover
{
	background-color: #CCCCCC;
}

#MenuDiv li.AspNet-Menu-Leaf a:hover,
#MenuDiv li.AspNet-Menu-WithChildren a:hover
{
	background-color: #CCCCCC;
	color: #00009C;
}

/* Sub menu */

#MenuDiv ul.AspNet-Menu ul
{
	height: auto; /* IE 7 needs this or window disappears during hover */
	/* background: transparent; I7 doesn't behave here; IE6 OK interestingly enough */
	visibility: hidden;
    position: absolute;
	z-index: 400;
	padding: 0;
	top: 22px;
	left: 0px;
	margin: 0;
}

#MenuDiv ul.AspNet-Menu ul li
{
	position: relative;
	float: none;
	padding: 0 4px;
	text-align: left;
	margin: 0;
	border: solid 2px #ffffff;
	border-bottom: solid 2px #dddddd;
	background-color: #eeeeee;
}

#MenuDiv ul.AspNet-Menu ul li a:link, 
#MenuDiv ul.AspNet-Menu ul li a:visited, 
#MenuDiv ul.AspNet-Menu ul li a:active
{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 16px;
	text-decoration: none;
	color: #5388b4;
	font-size: 11px;
	font-weight: bold;
}

#MenuDiv li.AspNet-Menu-Leaf:hover,
#MenuDiv li.AspNet-Menu-WithChildren:hover
{
	background-color: #CCCCCC;
}

#MenuDiv li.AspNet-Menu-Leaf a:hover,
#MenuDiv li.AspNet-Menu-WithChildren:hover
{
	background-color: #CCCCCC;
	color: #00009C;
}

#MenuDiv ul.AspNet-Menu li:hover ul,
#MenuDiv ul.AspNet-Menu li li:hover ul,
#MenuDiv ul.AspNet-Menu li li li:hover ul,
#MenuDiv ul.AspNet-Menu li.AspNet-Menu-Hover ul,
#MenuDiv ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
#MenuDiv ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
.AspNet-Menu-Hover
{
    visibility: visible;
}

/* Side menu styles */

.SideMenu
{
	background-color: #ffffff;
	overflow: hidden;
}
.SideMenu ul 
{
	margin: 1px 0px 1px 0px;
	float: left;
    width:185px;
	background-color: #ffffff;
	padding: 0;
}

.SideMenu li.AspNet-Menu-Leaf
{
	list-style-type: none;
    background-color: #eee; 
    color: #447FBB;
    margin: 2px 0px 2px 2px;
    padding-left: 5px;   
    padding-top: 3px;
    padding-bottom: 3px;
}

.SideMenu li.AspNet-Menu-Selected 
{
    background-color: #fff; 
    color: #447FBB;
}

.SideMenu li.AspNet-Menu-Leaf * 
{
	vertical-align: middle;
}

.SideMenu li.AspNet-Menu-Leaf a:link, 
.SideMenu li.AspNet-Menu-Leaf a:visited, 
.SideMenu li.AspNet-Menu-Leaf a:active 
{
	text-decoration: none;
	color: #447FBB;
	font-size: 11px;
	font-weight: bold;
}

.SideMenu li.AspNet-Menu-Selected a:link, 
.SideMenu li.AspNet-Menu-Selected a:visited, 
.SideMenu li.AspNet-Menu-Selected a:active 
{
	color: #5388b4;
}

.SideMenu li.AspNet-Menu-Leaf:hover
{
    background-color: #ccc; 
    COLOR: #447FBB;
}

.SideMenu li.AspNet-Menu-Leaf a:hover
{
	color: #00009C;
}



/****************** Misc styles *********************/

p
{
	font-size: 9pt;
}

A {
	font: 9pt Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif;
	color: #5387b4;
	text-decoration: underline;
}

.small {font-size: 7pt;}

A.AdminNav {text-decoration: none;}
A.AdminNav:hover {text-decoration: underline;}

.pagetitle {
    font-family: Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif;
    font-size: 14pt;
    color: #5387b4;
}
.pagesubtitle {
    font-family: Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif;
    font-size: 11pt;
    color: #5387b4;
}

.MainNav {
    width:185px;
}

.RFPContact_Content {
    background-color: #627A96;
    font-size: 8pt;
    color: White;
    line-height: 11pt;
    position: relative;			/* IE 6 losed background color without this */    
}
.RFPContact_Content p
{
    font-size: 8pt;
}
.RFPContact_Content a,
.RFPContact_Content a:visited 
{
    font-size: 8pt;
    color: White;
}

 .RecentProperty_Content {
    font-size: 8pt;  
 }
  
.ErrorLabel {
	font-family: Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif; 
	font-size: 8pt; 
	color: maroon;
	border: solid 1px red;
	background-color: #EEEEEE; 
	padding: 2px;
	line-height: 16pt;
}
.MessageLabel {
   	font-family: Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif;
	font-size: 8pt;
	color: Navy;
	border: 1px solid navy;
	background-color: #EEEEEE;
	padding: 3px;
}

table.graygrid {
    border: 1px solid #eeeeee;
	background-color: #ffffff;
}
th.graygrid {
    font-family: Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    background-color: #dddddd;
    text-align: left;
    white-space: nowrap;
}

td 
{
	font-size: 8pt;
}

td.graygrid {
    font-family: Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8pt;
}

/* Admin styles */
.PropertyLegend {
    padding: 2px; 
    color: #666666; 
    font-weight: bold;
}

legend {
    padding: 2px; 
    color: #666666; 
    font-weight: normal;
}

.BlueText
{
    background-color: #fff; 
    color: #447FBB;
	font-size: 8pt;
	font-weight: bold;     
}

textarea
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif;
}
select
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif;
}

input[type=text]
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, 'Arial Narrow', Helvetica, sans-serif;
}

.obfmail a
{
	font-size: 10pt;
	font-weight: bold;
}

ul.CaseStudyList
{
	list-style-image: url(../../images/bullet-blue.gif);
}
.CaseStudyList li div
{
	margin: 5px 40px 10px 0px;
}

.CaseStudyList li a
{
	text-decoration: none;
	font-size: 10pt;
}

.CaseStudyList li a:hover
{
	text-decoration: underline;
}

ul.TeamMemberList
{
	list-style: none;
	overflow: hidden;
}
.TeamMemberList li
{
	margin: 15px 0px 5px 0px;
	padding: 0px;
}
.TeamMemberList li a
{
	text-decoration: none;
	font-size: 10pt;
}
.TeamMemberList li a:hover
{
	text-decoration: underline;
}

h3
{
	font-size: 12pt;
	font-weight: bold;
}
h4
{
	font-size: 10pt;
	color: #447FBB;
	font-weight: normal;
}

.ContactUsInput 
{
	width: 250px	
}

.ContactUsOffice
{
	font-weight: bold; 
	font-size: 11pt; 
	color: #5388B4
}

.toolTip
{
	color: #5388b4;
	font-weight: normal;
}

.toolTipTitle
{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
}

.FeaturesPanelTitle
{
	font-size: 9pt;
	color: #5388b4;
	font-weight: bold;	
	margin-bottom: 10px;
}

.FeaturesPanelItemTitle
{
	font-size: 9pt;
	color: #5388b4;
	font-weight: bold;	
}

hr 
{
	height: 1px; 
	width: 100%; 
	background-color: #5387b4; 
	color: #5387b4; 
	border-width: 0px;
}
