body
{
	background: #FFF;
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
a{
	color: #0076AD;
	font-weight: bold;
	outline:none;
}
a:hover{
	text-decoration: none;
}

img {
	border:0px;
}

.clearBoth
{
	clear: both;
}

h1 {
	font-size:2em;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.valign {vertical-align:middle;
}

#container
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#header
{
	width: 960px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	height: 100px;
}

#header_left
{
	float: left;
	width: 321px;
	height: 117px;
	margin: 20px 0 0 0;
}

#header_right
{
	float: right;
	margin-top: 50px;
}


#header_right_contrast
{
	width: 180px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	float:right;
	text-align: center;
	padding: 3px 0px 3px 0px;
}

.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.error{
	border: 1px solid #FC6;
	background: #FFC;
	padding: 10px;
	margin: 0 0 20px 0;
	line-height: 140%;
	font-weight: bold;
	display: block;
	color:red !important;
}
UL#navigation
{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#navigation li
{
	float: left;
	list-style: none;
	margin-left: 5px;
}

#navigation li a
{
	float: left;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
	padding:6px 11px 8px 11px;
}

#navigation li a:hover
{
	color:#373737;
}

#navigation li.activeHome a
{
	background:url(/img/nav-home.png) no-repeat;
}

#navigation li.activeBusiness a
{
	background:url(/img/nav-business.png) no-repeat;
}

#navigation li.activeWhy a
{
	background:url(/img/nav-why.png) no-repeat;
}

#navigation li.activeAbout a
{
	background:url(/img/nav-about.png) no-repeat;
}

#navigation li.activeCase a
{
	background:url(/img/nav-case.png) no-repeat;
}

#navigation li.activeNews a
{
	background:url(/img/nav-news.png) no-repeat;
}

#navigation li.activeContact a
{
	background:url(/img/nav-contact.png) no-repeat;
}

#content_container
{
	width: 960px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 2px;
	padding-top: 30px;
	padding-bottom: 60px;
}

#left_col
{
	float: left;
	width: 451px;
}

#right_col_black
{
	float: right;
	width: 460px;
	color: #000;
}


.scroll {
	height:350px;
	overflow:auto;
	}

#title_container
{
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	width: 460px;
	text-align: center;
}

#info_container
{
	border: 1px solid #FFFFFF;
	width: 460px;
}

#info_container_inside
{
	width: 450px;
	margin: 10px 10px 10px 15px;
}

#footer {
	border-top:1px solid white;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
}

h2
{
	font-size: 1.5em;
	background: #8dbe48;
	padding: 3px 5px 1px;
	font-weight:normal;
	color:black!important;
}
p
{
	line-height: 140%;
	margin: 0px 0px 15px 0px;
}
p.white
{
	color: #FFF;
}
p.black{
	color: #000;
}

p.intro
{
	font-size: 23px;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
}

p.footer, p.footer-lt
{
	line-height: 130%;
	margin: 8px 0px 16px 0px;
	font-size:10px;
	display:block;
}

p.footer-lt {
	color:White;
}

a.switch
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.switch
{
	color: #FFFFFF;
	text-decoration: underline;
}
/****
CONTACT FORM 
*****/
.contact{
	width: 300px;
	height: 25px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin: 5px 0 20px 0;
	padding: 4px 0 0 3px;
	display: block;
	clear: both;
}
textarea.contact{
	width: 300px;
	height: 100px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin: 5px 0 20px 0;
	padding: 4px 0 0 3px;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px
}
	
.newsEntry{	
	clear: both; margin: 17px 0 0px 0;
	display: block;
	font-size: 10px;
	font-style: italic;
	border-bottom: 1px dotted #666;
	padding-bottom: 7px;
}
.newsEntry a{	
	clear: both;
	display: block;
	font-style: normal;
	font-size: 13px;
	margin-bottom: 5px;
}

.arrows {
	padding:0px;
	margin:10px 0px 10px 0px;
	list-style:none;
}

.arrows li {
	padding:0px 0px 5px 10px;
	background:url(/img/arrow.gif) no-repeat 0px 6px;
	list-style:none;
}

.bulletsCol {
	float:left;
	width:210px;
}

.LargerText {
	font-size:1.1em;
}

.WhiteText {
	color:white;
}

.strapline {
	position:absolute;
	top:75px;
	left:68px;
}

.transbg {
	background:url(/img/form1-bg.png) no-repeat;
	width:428px;
	height:76px;
	padding:10px;
	margin-bottom:20px;
	color:black;
}

#right_col_white-top,
.right_col_white-top {
	background:url(/img/maincolbg-top.png) no-repeat top left;
	float: right;
	width: 459px;
	color: black;
	padding-top:16px;
}

#right_col_white-bottom,
.right_col_white-bottom {
	background:url(/img/maincolbg-low.png) no-repeat bottom left;
	padding-bottom:16px!important;
	display:block;	
}

#right_col_white,
.right_col_white {
	background:url(/img/maincolbg-main.png) repeat-y;
	padding:0px 15px 1px 15px;	
	width:429px;
}
	
	
#right_col_white ul,
.right_col_white ul {
	padding:0px;
	margin:3px 0px 4px 0px;
	list-style:none;
}

#right_col_white ul li,
.right_col_white ul li {
	padding:0px 0px 5px 10px;
	background:url(/img/arrow.gif) no-repeat 0px 6px;
	list-style:none;
}

.sep {
		border-bottom:1px black dotted;
		height:1px;
		font-size:1px;
		padding:0px 0px 10px 0px;
	}

.img {
	width:130px; float:left;
}

.txt {
	width:300px; float:left;
}

#news_image {
	margin:10px 10px 5px 0px;
	float:left;
}

.next {
	float:right;
	text-align:right;
	width:155px;
}

	
#projectWrapper {
	width: 960px;
	height: 420px;
	overflow: hidden;
	float: left;
}

#projectInner {
	height: 420px;
	width: 20000px;
}

.projectItem {
	height: 420px;
	float: left;
	width: 960px;
}

