p.quote
{
	color: #FFFFFF;
	background-image: url('/images/vision/bg.quote.png');
	padding: 10px;
}

.bold
{
	font-weight:700;
}

.italic
{
	font-style:italic;
}

.center
{
	text-align:center;
}

.bottomMargin_10
{
	margin-bottom:10px;
}

.coloredHeader
{
	border-bottom:1px solid #23619E;
}

div.genericOverlay
{
	display:none;
	left:0;
	position:absolute;
	top:0;
	z-index:80;
}

div#nameOverlay
{
	background-image:url('../images/about/headshots/overlay.staffName.png');
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFF;
	height:103px;
	left:50%;
	padding-left:10px;
	padding-right:35px;
	padding-top:21px;
	width:0;
}

div#nameOverlay .name,div#nameOverlay .title
{
	text-align:right;
}

div#nameOverlay .name
{
	font-size:101%;
	font-weight:700;
	margin-bottom:8px;
}

div#nameOverlay .title
{
	font-size:90%;
	font-style:italic;
}

ul#pic_grid
{
	list-style:none;
}

ul#pic_grid li
{
	border:1px solid #9D9D9D;
	float:left;
	margin:6px;
	padding:5px;
}

ul#pic_grid a
{
	background-color:blue;
	background-repeat:no-repeat;
	display:block;
	height:124px;
	text-align:center;
	width:155px;
}

ul#pic_grid li a:hover
{
	background-position:0 -124px;
}

ul#pic_grid li a span
{
	display:none;
}

div#executiveBios .GW
{
	background-image:url('../images/about/headshots/GW.jpg');
}

div#executiveBios .MW
{
	background-image:url('../images/about/headshots/MW.jpg');
}

div#executiveBios .MN
{
	background-image:url('../images/about/headshots/MN.jpg');
}

div#executiveBios .TD
{
	background-image:url('../images/about/headshots/TD.jpg');
}

div#executiveBios .JO
{
	background-image:url('../images/about/headshots/JO.jpg');
}

div#executiveBios .JH
{
	background-image:url('../images/about/headshots/JH.jpg');
}

div#executiveBios .KS
{
	background-image:url('../images/about/headshots/KS.jpg');
}

div#executiveBios .MP
{
	background-image:url('../images/about/headshots/MP.jpg');
}


div#executiveBios .JT
{
	background-image:url('../images/about/headshots/JT.jpg');
}

div#executiveBios .SH
{
	background-image:url('../images/about/headshots/SH.jpg');
}

div#executiveBios .MF
{
	background-image:url('../images/about/headshots/MF.jpg');
}

div#executiveBios .VC
{
	background-image:url('../images/about/headshots/VC.jpg');
}

div#executiveBios div.lgBioPic
{
	background-position:-155px 0;
	float:left;
	height:248px;
	margin-bottom:8px;
	margin-right:15px;
	width:310px;
}

div#preLoader
{
	background-color:#FFF;
	height:100%;
	left:50%;
	margin-left:-400px;
	position:absolute;
	top:365px;
	width:800px;
	z-index:90;
}

div#preLoader img
{
	border:none;
	left:350px;
	position:relative;
	top:100px;
}

div#content div.contentBlock a
{
	border-bottom:1px dotted #3875D7;
	color:#3875D7;
	text-decoration:none;
}

div#content div.contentBlock a:hover
{
	border-bottom:1px solid #203E6A;
	color:#203E6A;
}

body
{
	background-color:#23619e;
	background-image:url('../images/main_bg.gif');
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	overflow-x:hidden;
}

.contentBlock
{
	border:1px solid #666;
	color:#333;
	margin:5px 20px;
	padding:5px 10px;
}

#header
{
	background-image:url(../images/main/header_top.png);
	background-repeat:repeat-x;
	height:96px;
	position:fixed;
	top:0;
	width:100%;
	z-index:0;
}

div#subMenu
{
	background-image:url(../images/main/submenu_bg.png);
	background-repeat:no-repeat;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:40px;
	margin-left:15px;
	padding:8px 0 0 20px;
	width:770px;
}

ul.subMenuList
{
	list-style:none;
	margin:0;
	padding:0;
}

ul.subMenuList li
{
	border-right:1px solid #666;
	float:left;
	padding:0 10px;
}

ul.subMenuList li.last
{
	border:none;
}

ul.subMenuList li a
{
	color:#CCC;
	display:block;
	height:33px;
	line-height:33px;
	margin:0 -7px;
	padding:0 5px;
	text-decoration:none;
}

ul.subMenuList li a:hover
{
	background-color:#333;
	color:#FFF;
}

#flashHeader
{
	float:left;
	left:50%;
	margin-left:-400px;
	position:absolute;
	top:0;
	z-index:3;
}

#clouds
{
	float:left;
	left:800px;
	position:fixed;
	top:96px;
	z-index:0;
}

#cloudsRight
{
	float:left;
	left:50%;
	margin-left:400px;
	position:fixed;
	top:96px;
}

#cloudsLeft
{
	float:left;
	left:50%;
	margin-left:-775px;
	position:fixed;
	top:96px;
}

#content
{
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-y;
	border-top:3px solid #333;
	left:50%;
	margin-left:-400px;
	padding-bottom:60px;
	position:absolute;
	top:365px;
	width:800px;
}

#flashVersion
{
	color:#333;
	font-size:16px;
	padding:200px 10px 10px;
	text-align:center;
	width:780px;
}

