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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 140%;
	color: #666666;
	background-image: url(/_images/bg.jpg);
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 140%;
	color: #666666;
}

a {
	text-decoration: none;
	color: #003399;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #003399;
}

h3 {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
}

.blue_heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #1f6dce;
	font-size: 16pt;
}

.blue_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	color: #1f6dce;
	font-size: 15pt;
}

.orange_heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6600;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 13pt;
}

a.orange {
	color: #ff6600;
}
.orange {
	color: #ff6600;
}

.news_heading {
	color: #1f6dce;
	font-size: 11pt;
	font-weight: bold;
}

.news_sub_heading {
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
}

a.news_item {
	font-weight: bold;
}

a.news_item:visited {
	font-weight: bold;
}

a.home_news_item {
	color: #666666;
	font-weight: bold;
}

a.home_news_item:visited {
	color: #666666;
}

.home_content {
	color: #666666;
}

.left_nav {	
	margin: 10px 10px 10px 10px; 
	color: #595858;
	font-size: 8pt;
	line-height: 105%;
}

a.left_nav_link {
	color: #595858;
	text-decoration: none;
}

a.left_nav_link:hover {
	color: #cc6600;
	text-decoration: none;
}

a.left_nav_link_current {
	color: #cc6600;
}

#container {
	width: 960px;
	background-color: #FFFFFF;
}

#logo {
	width: 200px;
	position: relative;
	z-index: 8;
	margin-bottom: 8px;
	height: 50px;
	float: left;
}

#top {
	width: 960px;	
	height: 60px;
}

#top_nav {
	margin-top: 40px;
	height: 20px;
	float: right;
}

.top_nav_button {
	width: 120px;
	height: 20px;
	float: right;
}

.top_nav_line {
	width: 1px;
	height: 20px;
	float: right;
}

#home_header {
	width: 960px;
	height: 300px;
}

#header {
	width: 960px;
	height: 200px;
}

#content {
	width: 960px;
	text-align: left;
	background-color: #FFFFFF;
}

#home_left_col {
	width: 339px;
	float: left;
	margin: 15px 25px 0px 25px; 
}

#home_center_col {
	width: 224px;
	float: left;
	margin: 15px 25px 0px 25px;
}

#home_right_col {
	width: 243px;
	float: left;
	margin: 15px 25px 0px 25px;
}

.home_col_line {
	float: left;
}

#list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#list li {
	background-image: url(/_images/orange_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 2px 4px;
}

#footer {
	font-size: 7pt;
	color: #666666;
	clear: both;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer a {
	color: #666666;
}

.bio {
	padding: 8px 8px 8px 8px;
 	overflow: auto; 
	height: 350px;
	width: 315px;
}

#solution_menu {
	width: 206px;
	height: 100px;
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	opacity: 0;
	line-height: 155%;
	background-image:url(/_images/top_nav/solutions.png);
}