@charset "utf-8";

body {
	background:#333333 url(gfx/bg.jpg) top repeat-x; 
	margin: 0; 
	padding: 50px; 
	color: #000000;
	vertical-align: middle;
}

#container, #containerWho, #containerIA, #containerAC, #containerDisc, #containerMedia, #containerRP, #containerIns, #containerContact, #containerAff {
	width: 958px;  
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right:auto;
	padding:0; 
	border: 1px solid #000000;
	text-align: left; 
}

#container {
	background: #000000 url('gfx/bkgd.jpg') no-repeat top;
}

#containerWho {
	background: #000000 url('gfx/bkgd-who.jpg') no-repeat top;
}

#containerIA {
	background: #000000 url('gfx/bkgd-ia.jpg') no-repeat top;
}

#containerAC {
	background: #000000 url('gfx/bkgd-access.jpg') no-repeat top;
}

#containerDisc {
	background: #000000 url('gfx/bkgd-disclosure.jpg') no-repeat top;
}

#containerMedia {
	background: #000000 url('gfx/bkgd-media.jpg') no-repeat top;
}

#containerRP {
	background: #000000 url('gfx/bkgd-rp.jpg') no-repeat top;
}

#containerIns {
	background: #000000 url('gfx/bkgd-ins.jpg') no-repeat top;
}

#containerContact {
	background: #000000 url('gfx/bkgd-contact.jpg') no-repeat top;
}

#containerAff {
	background: #000000 url('gfx/bkgd-aff.jpg') no-repeat top;
}

#header, #headerWho, #headerIA, #headerAC, #headerDisc, #headerMedia, #headerRP, #headerIns, #headerContact, #headerAff  
{
	display: block;
	width: 958px;
	height: 58px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#header {
	background: url('gfx/header.jpg') no-repeat;
}

#headerWho {
	background: url('gfx/header-who.jpg') no-repeat;
}

#headerIA 
{
	background: url('gfx/header-ia.jpg') no-repeat;
}

#headerAC {
	background: url('gfx/header-access.jpg') no-repeat;
}

#headerDisc {
	background: url('gfx/header-disclosure.jpg') no-repeat;
}

#headerMedia 
{
	background: url('gfx/header-media.jpg') no-repeat;
}

#headerRP 
{
	background: url('gfx/header-rp.jpg') no-repeat;
}

#headerIns 
{
	background: url('gfx/header-ins.jpg') no-repeat;
}

#headerContact 
{
	background: url('gfx/header-contact.jpg') no-repeat;
}

#headerAff 
{
	background: url('gfx/header-aff.jpg') no-repeat;
}

#header h1, #headerWho h1, #headerIA h1, #headerAC h1, #headerDisc h1, #headerMedia h1, #headerRP h1, #headerIns h1, #headerContact h1, #headerAff h1
{
	position: absolute;
	top: -20000px;
	left: -20000px;
	font-size: 12px;
	font-weight: bold;
	width: 250px;
	height: 100px;
	text-indent: 0em;
}

#mainNav {
	width:958px;
	height:23px;
	background:#003366;
	padding:0;
	margin:0;
	text-align:center;
}

#mainNav img {
	border:0;
	margin:0;
	padding:0;
	}
	
#mainNavButtons {
	width:929px;
	margin:0 38px; /*used to be 0 170px; */
	padding:0;
	}

#mainContent {
	width:929px;
	padding:0; 
	margin:344px 15px 0px 15px;
	background:url(gfx/content-bkgd.gif) repeat-y;
}

#mainContentTop {
	height:15px;
	width:929px;
	background:url(gfx/content-top.gif) no-repeat;
	margin:0;
	padding:0;
}

#mainContentMiddle {
	margin:0;
	padding:0;
	width:929px;
}

#mainContentBottom {
	height:15px;
	width:929px;
	background:url(gfx/content-bottom.gif) no-repeat;
	margin:0;
	padding:0;
	clear:both;
}

#mainText p {
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:0;
	margin:10px 0px 0px 0px;
	line-height:120%;
}

#mainText h2 {
	font-size:16px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:0;
	font-weight:bold;
	color:#600;
	margin:0px 25px 15px 10px;
	line-height:120%;
}

#mainText h3 {
	font-size:14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:0;
	font-weight:bold;
	color:#333333;
	margin:10px 25px 10px 0px;
	line-height:120%;
}

#mainText h4 {
	font-size:14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
	color:#000033;
	margin:20px 25px 10px 0px;
	line-height:120%;
}


