/* CSS Document */
body { 
	background-color:#282828;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.main_container { 
	width:949px; 
	margin: 0px auto;
}
.logo_box { 
	width:236px;
	float:left;
}
.top_logo_nav {
	width:682px;
	height:156px;
	float:left;
}
.logo_text { 
	margin-top:11px; 
	width:585px;
}
.top_right {
	width:32px; 
	height:75px; 
	margin-top:83px; 
	float:left; 
}
.logo_container {
	height:158px; 
	width:951px;
}
.navigation_line { 
	background-image:url(../images/nav-box-bg.gif); 
	background-repeat:repeat-x;
	height:79px;
	margin-top:11px;
}
.navigation {	
	padding-top:28px;
	padding-left:3px;
	color:#FFFFFF;
}
.navigation a {
	font-size:17px; 
	color:#ffffff;
	text-decoration:none;
}
.navigation a:hover {
	color:#faab1b;
	text-decoration:none;
}
.main_content_bg {
	background-image:url(../images/main-content-bg.gif); 
	background-repeat:repeat-y; 
	width:915px; 
	margin:0px auto 0px auto; 
	font-size:13px;
	line-height:17px;
	color:#dedfe0;
}
.left_content {
	 width:410px; 
	 margin-left:25px;
	 margin-right:10px;
	 float:left;
}
.right_content {
	 width:420px; 
	 margin-left:25px; 
	 margin-right:25px; 
	 float:left;
}
.centered_content {
	 width:860px; 
	 margin-left:25px;
	 margin-right:10px;
	 float:left;
}
.right_content ol li {
	line-height:25px;
	font-size:14px;
}
.footer { 
	background-color:#676767;
	clear:both;
	width:915px;
	margin:0px auto;
	height:15px;
	color:#999999;
	font-size:9px;
	text-align:center;
	vertical-align:middle;
}
.home_solutions_head {
	color:#FFFFFF;
	font-size:18px;
}
.home_solutions_box {
	margin-top:10px;
}
.home_sol_title_box {
	height:35px;
}
input {
	width:260px;
	background-color:#FFFFFF;
	border:#999999 dotted 1px;
}
textarea {
	width:260px;
	background-color:#FFFFFF;
	border:#999999 dotted 1px;
}
input.submit {
	width:60px;
	background-color:#666666; color:#FFFFFF;
	border:#999999 dotted 1px;
}