@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(/images/elements/bg_mainRepeatTop.gif) repeat-x top; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	margin:0;
	padding:0;
	}
html, body {
	height: 100%;
}

p {
	margin-bottom: 1em;
	}
a img {
	border: 0;
	}
.share {position: relative;}
#wrapper {
	/*overflow: auto;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
	}
#container {
	width: 960px;
	margin: 0 auto;
	}
	
/*header*/
.header {
	height: 160px;
	width: 960px;
	padding-top: 35px;
	background: url(/images/elements/header.jpg) no-repeat bottom right;
	float: left;
	}
	
/*mainnav*/
.mainNav {
	width: 960px;
	margin: 0;
	padding: 0;
	background: #003366 url(/images/elements/bg_navTop.gif) no-repeat top;
	float: left;
	}
.mainNav ul {
	margin: 0;
	padding: 10px 15px;
	list-style: none;
	clear: both;
	float: left;
	background: url(/images/elements/bg_navBottom.gif) no-repeat bottom;
	width: 930px;
	}
.mainNav ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 13px;
	background: none;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 12px;
	}
.mainNav ul li a,
.mainNav ul li a:link,
.mainNav ul li a:visited {
	display: block;
	overflow: hidden;
	color: #fff;	
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	}
.mainNav ul li a:hover,
.mainNav ul li.active a,
.mainNav ul li.active a:link {
	color: #00aeef;
	}
						
.mainNav ul li ul {
	float: left;
	position: absolute;
	left: -999em; /* do not delete */
	background: #003366;
	z-index: 2000;
	width: 150px;
	margin: 0 0 0 -10px;
	padding:0;
	}
.mainNav ul li:hover ul, 
.mainNav li.sfhover ul {
	display: block;
	left: auto;
	}
.mainNav li.onsfhover ul {
	display: block;
	left: auto;
	}			
.mainNav ul li ul li {
	float: left;
	display: inline;
	font-size: .95em;
	height: auto;
	white-space: wrap;
	width: 150px;
	text-align: left;
	margin: 0;
	padding: 0;
	}
.mainNav ul li ul li a,
.mainNav ul li ul li a:link,
.mainNav ul li ul li a:visited,
.mainNav ul li.active ul li a,
.mainNav ul li.active ul li a:link,
.mainNav ul li.active ul li a:visited {	
	text-indent: 0;
	float: left;
	display: inline;
	color: #fff;
	width: 125px;
	padding: 3px 15px 5px 10px;
	text-decoration: none;
	text-transform: none;
	}
.mainNav ul li ul li a:hover {	
	color: #fff;
	text-decoration: none;
	background: #00AEEF;
	}

	
/*content*/
.content {
	padding: 50px 0 50px 25px;
	line-height: 22px;
	float: left;
	}
.content .body {
	width: 575px;
	float: left;
	padding: 25px 25px 0 0;
	}
.content .hero {
	width: 335px;
	float: right;
	text-align: center;
	}
.content ul {
	padding-left:25px;
	margin-bottom:1em;
	}
span.rightAlign {
	margin-left: 72px;
	}
.content p.introText {
	margin-top: -1em;
	margin-bottom: 2em;
	color: #999999;
	line-height: 16px;
	}

