/* CSS Document */
body {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 0px;
  text-align: center;
  background: url(../img/bg.jpg) repeat-x top #d1d0d0;
}
	
A:link {
  text-decoration: none;
  color: #3c58be;
}

A:visited {
  text-decoration: none;
  color: #3c58be;
}

A:active {
  text-decoration: underline;
  color:#3c58be;
}

A:hover {
  text-decoration: underline;
  color: #3c58be;
}

h1 {
  font-weight: bold;
  color: #43536e;
  margin: 10px 5px 10px 5px;
  font-size: 12px;
}

h2 { font-weight: bold;
  color: #666666;
  font-size: 11px;
}

.hdr3 {
  font-family: arial, helvetica;
  font-size: 10pt;
  color: #2b3b79;
  font-weight: bold;
} 

#header {
  width: 775px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#logo {
  width: 775px;
  height: 139px;
  text-align: left;
    margin-left: auto;
  margin-right: auto;
  background-image: url(../img/header-img.jpg);
  background-position: left;
  background-repeat: repeat-x;
 /* border: 1px solid #000;*/
}

.search {
  float: right;
  width: 50%;
  text-align: right;
  margin-top: 22px;
 }

#navbar {	
  height: 25px;
  background-image:  url(../img/bg-navbar.gif);
  background-position: left;
  background-repeat: repeat-x;
}

#footer {
  text-align: center;
  color: #43536e;
  padding: 5px;
}

/* Navigation */
#navContainer {
  height: 25px;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 200;
}

.floatLeft {
  float: left;
}

.noBackground {
  background: none;
}

#nav ul li .navDivider {
  width: 1px;
  border: 1px solid #000;
}

#nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: bold;
  padding: 0px;
  height: 25px;
}

#nav a {
	display: block;
	width: 79px;
	color: #445d73;
	text-decoration: none;
	padding:5px 5px 5px 5px;
	height: 13px;
	text-align: center;
}


#nav li { /* all list items */
  float: left; /* width needed or else Opera goes nuts */
  height: 25px; /* width needed or else Opera goes nuts */
  border-right: 1px solid #dbdbdb;
}

#nav li ul { /* second-level lists */
  position: absolute;
  background: #dae6f6;
  width: 175px;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  height: auto;
  font-weight: normal;
  margin: 0px;
  background-image: none;
  border-top: 5px solid #6c96ce;
  border-bottom: 5px solid #6c96ce; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
  margin: -28px 0 0 175px;
  background-color: #dae6f6;
  border: 1px solid #999; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

#nav li li {/* changes subnav appearance*/
  padding: 0px;
  width: 175px; /* subnav LI width must total width plus left and right padding of (#nav li ul a)*/
  border-bottom: 1px solid #8cbbdb;
  height: 25px; /* subnav LI height must total height plus top and bottom padding of (#nav li ul a)*/
  border-right: 0px solid #dbdbdb;
}

#nav li li li {/* changes subnav appearance*/
  padding: 0px;
  width: 175px; /* subnav LI width must total width plus left and right padding of (#nav li ul a)*/
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  height: 25px; /* subnav LI height must total height plus top and bottom padding of (#nav li ul a)*/
}

#nav li ul a { /* changes subnav appearance*/
  width: 170px;
  background-color: #dae6f6;
  text-align: left;
  white-space: nowrap;
  color: #0072bc;
  height: 20px; /* subnav LI height */
  padding: 5px 0px 0px 5px;
}

#nav li ul a:hover { /* subnav hover bacground color */
  background-color: #eff5fd;
}

#nav li ul ul a { /* chages subnav appearance*/
  background-color: #eae9e9;
}

#nav li:hover, #nav li.sfhover { /* changes main nav appearance */
  background-color: #e ff5fd;
  background-image: url(../img/bg-nav-on.gif);
  background-position: top;
  background-position: left;
  background-repeat: repeat-x;	
}

#nav li:hover li, #nav li.sfhover li { /* supresses image for subnav */
  background-image: none !important;		
}

#contractVehicles {
  width: 144px;
}

#contractVehicles .cvLink {
  width: 134px;
}

#newsIdeasLink {
  width: 130px;
}

#newsIdeasLink .newsLink {
  width:120px;
}

#content {
  clear: left;
  color: #ccc;
}

.extranet {
  float: right;
  margin-right: 10px;
}

#container {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 6px solid #445D73;
}

#contactFooter {
  width: 775px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 5px;
}

#content { 
  position: relative;
  width: 775px;
  height: 570px;
  background: url(../img/bg-home-content.jpg) no-repeat top;
  color: #69757A;
}

#contentLeft {
  position: absolute;
  top: 13px;
  left: 8px;
  width: 439px;
  height: 293px;
}
	
#contentLeft .image {
  width: 439px; 
  height: 270px;
}

#contentLeft .underImage {
  width: 433px; 
  height: 17px; 
  background: #135889; 
  text-align: right; 
  padding: 3px;
}

.underImage h1 {
  margin: 0px; 
  padding: 0px; 
  font-size: 13px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF; 
  display: inline;
}

.underImage A:link {
  text-decoration: none;
  color: #ffffff;
}

.underImage A:visited {
  text-decoration: none;
  color: #ffffff;
}

.underImage A:active {
  text-decoration: underline;
  color: #ffffff;
}

.underImage A:hover {
  text-decoration: underline;
  color: #ffffff;
}

#contentRight {
  position: absolute;
  top: 13px;
  left: 459px;
  width: 305px;
  height: 293px;
}

