body {
	font: 12px arial, verdana, helvetica, sans-serif;
	text-align: center;
	color:#494949;
	padding:40px;
	line-height:18px;
}

/* Added by Brian to counteract the effects of ExtJs stylesheets in Floorplans section */
body,h2,h3,p,div.p
{
    margin: 12px 0;
}

.h1-home {
font-size:12px;
	}

p 
{
	margin-bottom:0px auto;
}

a:link {
	color:#468cbe;
	text-decoration:none;	
}

a:visited 
{
	color:#468cbe;
	text-decoration:none;	
}

a:hover { text-decoration:underline; }
img { border:none; }
h2
{
	font-size:16px;
	font-weight:normal;
	margin-bottom:-6px;
}

.c { clear:both; }
.spacer5 { height:5px; font-size:1px; }
.spacer15 { height:15px; font-size:1px; }
.spacer25 { height:25px; font-size:1px; }
.smallText { font-size:10px; }
.requiredField { color:#7b305c; }

.bottomSeperator 
{
	border-bottom:1px solid #dfdfdf;
	width:940px;
	margin-bottom:15px;
}

div#pageContainer {
	margin: 0 auto;   
	text-align: left; 
	width: 940px;
}

div#header {
	position:relative;
	width:940px;
	height:140px;
}

div#header .topNav {
	height:25px;
	width:400px;
	float:right;
	text-align:right;
	color:#dfdfdf;
	font-size:10px;
}

div#header .topNav a {
	margin-right:15px;
	margin-left:15px;
}

div#header .logo { 
	width:175px; 
	float:left;
}
/* Menu Code */
div#header .menu {
	position:absolute;
	top:65px;
	left:260px;
	width:715px;	
	z-index: 1000;
}

div#header  .active, div#leftnav .active { color:#333333; }
div#footer  .active { font-weight:bold; color:#333333; }

div#header .menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:9;
}

div#header .menu li { /* all list items */
	float: left;
	position: relative;
	width: 75px;
	text-align:center;
	padding: 3px 15px 3px 15px;
	background-color:#ffffff;
	border-right:1px solid #dfdfdf;
	z-index:9;
}

div#header .menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index:9;
}

div#header .menu li ul li {
	text-align:left;
	border:none;
	width:90px;
	padding-top:3px;
	height:15px;
	z-index:9;
}

div#header .menu .wide100 {
	width:100px;	
}

div#header .menu .wide50 {
	width:50px;	
}

div#header .menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 18px;
	left: 0px;
	padding-left:3px;
	padding-top:5px;
	z-index:9;
}

div#header .menu li:hover ul, div#header .menu li.over ul { /* lists nested under hovered list items */
	display: block;
}

div#footer 
{
	padding-top:65px;
	position:relative;
	color:#3a90c0;
	font-size:9px;	
	clear:both;
	width: 965px;
	display:block;
}

div#footer .footerLinks 
{
	color:#979392;
	font-size:10px;	
	margin-top:20px;
}

div#footer .footerLinks a
{
	margin-right:30px;
	color:#979392;
	font-size:10px;	
}



div#footer-navs
{
	color:#3a90c0;
	font-size:9px;	
	margin-top:0px;
}

div#footer-navs a
{
	margin-left:0px;
	margin-right:0px;
	color:#3a90c0;
	font-size:9px;	
}


div#mainContainer{
	width:940px;
	height:250px;
	display:block;
	background-color:#ffffff;
}
div#defaultContent {
	float:left;
	width:685px; 
	height: 29px; 
	display:block;
	background-color:#ffffff;	
}
div#defaultContentSub {
	float:left; 
	width:685px; 
	display:block; 
	margin-top: 8px;
}

p#defaultPara{
	width:430px; 
	display:block;
	font-size: 14px;
	line-height:22px;
}

div#newsDiv {
	float:right;
	width:218px; 
	height: 230px;
	display: block;
	background-color:#ffffff;	
}
div#newsHeader{
	margin-top: 5px;
}
div#newsBlock{
	width: 218px;
	height:49px;
	margin-top: 5px;
	margin-bottom: 6px;
	background-color:#ffffff;
	display: block;
}
div#newsBlock2{
	width: 218px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#ffffff;
	display: none;
}
div#newsBlockLine{
	background-color:#cccccc;
	width: 218px;
	height: 1px;
}

