@charset "utf-8";
/* CSS Document */
body {
	background-color: #4b67a0;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
body,td,th ,p,span,h1,h2,h3,h4,h5,h6{
	font-family: Verdana, Geneva, sans-serif;
}


#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 900px;
}


/*HEADER*/


#header  {
	background-color: #4b67a0;
	margin-bottom: 50px;
	padding: 0px;
	width: 100%;
	position: relative;
	height: 206px;
}
#header .logo  {
	text-align: center;
	float: left; 
	width: 400px; 
	background: #ffffff;
}
#header .links  {
	background: #ffffff;
	font-weight: bold;
	text-align: center;
	height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 450px;
	float: left;
	padding-top: 5px;
}
#header .tagLine  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	text-align: center;
	float: left;
	height: 20px;
	background: #ffffff;
	padding-top: 10px;
}
#header .navLinks  {
	background-color: #041943;
	text-align: center;
	width: 112px;
	float: left;
	border-left: #4b67a0 1px solid;	
}



/*MAIN CONTENT*/

#mainBack4 {
	background-image:url(../_images/Backdrop/mainContentBg_r2_c3.jpg);
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
}
#mainBack3 {
	background: #ffffff;
	float: left;
	width: 100%;
	position: relative;
	right: 10px;
}
#mainBack2 {
	background: #041943;
	float: left;
	position: relative;
	width: 100%;
	right: 645px;
}
#mainBack1 {
	background-image:url(../_images/Backdrop/mainContentBg_r2_c1.jpg);
	float: left;
	width: 100%;
	position: relative;
	right: 235px;
}
#shadowLeft {
	width: 10px;
	float: left;
	position:relative;
    left:900px;
	overflow:hidden;

}
#mainContentLeft  {
	width: 225px;
	color: #ffffff;
	line-height: 20px;
	float: left;
	font-weight: bold;
    position:relative;
    left:905px;
	overflow:hidden;
}
#mainContentLeft .linkTitle  {
	color: #ffff00;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}
#mainContentLeft .link  {
	color: #ffffff;
	text-align: left;
	font-size: 11px;
}
#mainContentRight  {
	width: 625px;
	color: #000000;
	float: left;
	position:relative;
	left:920px;
	overflow:hidden;
	text-align: justify;
	font-size: 8.5pt;
}
#mainContentRight .footerTitle {
	background: #041943;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	clear: both;
	width: 100%;
}
#mainContentRight .footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
}
#shadowRight {
	float: left;
	width: 10px;
    position:relative;
    left:930px;
	overflow:hidden;
}


/*FOOTER*/


#footer  {
	background-color: #4b67a0;
	color: #ffffff;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	clear: both;
}
#footerLinks  {
	padding-top: 10px;
	padding-bottom: 20px;
}


/*CLASSES*/




/*LINKS*/


a:link 
{
	text-decoration: underline; 
	color: #000066;
}
a:visited 
{
	text-decoration: underline; 
	color: #000066;
}
a:hover 
{
	text-decoration: none; 
	color: #4b67a0;
}
a:active 
{
	text-decoration: underline; 
	color: #000066;
}
a.teal:link 
{
	text-decoration: underline; 
	color: #000066; 
	font-family: Tahoma; 
	font-size: 10pt;
}
a.teal:visited 
{
	text-decoration: underline; 
	color: #000066; 
	font-family: Tahoma; 
	font-size:10pt;
}
a.teal:hover 
{
	text-decoration: none; 
	color: #4b67a0; 
	font-family: Tahoma; 
	font-size:10pt;
}
a.teal:active 
{
	text-decoration: underline; 
	color: #000066; 
	font-family: Tahoma; 
	font-size:10pt;
}
a.blue:link 
{
	text-decoration: underline; 
	color: #000066;
}
a.blue:visited 
{
	text-decoration: underline; 
	color: #000066; 
}
a.blue:hover 
{
	text-decoration: none; 
	color: #4b67a0; 
}
a.blue:active 
{
	text-decoration: underline; 
	color: #000066; 
}
a.white:link 
{
	text-decoration: underline;
	color: white;
}
a.white:visited 
{
	text-decoration: underline;
		color: white;
}
a.white:hover 
{
	text-decoration: none;	
	color: white;
}
a.white:active 
{
	text-decoration: underline
	color: white;
}
a.whitenav:link 
{
	text-decoration: none; 
	color: white;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
}
a.whitenav:visited 
{
	text-decoration: none;
	color: white;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
}
a.whitenav:hover 
{
	text-decoration: none;
	color: yellow;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
}
a.whitenav:active 
{
	text-decoration: none; 
	color: white;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
}
a.whitethree:link 
{
	text-decoration: underline;
	color: white;
}
a.whitethree:visited 
{
	text-decoration: underline;
	color: white;
}
a.whitethree:hover 
{
	text-decoration: none; 
	color: yellow;
}
a.whitethree:active 
{
	text-decoration: underline; 
	color: white;
}
div.img
{
	border: 0px;
}
div.img img
{
	display: inline;
	border: 2px solid #4b67a0;
}
div.img a:hover img 
{
	border: 2px solid #ffff35;
}
div.imgtwo
{
	border: 0px;
}
div.imgtwo img
{
	border: 1px solid white;
}
div.imgtwo a:hover img 
{
	border: 1px solid #4b67a0;
}
div.imgthree
{
	border: 0px;
}
div.imgthree img
{
	display: inline;
	border: 1px solid #041943;
}
div.imgthree a:hover img 
{
	border: 1px solid #4b67a0;
}
#mainContentRight .mainTitle {
	font-size: 18px;
	font-variant: small-caps;
	color: #000067;
	font-weight: bold;
	padding-bottom: 15px;
	text-align: center;
}
#mainContentRight .iconLinks {
	padding-left: 7px;
	padding-right: 7px;

}

#mainContentRight .justify {
	text-align: justify;
}
#mainContentRight .agentTitle {
	line-height: 150%;
	text-align: center;
}
#mainContentRight .agentRow {
	background: #e1f3fe;
	vertical-align: top;
}
#mainContentRight .agentBody {
	line-height: 150%;
	text-align: justify;
	font-size: 8.5pt;
}

#mainContentRight .justifyTitle {
	color: #041943;
	font-weight: bold;

}
h1 {
	font-size: 18px;
	color: #000067;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}
.lists  {
	text-align: left;
	padding-bottom: 5px;
}
#mainContentRight .halfTitle {
	background: #4B67A0;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	width: 49%;
	float: left;
	margin-right: 1%;
}
h2 {
	font-size: 12px;
	color: #000067;
	font-weight: bold;
	text-align: center;
}

