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

body {
background-color : #f1f0af;
font-family : 'Trebuchet MS', verdana, sans-serif, sans;
font-size : 13px;
line-height : 2em;
color : #403f22;
margin : 0px;
}

p {margin-top:0;
padding-top:0;}

h1, h2, h3, h4 {
font-size : 17px;
margin-bottom:0;
padding:0;
}

h1 {
font-size : 22px;
padding-bottom : 13px;
}

a {
color : #403f22;
text-decoration : none;
border-bottom : 1px solid #403f22;
}

ul {
margin : 0px;
}

ol {
margin : 0px;
}

li {
list-style : none;
margin : 0px;
}

input {
	background-color : #f1f0af;
	border : 1px solid #403f22;
	padding : 3px 3px 3px 3px;
	font-family : 'Trebuchet MS', verdana, sans-serif, sans;
	font-size : 12px;
	line-height : 2em;
	color : #403f22;
	margin : 0px;
}

input:hover.submit {
	background-color : #403f22;
	color : #f1f0af;
}

span {}

table {}

td {}

tr {}

textarea {
	background-color : #f1f0af;	
	border : 1px solid #403f22;
	padding : 3px 3px 3px 3px;
	font-family : 'Trebuchet MS', verdana, sans-serif, sans;
	font-size : 12px;
	line-height : 2em;
	color : #403f22;
	margin : 0px;
}

/* IDs */

#bread {
	width : 807px;
	height : 36px;
	margin : 0px;
	background-image : url('images/bread.jpg');
	border-bottom : 1px solid #f1f0af;
}

#bread_text {
	font-size : 13px;
	line-height : 1.5em;
	padding-left : 27px;
	padding-top : 8px;
	margin : 0px;
}

#bread_text a {
border-bottom : 1px solid #7f7e44;
}

#bread_text a:hover {
border-bottom : 0px;
}

#container {
width : 974px;
margin : 10px auto;
}

#flash {
width : 807px;
height : 488px;
margin : 0px;
padding : 0px;
background-color : #bfbd66;
}

#footer {
background-color: #BFBD66;
}

#left_content {
float : left;
width : 167px;
margin : 0px;
background-color : #7f7e44;
}

#left_content a {
border-bottom : 0px;
}

#logo {
width : 167px;
height : 238px;
}

#main {
width : 974px;
background-image : url('images/sub_left_space.jpg');
background-repeat : repeat-y;
}

#main_content {
float : left;
width : 807px;
margin : 0px;
background-color : #bfbd66;
}

#main_image {
text-align:left;
}

#nav {
width : 974px;
height : 54px;
margin : 0px;
padding : 0px;
}

#nav_left {
float : left;
width : 167px;
height : 54px;
}

#nav_content {
float : left;
width : 807px;
height : 54px;
}

#nav_content ul {
margin:0px;
padding:0px;
}

#nav_content li {
margin:0px;
padding:0px;
float:left;
}

#nav a {
border-bottom : 0px;
}

#sub_below_logo {
	width : 167px;
	height : 306px;
	margin : 0px;
	padding : 0px;
	background-image : url('images/left_bg.jpg');
	background-color : #7f7e44;
}

#sub_flash {
width : 807px;
height : 516px;
margin : 0px;
padding : 0px;
background-color : #bfbd66;
}

#text_box {
	width : 806px;
	float : left;
	/* background-image : url('images/text_bg.jpg'); */
	background-repeat : no-repeat;
	background-color : #bfbd66;
	padding-bottom : 20px;
}

#text {
	margin : 0px;
	padding-left : 161px;
	padding-top : 40px;
	padding-right : 55px;
}

#titlebar {
width : 807px;
height : 65px;
}

/* CLASSES */

a.active_link {
border-bottom : 1px solid #403f22;
}

a:hover.active_link {
border-bottom : none;
}

.caption {
text-align: right;
font-size: 11px;
line-height: 18px;
}

div.left_pic {
float : left;
margin : 0px;
padding-right : 15px;
width: 325px;
}

.right_pic {
float : right;
margin : 0px;
padding-left : 15px;
}

.left_space {
float:left; 
width:1px; 
height:517px;
}

.footer_text {
font-size : 12px;
float : right;
}

.project_list {
margin : 0px; 
padding : 0px;
}

.project_list li {
width : 483px;
height : 95px;
margin : 0;
padding-top : 5px;
padding-bottom : 5px;
border-top : 1px solid #f1f0af;
}

.project_list li a img:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.project_list li.commercial {
background-image : url('../images/commercial_bg.jpg');
background-repeat : no-repeat;
background-position : 0 5px;
}

.project_list li.institutional {
background-image : url('../images/institutional_bg.jpg');
background-repeat : no-repeat;
background-position : 0 5px;
}

.project_list li.medical {
background-image : url('../images/medical_bg.jpg');
background-repeat : no-repeat;
background-position : 0 5px;
}

.project_list li.carpentry {
background-image : url('../images/carpentry_bg.jpg');
background-repeat : no-repeat;
background-position : 0 5px;
}

.project_list li.r_d {
background-image : url('../images/r_d_bg.jpg');
background-repeat : no-repeat;
background-position : 0 5px;
}

.project_list li.retail {
background-image : url('../images/retail_bg.jpg');
background-repeat : no-repeat;
background-position : 0 5px;
border-bottom : 1px solid #f1f0af;
}

.project_list img {float : left;}

.project_list a {
font-size : 16px;
border-bottom : none;
margin-left : 15px;
}

.project_list a:hover {
border-bottom : none;
}

a.view {
color : #403f22;
padding-left : 5px;
padding-right : 5px;
float : right;
font-size : 11px;
text-decoration : none;
border-bottom : none;
background-color : #d6d47b;
}

a.view:hover {
text-decoration : none;
background-color : #e1df8a;
}

ul.our_clients {
margin : 0px;
padding : 0px;
}

.spacer {
clear : both;
margin : 0px;
}
