@charset "utf-8";

/*----------- UNIVERSALS -----------*/

html, body, div, h2, h3, h4, h5, h6, ul, ol, dl, li, p, blockquote, pre, form, fieldset {
	margin: 0px auto;
	padding: 0px;
}

body {
	background-image:url(../images/tile_bg_01.jpg);
	background-repeat:repeat-x;
	background-color:#003259;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-bottom:30px;
	
}

img {border:0;}



table td {vertical-align:top;}

/*----------- LAYOUT -----------*/
#containerOuter {
	background-color:#FFF;
	margin: 15px auto;
	width: 960px;
	
}



#containerInner {
	padding:15px;
	width: 930px;
}

.buttons {float: right;
          margin-top:20px;}
          
.table1 h2{
	color: #455b79;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	margin:15px 0px 0px 0px;
	}

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:134px;
	width:930px;
}

#header #logo {
	float:left;
}

#homeSub {
	/* background-color:#a6b6cd; */
	background-color: #edf0f5;
	overflow:auto;
}

#homeSub .left {
	float:left;
	margin-right:20px;
	width:500px;
	padding:20px;
}

#homeSub .right {
	float:left;
	padding:20px;
}

#homeSub .right ul {
	margin-bottom: -15px;
}

#slideshow {
	background-image:url(../images/flash.jpg);
	background-repeat:no-repeat;
	width: 930px;
	height: 348px;
}

#content {
	/*background-color:#a6b6cd; old bg color */
	background-color: #edf0f5;
	color:#051d3f;
	padding:20px;
	float:left;
	width:890px;
}

#content2 {
	background-color:#fff;
	color:#0b2a57;
	padding:20px;
	float:left;
	width:890px;
}


#leftCol {
	background-color:#073586;
	float:left;
	margin-right:30px;
	width:328px;
	font-size:12px;
	text-align: center;
}

#leftCol p {
	color: #ffffff;
	margin-left: 20px;
	margin-right: 20px;
	}
	

#leftCol  .left{
	margin-left: -20px;
	margin-top: -20px;
	}

#rightCol {
	float:left;
	width:530px;
	font-size:13px;

}

#rightCol p, #rightCol_lp p{	
	font-size:13px;
	line-height: 18px;
	margin-top: 10px;
}



#rightCol ul, #rightCol_lp ul{margin-top: 5px;}

#rightCol a, #rightCol_lp a{ color: #0f64d5; font-weight: bold; text-decoration: none; border-bottom: 1px dashed #22518f; padding-bottom: 1px;}
#rightCol a:hover, #rightCol_lp a:hover{ 
	color: #1254ac;
	}
#footer {
	clear:both;
	height:100px;
}

#info_box {float: right; border: 1px solid #22518f; padding: 15px; width: 200px; margin-left: 20px; background-color: #fff; line-height: 22px;}

/*----------- BUTTONS, LINKS & NAVIGTATION -----------*/

a:link, a:visited {
	/* color:#234271; old color */
	color: #0B2A57;
	text-decoration: none;
}

a:hover {
	color:#22518f;
	text-decoration:none;
}

#menuMain {
	float:right;
	margin-top:88px;
}

#menuMain * {
	float:left;	
}

#menuMain a {
	color: #234271;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	margin: 0px 5px;
	padding: 10px;
	text-decoration:none;
}

#menuMain a:hover {
	background-color: #c2b073;
	color: #fff;
	text-decoration:none;
}

.menuDivider {

}


#menuSub {
	background-color:#22518f;
	height:44px;
	margin:0px auto;
	text-align:center;
	
	
}

#menuSub a {
	color: #a2c1e5;
	display: block;
	font-size:12px;
	font-weight:bold;
	margin: 7px 13px 0px 13px;
	text-decoration:none;
	float: left;
}
.middle {padding-top: 7px;}

#menuSub a:hover {
	color: #fff;
	text-decoration:none;
}

#footerMenu {
	color:#577aa9;
	text-align: left;
	clear: both;
}

#footerMenu a, visted{
	color:#577aa9;
	font-size:12px;
	display: inline-block;
	margin:10px 9px 0px 9px;
}

