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

body {
	background: url(../images/bg-page.gif) repeat-x #3B302B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C1B8BF;
	}
	
body, ul, li, p, h1, h2 {
	margin:0px;
	padding:0px;
	}
a { text-decoration:none;
}

a img {	border:0px;}

.clear {
	clear:both;
	height:0px;
	}
h1 {
	font-weight:normal;
	font-size:18px;
	line-height:22px;
	letter-spacing:-1px;
	margin-bottom:20px;
	}
#page {
	/*margin-left:50px; */
	width:930px; /* move this */
	}
#header {
	margin-left:40px;
	width:930px;
	height:200px; 
	}
#header img {
	float:left;
	}
h2.tagline {
	font-size:12px;
	color:#ce7e24;
	text-transform:uppercase;
	float:left;
	margin:120px 0 0 5px;
	}

#mainContent, #footer {
	margin-left:50px;
	margin-bottom:50px;
	width:930px; 
	}
	
/* ------- NAVIGATION ------- */
	
.mainNav {
	float:left;
	margin:0 30px 0 00px;
	}
.mainNav li {
	list-style-type:none;
	width:120px;
	text-align:right;
	margin-bottom:10px;
	}
.mainNav a{
	text-transform:uppercase;
	color:#c1b8b5;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:2px 23px 5px 0;
	}
.mainNav li .subNav li {
	margin-bottom:7px;
	}
.subNav {
	margin-top:7px;
	}
.mainNav .subNav a {
	font-weight: normal;
	padding:0px 23px 5px 0px;
	}
.mainNav a:hover, .mainNav a.active {
	color:#ce7e24;
	background:url(../images/bg-mainNav.gif) bottom left repeat-x;
	}
.mainNav a.noDot:hover{
	background:none;
}
/* ------- FOOTER ------- */

#footer {
	padding:20px 0 00px 0;
	border-top:1px solid #2b231f;
	font-size:10px;
	letter-spacing:1px;
	line-height:14px;
	}
#footer ul {
	height:43px;
	}
#footer li {
	display:inline;
	padding:0 3px;
	}
#footer li a {
	color:#c1b8b5;
	}
#footer li a:hover {
	color:#ce7e24;
	text-decoration:underline;
	}
#footer p {
	float:left;
	width:110px;
	text-align:right;
	margin-right:37px;
	}
.photos {
	width:485px;
	float:left;
	}
.contentArea {
	width:260px;
	float:left;
	margin-left:30px;
	}
.wideContentArea {
	float:left;
	width:615px;
	}
.fullContentArea {
	float:left;
	width:750px;
	}
.contentArea p, .wideContentArea p, .fullContentArea p {
	line-height:17px;
	margin-bottom:20px;
	}
.wideContentArea a {
	color:#C1B8BF;
	}
.wideContentArea a:hover {
	color:#CE7E24;
	}
.mainImg {
	background:url(../images/bg-mainImg.jpg) no-repeat center bottom;
	padding-bottom:10px;
	}
.imgThumb, .imgThumbLast {
	float:left;
	background:url(../images/bg-imgThumb.jpg) no-repeat center bottom;
	padding-bottom:7px;
	margin:10px 17px 15px 0;
	}
.imgThumbLast {
	margin:10px 0 15px 0;
	}
a.button1 {
	font-weight:bold;
	font-size:13px;
	background:url(../images/bg-button1.gif) no-repeat left center;
	padding-left:15px;
	text-transform:uppercase;
	color:#c1b8b5;
	}
a.button1:hover {
	color:#ce7e24;
	text-decoration:underline;
	}
.thumbContainer {
	clear:both;
	width:100%;
	float:left;
	}
.pressBox {
	display:block;
	margin-bottom:10px;
	border-bottom:1px solid #2b231f;
	padding-bottom:10px;
	}
.pressBox img {
	margin-right:20px;
	float:left;
	}
.pressimg {
	height:120px;
	float:left;

	}
.projectBoxLeft, .projectBoxRight {
	width:350px;
	float:left;
	border-bottom:1px solid #2b231f;
	padding-bottom:30px;
	margin-bottom:30px;
	}
.projectBoxLeft {
	margin-right:50px;
	}
.projectThumb {
	background:url(../images/bg-project.jpg) center bottom no-repeat;
	padding-bottom:11px;
	}
.projectBoxLeft h1, .projectBoxRight h1 {
	margin-bottom:5px;
	}
.projectBoxLeft p, .projectBoxRight p {
	margin-bottom:10px;
	}
ul.faq {	
	margin:0 0 20px 20px;
	}
.faq li {
	list-style-type:none;
	background:url(../images/bullet.gif) left center no-repeat;
	padding-left:10px;
	}
.rule {
	border-bottom:1px solid #2b231f;
	margin-bottom:20px;
	width:100%;
	clear:both;
	}
.contactInfo {
	float:left;
	width:200px;
	}
.form {
	float:left;
	width:400px;
	}
.form table {
	margin-bottom:20px;	
	}
.form table td{
	padding:3px;
	}
.field {
	width:280px;
	}

