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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #403e2e;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	text-decoration: none;
	color: #c2cb1e;
}
.copyrightText a {
	text-decoration: none;
	color: #a3a27a;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a3a27a;
	text-align:center;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a3a27a;
	text-align:left;
}
.greyText {
	color: #a3a27a;
	font-weight:bold;
}

.greenText {
	color: #c2cb1e;
	font-weight: bold;
	font-size: 11px;
}

.copyrightText {
	font-size: 10px;
}

#overlay {
	background: #403e2e;
	position: fixed;
	z-index: 500;
	height: 910px;
	width: 100%;
	margin: 0 auto;
	top: 0px;
	
}

#container {
	width: 794px;
	height: 810px;
	margin: 0 auto;
	background: #403e2e url(../images/bg_container.jpg) repeat-y;
}

#footer {
	width: 794px;
	height: 100px;
	margin: 0 auto;
	background: #403e2e url(../images/bg_footer.jpg);
}

.navigation {

}


.portfolioItem {
	width: 245px;
	padding-right:3px;
	display: table-cell;
	
}

.typeListItem {
	text-decoration: none;
	color: #c2cb1e;
}
.typeListItem:hover {
	color: #a3a27a;
}
.typeListItemSelected {
	color: #a3a27a;
}

.clientListItem {
	height: 23px;
	width: 210px;
	background: url(../images/clientListItemBg.gif);
	margin-left: 10px;
	padding-top: 7px;
	padding-left: 1px;
	color: #c2cb1e;
	font-weight:bold;
}
.clientListItemSelected {
	background: url(../images/clientListItemBg_over.gif);
	color: #a3a27a;
}

#clientList {
	text-align: left;
	overflow: auto;
	height: 326px;
}


#clientInformation {
	text-align:left;
	overflow: auto;
	height: 326px;
}
#clientInformation h1 {
	font-size: 18px;
	color: #c2cb1e;
	margin: 0px;
	padding: 0px;
}
#clientInformation h2 {
	font-size: 12px;
	color: #c2cb1e;
	
}





.projectInformation {
	text-align: left;
	
	height: 173px;
    height: 161px !important;
	height: 173px;
	background: #fff;
	padding: 10px 4px 0px 10px;
	
	
	font-size: 11px;
}
.projectInformation h1 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
.projectInformation h2 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #c2cb1e;
}

.whatwedo {
	text-align:left;
	font-size: 11px;
}
.whatwedo h1 {
	margin: 0px;
	padding: 0px;
	color: #c2cb1e;
	font-size:18px;
}

.newsItem {
	padding: 10px 0 10px 0;
	background: url(../images/dottedline.gif) bottom repeat-x;
}

.newsItem h1 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
.newsItem h2 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #c2cb1e;
}