body {
	text-align:center; 
	font-size:62.5%;
	font-family:arial;
	color:#27272c;
	background:#e2e9f1 url(../images/bodyBG.jpg) repeat-x left top;
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
	font-size:100%;
}
#outerwrapper {
	margin:0px auto;
	width:893px;
	text-align:left;
	min-height:100px;
}
#wrapper {
	width:893px;
	float:left;
	background:#fff url(../images/wrapperBG.jpg) repeat-y left top;
	font-size:1.2em;
	min-height:100px;
	border-left:1px solid #093f7f;
	border-right:1px solid #093f7f;
}
#masthead {
	background:url(../images/CGR_Banner.jpg) no-repeat left top;
	height:119px;
	width:893px;
	float:left;
	border-bottom:10px solid #093f7f;
}
#content {
	width:700px;
	min-height:300px;
	float:left;
	display:inline;
	margin:5px 0 0 179px;
	padding-bottom:0px;
}
#Home #content {
	margin-top:24px;
}
#subcontent {
	width:156px;
	float:left;
	margin:24px 0 0 -874px;
	min-height:200px;
}
#footer {
	clear:both;
	float:left;
	height:30px;
	width:893px;
	background:#093f7f;
	margin:20px 0 0 0;
}
.innerContent {
	width:698px;
	border:1px solid #acacae;
	border-top:0px;
	float:left;
	min-height:300px;
	padding-top:10px;
	padding-bottom:10px;
}
.nopadding {
	padding-top:0px;
}
#loading {
  	width:50px;
  	height:120px;
  	margin:250px 0 0 150px;
  	position: absolute;
  	text-align:center;
  	font-size:12px;
  	z-index:10;
  	display:none;
  	background:url(../images/loading.gif) no-repeat center center;

}
/*------------------------------------------	HEADINGS/P----------------------------------*/
p {
	margin:0 10px 8px 10px;
	text-align:justify;
	
}
p.webcredit a {
	float:right;
	color:#093f7f;
	margin:5px 0 0 0;
}
h1.std {
	margin-bottom:0px;
	background:#fff;
	color:#093f7f;
	border:1px solid #acacae;
	line-height:40px;
	font-size:1.2em;
	padding-left:10px;
	text-transform:uppercase;
}
h2 {
	font-size:1.2em;
	margin:10px 0 8px 10px;
}
p.breadcrumb {
	font-size:0.9em;
	color:#747474;
	padding-left:1px;
	margin:0 0 5px 0;
	
}
p.breadcrumb a {
	color:#747474;
}
p.paginationbottom {
	text-align:right;
}

/*-------------------------------------------LISTS---------------------------------------*/
a {
	text-decoration:none;
	color:#4d76a2;
}
a:hover {
	text-decoration:underline;
}
ul {
	margin:0 0 10px 24px;
}
ol {
	margin:0 10px 0 27px;
	
}
ol li {
	margin-bottom:8px;
}

ul.nav {
	clear:both;
	list-style:none;
	float:left;
	display:inline;
	margin:10px 0px 20px 0px;
}
.nav li {
	display:inline;
}
.nav a {
	display:block;
	line-height:28px;
	background:#093f7f;
	color:#fff;
	margin:0 0 1px 0;
	width:150px;
	padding-left:6px;
}
.nav a.selected, .nav a:hover {
	text-decoration:none;
	background:#4d76a2;
}
/*-------vacancies----------------*/
dl.vacs  {
	float:left;
	margin:0 0 10px 10px;
	display:inline;
	width:660px;
	background:#eee;
	padding:10px;
}
.vacs dt, .vacsDetail dt {
	float:left;
	width:100px;
}
.vacs dd {
	margin:0 0px 3px 0;
	width:558px;
	float:left;
}
/*----------------offices----------------------*/
dl.officeList, dl.officeDetail {
	float:left;
	margin:0 0 5px 10px;
	display:inline;
	width:680px;
}
.officeDetail dt {
	float:left;
	width:100px;
	clear:both;
	margin-bottom:5px;
}
.officeDetail dd p {
	margin:0;
	padding:0;
}
.officeDetail dd {
	float:left;
	width:auto;
	width:580px;
	margin-bottom:5px;
	
}


/*---------footer-----------------*/
#footer ul {
	list-style:none;
	float:left;
	display:inline;
	line-height:30px;
	margin:0 0 0 10px;
	font-size:0.9em;
}
#footer li, #footer li a {
	float:left;
	display:inline;
	color:#fff;
}
#footer li.first {
	margin-right:540px;
}
#footer li a {
	margin-left:10px;
}