#footerMenu a:hover{
	color:#000;
}

#footerMenu .social{ float: right; margin: 8px 0 0 8px;}

#footerContact {
	color:#a6b6cd;
	font-size:12px;
	text-align:center;
}

#footerContact a{color:#a6b6cd;}


#footerContact a:hover{color:#fff;}


#footerContact b{
	color:#fff;
	font-weigth:bold;
}

#footerContact span{
	margin:0px 10px 0px 10px;
}

#footerCopyright {
	color:#577aa9;
	font-size:12px;
	text-align:center;
	margin:10px 0px;
}

#footerCopyright a{
	color:#577aa9;
	text-decoration:underline;
}

#footerCopyright a:hover{
	color:#fff;
	text-decoration:none;
}

#footerCopyright img {
	padding-right: 7px;
}

.btn_cta {
	display:inline-block;
	margin:12px auto;
	margin-bottom: 0px;
	margin-top: 6px;
	text-align:center;
}

/*----------- LISTS -----------*/
.list_01 {
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}

.list_01 li {
	background-image: url(/images/bullet_01.gif);
	background-repeat: no-repeat;
	background-position:0px 9px;
	color:#0b2a57;
	line-height: 20px;
	font-size:13px;
	margin-bottom: 5px;
	padding: 3px 0px 0px 13px;
	
}
.list_01 li > a{ font-size: 15px; padding-bottom: 1px; border-bottom: 1px dotted #22518f;}
.list_01 li a {
	color:#0b2a57;
	text-decoration:none;
}

.list_01 li a:hover {
	color:#22518f;
	text-decoration:underline;
}

.keyConcepts_home {
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}

.keyConcepts_home li {
	background-image: url(/images/li_bg_home.png);
	background-repeat: no-repeat;
	color:#0b2a57;
	font-size:14px;
	height:38px;
	margin-bottom: 5px;
	padding: 3px 0px 0px 25px;
	width:269px;
}

.keyConcepts_home li:hover {
	background-image: url(/images/li_bg_home_over.png);
	background-repeat: no-repeat;
}

.keyConcepts_home li:hover a{
	color:#fff;
}

.keyConcepts_home li a {
	color:#0b2a57;
	text-decoration:none;
}

.keyConcepts_home li a:hover {
	color:#fff;
	text-decoration:underline;
}

/*----------- H1,2,3,4,5,6 -----------*/

h1 {
	font-family:Times New Roman, Times, serif; 
	font-size: 30px; 
	margin: 0px 0px 16px 0px; 
	padding: 0px;
	color: #073673;
}

h2 {
	border-bottom:1px solid #455b79;
	color:#455b79;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

h3 {
	border-bottom:1px solid #000;
	color:#666;
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}

/*----------- TEXT & PARAGRAPHS -----------*/

#homeSub .left p {
	color:#022352;
	font-size:12px;
	line-height:17px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

#newsletter {}

#homeSub .right p {
	color:#444;
	line-height:1.2em;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

.blockquote {
	background-color:#FFC;
	color:#633;
	font-size:1.1em;
	line-height:1.2em;
	padding:10px;
	margin:10px;
}



/* Forms */

fieldset 
{
    border:0px;
    
}

label 
{
	display:block;
	clear:both;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 3px 0px;
}

input[type="text"], textarea {
	
	margin:0px 3px 10px 0px;
	border:1px solid #22518f;
}

.error {
	color:#c00;
}






/* hhome page */

#one {background-image: url(/images/slide_01.jpg); background-repeat: no-repeat; height: 197px; width: 356px; color: #fff; font-size: 12px; padding: 70px 500px 40px 43px; line-height: 20px;}
#two {background-image: url(/images/slide_02.jpg); background-repeat: no-repeat; height: 197px; width: 356px; color: #fff; font-size: 12px; padding: 70px 500px 40px 43px; line-height: 20px;}
#three {background-image: url(/images/slide_03.jpg); background-repeat: no-repeat; height: 197px; width: 356px; color: #fff; font-size: 12px; padding: 70px 500px 40px 43px; line-height: 20px;}
#four {background-image: url(/images/slide_04.jpg); background-repeat: no-repeat; height: 197px; width: 356px; color: #fff; font-size: 12px; padding: 70px 500px 40px 43px; line-height: 20px;}
#five {background-image: url(/images/slide_05.jpg); background-repeat: no-repeat; height: 197px; width: 356px; color: #fff; font-size: 12px; padding: 70px 500px 40px 43px; line-height: 20px;}


/* hover bubbles */

#d1 a {position: relative; /* make this the co-ordinate root for the span */ text-decoration: none; cursor: pointer;}
#d1 a span{display: none; text-align: left; font-size: 11px;}
#d1 a:hover span {
	background-image: url(/images/bubble.png);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	position: absolute;
	top: -40px; /* change this to 0 to keep inline with the <a> */
	left: -540px; /* pull the box left by its width */
	width: 500px; 
	padding: 5px; 
	color: #022352; 
	text-align: left; 
	font: 12px Arial; 
	padding-right: 45px; 
	padding-left: 18px;	
	padding-top: 15px; 
	padding-bottom: 45px; 
	z-index: 2;}
	
#d2 a {position: relative; /* make this the co-ordinate root for the span */ text-decoration: none; cursor: pointer;}
#d2 a span{display: none; text-align: left; font-size: 11px;}
#d2 a:hover span {
	background-image: url(/images/bubble.png);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	position: absolute;
	top: -40px; /* change this to 0 to keep inline with the <a> */
	left: -540px; /* pull the box left by its width */
	width: 500px; 
	padding: 5px; 
	color: #022352; 
	text-align: left; 
	font: 12px Arial; 
	padding-right: 45px; 
	padding-left: 18px;	
	padding-top: 15px; 
	padding-bottom: 45px; 
	z-index: 2;}
	
