body {
	background-color: #e1edfd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center; /* for ie - puts everything center page */ 
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

img {
	border: 0px;
}

h1 {
	font-size: 135%;
	color: #122D54;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

h2 {
	font-size: 100%;
	color: #4583CB;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

a {
	color: #0F2443;
}
/*
.ico {
	margin-top: 4px;
}
*/
#wrapper {
	position: relative;
	width: 817px;
	margin: 0 auto; /* for standard compliant browsers - puts the div in the middle */
	background: url(../../images/bg_fade.gif) repeat-y;
	align: center;
	z-index: 0;
}

#hdr {
	position: relative;
	height: 101px;
	background: url(../../images/hdr.jpg) no-repeat top;
	width: 817px;
	z-index: 1;
}

#search {
	position: absolute;
	left: 550px;
	top: 17px;
	color: #94B4DA;
	font-weight: bold;
	z-index: 10;
}

#search form,input {
	font-size: 85%;
}

#login {
	position: absolute;
	top: 8px;
	left: 730px;
}

#logo {
	position: absolute;
	background: url(../../images/logo.jpg) no-repeat top;
	z-index: 5;
	width: 252px;
	height: 62px;
	top: 2px;
	left: 11px;
}

#nav_temp {
	position: absolute;
	top: 69px;
	left: 121px;
}

#hp_hdr {
	height: 171px;
	background: url(../../images/hp_hdr.jpg) no-repeat top;
}

#int_hdr {
	height: 34px;
	background: url(../../images/int_subhead.gif) no-repeat top;
}

#content {
	text-align: left;
	padding: 0 15px;
}

#ftr {
	background: url(../../images/ftr.jpg) no-repeat top;
	height: 35px;
	background-color: #e1edfd;
}

/* BOXES */
.dl {
	width: 248px;
	background: url(../../images/box_dl_hp_bottom.gif) no-repeat bottom left;
}

.dl h3 {
	margin: 0px;
	padding: 6px 8px 4px 5px;
	font-size: 100%;
	color: #122D54;
	border-bottom: 4px solid #C0DEF8;
	background: url(../../images/box_dl_hp_top.gif) no-repeat top left; 
}

.dl h2 {
	margin: 0;
	padding-top: 5px;
	border-bottom: 1px solid #BAD0E3;
	font-size: 90%;
}

.dl ul {
	margin: 0;
	padding: 0px 10px 14px 10px;
	list-style: none;
}

.dl li {
	margin: 0 0 6px;
	padding: 0;
}

.dl a {
	text-decoration: none;
	color: #555656;
}

.dl a:hover {
	text-decoration: underline;
}


.nav {
	width: 190px;
	background: url(../../images/box_dl_bottom.gif) no-repeat bottom left;
}

.nav h3 {
	margin: 0px;
	padding: 6px 8px 4px 10px;
	font-size: 110%;
	text-transform: uppercase;
	color: #122D54;
	border-bottom: 4px solid #C0DEF8;
	background: url(../../images/box_dl_top2.gif) no-repeat top left; 
}

.nav h2 {
	margin: 0;
	padding-top: 5px;
	border-bottom: 1px solid #BAD0E3;
	font-size: 90%;
}

.nav h4 {
	margin: 0px;
	padding: 6px 8px 4px 10px;
	font-size: 100%;
	color: #122D54;
	border-bottom: 4px solid #C0DEF8;
	background: url(../../images/box_dl_top.gif) repeat-y top left; 
}

.nav ul {
	margin: 0;
	padding: 0px 10px 14px 10px;
	list-style: none;
}

.nav li {
	margin: 0 0 6px;
	padding: 0;
}

.nav a {
	text-decoration: none;
	color: #555656;
}

.nav a:hover {
	text-decoration: underline;
}


/* NEW NAVIGATION */

#body_nav {
	display: block;
	height: 100%;
	width: 190px;
	font-size: .75em;
	font-weight: bold;
  	background-color: #fff;
}

#body_nav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#body_nav li a {
	display: block;
	text-decoration: none;
}

#body_nav li a:hover {
	display: block;
	text-decoration: none;
	color: #fff;
}

.active {
  color: #fff;
  background-color: #0F2443;
  border-top: 1px solid #325E83;
  border-bottom: 1px solid #010512;
}

#tab {
  padding:5px 12px 5px 12px;
  background-color: #DBECFB;
  font-size: 12px;
  color: #0F2443;
  border-top: 1px solid #ECF5FD;
  border-bottom: 1px solid #BCDAF7;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#tab:hover
{
  color: #fff;
  background-color: #0F2443;
  border-top: 1px solid #325E83;
  border-bottom: 1px solid #010512;
}

