/* CSS Document */
body 
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color:#231F20;
	text-align:left;
}

div { margin:0px; padding:0px; }

#outer
{
	width:928px;
	margin:auto;
	padding-left:0px;
	padding-right:0px;
	background-color:#FFFFFF;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.clear
{
	clear:both;
}

/* header section style */
.header-bg
{
	width:928px;
	height:91px;
}

.top-menu
{
	display:none;
}


/*center section */

.hero-image
{
	float:left;
	background-image:url(../images/corporate/hero-image.jpg);
	width:928px;
	height:401px;

}

.icon-share
{
	display:none;
}

.icon-print
{
	display:none;
}

/* Breadcrumbs */
.brad-crumb-bg
{
	float:left;
	width:928px;
	height:30px;
}

.brad-crumb
{
	float:left;
	width:500px;
	height:77px;
	margin:auto;
	text-align:left;
	font-size:10px;
	color: #000;
}

.brad-crumb a:link
{
	color:#000;
	text-decoration:underline;
}

.brad-crumb a:visited
{
	color:#000;
	text-decoration:underline;
}

.brad-crumb a:visited:hover
{
	color:#000;
	text-decoration:none;
}

.brad-crumb a:hover
{
	color:000;
	text-decoration:none;
}

.main-left
{
	display:none;
}

.main-content
{
	float:left;
	line-height:18px;
	width:410px;
	padding-right:13px;
}

.main-right
{
	float:left;
	width:294px;

	padding-left:14px;
	text-align:left;
}

.inner-bottom
{
	display:none;
}

/* footer section style */
.footer
{
	display:none;
}


h1, #imageBlurb
{
	font-size:28px;
	line-height:normal;
	color:#095BA6;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	font-weight:normal;
}

h2
{
	font-size:16px;
	color:#898989;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

h4
{
	font-size:12px;
	color:#095BA6;
	margin:0px;
}

h5
{
	font-size:16px;
	color:#095BA6;
	margin:0px;
}


a, a:link, a:active, a:visited{
color: #095BA6;
text-decoration: none;
}

a:hover, a:visited:hover{
color: #666666;
text-decoration: none;
}

img
{
border:none;
}

p { margin:0 0 1em 0; }