#d3 a {position: relative; /* make this the co-ordinate root for the span */ text-decoration: none; cursor: pointer;}
#d3 a span{display: none; text-align: left; font-size: 11px;}
#d3 a:hover span {
	background-image: url(/images/bubble2.png);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	position: absolute;
	top: -40px; /* change this to 0 to keep inline with the <a> */
	left: -540px; /* pull the box left by its width */
	width: 500px; 
	padding: 5px; 
	color: #022352; 
	text-align: left; 
	font: 12px Arial; 
	padding-right: 45px; 
	padding-left: 18px;	
	padding-top: 16px; 
	padding-bottom: 45px; 
	z-index: 2;}
	
#d4 a {position: relative; /* make this the co-ordinate root for the span */ text-decoration: none; cursor: pointer;}
#d4 a span{display: none; text-align: left; font-size: 11px;}
#d4 a:hover span {
	background-image: url(/images/bubble.png);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	position: absolute;
	top: -40px; /* change this to 0 to keep inline with the <a> */
	left: -540px; /* pull the box left by its width */
	width: 500px; 
	padding: 5px; 
	color: #022352; 
	text-align: left; 
	font: 12px Arial; 
	padding-right: 45px; 
	padding-left: 18px;	
	padding-top: 15px; 
	padding-bottom: 45px; 
	z-index: 2;}
	
#d5 a {position: relative; /* make this the co-ordinate root for the span */ text-decoration: none; cursor: pointer;}
#d5 a span{display: none; text-align: left; font-size: 11px;}
#d5 a:hover span {
	background-image: url(/images/bubble3.png);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	position: absolute;
	top: -50px; /* change this to 0 to keep inline with the <a> */
	left: -540px; /* pull the box left by its width */
	width: 500px; 
	padding: 5px; 
	color: #022352; 
	text-align: left; 
	font: 12px Arial; 
	padding-right: 45px; 
	padding-left: 18px;	
	padding-top: 13px; 
	padding-bottom: 45px; 
	z-index: 2;}
	
