/* CSS Document */

/*=======================================================
CSS
Created by Ripe Design (UK) Ltd. (http://www.ripe.co.uk)
=======================================================*/

/*START override default styles*/
/* html, body{height:106%}*/

body {
	font:0.75em Arial, Helvetica, Sans-Serif;
	background:#212121 url(../images/common/bg_gradient2.png) repeat-y center top;
	color:#9d9fa2;
	padding:0px;
	margin:0px;
	text-align:center;
}
object {
	z-index:99;
}


h1, h2, h3, h4, h5, h6 {
	font:bold 1.0em Arial, Helvetica, Sans-Serif;
	margin:0px;
	padding:0px;
	color:#555;
}
h1 {
	font-size:2.2em;
	color:#fff;
	font-weight:normal;
	margin: 0 0 15px 0!important;
	padding:0px;
}
h2 {
	font-size:1.7em;
	color:#fff;
	font-weight:normal;
	margin: 5px 0 10px 0;
}
h3 {
	font-size:1.3em
}
h4 {
	font-size:1.3em;
	font-weight:normal;
	color:#939393
}
h5 {
	font-size:0.9em
}
h6 {
	font-size:0.9em
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#666
}
strong {
	color:#878787
}
textarea, input, select {
	font:0.96em Arial, Helvetica, Sans-Serif!important
}
a {
	color:#a7a7a7;
	padding:5px;
	font-weight:bold;
	text-decoration:underline
}
a:hover, a:active, a:focus {
	text-decoration:none;
	background-color:#FFF;
	color:#5D5D5D
}
p {
	margin-top:10px
}
form {
	margin:0px
}
hr {
	clear:both;
	border:none;
	background:none;
	border-top:1px solid #f0f0f0;
	margin:15px 0px 15px 0px;
	height:1px;
	line-height:1px
}
/*END override default styles*/

/*START miscellaneous styles used throughout*/
.hide, .print {
	display:none
}
.floatLeft {
	float:left
}
.floatRight {
	float:right
}
.noborder, .noborder img {
	border:none!important
}
.nomargin {
	margin:0px!important
}
.intro {
	font-size:1.4em
}
.clearall {
	clear:both!important
}
.divider {
	display:block;
	clear:both;
	background-color:#DDD;
	height:1px;
	margin:17px 0px 17px 0px
}
/*IE5 mac hack \*/
* html .divider {
	font-size:0.00000001em
}
/*end IE5 mac hack*/

.imageleft {
	float:left;
	margin:0px 10px 5px 0px
}
.imageright {
	float:right;
	margin:0px 0px 5px 10px
}
/*bit of css to fix the clearing problem with divs containing floats - explained here http://www.positioniseverything.net/easyclearing.html
might cause some problems? Keep an eye on it, seems to work well though */
.floatfix:after, .tile:after, .dev:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden
}
.floatfix, .tile, .dev {
	display:inline-block
}
/* Hides from IE-mac \*/
* html .floatfix, * html .tile, * html .dev {
	height:1%
}
.floatfix, .tile, .dev {
	display:block
}
/* End hide from IE-mac */


.cssOriginal {
	display:none
}
/*END miscellaneous styles used throughout*/


/* START position elements */

#wrapper {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:100%;
	border: 1px solid #000;
	border-top:none;
	border-bottom:none;
	text-align:left;
}
#banner {
	background:#fff;
	display:block;
	height:300px;
	padding:0px;
	margin:0px;
	width:1000px;
	overflow:hidden;
}
#top {
	background:#212121;
	padding:20px;
	margin:0px;
}
#top a {
	background:url(../images/common/top_link_bg.png);
}



#top h1 {
	margin:0px;
}
#singlecol #top .lcol, #singlecol #bottom .lcol {
	width:860px;
}


