/*****************************************
general styles
*****************************************/
* {
    margin:0;
	padding:0;}
		
body { background-color:#fff;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	}

a { text-decoration:none;
	color:#e8773d;
	font-weight:normal;}

a:hover {text-decoration:underline;
		cursor:pointer;}
			
p {		margin: 0 0 1em 0 ;}
		
a img {border:0;}

/*H1: kept clean on purpose; don't add features and don't use it in the cms. use only once. the span is there for when the css isn't loaded*/
h1 
{  font-size:0;	}

h1 span {
	display:none;	}

h2 {	
	font-size:19px;
	font-weight:normal;
	font-family:courier;
	color:#eb8754;
	padding:8px 0 5px 0;
	margin:0 0 19px 0;
	border-bottom:1px solid #c0bfc0;}

h2.black {color:#231f20;}
	
h3 { font-family:courier;
	font-size:15px;
	font-weight:normal;
	margin:0 0 9px 0;	}	

h3.underline {padding-bottom: 10px; border-bottom:1px solid #c0bfc0;}
	
h4 {
	color:#231f20;
	font-family:arial,verdana,sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #e5e5e5;
	padding: 0 0 4px 0;
	margin: 0 0 8px 0 ;}
		
		
h6 {	}
	
#interior ul{
	list-style-type:none;
	padding: 10px;
	}
#interior ul li {padding: 4px;}

/*****a-classes******/
a.readmore {color:#536a7a;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:underline;	}
	
a.gray, .gray {color:#536a7a;}

a.news_header {color: #231f20; font-weight:bold;}

/***************/
#container {
	width:900px;
	margin:0 auto;	}

/*header*/

#header {	height:119px;
	border-bottom:1px solid #b7b7b7;
	position:relative;}
	
#logo {margin: 20px 0 30px 0 ;}

#topTab {
	position:absolute;
	bottom:0px;
	right:0;
	width:191px;
	background-image: url(../images/tab_top.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:10px 0 7px 0;
	text-align:center;
	font-family:courier;
	font-size:16px;	}

/*global nav*/

ul#globalNav {
	list-style-type:none;
	float:right;
	margin:35px 0 0 0;}

ul#globalNav li{
	list-style-type:none;
	float:left;
	display:block;
	border-right:1px solid #231f20;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	padding: 0 10px 0 10px;	}

ul#globalNav li.last{border:0; padding: 0 0 0 10px;	;}

ul#globalNav li a{color:#231f20; font-weight:normal; display:block;}

ul#globalNav li a:hover {text-decoration:underline;}

ul#globalNav li a.active{font-weight:bold;}


/*main nav*/
ul#mainNav {	list-style-type:none;	}
	
ul#mainNav li {
	list-style-type:none;
	float:left;
	display:block;
	font-size:15px;
	font-family:Courier;
	text-transform:capitalize;}
	
ul#mainNav li a {
	display:block;
	color:#231f20;
	font-weight:normal;
	padding: 0 20px 0 0 ;}

ul#mainNav li a.current {
	font-weight:bold;
	}
	
#main {
	margin:30px 0 0 0;
	position:relative;
	width:900px;	}
	
#hero {
	/*background-color:#536a7a;  -but it doesn't match the graphic*/
	background-color:#4f6574;
	background-image: url(../images/bg_hero.gif);
	background-repeat:no-repeat;
	height:320px;
	padding:10px 10px 8px 10px;
	margin: 0 0 20px 0;}
	
#heroImage {
	float:left;
	overflow:hidden;
	width:581px;
	height:318px;}
	
#heroContent {
	float:right;
	width:260px;
	height:280px;
	line-height: 18px;
	padding:20px 10px 10px 10px;}
	
#heroContent h2 {
	padding: 0;
	margin:0 0 13px 0;
	border:0;}

#nothero {position:relative; width:900px;}

#heroContent .contentArea { height: 150px; overflow:hidden; }

.line {
	border-top:1px solid #e7e7e7;
	margin:20px 0 0 0 ;
	padding:15px 0 0 0;
	font-family:courier;
	font-size:12px;}
	
#scrollbox-wrapper {
	height:79px; 
	margin:10px 0 0 0;
	overflow:hidden;
	padding:1px 0 0 0;
	position:relative;}

#scrollbox {
	position:absolute;}

img.arrowbutton { 
	position:absolute;
	top:0; right:0;}
	
.spacer {width:10px; float:left; height:70px;}

.thumb {
	display: block;
	float: left;
	height: 79px;
	width: 89px;
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	left: -10px;}