#caseStudy {
  width: 305px; 
  height: 124px;
  background: url(../img/bg-feature.gif) no-repeat top;
}

#caseStudy .padding {
  padding: 8px 8px 8px 84px;
}

.caseStudyHeader {
  width: 305px;
  height: 17px;
  background: url(../img/header-feature.gif) no-repeat top;
}

#news {
  width: 305px;
  height: 295px;
  margin-top: 0px;
  background: url(../img/bg-innews.gif) top left no-repeat;
}

.inNewsHeader {
  margin-top: 10px;
  width: 305px;
  height: 17px;
}

.firstNews {
  border-bottom: 1px solid #e4e4e4;
  margin: 0px 8px 0px 10px;
  padding: 4px 0px 0px 0px;
}

.newsItem {
  border-bottom: 1px solid #e4e4e4;
  margin: 4px 8px 0px 10px;
}

.moreBtn {
  text-align: right;
  padding: 2px 8px 0px 0px;
}

#bottomContainer {
  position: absolute;
  top: 320px;
  left: 0px;
  width: 775px;
  height: 128px;
}

#bottomContainer ul {
  margin: 0px;
  padding: 0px;
}

#bottomContainer li {
  list-style: none;
  margin: 0px;
  padding: 5px 0px 0px 0px;
}

.bottomPadding {
  padding: 1px 20px 10px 20px;
}

.solutions { 
  position: absoute;
  left: 0px;
  top: 0px;
  width: 213px;
  height: 128px;
  padding: 0px 5px 0px 5px;
}

.customers {
  position: absolute;
  top: 0px;
  left: 224px;
  width: 213px;
  height: 128px;
  padding: 0px 5px 0px 5px;
}

.testimonials {
  position: absolute;
  top: 0px;
  left: 448px;
  width: 317px;
  height: 128px;
  padding: 0px 0px 0px 10px;
}

.whitepapers {

}

.signup {
  position: absolute;
  top: 458px;
  left: 0px;
  width: 449px;
  height: 100px;
  padding: 8px 0px 2px 5px;
  color: #114a65;
}
	
.signup input {
  margin: 2px;
}

.gLogos {
  position: absolute;
  top: 458px;
  left: 456px;
  width: 310px;
  height: 100px;
  padding: 8px 0px 0px 0px;
  font-size: 12px;
}

 /*Subpage Styles */
#subPageContent {
  background-color: #fff;
}

.subHeader { 
  /*background: url(../img/bg-sub-head.jpg) no-repeat left;*/
  width: 775px;
  height: 44px;
}

#subPageContent .right h1 {
  font-family: arial,helvetica;
  font-size: 16px;
  font-weight: bold;
  color: #c86d2a;
  padding: 0px;
  margin: 5px 0px 5px 0px;
}

#subPageContent .left {
  width: 166px;
  float: left;
  padding: 0px 5px 5px 5px;
  margin-top: 10px;
  border-right: 1px dashed #bababa;
  background: #fff;
}

#subPageContent .right {
  width: 547px;
  min-height: 500px;
  float: left;
  padding: 5px 35px 10px 15px;
  margin-top: 10px;
}

.subnav { 
  width: 100%;
  background: #cedcef;
  border-bottom: 1px solid #c4d9e8;
  /*margin-bottom: 10px;
  padding-bottom: 10px;*/
}

.left h1 {
  color: #26658f;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin: 3px 0px 3px 5px;
}

.subnav ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}

.subnav ul li {
  margin: 0px 0px 0px 10px;
  padding: 2px 0px 2px 0px;
}

/* Case study format */
#subPageContent .csleft {
  width: 447px; 
  min-height: 500px;
  float: left;
  padding: 5px 35px 10px 15px;
  margin-top: 10px;
}

#subPageContent .csright {
  width: 250px;
  float: left;
  margin: 0px 0px 0px 0px;	
  padding: 0px 5px 5px 5px;
  margin-top: 10px;
  background: #fff;
}

#subPageContent .csleft h1 {
  font-family: arial,helvetica;
  font-size: 16px;
  font-weight: bold;
  color: #c86d2a;
  padding: 0px;
  margin: 5px 0px 15px 0px;
}

.cssubnav { 
  width: 100%;
  background: #dfedf6;
  border-left: 2px solid #c4d9e8;
  border-right: 2px solid #c4d9e8;
  border-top: 2px solid #c4d9e8;
  border-bottom: 2px solid #c4d9e8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding: 5px 5px 5px 5px;
}

.caseStudy {
  width: 100%;
  background: #f7f6f6;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;	
}

.subnav h1 {
  color: #2b3b79
}

.caseStudy ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}

.caseStudy ul li {
  margin: 0px 0px 0px 10px;
  padding: 2px 0px 2px 0px;
}

.caseStudy h1 {
  margin: 0px 0px 0px 0px;
  color: #2b3b79
}

.callout {
  border: 1px solid #dddddd;
  background: #f7f6f6;
  margin: 10px;
  padding: 10px;
}

.callout h2 {
  color: #7a7a7a;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin: 3px 0px 3px 0px;
} 

.bottomDesign {
  clear: both;
  height: 20px;
  width: 775px;
  background: url(../img/bg-bottomDesign.jpg) no-repeat left;
}

.title {
  font-weight: bold;
  color: #2b3b79;
  border-bottom: 1px solid #2b3b79;
}

.gLogos .title {
  font-weight: bold;
  color: #2b3b79;
  border-bottom: 1px solid #2b3b79;
  font-size: 11px;
  margin-bottom: 5px;
}

.clear {
  clear: both;
}

.teaxtAlignR {
  text-align: right;
} 
