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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	line-height: 18px;
}
body {
	background-color: #111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #8594cd;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8594cd;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
	/*background-color:#036;*/
}
p {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ///////////// */
/* START CLASSES */
/* ///////////// */

.title_blocked {
	background-color: #2f3c62;
	color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.leftindent {
	margin-left: 3px;
}
.titles {
	font-weight: bold;
	color: #fff;
}
.orange {
	color: #fe9600;
}

.section_title {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6b789a;
	height: 20px;
	margin-bottom: 10px;
}
.popup {
	background-color: #546591;
	width: 300px;
	font-size: 12px;
	line-height: normal;
	background-image: url(../images/bg_popup_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.popup .popuptexts {
	padding-bottom: 7px;
	background-image: url(../images/bg_popup_side.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 5px;
}
.popup .popuptitle {
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #34426a;
	background-image: url(../images/bg_popup_sidetop.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.breaker {
	visibility: hidden;
	clear:both;
}
.marginboth {
	margin-left: 20px;
	margin-right: 20px;
}
.marginleft {
	margin-left: 27px;
}
.marginright {
	margin-right: 27px;
}
.marginright50 {
	margin-right: 50px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.subtitle {
	font-size: 11px;
	color: #FFF;
}
.btn_rss {
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-image: url(../images/icon_rss.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
}
.btn_rss a {
	color: #FFF;
	text-decoration: none;
}

/* ///////////////// */
/* START BODY STYLES */
/* ///////////////// */

#body_main {
	width: 900px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#body_main #header_main {
	height: 260px;
	width: 900px;
}
#body_main #header_main #header_byline {
	height: 30px;
	overflow:hidden;
	width: 850px;
}
#header_byline #header_byline_text {
	float: left;
	padding-left: 50px;
	line-height: 30px;
	height: 30px;
}
#header_byline #header_byline_links {
	float: right;
	height: 30px;
	line-height: 30px;
}
#body_main #header_main #header_logo {
	height: 170px;
	line-height: 150px;
	text-align: right;
}
#body_main #header_main #header_nav {
	line-height: 28px;
	height: 28px;
	padding-left: 50px;
}

/* //////////////////////////////// */
/* START NAVIGATION ROLLOVER EFFECT */
/* //////////////////////////////// */
#header_nav #nav1 {
	background-image: url(../images/btn_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	width: 69px;
	height: 28px;
	text-align: center;
}
#header_nav #nav1:hover {
	background-image: url(../images/btn_home.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	float: left;
	width: 69px;
	height: 28px;
	text-align: center;
}
#header_nav #nav2 {
	background-image: url(../images/btn_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	width: 93px;
	height: 28px;
	text-align: center;
}
#header_nav #nav2:hover {
	background-image: url(../images/btn_about.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	float: left;
	width: 93px;
	height: 28px;
	text-align: center;
}
#header_nav #nav3 {
	background-image: url(../images/btn_solutions.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	width: 96px;
	height: 28px;
	text-align: center;
}
#header_nav #nav3:hover {
	background-image: url(../images/btn_solutions.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	float: left;
	width: 96px;
	height: 28px;
	text-align: center;
}
#header_nav #nav4 {
	background-image: url(../images/btn_approach.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	width: 115px;
	height: 28px;
	text-align: center;
}
#header_nav #nav4:hover {
	background-image: url(../images/btn_approach.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	float: left;
	width: 115px;
	height: 28px;
	text-align: center;
}
#header_nav #nav5 {
	background-image: url(../images/btn_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	width: 112px;
	height: 28px;
	text-align: center;
}
#header_nav #nav5:hover {
	background-image: url(../images/btn_contact.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	float: left;
	width: 112px;
	height: 28px;
	text-align: center;
}
#header_nav #nav1:active {
	background-color: #f57208;
}
#header_nav #nav2:active {
	background-color: #f57208;
}
#header_nav #nav3:active {
	background-color: #f57208;
}
#header_nav #nav4:active {
	background-color: #f57208;
}
#header_nav #nav5:active {
	background-color: #f57208;
}
#header_nav span {
	display: none;
}

/* ////////////////// */
/* START CONTENT AREA */
/* ////////////////// */