#d6 a {position: relative; /* make this the co-ordinate root for the span */ text-decoration: none; cursor: pointer;}
#d6 a span{display: none; text-align: left; font-size: 11px;}
#d6 a:hover span {
	background-image: url(/images/bubble3.png);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	position: absolute;
	top: -70px; /* change this to 0 to keep inline with the <a> */
	left: -540px; /* pull the box left by its width */
	width: 500px; 
	padding: 5px; 
	color: #022352; 
	text-align: left; 
	font: 12px Arial; 
	padding-right: 45px; 
	padding-left: 18px;	
	padding-top: 13px; 
	padding-bottom: 45px; 
	z-index: 2;}
	
#d7 a {position: relative; /* make this the co-ordinate root for the span */ text-decoration: none; cursor: pointer;}
#d7 a span{display: none; text-align: left; font-size: 11px;}
#d7 a:hover span {
	background-image: url(/images/bubble3.png);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	position: absolute;
	top: -99px; /* change this to 0 to keep inline with the <a> */
	left: -540px; /* pull the box left by its width */
	width: 500px; 
	padding: 5px; 
	color: #022352; 
	text-align: left; 
	font: 12px Arial; 
	padding-right: 45px; 
	padding-left: 18px;	
	padding-top: 13px; 
	padding-bottom: 45px; 
	z-index: 2;}
	
/* Newsletter Archive List */
.year_section{margin-bottom: 15px;}
.year{font-size: 18px; margin-bottom: 5px;}
.newsletterlist{ list-style-type: none;}
.newsletterlist li{display: block; line-height: 2em; width:500px; margin-left: 0px;}
.newsletterlist li .date a{ font-weight: bold !important; text-decoration: none;}
.newsletterlist li .title {float: left; width: 400px;}
.newsletterlist li a{font-size: 12px; text-decoration: underline;}

/**/
.details{font-size: 10px;}


/* Landing Pages */

.lp_content ul { margin-left: 30px; line-height: 18px;}
#leftCol_lp {float:left; width: 268px; background-color:#073586; text-align: center; margin-right:30px;}
#rightCol_lp {	float:left;	width:590px;	font-size:12px;}

/* Solutions Page */
.solutions ol li{font-size: 15px; font-weight: bold; color:#455b79; margin-left: 20px;line-height: 1.75em;}
.solutions ul li {font-size:13px; line-height: 1.75em; color: #022352; font-style:italic; font-weight: normal; margin: 0 20px 20px 40px; list-style-type:disc;}

/*---supply page ---*/

.column {float:left; width: 525px; padding: 10px 20px 10px 0; line-height:1.75em;}
.supply p {line-height: 1.75em !important;}
.supply {margin-bottom:15px;}
#rightCol .column a, #rightCol .block a {margin: 15px 0; float:right; clear: both; border-radius: 8px;
		background: #c2b073; /* Old browsers */
		background: -moz-linear-gradient(top, #c2b073 0%, #a89554 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2b073), color-stop(100%,#a89554)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #c2b073 0%,#a89554 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #c2b073 0%,#a89554 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #c2b073 0%,#a89554 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2b073', endColorstr='#a89554',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #c2b073 0%,#a89554 100%); /* W3C */
		 padding: 10px 35px; font-family: Helvetica, Arial, sans-serif; font-size: 16px;color:#fff; text-decoration:none; text-shadow: 1px 1px 0px #8e7b3c; 
		 border: 1px solid #8e7b3c;}
 
#rightCol .column a:hover, #rightCol .block a:hover, #rightCol_lp .column a:hover, #rightCol_lp .block a:hover {background: #c2b073; padding: 10px 35px; border: 1px solid #a89554;}
 

h2.acc_trigger {
	padding: 0;	margin: 0 0 5px 0;
	background: url(/images/h2_trigger_a.png) no-repeat;
	height: 36px; line-height: 36px;
	width: 500px;
	font-size: 1.5em;
	font-weight: normal;
	float: left;
	border-bottom: none !important;
}
h2.acc_trigger a {
	color:#fff ;
	text-decoration: none !important;
	display: block;
	padding: 0 0 0 43px;
	font-weight: normal !important;
}
h2.acc_trigger a:hover {
	color: #D4C28D;
}
h2.active {background-position: left bottom;}

.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.acc_container .block {
	padding: 15px;
}
.gsa {margin: 30px 0 0 20px;}

.footerCopyright > iframe {height: 50px !important;}