.lcol li {
	list-style-position:outside;
	margin-left: 20px;
	padding-top: 3px;
	margin-bottom: 2px;	
}
#doublecol {
	margin:0px;
	padding:0px;
}
#doublecol #top .lcol {
	width:450px;
	float:left;
}
#doublecol #top .rcol {
	float:right;
	width:430px;
}
#doublecol #top .rcol a, #unevendoublecol #top .rcol a {
	float:left;
	clear:both;
	margin:0 0 2px 0;
}
#unevendoublecol #top .lcol {
	width:600px;
	float:left;
}
#unevendoublecol #top .rcol {
	float:right;
	width:300px;
}
#triplecol {
	width:1000px;
	overflow:hidden;
}
#triplecol #top .lcol {
	float:left;
	width:170px;
}
#triplecol #top .mcol {
	float:left;
	width:450px;
}
#triplecol #top .rcol {
	float:right;
	width:280px;
}
#bottom {
	min-height:248px;
	padding:20px;
	margin:0px!important;
	/*ie6 hack-tastic _underscore goodness*/
	_height:248px;
	_padding:20px 0px 20px 20px;
	color:#fff;
	font-weight:bold;
}
#bottom a {
	color:#fff;
	font-size:1.2em;
	font-weight:normal;
	padding:5px;
}
#doublecol #bottom .lcol {
	width:450px;
	float:left;
}
#doublecol #bottom .rcol {
	float:right;
	width:430px;
}
#middle {
	min-height:370px;
	/*ie6 hack-tastic _underscore goodness*/
	_height:370px;
	background:#927a94 url(../images/common/middle_purple_bg.png) repeat-x;
}
#middle .lcol {
	float:left;
	width:225px;
	padding:20px 0 0 20px;
}
#middle .mcol {
	float:left;
	width:300px;
	padding:20px 0 0 0;
}
#middle ul a {
	font-size:1.2em;
	font-weight:normal;
}
#middle ul {
	list-style-type:none;
	padding:0px;
}
#middle .rcol {
	float:left;
	width:353px;
	padding:25px;
	min-height:320px;
# 	/*ie6 hack-tastic _underscore goodness*/
 _height:320px;
	background:#927a94 url(../images/common/middle_devhighlight_bg.png) repeat-x;
}
#middle .rcol h1 {
	color:#5c5c5c;
}
#middle .rcol h2 {
	color:#7f7f7f;
}
#middle .rcol a {
	background:#939393;
	color:#fff;
	margin:10px 0 0 0;
}
#middle .lcol a, #middle .mcol a {
	float:left;
	clear:both;
	margin:0 0 2px 0;
}
#middle .rcol img {
	border:1px solid #a7a9a8;
	margin:0 0 20px 0;
}
#singlecol #bottom {
	width:960px;
}
#singlecol #bottom .homeNewsItem {
	float:left;
	width:170px;
	padding:0 20px 0 0;
	margin:-4px 0 0 0;
}
#singlecol #bottom .homeNewsItem p {
	padding:10px 5px 10px 5px;
}
.homeNewsItem h3 a {
	display:block;
}
/* -- START News Master List Styles -- */

.paginatedList { /*list-style-type:none;
	margin:0px;
	padding:0px;*/
}
.paginatedList h3 {
	margin:15px 0 5px 0!important;
	padding:2px!important;
}
.paginatedList h3 a {
	padding:3px!important;
}
#bottom .paginatedList p {
	margin:10px!important;
}
.plNav {
	margin:0 0 20px 0;
}
.plNav a {
	font-size:0.8em;
}
.plNav span {
	padding:7px 6px 5px 6px;
	background:#a63759;
}
.piLink {
	float:left;
	clear:both;
	margin:10px 0 0 0;
}
/* -- END News Master List Styles -- */


/* -- START Projects Search Specific Styles --*/

#projectsearch a {
	float:left!important;
	margin:0px;
	width:315px;
	display:block;
}
#projectsearch select {
	clear:both;
	display:block;
	width:316px;
}
/* -- END Projects Search Specific Styles --*/


/* -- START Homepage Focus Panel -- */

#homefocus {
	background:url(../images/focus/home_focus_bg.jpg) top left no-repeat;
	height:274px;
	width:472px;
	float:right;
	padding:0px;
	margin:-40px -20px -25px 0px;
}
#homefocus h1, #homefocus p, #homefocus a {
	margin:20px!important;
}
#homefocus h1 span {
	font-size:0.7em;
}
#homefocus p {
	margin:80px 0 20px 20px;
	color:#fff!important;
	width:390px;
	padding:2px;
	background:#111;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
#homefocus a {
	background:#f7cc0e;
	color:#fff;
	margin:0 0 0 20px;
}
a.homepage_icon {
	background:none!important;
	padding:30px 0 0 30px;
}
a.homepage_icon img {
	display:block;
	width:68px;
	height:68px;
	border:none;
	background:none!important;
	padding:30px 0 0 30px;
}
/* -- END Homepage Focus Panel -- */



#footer {
	/*float:left;*/
	clear:both;
	width:1000px;
	border:none;
	border-top:solid 1px;
	margin:10px 0 0 -20px;
	padding:0 0 20px 0;
}
#footer a {
	font-size:1em;
	padding:2px;
}
#footer p {
	margin:5px 0 0 20px;
}
/* END position elements */