#footer
{
	background-color:#000;
	border-top:1px solid #FFF;
	bottom:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:30px;
	left:50%;
	margin-left:-400px;
	padding-top:12px;
	position:fixed;
	text-align:center;
	width:800px;
	z-index:100;
}

#footerOverlay
{
	background-color:#FFF;
	bottom:22px;
	filter:alpha(opacity=10);
	height:18px;
	opacity:.1;
	position:fixed;
	width:800px;
	z-index:6;
}

h1
{
	font-size:16px;
}

#homeCompanyHeader
{
	background-image:url(../images/home/home_company_header.png);
	height:68px;
	margin:20px 0 10px;
	width:432px;
}

#homeBlurb
{
	padding:0 20px 0 12px;
	width:400px;
}

#homeRightCol
{
	color:#666;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 0 10px;
	width:460px;
}

#homeNewsBG
{
	background-image:url(../images/home/home_news_bg.png);
	background-repeat:no-repeat;
	height:350px;
	margin-left:12px;
	margin-top:20px;
	overflow:hidden;
	width:310px;
}

#homeNews
{
	height:280px;
	left:20px;
	overflow:hidden;
	position:relative;
	top:50px;
	width:275px;
}

.aboutBio
{
	border:1px solid #666;
	font-size:12px;
	margin:0 10px 20px 25px;
	min-height:190px;
	padding:10px 20px 15px;
	width:700px;
}

.aboutBio a
{
	color:#03C;
	font-weight:700;
	text-decoration:none;
}

.aboutBio a:hover
{
	color:#03C;
	font-weight:700;
	text-decoration:underline;
}

#aboutLeft
{
	float:left;
	padding:0 30px;
}

#aboutOurStory
{
	font-size:10px;
}

#bedIMG
{
	background-image:url('../images/about/about_our_story_stockimage.png');
	background-repeat:no-repeat;
	height:350px;
	margin-top:7px;
	width:346px;
}

.newsPressRelease
{
	border:1px solid #666;
	font-size:12px;
	margin:0 10px 20px 25px;
	padding:10px 20px 15px;
	width:700px;
}

#pressReleaseMenu
{
	background-image:url(../images/submenu_bg.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:40px;
	margin-left:10px;
	padding:17px 0 0 20px;
	width:770px;
}

div.pressReleaseBackToTop
{
	margin-top:-5px;
	padding-bottom:20px;
	text-align:center;
	width:100%;
}

div.pressReleaseBackToTop a
{
	color:#8B8B8B;
	padding-bottom:3px;
	text-decoration:none;
}

div.pressReleaseBackToTop a:hover
{
	background-color:#f0f0f0;
	border-bottom:3px solid #111;
	color:#333;
	padding-bottom:0;
	text-decoration:none;
}

div#prLeftSide
{
	float:left;
	width:615px;
}

div#prLeftSide .contentBlock
{
	margin-left:25px;
}

div#prList
{
	float:right;
	padding-right:20px;
	width:163px;
}

div#prList ul
{
	padding:0;
}

div#prList ul li
{
	background:transparent url('../images/star.png') no-repeat scroll 0 0.4em;
	list-style:none;
	margin-bottom:5px;
	padding:1px 0 1px 13px;
}

ul.pressReleaseList li
{
	padding:10px 10px 2px 0;
}

ul.pressReleaseList li.last
{
	border-right:none;
}

ul.pressReleaseList li a
{
	color:#666;
	font-size:12px;
}

.properties
{
	border-bottom:1px solid #999;
	height:260px;
	margin-left:20px;
	width:720px;
}

div.property div.infoOnRightSide a
{
	color:#FFF;
	text-decoration:none;
}

div.property div.infoOnRightSide a:hover
{
	color:NAVY;
	text-decoration:underline;
}

.propertiesText
{
	background-image:url(../images/properties_bg.gif);
	background-repeat:no-repeat;
	float:left;
	height:260px;
	text-align:center;
	width:520px;
}

div#content h3.prevPropertyHeading
{
	font-size:105%;
	font-weight:700;
	padding-left:20px;
	text-decoration:underline;
}

div#content ul.prevPropertyList li
{
	color:#f0f0f0;
}

#visionTop
{
	border:1px solid #666;
	color:#333;
	margin:0 20px 20px;
	padding:15px;
	width:710px;
}

#ourVisionLeftCol
{
	float:left;
	margin-left:0;
	width:484px;
}

.textBlue
{
	color:#6a9bde;
	font-size:14px;
}

.award
{
	border:1px solid #666;
	display:table;
	margin-bottom:5px;
	margin-left:28px;
	margin-top:5px;
	padding:15px;
	width:710px;
}

.awardIMG
{
	border-right:1px solid #999;
	float:left;
	margin-right:30px;
	width:180px;
}

h3
{
	color:#CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
}

div#content div.property
{
	color:#FFF;
	font-size:12px;
	height:219px;
	margin:0 10px 10px;
	padding-left:15px;
	width:757px;
}

div#content div.infoOnRightSide
{
	-moz-border-radius:7px;
	background-image:url(../images/properties/text_bg.png);
	background-repeat:repeat;
	border:1px solid #FFF;
	float:left;
	height:199px;
	margin-top:9px;
	padding:0 10px;
	text-align:center;
	width:340px;
}

#homeLeftCol,.propertiesImage,.awardDescription,div#content div.property img
{
	float:left;
}

div#executiveBios .contentBlock img,.aboutBio img
{
	border:3px solid #666;
	float:left;
	margin:0 10px 0 0;
}