#tab_active {
  color: #fff;
  padding:5px 12px 5px 12px;
  background-color: #0F2443;
  font-size: 12px;
  border-top: 1px solid #325E83;
  border-bottom: 1px solid #010512;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#tab_subnav {
  color: #0F2443;
  padding:3px 12px 3px 20px;
  background-color: #ccc;
  font-size: 12px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #A3A3A3;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#tab_subnav:hover {
  color: #fff;
  padding:3px 12px 3px 20px;
  background-color: #606060;
  font-size: 12px;
  border-top: 1px solid #ABABAB;
  border-bottom: 1px solid #737373;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#tab_subnav_active {
  color: #fff;
  padding:3px 12px 3px 20px;
  background-color: #606060;
  font-size: 12px;
  border-top: 1px solid #ABABAB;
  border-bottom: 1px solid #737373;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
/* END NEW NAV */

.partnerLeft {
	border-right: 1px solid #D1D4DB;
	border-bottom: 1px solid #D1D4DB;
}

.partnerRight {
	border-bottom: 1px solid #D1D4DB;
}

.news {
	width: 255px;
	color: #555656;
	border-right: 1px solid #BAD0E3;
	margin-top: 0px;
}

.news a {
	text-decoration: none;
	color: #555656;
}

.news a:hover {
	text-decoration: underline;
}

.news h3 {
	color: #122D54;
	border-bottom: 1px solid #BAD0E3;
	text-transform: uppercase;
	font-size: 90%;
	margin: -10px 0 5px 0;
	padding-bottom: 4px;
}

.news h2 {
	color: #C3000B;
	margin: 0;
	font-size: 90%;
}

.news ul {
	margin: 0;
	padding: 14px 10px 0 10px;
	list-style: none;
}

.news li {
	margin: 0 0 6px;
	padding: 0;
}


.news2 {
	color: #555656;
	margin-top: 0px;
}

.news2 a {
	text-decoration: none;
	color: #555656;
}

.news2 a:hover {
	text-decoration: underline;
}

.news2 h3 {
	color: #122D54;
	border-bottom: 1px solid #BAD0E3;
	text-transform: uppercase;
	font-size: 90%;
	margin: -10px 0 5px 0;
	padding-bottom: 4px;
}

.news2 h2 {
	color: #C3000B;
	margin: 0;
	font-size: 90%;
	font-weight: normal;
}

.news2 ul {
	margin: 0;
	padding: 14px 10px 0 10px;
	list-style: none;
}

.news2 li {
	margin: 0 0 6px;
	padding: 0;
}


.solutions {
	width: 220px;
	color: #555656;
	margin-top: 0px;
}

.solutions h3 {
	color: #122D54;
	border-bottom: 1px solid #BAD0E3;
	text-transform: uppercase;
	font-size: 90%;
	margin: -10px 0 5px 0;
	padding-bottom: 4px;
}

.solutions h2 {
	color: #C3000B;
	margin: 0;
	font-size: 90%;
}

.solutions ul {
	margin: 0;
	padding: 14px 10px 14px 10px;
	list-style: none;
}

.solutions li {
	margin-bottom: 10px;
	padding: 0;
	color: #4583CB;
	font-weight: bold;
}

.solutions a {
	text-decoration: none;
	color: #4583CB;
}

.solutions a:hover {
	text-decoration: underline;
}

/* END BOXES */

/* DROP DOWN NAV */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* END NAV */



/* FAQ */

#faq .question {
	display:block;
	margin-bottom: 4px;
	padding: 0;
}

.backtotop {
	display: block;
	text-transform: uppercase;
	font-size: 80%;
	padding-top: 8px;
	text-decoration: none;
	color: #999;
}

.backtotop:hover {
	color: #0F2443;
}

#faq p {
	padding: 10px 20px;
	border-bottom: 1px dashed #ccc;
	background-color: #fff;
	margin: 0;
}

.odd {
	background-color: #ecf5fd;
}

#faq .odd {
	background-color: #ecf5fd;
}

#faq .faqTop {
	display: block;
	padding-bottom: 8px;
}

/* END FAQ */

/* CASE STUDIES */

#gallery {
	margin-top: 23px;
}

.cstudy {
	border-bottom: 1px dashed #ccc;
	width: 550px;
	clear:both;
	float: right;
}

.csHdr {
	display: block; 
	font-size: 125%; 
	color: #0f2443; 
	padding: 10px 10px 10px 0; 
	margin: 0
}

.csLeft {
	float:left; 
	width: 200px; 
	text-align: center; 
	vertical-align: middle;
}

.csRight {
	float:left; 
	width: 320px; 
	border-left: 1px solid #ccc; 
	padding-left: 10px;
}

.csList {
	padding: 0 0 20px 20px; 
	margin: 5px 0 0 0;
}

.featured {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}

.csHdr {
	display: block;
	font-size: 140%; 
	color: #0f2443;
	font-weight: normal;
}

.csQuote {
	font-style: italic;
	font-size: 125%;
	color: #666;
}

/* END CASE STUDIES */