@charset "utf-8";
/* global */

* {
	margin: 0;
}
html, body {
	height: 100%;/**/
	font-size:13px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	background:#fefefe url(../images/layout/bg.jpg) repeat-x top left;
}
#container {
	/**/position: relative;
min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1em;
  width:967px;
	background:transparent url(../images/layout/containerBG.gif) no-repeat top left;
	padding-left:7px;
	/*border:1px solid blue;*/
}	

#contentContainer {
  width:960px;
	background-color:#fefefe;
	display:table-cell;
	vertical-align:top;
	padding-bottom:6.5em;
	/*border:1px solid red;*/
}

.floatLeft{
  float:left;
}
.floatRight{
  float:right;
}
.clear{
  clear:both;
}
img{
  border:0;
}
p{
  padding:5px 0px;
}
h1,h2,h3,h4,h5{
  font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
}
h1{
  color:#306090;
  font-size:26px;
	text-transform:none;
	font-weight:normal;	
	margin-bottom:5px;	
}
h1.solutionsHeader{
  color:#0a823b;
	float:left;
	padding:10px 20px 10px 0px;
	margin-bottom:5px;
}
h1.productsHeader{
  color:#799d2f;
	margin-bottom:5px;	
}
h1.servicesHeader{
  color:#f68304;
	margin-bottom:5px;	
}
h2{
	font-size:22px;
	color:#707070;
	text-transform:uppercase;
	font-weight:normal;
}
#homeContent h2{
	font-size:18px;
}
h2.normalHeader{
  color:#306090;
	text-transform:none;	
	font-weight:bold;	
	font-size:22px;		
}
h2.productsHeader{
  color:#799d2f;
	text-transform:none;
	font-weight:bold;
	font-size:22px;	
}
h2.servicesHeader{
  color:#f68304;
	text-transform:none;	
	font-weight:bold;	
	font-size:22px;		
}
h3{
  font-size:16px;
}
h4{
  font-size:14px;
}
h5{
  font-size:12px;
}
span.atsHeader{
  color:#02472a;
	text-transform:uppercase;
	font-weight:bold;
}
.boldGreen{
  color:#02472a;
	font-weight:bold;
}

a{
  color:#f70000;
}

a:link, 
a:visited{
	text-decoration:none !important;
}
a:hover,
a:active{
	text-decoration:underline !important;
}

a.notALink,
.notALink
{
  text-decoration:none !important;
	cursor:default;
}
.marginLeft{
	margin-left:10px;
}
.marginRight{
	margin-right:10px;
}
.borderBottom{
  border-bottom:1px solid #02472a;
	margin-bottom:2px;
	margin-top:2px;
}

/************************************ header ************************************/
#header{
	width:960px;
}
.searchHeader{
  background:#fff url(../images/layout/searchBG.jpg) repeat-x top left;
  width:299px; 
	height:80px;
	padding-top:20px;
	text-align:right;
	padding-right:20px;
}
.searchHeader a{
  color:#c21d25;
  font-weight:bold;
	font-size:11px;
}
.searchHeader a:link,
.searchHeader a:visited{
  text-decoration:none !important;
}
.searchHeader a:hover,
.searchHeader a:active{
  text-decoration:underline !important;
}
.searchHeader .formContainer{
  border:1px solid #ccc;
	background-color:#fff;
	width:195px;
	margin-top:5px;
}
.searchHeaderInput {
	border:0 none;
	color:#333;
	font-size:12px;
	vertical-align:top;
	padding-top:3px;
	height:15px;
}
.searchHeaderGo {
	/*background-color:#fff;*/
	vertical-align:bottom;
}
#banner{
	width:960px;
}	

/************************************ homeContent ************************************/

#homeContent{
	width:753px;
	padding:10px 0px 10px 15px;
	background-color:#fefefe;
}
#homePieChart{
	position:absolute;
	top:367px;
	left:8px;
	float:left;
	clear:left;
	z-index:10;
	visibility: visible;
}
.homeBox{
	width:173px;
  background:#fff	 url(../images/layout/homeBoxesBG.jpg) repeat-x top left;
	border:1px solid #b7b7b7;
	min-height:260px;
	height:auto;
	height:260px;
	overflow:hidden;
	float:left;
	margin-bottom:5px; 
}
.homeBox p{
  padding:15px 5px;
}
.homeBox p.solutionsHomeText{
  padding:15px 5px 1px 90px;
}
.homeBox p.solutionsLastText{
  padding:0px 15px!important;
}
.homeBox img{
  padding:0px;
  margin:0px;	
}