/* START header elements */

#header {
	display:block;
	width:1000px;
	margin:0;
	padding:0;
	height:125px;
	background:#fff url(../images/common/header_bg.jpg) repeat-x;
}
#logoleft {
	float:left;
	display:block;
	width:183px;
	height:60px;
	margin-top:35px;
	margin-left:25px;
	background:url(../images/common/logo_left.png) no-repeat;
}
#logoright {
	display:block;
	float:right;
	width:100px;
	height:100px;
	padding:0px;
	margin-top:25px;
	margin-right:25px;
	background:url(../images/common/logo_right.png) no-repeat;
}
/* END header elements */

/* START main navigation */

#Nav {
	padding:0;
	margin:0;
	clear:left;
}
#Nav ul {
	margin:0 0 0 37px;
	padding:8px 0 0 0;
	list-style: disc;
}
#Nav li {
	float:left;
	margin:0;
	padding:0 0 6px 0;
	margin-right:40px;
	display: list-item;
}
#Nav li a {
	text-decoration:none;
	padding:0;
	margin:0;
}
#Nav li a:hover {
	color:#000;
}
/* END main navigation */

/* START sub navigation */


#subNav {
	padding:0;
	margin:0;
	clear:left;
}
#subNav ul {
	margin:0 0 0 0px;
	padding:8px 0 0 0;
	list-style-type:none;
}
#subNav li {
	margin:0px 0 12px 0;
}
/* END sub navigation */


/* START gallery specific styles */

.galleryItem, .galleryItem img {
	float:left;
}
.galleryItem {
	margin:10px 0 10px 20px;
	/*ie6 hack-tastic _underscore goodness*/
	_margin:10px 0 10px 10px;
	width:450px;
}
.galleryItem p {
	display:none;
}
.galleryItem a {
	width:100px;
	float:left;
	display:block;
}
.galleryItem img {
	margin:0!important;
	border:2px solid #fff;
}
.galleryItem h3 {
	margin:5px 0 0 20px!important;
	padding:0px;
	color:#ccc;
}
/* END gallery specific styles */


/* START track record specific styles */

.thumbs a img {
	border:solid 1px #ffffff;
}
/* END track record specific styles */

/* START contact specific styles */

.addressblock {
	float:left;
	margin:0 50px 0 0;
}
#contactmap {
	margin:-20px 0 0 -2px;
}
/* END contact specific styles */

/* START project details page additions */

#doublecol #top .rcol ul.subLinks {
	list-style: none;
	width: 400px;
	clear: both;
	margin-bottom: 16px;
}
#doublecol #top .rcol ul h1 {
	font-size: 1.6em;
}
/* override existing a style */
#doublecol #top .rcol ul li a {
	float: none;
	clear: none;
	display: block;
}
#doublecol #top .rcol ul li {
	margin: 0px 0 4px 0;
}
#doublecol #top .lcol a.icon {
	background: none;
}
.sitemapItem {
	line-height:2em;
	margin:0 0 2px 0;
}
#accessibility {
	position:absolute;
	padding:5px 0px 0px 0px!important;
	margin:0px!important;
	text-align:right;
	width:995px;
	color:#CCC;
	font:normal 0.9em Tahoma, Arial, Helvetica, sans-serif!important
}
#accessibility a {
	font-weight:normal!important;
	color:#aaa;
	padding:2px!important;
}
#skip {
	display:none;
	width:1px!important;
	height:1px!important;
	background:transparent!important
}
input#submit {
	width:auto!important
}
ul.search {
	list-style-type:none;
	padding:0px;
	margin:0 0 30px 0;
}
a.icon, a.icon img {
	border:none
}
#search form {
	border-top:2px dotted #cee4e6;
	padding:20px 0 0 0;
	margin:20px 0 20px 0;
 background:#000!impoirtant;
	display:block;
}
/* CSR */

.csr {
	width: 215px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	height: 350px;
}

.csr h3 {
	display: block;
	color: #FFF;
	background: none repeat scroll 0 0 #20A0D4;
	font-weight: normal;
	padding: 5px;
}

.csr h3 a {
	font-weight: normal;
	padding: none;
	text-decoration: underline;
}

.csr p {
	margin-top: 0px; margin-bottom: 0px;
}

.csrtext {
	float: left;
	padding-top: 10px;
}

.csrtext p{
	
	margin-top: 10px;
}




/* additions */

.homefocbg {
/*background:#fff url(../images/common/hometopbg.jpg)!important;*/
}
