/* Concurrence WWW Stylesheet Version 1.0, June 2008 */
/* Author: Ben Taylor */

/* --------------------------------------- */
/* General Styles */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:center; /* TO make the page container float in the middle */
	/* dark background: */
	background-color: #1d5c7e;
	background-image: url(../images/common/bg-tile.png);
	/* light background: */
	/* background-color: #e5e7e9;  */
	/* background-image: url(../images/common/bg-tile-light.png);  */
	background-repeat: repeat-x;
}

p{

	margin-top: 0.5em;
	margin-bottom: 1.8em;
	padding: 0px;
	line-height: 1.5em;

}

a{
	color: #0E4664;
	/*text-decoration: none;*/
}

/* ---- XHTML 1.0 Strict (and Transitional for IE6) CSS workaround - closes gap under all images */
img {
	display: block;
	border: none;
}
/*
object,embed {
	 For Flash - didn't use (display: block;) which causes DW to double height 
	vertical-align: bottom;
}*/
/* ---- END FIX ---- */

h1, h2, h3, h4 {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	padding: 0px;
	text-decoration: none;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #000000;
}

h2{
	font-size: 1.25em;
	color: #000000;
	font-weight: bold;
}
h3{
	font-size: 1em;
	color: #0E4664;
	text-decoration: none ;
	font-weight: bold;
}
h4{
	font-size: 1em;
	text-decoration: none ;
	font-weight: bold;
}


hr{
	color: #000000;
}

/* --------------------------------------- */
/* Main DIV/shared Styles */

#pageContainer { /* Contains and centres the entire contents of each page */
	width: 955px;
	text-align:left;  /*TO return to normal (otherwise it'd inherit center from the main body tag */
	margin: 0 auto;
	overflow: visible;
}
#topBar {
	width: 955px;
	color: #d2d2d2;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 19px;
	height: 22px;
}
#topBar a {
	color: #d2d2d2;
	text-decoration: none;
}
#topBar a:hover {
	text-decoration: underline;
}
#topBar .logo {
	float: left;
}
#topBar .topBarLinks {
	float: right;
	display: block;
	width: 800px;
	text-align: right;
	margin-top: 6px;
}
#menuBar {
	height: 31px;
	width: 955px;
	background-image: url(../images/common/menu_bar_bg.png);
	background-repeat: repeat-x;
	clear: right;
}
#contentContainer {
	width: 955px;
	margin-top: 3px;
	overflow: hidden;
	clear: both;
	/*Workaround for IE6 to make it show the min height: doesn't work here*/
	/*height:auto !important;
	height:420;*/
	min-height: 420px;
	float: none;
}

#footer {
	height: auto;
	width: 955px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3f6d87;
	color: #7592a3;
	font-size: 0.9em;
	padding-top: 10px;
	clear: both;
	float: none;
	margin-bottom: 20px;
}
#footer a {
	color: #7592a3;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Home page layout styles */
#homeCentreColumn {
	height: 420px;
	width: 636px;
	float: left;
}
#homeRightColumn {
	height: 420px;
	width: 316px;
	margin-left: 3px;
	float: right;
}
#mainFeature {
	height: 357px;
	width: 636px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
}
#centreBottomLeft {
	height: 60px;
	width: 316px;
	float: left;
	background-color: #FFFFFF;
}
#centreBottomRight {
	height: 60px;
	width: 317px;
	float: left;
	margin-left: 3px;
	background-color: #FFFFFF;
}
#rightTop {
	height: 60px;
	width: 316px;
}
#rightMiddle {
	height: 347px;
	width: 296px;
	margin-top: 3px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#latestNewsHeader {
	width: 50%;
	border-bottom: 1px solid #b6c7d0;
	padding-bottom: 5px;
	float: left;
	font-weight: bold;
	color: #0e4664;
	margin-bottom: 10px;
	display: block;
}
#viewAllNews {
	padding-bottom: 5px;
	width: 50%;
	float: right;
	text-align: right;
	border-bottom: 1px solid #b6c7d0;
	margin-bottom: 10px;
	display: block;
}
#viewAllNews a {
	color: #246f98;
	text-decoration: none;
}
#viewAllNews a:hover {
	text-decoration: underline;
}
#viewAllNews img{
	display: inline;
}
#newsStories {
	clear:both;
	width: 100%;
}

#newsStories a {
	text-decoration: none;
}
#newsStories a:hover {
	text-decoration: underline;
}
#newsStories .date {
	color: #9fa4ab;
}
#newsStories ul { /* UL list for the news listings. These are also used on the news.html page*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#newsStories li {
	background-image: url(../images/common/linkArrow.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 16px;
	background-position: 0em 0.3em;
}

/* Standard page content layout styles */
#centreColumnHeader {
	height: 24px;
	width: 717px;
	float: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#centreColumn {
	/*Workaround for IE6 to make it show the min height:*/ 
	min-height: 420px;
	height:auto !important;  
	height:420px;
	width: 717px;
	float: left;
	overflow: visible;
	background-color: #FFFFFF;
}
#centreColumnContent {	
	width: 651px;
	padding-top: 20px;
	padding-right: 33px;
	padding-left: 33px;
}
#centreColumnContent ul {
	padding-left: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 25px;
}
#centreColumnContent li {
	line-height: 1.5em;
	padding-bottom: 0.7em;
}
#rightColumn {
	height: auto;
	width: 235px;
	margin-left: 3px;
	float: right;
}
#rightColumnContent {
	height: auto;
	width: 215px;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
}
#rightColumnContent ul { /* UL list for the news listings */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#rightColumnContent li {
	background-image: url(../images/common/linkArrow.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 16px;
	background-position: 0em 0.3em;
}
#rightColumnContent a {
	text-decoration:none;
}
#rightColumnContent a:hover {
	text-decoration:underline;
}
.productionNote {
	background-color: #FFFF00;
}
.quote {
	background-color: #eff4f8;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #BFD3E3;
}
.callout {
	background-color: #dcff91;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #afff00;
}
#siteMap a {
	text-decoration:none;
}
#customerShowcase {
	float: none;
	margin-top: 20px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5E3EC;
	overflow: visible;
	height: 180px;
}
.arrowList { /* UL list style that replaces bullets with arrows*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.arrowList li {
	background-image: url(../images/common/linkArrow.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 16px;
	background-position: 0em 0.3em;
}
.arrowList a {
	text-decoration:none;
}
.arrowList a:hover {
	text-decoration:underline;
}
#clientListSectors {
	width: 100%;
	overflow: visible;
	height:135px;
	clear: both;

}

#clientListSectors .sector {
	float: left;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #d2d2d2;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 210px;
}

#clientListSectors a {
	text-decoration: none;
	background-color: #f3f3f3;
	width: 200px;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	height: 50px;
	overflow: visible;
}

#clientListSectors a:hover {
	/*text-decoration: underline;*/
	background-color: #d5e3ec;
}

#clientListSectors a.sectorselected {
	background-color: #D5E3EC;
}
#customerLogos {
	width: 100%;
	overflow: visible;
	clear: both;
	float: none;
	/*Workaround for IE6 to make it show the min height: */
	min-height: 168px;
	height:auto !important;
	height:200px;
	padding-top: 20px;
}
#customerLogos img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	display: block;
	margin-left: 20px;
}