#body_main #content_main {
	background-image: url(../images/bg_content_middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
#content_main #content_main_cols {
	background-color: #415385;
	min-height: 550px;
	width: 820px;
	background-image: url(../images/bg_content_corner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content_main_cols #content_col1 {
	width: 40px;
	float: left;
	height: 550px;
	background-image: url(../images/bg_content_col1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* //////////////////////////////////////////////////////////// */
/* CONTENT COL 2 IS THE LEFT COLUMN AND HAS DIFFERNT LINK STYLE */
/* //////////////////////////////////////////////////////////// */
#content_main_cols #content_col2 {
	width: 187px;
	float: left;
	background-image: url(../images/bg_content_col2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 530px;
	padding-top: 30px;
	font-size: 12px;
}
#content_col2 a:link {
	color: #fff;
	text-decoration: underline;
}
#content_col2 a:visited {
	color: #fff;
	text-decoration: underline;
}
#content_col2 a:hover {
	color: #8594cd;
	text-decoration: none;
}
#content_col2 ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#content_col2 ul li {
	line-height: normal;
}
#content_col2 ul li a:link {
	background-color: #34426a;
	display: block;
	padding: 5px;
	line-height: normal;
	text-decoration: none;
	margin-bottom: 1px;
}
#content_col2 ul li a:visited {
	background-color: #34426a;
	display: block;
	padding: 5px;
	line-height: normal;
	text-decoration: none;
	margin-bottom: 1px;
}
#content_col2 ul li a:hover {
	background-color: #ad560f;
	color:#FFF;
	display: block;
	padding: 5px;
	line-height: normal;
	text-decoration: none;
	margin-bottom: 1px;
}

/* ////////////////////////////////// */
/* CONTENT COL 3 IS THE MIDDLE COLUMN */
/* ////////////////////////////////// */
#content_main_cols #content_col3 {
	background-image: url(../images/bg_content_col3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 422px;
	padding-top: 30px;
	min-height: 530px;
}
#content_col3 ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
#content_col3 ul li {
	background-image: url(../images/listmiddle.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 15px;
}
#content_col3 .listorange {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
#content_col3 .listorange li {
	background-image: url(../images/listmiddleorange.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 15px;
}
/* ///////////////////////////////////////////////////////////// */
/* CONTENT COL 4 IS THE RIGHT COLUMN AND HAS DIFFERNT LINK STYLE */
/* ///////////////////////////////////////////////////////////// */
#content_main_cols #content_col4 {
	width: 171px;
	float: left;
	font-size: 11px;
	padding-top: 30px;
	min-height: 530px;
}
#content_col4 a:link {
	color: #fff;
	text-decoration: underline;
}
#content_col4 a:visited {
	color: #fff;
	text-decoration: underline;
}
#content_col4 a:hover {
	color: #8594cd;
	text-decoration: none;
}

#content_main_cols #content_col4 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content_main_cols #content_col4 li {
	padding-left: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/list_arrorw.gif);
}

#content_main_cols #content_col5 {
	background-image: url(../images/bg_content_wide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 604px;
	float: left;
	font-size: 14px;
	padding-top: 30px;
	min-height: 530px;
}
#content_main_cols .content_col6 {
	width: 277px;
	float: left;
	font-size: 14px;
	margin-bottom:80px;
}
#content_main_cols .content_col7 {
	width: 50px;
	float: left;
	font-size: 14px;
	margin-bottom:80px;
}
/* ///////////////////// */
/* CONTENT FOOTER STYLES */
/* ///////////////////// */
#content_main #content_footer {
	background-color: #2f3c62;
	font-size: 10px;
	color: #999999;
	line-height: 30px;
	height: 30px;
	width: 820px;
}
#content_footer a{
	color: #999;
	text-decoration: none;
}
#content_footer a:visited{
	color: #999;
	text-decoration: none;
}
#content_footer a:hover{
	color: #fff;
	text-decoration: none;
}
#content_footer a:active{
	color: #fff;
	text-decoration: none;
	background:none;
}
.alignright {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6b789a;
	margin-top: 30px;
	padding-top: 5px;
	font-size: 11px;
	padding-bottom: 30px;
}
.alignright a:hover {
	text-decoration:none;
}
