@charset "utf-8";

body {
	/*background: url("/images/background.jpg") left top repeat-x #f7f8f9;*/
	/*background: url("/images/newBackground.jpg") left top repeat-y #f7f8f9;*/
	background: #E8E9EB; /* #D3DAE4; */
	color: #414345; /* #000000 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	/*height: 100%;*/
}

hr {
	background-color: #dae0e9;
	border: 0px;
	color: #dae0e9;
	height: 1px;
}

/*--------------
|   DIVS	   |
--------------*/
div.footer {
	border-top: 2px solid #758197; /* #02193F */
	/*margin: 25px auto;*/
	margin: 25px 0px 0px 0px;
	padding: 20px 0px;
	text-align: center;
	width: 846px; /* 966 */
}

div.header {
	margin: 0px;
	width: 100%;
}

div.header_banner {
	background: url(/images/header_background-846w.jpg) left top no-repeat #222b53; /* header_background.jpg */
	height: 85px; /* was: 105px */
}

div.header_flash {
	background: url(/images/header_placeholder-846w.jpg) left top no-repeat #dff1fb; /* header_placeholder.jpg */
	height: 254px;
	margin-top: 0px;
}

div.header_flash_sub {
	background: url(/images/header_subpages.jpg) left top no-repeat #dff1fb;
	height: 160px;
}

div.header_search {
	float: right;
	margin-bottom: 2px;
}

div.hr {
	
	background-color: #DAE0E9; /* DAE0E9 */
	color: #ffffff;
	height: 2px;
	line-height: 1px;
	margin: 5px 0px;
	/*max-width: 250px;*/
	width: 250px;
}

div.hr_short {
	max-width: 230px;
	width: 160px;
}

div.li_list {
	background: url(/images/li_arrow.jpg) left top no-repeat;
	margin-bottom: 10px;
	padding: 0px 0px 0px 15px;
}

div.main_container {
	margin: 0px auto;
	width: 846px; /* 966 */
}

div.nav {
	background: url(/images/nav_background.gif) left top repeat-x /*#b8d443*/;
	height: 32px;
	padding-bottom: 0px;
}

div.nav_spacer_bottom	{
	height: 0px; /* 26 */
	background-color: #B1BAC6;
	z-index: 1;
}

div.spacer {
	clear: both;
}

div.spacer_padded {
	clear: both;
	height: 10px;
}

span.triple_carot {
	background: url(/images/triple_carot.gif) left top no-repeat;
	float: left;
	font-size: 14px;
	height: 13px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

/*--------------
|   FORMS	   |
--------------*/
form {
	margin: 0px;
}

input {
	margin: 0px;
}

input.text {
	border: 1px solid #bababa;
	font-size: 9px;
	height: 11px;
	padding: 3px 2px;
	vertical-align: middle;
	width: 150px;
}

/*--------------
|   IMAGES	   |
--------------*/
img {
	border: 0px;
	margin: 0px;
}

img.button {
	cursor: pointer;
	vertical-align: middle;
}

/*--------------
|   LINKS	   |
--------------*/
a:link, a:visited, a:hover {
	color: #317489;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	color: #215969;
}

div.footer a:link, div.footer a:visited, div.footer a:hover {
	color: #414345; /* #000000 */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: underline;
}

a:link span.triple_carot, a:visited span.triple_carot, a:hover span.triple_carot {
	cursor: pointer;
	text-decoration: none;
}

a.bold:link {
	color: #000000;
	text-decoration: none;
}

/* Added 4.22.09 GST */
a.bold_white:link, a.bold_white:visited {
	color: #EEEEEE;
	text-decoration: none;
}

h2 a:link, h2 a:visited, h2 a:hover {
	color: #215969;
	font-size: 18px;
	text-decoration: none;
}

h3 a:link, h3 a:visited, h3 a:hover {
	font-size: 14px;
	text-decoration: none;
}

/*--------------
|    TEXT	   |
--------------*/
.blue {
	color: #215969;
}

.blue_light {
	color: #317489;	
}

.clients_title {
	font-size: 13px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	display: inline;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

.small_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.sub_title {
	font-weight: bold;
	text-decoration: underline;
}

.white {
	color: #ffffff;
}

/*--------------
|   BOXES	   |
--------------*/
div.box_content {
	background-color: #ffffff;
	border-left: 1px solid #b2c0d6;
	border-right: 1px solid #b2c0d6;
	padding: 0px 7px;
}

div.box_content_no_borders {
	background-color: #FFFFFF;
	padding: 0px 7px;
}

div.box_content, div.box_top_left_corner, div.box_top_right_corner, div.box_bottom_left_corner, div.box_bottom_right_corner, div.box_top, div.box_bottom {
	float: left;
	margin: 0px;
}

div.box_top_left_corner, div.box_top_right_corner, div.box_bottom_left_corner, div.box_bottom_right_corner {
	background-repeat: no-repeat; 
	height: 8px;
	width: 8px;
}

div.box_top, div.box_bottom {
	background-repeat: repeat-x;
	height: 8px;
}

div.box_top_left_corner {
	background-image: url(/images/box_top_left_corner.gif);
}

div.box_top_right_corner {
	background-image: url(/images/box_top_right_corner.gif);
}

div.box_bottom_left_corner {
	background-image: url(/images/box_bottom_left_corner.gif);
}

div.box_bottom_right_corner {
	background-image: url(/images/box_bottom_right_corner.gif);
}

div.box_top {
	background-image: url(/images/box_top.gif);
}

div.box_bottom {
	background-image: url(/images/box_bottom.gif);
}

#shadow	{
	/*height: 100%;*/
	width: 886px; /* 1006 */
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/Drop_Shadow-886w.jpg"); /* Drop_Shadow.jpg */
	background-repeat: repeat-y;
}

#shadow_bottom	{
	width: 886px; /* 1006 */
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/Drop_Shadow_bottom-886w.jpg");
	background-repeat: no-repeat;
}