div#newsBlockTitle{
	font-family: arial;
	font-size: 12px;
	color: #3a90c0;
}
div#newsBlockDate{
	width: 218px;
}
div#newsBlockDateTitle{
	width: 180px;
	position: absolute;
	float:left;
	font-family: arial;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
}
div#newsBlockDateMore{
	width: 38px;
	position: relative;
	float:right;
	background-color: #ffffff;	
	font-family: arial;
	font-size: 10px;
	color: #666666;
}
div#newsBlockFeatured{
	display:block;
	width: 218px;
	border: 1px;
	border-color: #cccccc;	
	border-style:solid;
	border-width:1px;
	background-color: #ffffff;
	margin-top: 10px;

}
div#newsBlockFeaturedTitle{
	padding: 1px;
	padding-left: 2px;
	width: 218;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	background-color: #3a90c0;	
	
}
div#newsBlockFeaturedSmall{
	display: block;	
	padding: 2px;	
}
div#featuredTxt{
	font-size: 12px;
	color: #666666;	
}
div#featuredTxtSmall{
	font-size: 11px;
	color: #666666;	
}
div#featuredImgSml{
	float: right;
	width: 40px;
	height: 34px;
	
}
div#featuredImgLrg{
	float: right;
	width: 100px;
	height: 75px;
	
}
div#newsBlockFeaturedLarge{
	display: none;
	padding: 2px;
	z-index: 2;
	margin-top: -100px;
	margin-left: -240px;
	position: absolute;
	

	width: 218px;
	border: 1px;
	border-color: #cccccc;	
	border-style:solid;
	border-width:1px;
	background-color: #ffffff;
		
}

div#newsBlockFeaturedHeader{
	height:20px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	background-color: #2c9acf;
	padding: 3px;
}





div#leftnav 
{
	text-align:right;
	width:160px;
	border-right:1px solid #dfdfdf;
	padding-right:10px;
	float:left;
	margin-right:115px;
	margin-top:35px;
}
div.dividerTop 
{
    border-top:1px solid #dfdfdf;
}

div#rightContent 
{
	width:650px;
	float:left;
}

div#rightContent .leftPanel 
{
	width:320px;
	float:left;
}

div#rightContent .rightPanel 
{
	width:330px;
	float:left;
}

div#rightContent .rightPanel h3,
div#rightContent .teamDescription h3 
{
	color:#3d608e;
	font-size:12px;
	font-weight:bold;
	margin-top:-3px;
    margin-bottom:-15px;
}

div#rightContent .rightPanel h3 a,
div#rightContent .teamDescription h3 a { color:#3d608e; }


/* CSS FOR LOCATION SECTION */
div#locationLeftNav 
{
	width:170px;
	float:left;
	margin-right:115px;
}

div#leftNavColumn 
{
	text-align:right;
	width:160px;
	border-right:1px solid #dfdfdf;
	padding-right:10px;
	float:left;
	margin-top:15px;
}

div#locationKey strong
{
	color:#494949;
	text-transform:uppercase;
}

div#locationKey .items
{
	display:table-cell;
	text-align:right;
}

div#locationKey img
{
	vertical-align:middle;
}

div#slideShowControls .control 
{
	width:60px;
	border-right:1px solid #dfdfdf;
	float:left;
	margin-right:10px;
	height:35px;
}
div#slideShowControlsViews {margin-left:-10px}
div#slideShowControlsViews .control
{
	border-right:1px solid #dfdfdf;
	float:left;
	padding:0px 10px;
	height:18px;
}

/* Team page CSS */
.teamImage 
{
	width:320px;
	float:right;
}

.teamDescription 
{
	width:330px;
	float:left;
}

.small 
{
    font-size: 10px;
    line-height: normal;
}

.toolTip 
{
    border: 1px solid #dfdfdf;
    background-color: #f0f0f0;
    padding: 2px;
    font-size: smaller;
    line-height: normal;
}

/* View Pages CSS */
.greyFooterBar
{
	width:627px;
	height:22px;
	padding:10px;
	padding-top:8px;
	background-color:#f2f2f2;
}

.greyFooterBar .playPauseBtn
{
	background-image:url(../images/playpause.gif);
	width:67px;
	height:25px;
}

.greyFooterBar .playPauseBtn .playBtn
{
	float:left;width:31px;height:25px
}

.greyFooterBar .playPauseBtn .pauseBtn
{
	float:left;width:36px;height:25px
}
