* {
	font-family: "Helvetica Neue", Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
}
body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a{
	text-decoration:none;
	font-size:0.9em;
	color:#002154;
	font-weight:bold;
	}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#002E6A;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#headerContainer {
	width: 780px;
	margin-top:20px;
}
#mainHeaderImage {
	width:210px;
	float:left;
}
#topLinksContainer {
	float:left;
	width: 550px;
	height:107px;
	vertical-align:bottom;
	text-align:right;
}
#topLinksContainer a {
	margin-left:25px;
	text-decoration:none;
	font-size:0.7em;
	color:#002154;
	font-weight:bold;
}
#topLinksLine {
	margin-top:3px;
	padding-top:0px;
	border-top:1px solid #002154;
}
h1 {
	font-size:1.2em;
	font-weight:bold;
}
h2 {
	font-size:0.9em;
}
.imageContainer {
	float:right;
	margin:3px;
}
.clear {
	clear:both;
}
.topTextContainer {
	clear:both;
	background-image: url(images/background.png);
	width:760px;
	height:200px;
	color:#FFF;
	padding:15px;
	background-repeat: no-repeat;
	margin-top:25px;
}
.horizList {
	text-align:center;
	width:780px;
	margin-top:30px;
}
.horizList li {
	float:left;
	list-style:disc;
	font-weight:bold;
	margin-right:35px;
	font-size:0.7em;
	color:#A5ADBE;
	margin-left:20px;
}
.sectionIconsContainer {
}
.sectionIcon {
	text-align:center;
	vertical-align:middle;
	width:120px;
	height:100px;
	margin-right:10px;
	margin-left:10px;
	padding:4px;
	font-size:0.8em;
	font-weight:bold;
}


.marquee_container {
}
.marquee_left {
	width:40px;
	float:left;
	text-align:right;
	padding-left:20px;
}
.marquee_center {
	width:500px;
	float:left;
}
.marquee_right {
	width:40px;
	float:left;
	text-align:left;
}
.smallFont {
	font-size:0.8em;
}
#footer {
	margin-top:20px;
	text-align:center;
}
#footerText {
	margin:0 auto;
}
.greyFrameTop {
	background-image: url(images/frameTop.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:760px;
	margin:0px;
	padding:0px;
	height:16px;
	line-height:16px;
}
.greyFrameBottom {
	background-image: url(images/frameBottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:760px;
	margin:0px;
	padding:0px;
	height:16px;
}
.greyFrameSides {
	background-image: url(images/frameSides.png);
	background-repeat: repeat-y;
	background-position: left 17px;
	width:760px;
	margin:0px;
	padding:0px;
}
.greyFrameBoxText {
	padding :10px;
	font-size:0.8em;
}
.twoThirdsColumn {
	width:80%;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.oneThirdColumn {
	width:10%;
	float:left;
	border-left:#CCC dashed 1px;
}
.mapContainer {
	width:300px;
	height:300px;
	float:left;
	margin:5px;
}
.topAddress {
	font-size:0.7em;
}

/*assets*/

.asset_module_container
{
	clear:both;
	margin-bottom:90px;
	font-size:0.9em;
	font-weight:normal;
}

.asset_module_container a
{
	text-decoration:none;
	font-size:0.9em;
	color:#002154;
	font-weight:bold;
}

.asset_container
{
	border-bottom: 1px #D9D9D9 solid;
   margin-bottom: 15px;
	
}

.asset_descriptor_image
{
	width:120px;
	text-align:center;
	float:left;
}

.asset_descriptor_container
{
	margin-right:10px;
	float:left;
	margin-bottom:10px;
}

.asset_descriptor_row
{
	clear:both;
	padding:5px;
	display:block;
   
}

.asset_descriptor_key
{
	width:200px;
	float:left;
	font-weight:bold;
   text-indent: 20px;
	
	
}

.asset_descriptor_value
{
	width:200px;
	float:left;
}


.contact_container
{
margin:10px;
width:550px;
clear:both;
}

.contact_address
{
width:250px;
float:left;
padding:10px;
}

.contact_phone
{
width:280px;
float:left;
padding:10px;
}

#AssetSearch label
{
   width:150px;
}


.asset_descriptor_title
{
   font-size:1.7em;
   font-weight: bold;
   margin-bottom: 15px;
}