/*
	Primary Colors
		Deep Aqua	#2A82A4		R.44, G.132, B.165
		Light Grey	#F3F5F8		R.242, G. 244, B.248
		Dark Navy	#0C4269		R.12, G.66, B.105
		Blue Steel	#D4DAE0		R.212, G.218, B.224
		Near Black	#030D17		R.3, G.13, B.23

	Secondary Colors
		Red 		#A40B09		R.164, G.11, B.9
		Slate		#536576		R.83, G.101, B.118
*/
html, body {
	font: 12px/18px Helvetica, Arial, sans-serif;
}
/* New header styles per Luke LeFevre 9/24/09 */
h1 {
	-x-system-font:none;
	color:#0C4269;
	font-family:Helvetica,Arial,sans-serif;
	font-size:26px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:27px;
	margin:0 0 16px;
	padding:0;
}
h1 .subhead {
	-x-system-font:none;
	color:#585B5D;
	font-family:Arial,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:24px;
	display:block;
	margin: 3px 0 0 0;
	letter-spacing: 0;
}

h2{
	-x-system-font:none;
	color:#585B5D;
	font-family:Arial,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:24px;
	margin:0 0 15px;
	padding:0;
}

.subsection h2{
	line-height: 21px;
}

h3 {
	-x-system-font:none;
	color:#0C4269;
	font-family:Helvetica,Arial,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:24px;
	margin:0 0 11px;
	padding:0;
	letter-spacing: 0px;
}

h4 {
	-x-system-font:none;
	color:#383838;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:18px;
	margin:0 0 1px;
	padding:0;
}

/* Section Secondary Headlines */
.Brand .sectionSecondary h1 {
	-x-system-font:none;
	border-bottom:1px solid #CCCCCC;
	color:#999999;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:18px;
	margin:0 0 6px 5px;
	padding:0 0 4px 15px;
	text-transform:uppercase;
	background-image: url(../../media/image/layout/icon_right_column_all.png);
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	clear:both;
}

.Brand .sectionSecondary h1.recommended{
	background-position: 0 4px;
}

.Brand .sectionSecondary h1.tools {
	background-position: 0 -16px;
}

.Brand .sectionSecondary h1.testimonials {
	background-position: 0 -36px;
}

.Brand .sectionSecondary h1.support {
	background-position: 0 -56px;
}

.Brand .sectionSecondary h1.contact {
	background-position: 0 -76px;
}

.Brand .sectionSecondary h1.statistics {
	background-position: 0 -96px;
}

.Brand .sectionSecondary h1.more {
	background-position: 0 -116px;
}

.Brand .sectionSecondary h1.involved {
	background-position: 0 -136px;
}

.Brand .sectionSecondary h1.security {
	background-position: 0 -156px;
}

.Brand .sectionSecondary h1.offer {
	background-position: 0 -176px;
	color: #a90200;
}

.Brand .sectionSecondary h2 {
	-x-system-font:none;
	color:#336699;
	font-family:sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:16px;
	margin:0 0 5px;
	padding:0 0 0 20px;
}

.Brand .sectionSecondary h3 {
    color: #336699;
    font-family: sans-serif;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 14px;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
}

/* headings inside quotes */
.quote h2, .quote h3 {
	color: #030D17;
	font: bold 13px/18px Helvetica, Arial, sans-serif;
	margin: 0 auto 1ex;
}
p {
	color: #383838;
	font: 12px/18px sans-serif;
	margin: 0 0 1em 0;
}

.sectionSecondary p,
.sectionSecondary ul,
.sectionSecondary cite{
	-x-system-font:none;
	color:#656565;
	font-family:sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;
	padding: 0 0 0 20px;
}

.sectionPrimary cite{
	text-align:right;
	color: #656565;
	font-size: 11px;
	line-height: 15px;
	font-style:normal;
}

.sectionSecondary ul{
	margin-left:20px;
}

.minorLabel{
	color: #BCBCBC;
}
.missionStatement {
	font: 1em/1.5 Lucida, "Times New Roman", serif;
	font-style: italic;
	margin: 18px 0px 18px 40px;
}
.tangent {
	color: #656565;
	font: 11px/18px sans-serif;
}
.footnote {
	font-size: 11px;
}
a {
	color: #135175;
}
a:hover {
	color: #606060;
	text-decoration: underline;
}

/* trademarks, brands, etc. */
.markFPU {
	font-style: italic;
	white-space: nowrap;
}
em .markFPU {
	font-style: normal;
}
.minorBrandTitle {
	background-color: #074D81;
	color: #FFF;
	font: bold 11px/24px Helvetica, Arial, sans-serif;
}
.Brand .minorBrandTitle h2 {
	font: bold 11px/24px Helvetica, Arial, sans-serif;
	color: #FFF;
	display: inline;
	margin: 0 0 0 20px;
}

.mainNavMegaMenu a {
	font-family: Helvetica, Arial, sans-serif;
}
.navPrimary li a.top
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.mainNavMegaMenu .column .columnheader h2 {
	color: #7A8998;
	font: bold 14px/14px Helvetica, Arial, sans-serif;
}

/*
	SECTION HEADER TYPE STYLES
*/
.Brand .contentPrimary .sectionHeader {
	color: #383838;
}

/*
	SECTION PRIMARY TYPE STYLES
*/
.Brand .contentPrimary .sectionPrimary {
	color: #383838;
}

.sectionPrimary .quote h2{
	color: #383838;
}

/*
	SECTION SECONDARY TYPE STYLES
*/

strong{
	font-weight:bold;
}
