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

body
{
	background-color: #B5DDF6;
	background-image:url(../images/background-body.png);
	background-repeat:repeat-y;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.page_container
{
	width:922px;
	background-image:url(../images/background-content.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding:10px 30px 1px;
}

.content_background
{
	width:922px;
	background-image:url(../images/background-content.png);
	background-repeat:repeat-y;
	background-position:top center;
	padding:0 30px;
}

.left_column
{
	float:left;
	width: 150px;
}

.left_column .menu
{
	margin:10px 0 20px 0;
}

.left_column .menu li
{
	list-style:none;
	font-size:10pt;
	border-bottom:1px dashed #ccc;
	padding:4px 0;
	color:#6BBBEC;
	width:100%;
}

.left_column .menu li a
{
	color:#999;
}

.left_column .menu li a:hover
{
	color:#6BBBEC;
	text-decoration:none;
}

.left_column .menu li ul
{
	margin: 5px 0 5px 15px;
}

.left_column .menu li ul li
{
	border:0;
	font-size:9pt;
	padding:2px 0;
}

.latest_news_container
{
	background:#6BBBEC;
	height:231px;
}

.latest_news
{
	float:right;
	width:176px;
	#width:173px;
}

.latest_news p, .case_studies p
{
	padding:10px 10px;
	color:white;
	font-size:9pt;	
}

.case_studies
{
	background:#6BBBEC;
}

.right_column
{
	padding:0 0 0 0;
}

.homepage
{
	margin-left: 194px;
}

.inside
{
	margin-left: 194px;
}

.homepage_bottom_container
{
	border-top:1px dashed #ccc;
	margin-top:20px;
	float:right;
}

.homepage_bottom_container .block
{
	width:170px;
	float:left;
	margin-right:107px;
}	

.homepage_bottom_container #last
{
	margin:0;
}

.breadcrumb
{
	margin: 10px 0;
	text-align:right;
}

.breadcrumb li
{
	list-style:none;
	display:inline;
	color:#6BA9DA;
	text-transform:capitalize;
}

.breadcrumb li a
{
	color:#6BA9DA;
}

.content 
{
	margin:10px 0 30px;
	font-size:12px;
}

.content  p
{
	margin:5px 0 10px;
}

.news_container
{
	overflow:hidden;
}

.news_container .news
{
	float:left;
	display:block;
	width:340px;
	height:140px;
	margin:10px 15px 10px 0;
	position:relative;
}

.news_container .news img
{
	display:block;
	float:left;
	border:1px dashed #666;
}

.news_container .news .intro
{
	margin: 0 0 10px 125px;
}

.news_container .news .more_details
{
	text-align:right;
}

.career_container
{
}

.career_container li
{
	list-style:none;
	margin:20px 0;
}

.footer
{
	width:964px;
	color:white;
	margin:0 auto;
	line-height:20px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.footer a
{
	color:#FFFFFF;
}

h1
{
	font-size:16pt;
	color:#0088D4;
}

h2
{
	font-size:14pt;
	font-style:italic;
	color:#0088D4;
	padding:10px 0 5px;
}

h3
{
	font-size:11pt;
	color:#0088D4;
	padding:3px 0 ;
	margin-bottom:5px;
	border-bottom:1px dashed #ccc;
}

h4
{
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
	line-height:23pt;
	color:#FFFFFF;
}

h5
{
	background-image:url(../images/heading_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#B5DDF6;
	padding-left:35px;
	line-height:24px;
	font-size:11pt;
	font-weight:normal;
	color:#00357E;
}

h6
{

}

p
{
	color:#00357E;
}

a {	color:#BE272D; }
a:hover { text-decoration:underline; }

.red { color:#EE5A24; }
.blue { color: #0088D4; }
.navy { color:#00357E; }
.maroon { color:#BE272D; }
.hr 
{ 
	height:1px;
	margin:10px 0;
	border-top:1px dashed #CCCCCC;
}

ol {
	padding:3px 0 3px 10px;
	margin:0 0 0 10px;
}

ol li {
	list-style-type:decimal;
	padding:3px 0 3px 0px;	
}