/************************************ homeContent NAV ************************************/
.solutionsHomeHeader,
.productsHomeHeader,
.servicesHomeHeader,
.aboutHomeHeader{
	padding:2px 5px 0px 5px;
  height:26px;
  font-size:18px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;	
  font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.solutionsHomeHeader a:link,
.productsHomeHeader a:link,
.servicesHomeHeader a:link,
.aboutHomeHeader a:link,
.solutionsHomeHeader a:visited,
.productsHomeHeader a:visited,
.servicesHomeHeader a:visited,
.aboutHomeHeader a:visited{
	color:#fff;
	text-decoration:none  !important;
}
.solutionsHomeHeader a:hover,
.productsHomeHeader a:hover,
.servicesHomeHeader a:hover,
.aboutHomeHeader a:hover,
.solutionsHomeHeader a:active,
.productsHomeHeader a:active,
.servicesHomeHeader a:active,
.aboutHomeHeader a:active{
	text-decoration:underline !important;
}
.solutionsHomeHeader{
	background:#fff url(../images/layout/solutionsHomeBG.jpg) repeat-x;
}
.productsHomeHeader{
	background:#fff url(../images/layout/productsHomeBG.jpg) repeat-x;
}
.servicesHomeHeader{
	background:#fff url(../images/layout/servicesHomeBG.jpg) repeat-x;
}
.aboutHomeHeader{
	background:#fff url(../images/layout/aboutHomeBG.jpg) repeat-x;
}
ul.redGreen{
	padding:2px 0px;
	margin:0px 2px 2px 12px;
  list-style-color:#c81b1d;
}
ul.redGreen li{
	list-style-image:url(../images/layout/redBullet.jpg);
	padding:3px 0px;
	margin-left:15px;
}

ul.redGreen li a{
	color:#014b2a;
	font-weight:bold;
	text-decoration:none;
}
.newsBox{
	width:400px;
}
.partnershipBox{
	width:316px;
}
.newsBox,
.partnershipBox{
	border:1px solid #b7b7b7;
	min-height:144px;
	height:auto;
	height:144px;
	overflow:hidden;
	float:left;
  margin-bottom:5px;
	margin-top:5px;
}
.newsBox .header,
.partnershipBox .header{
	background:#fff url(../images/layout/boxesBG.jpg) repeat-x;
	padding:5px;
  height:25px;
}
.newsBox p,
.newsBox img,
.partnershipBox p,
.partnershipBox img{
	padding:0px 10px 5px 10px;
}
.newsBox ul li,
.partnershipBox ul li{
	padding:2px 7px 2px 0px;
	margin:0px;
}
div.newsBox a,
div.partnershipBox a{
  color:#f70000;
}

div.newsBox p a:link,
div.partnershipBox p a:link,
div.newsBox p a:visited,
div.partnershipBox p a:visited{
	text-decoration:none !important;
}
div.newsBox p a:hover,
div.partnershipBox p a:hover,
div.newsBox p a:active,
div.partnershipBox p a:active{
	text-decoration:underline !important;
}
/************************************ insideContent ************************************/
#insideContent{
	width:668px;
	margin-left:25px;
	padding:20px 23px;
	border-left:1px solid #b7b7b7;
	border-bottom:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
  background:#fff url(../images/layout/insideContentBG.jpg)	no-repeat top left;
}

/************************************ mainNav ************************************/
ul#mainNav{
  margin:0px;
  margin-left:25px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	top:0;
}
ul#mainNav li a.solutionsInsideHeader,
ul#mainNav li a.productsInsideHeader,
ul#mainNav li a.servicesInsideHeader,
ul#mainNav li a.aboutInsideHeader{
	width:167px;
	height:28px;
	text-decoration:none !important;
  font-size:18px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;	
  font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
	border-top:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	border-left:1px solid #b7b7b7;
	float:left;
	padding:0px 0px 0px 6px;
}
ul#mainNav li a.solutionsInsideHeader:hover,
ul#mainNav li a.productsInsideHeader:hover,
ul#mainNav li a.servicesInsideHeader:hover,
ul#mainNav li a.aboutInsideHeader:hover{
	text-decoration:underline !important;
  color:#fff !important;
}
ul#mainNav li a.solutionsInsideHeader{
	background:#fff url(../images/layout/solutionsInsideBG.jpg) repeat-x;
	margin-right:6px;
}
ul#mainNav li a.productsInsideHeader{
	background:#fff url(../images/layout/productsInsideBG.jpg) repeat-x;
	margin-right:6px;
}
ul#mainNav li a.servicesInsideHeader{
	background:#fff url(../images/layout/servicesInsideBG.jpg) repeat-x;
	margin-right:6px;
}
ul#mainNav li a.aboutInsideHeader{
	background:#fff url(../images/layout/aboutInsideBG.jpg) repeat-x;
  width:165px !important;
}

/************************************ leftNav ************************************/
#leftNav{
	width:200px;
	float:left;
	background-color:#fefefe;	
}