#mainText h5 {
	font-size:13px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	color:#000033;
	margin:10px 25px 0px 0px;
	line-height:120%;
}

#mainText ul {
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:120%;
	margin:10px 10px 15px 40px;
	padding:0;
}

#mainText li {
	margin:0px 0px 10px 0px;
	padding:0;
}

#mainText {
	padding:0;
	background-color:#dbd7cf;
	margin-left:14px;
	margin-right:-715px;
	width:690px;
	float:left;
}

#mainText a:link { 
	text-decoration:none;
	color:#000099;
}

#mainText a:visited {
	color:#996699;
	text-decoration: none;
}

#mainText a:hover {
	text-decoration:underline;
	color:#000099;
}

#mainImg, #mainImgWho, #mainImgIA, #mainImgRP, #mainImgMedia, #mainImgAC, #mainImgDisclosure, #mainImgIns, #mainImgContact, #mainImgAff {
	width:176px;
	height:125px;
	padding:0;
	float:left;
	margin: 0px 0px 0px 25px;
	position:relative;
}

#mainImg {
	background:url(gfx/compass.jpg) no-repeat;
}

#mainImgWho {
	background:url(gfx/main-img-who.jpg) no-repeat;
}

#mainImgIA {
	background:url(gfx/main-img-ia.jpg) no-repeat;
}

#mainImgRP {
	background:url(gfx/main-img-rp.jpg) no-repeat;
}

#mainImgDisclosure {
	background:url(gfx/main-img-ac.jpg) no-repeat;
}

#mainImgAC {
	background:url(gfx/main-img-disclosure.jpg) no-repeat;
}

#mainImgMedia {
	background:url(gfx/main-img-media.jpg) no-repeat;
}

#mainImgIns {
	background:url(gfx/main-img-ins.jpg) no-repeat;
}

#mainImgContact {
	background:url(gfx/main-img-contact.jpg) no-repeat;
}

#mainImgAff {
	background:url(gfx/main-img-aff.jpg) no-repeat;
}

#mainTitle, #mainTitleWho, #mainTitleIA, #mainTitleAC, #mainTitleRP, #mainTitleMP, #mainTitleIns, #mainTitleContact, #mainTitleAff {
	width:228px;
	height:13px;
	padding:0;
	margin:4px 0px 0px 0px;
	}
	
#mainTitle {
	background:url(gfx/h-iag.gif) no-repeat;
}
	
#mainTitleWho {
	background:url(gfx/h-who.gif) no-repeat;
}
	
#mainTitleIA {
	background:url(gfx/h-ia.gif) no-repeat;
}
	
#mainTitleAC {
	background:url(gfx/h-ac.gif) no-repeat;
}
	
#mainTitleMP {
	background:url(gfx/h-mp.gif) no-repeat;
}
	
#mainTitleRP {
	background:url(gfx/h-rp.gif) no-repeat;
	width:272px;
}
	
#mainTitleIns {
	background:url(gfx/h-ins.gif) no-repeat;
	width:290px;
}
	
#mainTitleContact {
	background:url(gfx/h-contact.gif) no-repeat;
}
	
#mainTitleAff {
	background:url(gfx/h-aff.gif) no-repeat;
}
	 
#mainTitle h2, #mainTitleWho h2, #mainTitleIA h2, #mainTitleAC h2, #mainTitleRP h2, #mainTitleMP h2, #mainTitleIns h2, #mainTitleContact h2, #mainTitleAff h2 {
	position: absolute;
	top: -19786px;
	left: -20000px;
	font-size: 12px;
	font-weight: bold;
	width: 250px;
	height: 100px;
	}	

#footer {
	width:958px;
	height:36px;
	font:11px/normal Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	text-align:center;
	color:#FFFFFF;
	clear:both;
	}

#footer a:link {
	color:#006699;
	text-decoration:none;
	}

#footer a:visited {
	color:#006699;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}

#footerText {
	text-align:center;
	width:958px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	}

label {
	clear: left;
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

input {
	float: left;
	width: 400px;
	line-height: 18px;
	margin-bottom: 5px;
}

textarea {
	float: left;
	margin-bottom:5px;
	width: 400px;
}

input.submit {
	width: 100px;
	margin: 5px 10px 5px 210px;
}

#recaptcha_widget_div {
	float: left;
	margin-left: 210px;
}

.failedvalidation	{
	background-color: #FCFFDF;
}

#contactForm {
	margin:15px 20px 15px 0px;
	clear:both;
}

