@charset "utf-8";
/* CSS Document */

/**************************************************************************
	BODY
**************************************************************************/

html,
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020;
	background-color: #ECF2F9;
	text-align: center;
	margin:0;
	padding:0;
	height:100%;
}
div#wrapper {
   min-height:100%;
   position:relative;
   background-image: url(../images/back.gif);
   background-repeat: repeat-y;
   width: 780px;
   margin: 0px auto;
   padding: 0px 7px;
   text-align: left;
}

/**************************************************************************
	HEADER
**************************************************************************/

div#header {
	margin: 0px;
	padding: 0px;
	height: 259px;
	width: 780px;
}
div#banner {
	height: 122px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 780px;
	padding: 0px;
}
div#portal {
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#portal .access {
	margin-right: 10px;
}
div#portal a:link, div#portal a:active, div#portal a:visited {
	color: #1C3C6F; 
	text-decoration: underline;
	font-size: 11px;
}
div#portal a:hover { 
	text-decoration: none;
}
div#business {
	display: none;
}

/**************************************************************************
	NAVIGATION
**************************************************************************/

div#globalnav {
	height: 136px;
	width: 780px;
	text-align: center;
	background-image: url(../images/nav.gif);
	background-repeat: repeat;
	background-position: bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
ul#navigation {
	width: 100%;
	float: left;
	margin: 0px 0px 3em 0px;
	padding: 0px;
	list-style: none;
}
ul#navigation li {
	float: left;
}
ul#navigation li a {
	display: block;
	height: 21px;
	text-align: center;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 17px;
	text-decoration: underline;
	color: #fff;
}
ul#navigation .navrt {
padding: 0 2px 0 3px;	
}
ul#navigation li a:hover {
	color: #000;
	background-color: #F0F0F0;
	text-decoration: none;
}


/**************************************************************************
	BODY - MAIN CONTENT
**************************************************************************/

div#body {
   padding: 0px;
   padding-bottom: 76px;   /* Height of the footer */
}
div#maincontent {
	width: 470px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
	min-height: 500px;
}
div#maincontent a:link, div#maincontent a:active, div#maincontent a:visited {
	color: #1c3c71; 
	text-decoration: underline;
}
div#maincontent a:hover { 
	color: #a2bee0; 
	text-decoration: none;
}
div#maincontent h2 {
	font-size: 19px;
	color: #1c3c71;
}
div#maincontent .nonbold {
	font-weight: 400;
}
div#maincontent h3 {
	font-size: 15px;
	color: #202020;
	margin: 0px;
}
div#maincontent h4 {
	font-size: 12px;
	color: #202020;
	margin: 0px;
	text-transform: uppercase;
}
div#maincontent .center {
	text-align: center;
}
div#testimonials .client {
	text-align: right;
}
div#maincontent li {
	margin-bottom: 4px;
	list-style-type: square;
}
ul#answers {
	list-style-image: url(../images/bullet.gif);
}
ul#answers li {
	margin-bottom: 8px;
}
div#maincontent .hr {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}



/**************************************************************************
	SIDEBAR
**************************************************************************/

div#sidebar {
	color: #FFF;
	background-color: #1C3C6F;
	width: 220px;
	padding: 20px;
	position: absolute;
	top: 259px;
	left: 517px;
	margin-left: 10px;
}
div#sidebar h3 {
	font-size: 19px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 15px;
}
div#sidebar h3 a {
	text-decoration: none;
}
div#sidebar h3 a:hover {
	text-decoration: underline;
}
ul#sidebar #archive {
	list-style-type: square;
	color: #FFF;
}
div#sidebar a {
	color: #fff; 
	text-decoration: underline;
}
div#sidebar a:hover { 
	text-decoration: none;
}
ul#careers {
	padding: 0px;
	padding-left: 10px;
}
ul#careers li {
	font-size: 11px;
	padding-bottom: 8px;
	margin-left: 6px;
	padding-left: 0px;
}
ul#careers li a {
	text-decoration: none;
}
ul#careers li a:hover {
	text-decoration: underline;
}


/**************************************************************************
	FOOTER
**************************************************************************/

div#footer {
	position:absolute;
	bottom:0;
	clear: both;
	width: 740px;
	height: 36px;   /* Height of the footer */
	background: #A2BEE0;
	font-size: 11px;
	color: #1C3C6F;
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
div#footer a:link, div#footer a:active, div#footer a:visited {
	color: #1C3C6F; 
	text-decoration: underline;
	font-size: 11px;
}
div#footer a:hover { 
	text-decoration: none;
}
div#footer .footerlt {
	padding: 0px;
	margin: 0px;
	text-align: left;
	position: relative;
	top: 11px;
}
div#footer .footerrt {
	padding: 0px;
	margin: 0px;
	text-align: right;
	position: absolute;
	top: 31px;
	right: 20px;
}

.clear {
clear: both;	
}


/*************************** MISC *******************************************/

.half1 {
width: 40%;
float: left;
margin: 0 0 0px 0;
padding: 0 0 0 0;
}

.half {
width: 100%;
clear: both;
}

.half h3 {
font-size: 15px;
font-weight: bold;
margin: 0;
padding: 0;
}

.half dl {
margin: 0px 0 0 0;	
}

.half dl dt {
width: 130px;
float: left;
text-align: left;
padding-right: 0px;
}