ul.noDesignList,
ul.normalList,
ul.productsList,
ul.servicesList{
	padding:2px 0px;
	margin:0px 2px 2px 5px;
}
ul.noDesignList li,
ul.normalList li,
ul.productsList li,
ul.servicesList li{
	padding:3px 0px;
	margin-left:15px;
}
ul.normalList li a:link,
ul.productsList li a:link,
ul.servicesList li a:link,
ul.normalList li a:visited,
ul.productsList li a:visited,
ul.servicesList li a:visited{
	color:#636363;
	font-weight:bold;
	text-decoration:none !important;
}
ul.normalList li a:hover,
ul.productsList li a:hover,
ul.servicesList li a:hover,
ul.normalList li a:active,
ul.productsList li a:active,
ul.servicesList li a:active{
	text-decoration:underline !important;
}
ul.normalList li{
	list-style-image:url(../images/layout/normalBullet.jpg);
}
ul.productsList li{
	list-style-image:url(../images/layout/productsBullet.jpg);
}
ul.servicesList li{
	list-style-image:url(../images/layout/servicesBullet.jpg);
}

/************************************ insideContentBody ************************************/

#insideContentBody{
	width: 97%;	
	background-color:#fefefe;
	padding: 10px;	
}
#insideContentBody ul.redGreen{
	padding:2px 0px;
	margin:0px 2px 2px 5px;
  list-style-color:#c81b1d;
}
#insideContentBody ul.redGreen li{
	list-style-image:url(../images/layout/redBullet.jpg);
	padding:3px 0px;
	margin-left:15px;
}
#insideContentBody ul.redGreen li a:link,
#insideContentBody ul.redGreen li a:visited{
	color:#014b2a;
	font-weight:bold;
	text-decoration:none !important;
}
#insideContentBody ul.redGreen li a:hover,
#insideContentBody ul.redGreen li a:active{
	text-decoration:underline !important;
}

#insideContentBody ul.redGreen li div p{
  padding:3px 0px;
}


table.contactFormTable label{
  font-weight:bold;
	font-size:12px;
}

/************************************ sidebar ************************************/

#sideBar{
	background-color:#fefefe;
	display:table-cell;
	vertical-align:top;
	/*margin-left:-15px;*/
	width:190px;
	max-width:190px;
	overflow:hidden;
	padding-top:5px;
}

/************************************ footer ************************************/
/*#footerHome,
#footerInside{
	position: relative;
	bottom: 0;
	height: 64px; 
	margin-top: -128px;
	padding-top:62px;
	width:100%;
	background:url(../images/layout/footerBG.gif) no-repeat top center; 
	color:#777;
	clear:both;

}*/

#footer{
	position:relative;
	bottom: 0;
	height: 11em;
	margin-top:-11em;
	width:100%;
	background: url(../images/layout/footerBG.gif) no-repeat top center; 
	color:#777;
	clear:both;
	z-index:10;
}


#footer .footerContainer{
  width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:70px;

}
#footer .footerContainer .copyright{
  float:right;
  text-align:right;
}

#footer .footerContainer .text{
  float:left;
  text-align:left;
	padding-left:25px;
}

.footerContainer a:link,
.footerContainer a:visited{
  color:#777;
text-decoration:underline !important;
}
.footerContainer a:hover,
.footerContainer a:active{
	  color:#777;
	text-decoration:none !important;
}


div#productsFinancial1,div#productsFinancial2,div#productsFinancial3,div#productsFinancial4,div#productsFinancial5,div#productsFinancial6,div#productsFinancial7,div#productsCustInfo1,div#productsCustInfo2,div#productsCustInfo3,div#productsCustInfo4,div#productsCustInfo5,div#productsCustInfo6,div#productsCustInfo7,div#productsCustInfo8,div#productsCustInfo9,div#productsAMFMGIS1,div#productsAMFMGIS2{
	padding-left:15px;
	display:none;
}
ul.redGreen ul{
   margin-left:-35px;
}


/*  drop div menu */

.LocalNav {
	display:block;
	text-align:left;
}

#dropmenudiv{
	position:absolute;
	font:normal 12px Arial;
	line-height:20px;
	z-index:100;
}

#dropmenudiv a{
	display:block;
	padding:1px 15px;
	color:#004b27;
	text-decoration:none!important;
	background-color:#e2e2e2;
	border:1px solid #b7b7b7;
	border-top:1px solid #efefef;
	border-bottom:1px solid #b7b7b7;
	font-weight:bold;
	line-height:20px;
	background:#e2e2e2 url(../images/layout/greenArrow.jpg) no-repeat .5em .5em;	
}

#dropmenudiv a:hover{ 
	color:#666;

}
div.solutionsPicAndText{
  background:url(../images/layout/solutionsPie.jpg) no-repeat top left;
	width:432px; 
	height:270px;
	padding-left:180px;
	
}
hr{
  margin:10px 0px;
	color:#333;
}

span.emphasize1{
  font-size:13px !important;
	font-weight:bold;
}
span.emphasize2{
  font-size:10px !important;
	text-transform:uppercase !important;
	
}
form#cse-search-box{
  margin-top:10px;
}

#password {
  width: 142px;  
}



/* support styles */
div.helpText{
  width:500px;
	padding:10px;
	margin:0 auto;
	display:block;
	border:1px solid #ccc;
}
div.helpText h2{
  margin-bottom:.5em;
}