.placeholderColumnOne { width:30px; float:left; border-top:1px solid #c0bfc0;}
.placeholderColumnOne h2 { color:#f5f5f5;}
.placeholderColumnTwo {width:30px; float:left;}

.smallColumn, .smallColumnLast {
	width:280px;
	float:left;
	border-top:1px solid #c0bfc0;}
	
.temp-smallColumn {
	width:590px;
	float:left;
	border-top:1px solid #c0bfc0;}
	
.smallColumnLast {
	border:0;
	float:right;}
	
.bigColumnRight {
	width:590px;
	float:right;}
	
.bigColumnLeft {
	width:590px;
	float:left;}
	
.bigColumnRight h2{
	/*border-top:1px solid #c0bfc0;*/
	line-height:22px;}

ul.itemlist {
	list-style-type:none;}
	
ul.itemlist li {	
	list-style-type:none;
	display:block;
	margin-bottom:24px;}
	
ul.itemlist li p, .bigColumnRight p, .newsitem p, .news-content {line-height:18px;}

.newsitem p, .news-content {margin:0 0 8px 0; padding:0;}
	
ul.itemlist li h4, h4.noline {padding:0; margin:0; border:0;}

img.linebanner {
	padding:20px 0;
	border-top:1px solid#c4c3c3;
	border-bottom:1px solid#c4c3c3;
	margin: 0 0 20px 0;
}
.date {
	font-family:courier;
	font-size:10px;
	color:#eb8754;
	border-bottom:1px solid #e7e7e7;
	padding:0 0 3px 0;
	margin: 0 0 5px 0;
}

.testimQuote {
	font-weight:bold;
	font-style:italic;
	line-height:16px;
	padding-bottom:10px;}

.testimQuotePage{
	font-weight:bold;
	font-style:italic;
	line-height:16px;
	padding-bottom:10px;}

.testimPerson {font-size:10px; 
	margin:0 0 25px 0;}

.testimPersonPage {font-size:10px; 
	margin:0 0 30px 0;}
	
ul.simplelist { list-style-type:square; margin: 0 0 0 10px;}

ul.simplelist li { 
	font-family:courier;
	font-size:14px;
	padding:0 0 12px 0;
	}

ul.simplelist li ul { list-style-type:square; margin: 0 0 0 10px;}

ul.simplelist li ul li { 
	font-family:courier;
	font-size:14px;
	padding:12px 10px 0px 0;
	}
	
ul.simplelist li a, ul.iconlist .caption a, ul.simplelist li ul li a{ 	color:#231f20;}

ul.simplelist li a.current, ul.simplelist li ul li a.current  { font-weight:bold;	}

ul.iconlist { 	list-style-type:none;}
	
ul.iconlist li {
	margin: 0 0 7px 0;
	float:left;
	width:100%;
	font-family:courier;
	font-size:14px;}

ul.iconlist li.current a{font-weight:bold;}

ul.iconlist li img {float:left;}
ul.iconlist li .caption {float:left; padding: 20px 0 0 10px;}

.newsitem {padding-bottom:20px;}
	
/*footer*/

#footer {
	border-top:1px solid #b7b7b7;
	padding:9px 0;
	margin:30px 0 20px 0;
	position:relative;
	width:900px;	}
	
#bottomTab {
	float:left;
	margin:-9px 0 0 0 ;
	width:191px;
	background-image: url(../images/tab_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:14px 0 10px 0;
	text-align:center;
	font-family:courier;
	font-size:16px;	}
	
ul#footerNav	{
	list-style-type:none;
	float:left;
	margin:0 0 0 10px;}

ul#footerNav li{
	list-style-type:none;
	float:left;
	display:block;
	border-right:1px solid #231f20;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	padding: 0 10px 0 10px;	}

ul#footerNav li.last{border:0; padding: 0 0 0 10px;	;}

ul#footerNav li a{color:#231f20; font-weight:normal; display:block;}

ul#footerNav li a.current{font-weight: bold; }

ul#footerNav li a:hover {text-decoration:underline;}

ul#footerNav li a.active{font-weight:bold;}

#copy {
	float:left;
	font-size:11px;
	width:500px;
	color:#536a7a;
	margin:9px 0 0 20px;
}

/*auxillary styles*/

.hidden {display:none;}

.cleaner {height:1px; clear:both; font-size:1px; border:0;}

/*********************************/
/*			PROJECT PAGE		*/
/*********************************/

.thumbnails-box {margin-bottom: 10px; padding-top: 10px;}

.gallery_cell_first {float: left; margin-left: 0px; margin-bottom: 10px;}

.gallery_cell {float: left; margin-left: 10px; margin-bottom: 10px;}

.big-project-img {margin-top: 20px; padding-bottom: 20px; border-bottom: solid 1px #c4c3c3;}

.project-thumb {cursor: pointer;}

img.proj-img-current, a:hover img.proj-img {border: solid 2px #000;}

img.proj-img {border: solid 2px transparent;}