@CHARSET "utf8";

*
{
	margin:0;
	padding:0;
}

html
{
}

body
{
	font-family:Verdana, Arial, San-serif;
	text-align:center;
}

html>body
{
}

.clear
{
	clear:both;
}

.bold
{
	font-weight:bold;
}

.main-container
{
	background:url('../images/border.gif') 0px 0 repeat-y;
	width:960px;
	margin:0 auto;
	padding:0 10px 0 10px;
}
	

.container
{
	width:943px;
	text-align:left;
}

.header
{
	position:relative;
}

.home_header
{
	position:absolute;
	right:3px;
	top:40px;
	border:1px solid #FFF;
	border-right:0;
	background:#000;
	color:#FFF;
	padding:15px 5px 5px 15px;
	width:465px;
	height:50px;
	font-size:15px;
}

.internal_header
{
	position:absolute;
	right:3px;
	top:50px;
	border:1px solid #FFF;
	border-right:0;
	background:#000;
	color:#FFF;
	padding:10px 0 5px 15px;
	width:320px;
	height:25px;
	font-size:15px;
}

.navigation
{
}

.navigation li
{
	list-style:none;
	display:inline;
	float:left;
}

.navigation div
{
	background:url('../images/nav_bg.gif') 0 0 repeat-x;
	width:113px;
	height:27px;
	float:left;
}

.body_container
{
	clear:both;
}

.left_border
{
	float:left;
	background:url('../images/border.gif') 0 0 repeat-y;
	width:11px;
}

.right_border
{
	float:left;
	background:url('../images/border.gif') 0 0 repeat-y;
	width:11px;
}

.left_column
{
	float:left;
}

.case_studies, .development
{
	margin:20px 0 0 20px;
	position:relative;
	width:300px;
	height:150px;
}

.case_study_content, .development_content
{
	float:left;
	width:100px;
	font-size:11px;
	position:absolute;
	left:0;
	z-index:999;
}

.case_study_content h3, .development_content h3
{
	font-size:13px;
	color:#1573B0;
	padding:0 0 10px 0;
}

.case_study_image, .development_image
{
	float:left;
	position:absolute;
	right:0;
	z-index:1;
}

.morelink
{
	padding:10px 0 0 0;
}

.center_column
{
	background:#C4D6B2;
	float:left;
	font-size:11px;
	width:415px;
	height:340px;
	padding:20px;
}

html>body .center_column
{
	width:360px;
	height:300px;
}

.center_column p
{
	padding:5px 0 5px 0;
}

.center_column h3
{
	color:#336600;
	font-size:18px;
	font-weight:normal;
}

.right_column
{
	float:left;
	background:#E1EAD8;
	width:205px;
	height:340px;
	padding:25px 0 0 15px;
}

html>body .right_column
{
	width:205px;
	height:315px;
}

.right_column h3
{
	font-size:12px;
	color:#666;
	font-weight:normal;
	padding-bottom:5px;
}

.right_column p
{
	padding:5px 0 0 10px;
}

.footer
{
	background:#333;
	height:248px;
	width:940px;
	font-size:11px;
	color:#FFF;
	padding:30px 0 0 30px;
	clear:both;
}

html>body .footer
{
	height:70px;
	width:910px;
}

.footer li
{
	border-left:1px solid #FFF;
	display:inline;
	padding:0 5px 0 5px;
}

.footer a, .footer a:active, .footer a:visited, .footer a:link
{
	text-decoration:none;
	color:#FFF;
}

.footer a:hover
{
	text-decoration:underline;
}

.copyright p
{
	margin-top:10px;
	float:left;
}

.copyright ul
{
	float:left;
	padding:10px 0 0 5px;
}

.left_internal
{
	float:left;
	width:735px;
	padding:20px;	
	
}

html>body .left_internal
{
	width:678px;
}

.content_heading
{
	border-bottom:1px dashed #999;
	width:650px;
}

.content_heading h1
{
	font-size:16px;
	color:#336600;
	margin-bottom:5px;
	
}

.main_content
{
	font-size:11px;
}

.main_content p
{
	padding-top:10px;
	color:#24201E;
}

.solutions img
{
	vertical-align:bottom;
}

.solutions
{
	float:left;
}

.solutions h2
{
	font-size:12px;
	font-weight:normal;
	color:#666;
	padding-left:5px;
	display:inline;
}

.solutions_content
{
	font-size:11px;
	width:180px;
	padding:10px 5px 0 0;
	color:#24201E;
}

.solutions_logo
{
	padding:10px 0 10px 0;
}

.solutions_logo h3
{
	color:#663300;
	font-size:15px;
	font-weight:normal;
}

.solutions_summary
{
	font-size:13px;
	font-weight:bold;
	color:#48AB44;
	padding:0 0 10px 0;
}

.solutions_body
{
	padding-bottom:20px;
	border-bottom:1px dashed #999;
}