/*headings*/
h1 {margin-top: 0; color:#003366; font-size: 22px; text-transform: uppercase; font-weight: normal;}
h2 {margin-top: 0; color:#003366; font-size: 16px; text-transform: uppercase; font-weight: bold;}
h3 {color:#00AEEF; font-size: 12px; text-transform: uppercase; font-weight: bold;}
h4 {color:#00AEEF; font-size: 12px; text-transform: none; font-weight: bold;}
h5 {color:#00AEEF; font-size: 10px; text-transform: none; font-weight: bold;}

/* links */
.content a,
.content a:link,
.content a:visited {
	color: #19487f;
	text-decoration: none;
	font-weight: bold;
	}
.content a:hover {
	text-decoration: underline;
	}

/*form*/
form {
	float: left;
	clear: both;
	position: relative;
	width: 650px;
	}
form p {
	color: #003366;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 35px;
	}
form .formLineLeft {
	margin: 5px 0;
	float: left;
	clear: left;
	width: 300px;
	display: inline;
	}
form .formLineRight {
	margin: 5px 0 5px 25px;
	float: left;
	clear: none;
	width: 300px;
	display: inline;
	}
form .wide {
	width: 300px;
	overflow: hidden;
	float:left;
	display: inline;
	}
form .single {
	width: 625px;
	}
form label {
	width: 91px;
	float: left;
	margin: 4px 14px 4px 0;
	line-height: 13px;
	clear: left;
	font-weight: bold;
	display: inline;
	}
form .wide label{
	width: 300px;
	display: inline;
	}
form .formLineRight input,
form .formLineLeft input {
	border: none;
	width: 170px;
	background: url(/images/elements/bg_formTextInput.gif) no-repeat 0 0;
	padding: 5px 5px 6px 20px;
	font-size: 11px;
	display: inline;
	float: right;
	}
form .wide input {
	width: 275px;
	background-image: url(/images/elements/bg_formTextInputWide.gif);
	}
form .wide textarea {
	width:274px;
	height: 101px;
	border: none;
	font-size: 11px;
	display: inline;
	background-color: transparent;
	padding: 5px 10px 5px 20px;
	}
/*ie 6&7--->*/*:first-child+html form .wide textarea, * html form .wide textarea {width: 265px;}
form .textarea {
	background-image:url(/images/elements/bg_formTextArea.gif);
	background-position: bottom left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	}
form select {
	border: none;
	width: 195px;
	background: url(/images/elements/bg_formTextInput.gif) no-repeat 0 0;
	padding: 5px 5px 6px 20px;
	font-size: 11px;
	}
form .wide select {
	width: 300px;
	background-image: url(/images/elements/bg_formTextInputWide.gif);
	}
form select option {
	padding-left: 20px;
	}
form .radio input {
	border: none;
	}
form .buttons {	
	clear:both;
	float: left;
	}
form .buttons input{
	cursor: pointer;
	/*padding: 0 40px;*/
	font-size: 11px;
	margin-top: 15px;
	width: 165px;
	text-align:center;
	}

/*.push {height:130px;}*/
/*footer*/
#footer {
	height: 90px;
	clear: both;
	background: #000 url(/images/elements/bg_mainRepeatBottom.gif) repeat-x top;
	padding-top: 40px;
	min-width: 960px;
	}
* html #footer {margin-top: 65px;}
*:first-child+html #footer {margin-top: 65px;}
.footerInner {
	width: 960px;
	margin: 0 auto;
	padding: 26px 0;
	position: relative;
	}
.footerInner .copyright p{	
	font-family: Helvetica, Arial, sans-serif;
	color: #83816d;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 12px 23px;
	}
.footerInner ul {
	margin: 0;
	padding: 0;
	}
.footerInner ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
	}
.footerInner ul li img {
	vertical-align: middle;
	}
.footerInner ul.footerLinks {
	float:right;
	padding: 12px 0;
	}
.footerInner ul.footerLinks li {
	padding: 0 20px;
	}
.footerInner ul.footerLinks li a,
.footerInner ul.footerLinks li a:link,
.footerInner ul.footerLinks li a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #83816d;
	font-weight: bold;
	text-decoration: none;
	}
.footerInner ul.footerLinks li a:hover {
	text-decoration: underline;
	}
.footerInner ul.footerLinks li.first {
	border-right: 1px solid #83816d;
	}
.footerInner ul.footerLinks li.last {
	border-left: 1px solid #83816d;
	}
.footerInner .logos {
	position: absolute;
	left: 230px;
	top: 15px;
	}