/*------------------------------------------ IMAGES---------------------------------------*/
img {
	border:none;
}
img.imgR {
	float:right;
	margin:0 0 10px 10px;
}
img.imgL {
	float:left;
	margin:0 10px 10px 0px;
}

/*-------------------------------------------FORMS----------------------------------------*/
#subcontent form.search  {
	float:left;
}
/*#subcontent .search input {
	border:none;
	background:url(../images/inputBG.jpg);
	height:23px;
	width:124px;
	color:#093f7f;
	padding-top:7px;
	padding-left:6px;
	padding-right:6px;
}
#subcontent .search input.btn {
	background:url(../images/inputGO.jpg);
	width:20px;
	height:30px;
}*/
#subcontent .search input {
	background:url(../images/searchBG.jpg);
	height:23px;
	width:144px;
	color:#093f7f;
	padding-top:7px;
	padding-left:6px;
	padding-right:6px;
	border:none;
}
#subcontent .search input.btn {
	width:20px;
	height:30px;
	padding:0;
	float:left;
	position:relative;
	z-index:10;
	margin:-30px 0 0 136px;
	display:inline;
	background:none;
}

#subcontent .search p {
	float:left;
	margin:0;
}
/*----------------------------------------PROJECTS PAGE--------------------------------------*/
.projectWrapper {
	float:left;
	background:url(../images/projectBG.jpg) repeat-y left top;
	width:698px;
}
.services {
	float:right;
	width:340px;
	min-height:100px;
	/*background:#e4e5e7;*/
	padding:0px;
}
.other {
	float:left;
	width:350px;
	min-height:100px;
	/*background:#e4e5e7;*/
}
.image {
	float:left;
	width:350px;
	height:200px;
	margin:7px 0 0 0;
	background:#093f7f;
	background:none;
}
.thumbnails {
	float:right;
	position:relative;
	margin:7px 0 0 0;
	width:340px;
	height:200px;
	background:#e4e5e7;
	background:none;
}
.desc {
	float:left;
	margin:10px 0 10px 10px;
	margin:0;
	display:inline;
	min-height:50px;
	width:533px;
}
.services ul {
	float:left;
	display:inline;
	margin:0 0 0 24px;
	font-size:1em;
}
.services li {
	margin-bottom:5px;
	font-size:1.1em;
}

.thumbnails ul {
	width:355px;
	position:absolute;
	top:0px;
	left:0px;
}
.thumbnails li, .thumbnails li a {
	float:left;display:inline;
}
.thumbnails li a {
	margin:0px 10px 12px 0px;
	
}
.thumbnails li img {
	margin-bottom:-3px;
}
.other dl {
	float:left;
	border-bottom:1px solid #fff;
	width:330px;
	font-size:1.1em;
	padding:10px;
}
.other dl.noborder {
	border:none;
}

.desc ul {
	margin:0 0 8px 24px;
	
}
.desc li {
	
	width:500px;
	text-align:justify;
}

.other dt {
	float:left;
	width:120px;
}
.other dd {
	float:left;
	width:207px;

}
ul#imagegallery  {
	margin:0;
}


/*--------------------main category pages -----------------*/
dl.main {
	float:left;
	margin:0 0 10px 10px;
	display:inline;
	background:#e4e5e7;
	padding-bottom:10px;
	width:333px;
}
.main dt, .listings dt {
	margin:0 0 6px 0;
	padding:5px 0 0 10px;
}
.main dd, .listings dd {
	float:left;
	margin:0 0px 0 10px;
	display:inline;
}
.main dd.first {
	margin-right:0px;
}
dl.main p, dl.listings p, dl.vacs p {
	margin:0 10px 5px 0;
}
/*---------------------project listings pages -------------------------*/
dl.listings {
	float:left;
	margin:0 0 10px 10px;
	display:inline;
	padding-bottom:10px;
	background:#e4e5e7;
	width:678px;
}
.listings dd p {
	
	width:480px;
}
/*-------------------tables---------------------*/
table.searchResults {
	margin:0 10px 10px 10px;
	width:680px;
	border-collapse:collapse;
	float:left;
}
.searchResults th {
	text-align:left;
	padding:5px 5px 5px 5px;
}
th.p {
	
}
th.s {
	width:7%;
}
th.r {
	width:12%;
}
.searchResults td {
	text-align:left;
	padding:2px 0 2px 5px;
	border-top:1px solid #ccc;
	border-bottom:none;
}
em.search {
	padding-left:0px;
	font-size:0.9em;
}
.odd {
	background:#ccc;
}
.even {
	background:#eee;
}