
/*MAIN DESIGN STUFF-----------------------------------------------------------------*/

html{
	font-family:Georgia, "Times New Roman", Times, serif;
}

#banner-container{
	width:100%;
	height:292px;
	z-index: 80;
}

#banner{
	background-image:url(/images/banner.jpg);
	width:952px;
	height:292px;
	z-index: 70;
	position:relative;
	left: 7px;
	background-position:center;
}

#banner-bottom{
	position: absolute;
	width: 246px;
	height: 95px;
	background-image: url("/images/banner-bottom.png");
	z-index: 60;
	bottom: -95px;
	left: 175px;
}

#divider-top{
	background-image:url(/images/divider-top.png);
	width:952px;
	height:1px;
	position:relative;
}

#super-container{
	background-image:url(/images/gradient-body.jpg);
	background-repeat:repeat-x;
	background-color:#192c10;
	width:100%;
	height:auto;
}

#container{
	width:952px;
	padding-top: 10px;
}

/*PAGE CONTENT-----------------------------------------------------------------*/

body{
	background-color:#2c280a;
	background-image:url(/images/gradient-banner.jpg);
	background-repeat:repeat-x;
}

h1{
	font-size:35px;
	color:#feffa3;
	text-align:left;
	font-weight:100;
}

h2{
	font-size:18px;
	color:#fff;
	font-weight:100;
	text-align:left;
	line-height: 1.6;
	margin-top: 20px;
}

h3{
	font-size:30px;
	color:#fff;
	text-align:right;
	font-weight:100;
}

#col-600 ul{
	text-align:left;
	font-size:13px;
	line-height:18px;
	font-weight:100;
	color:#91c777;
	margin:0px 35px;
	list-style:outside disc; 
}


li{
	margin-bottom:5px;
}

li span{
	font-weight:600;
	color:#b4e4a0;
}

img#building {
	float: right;
	background-color: #fff;
	padding: 5px;
	margin: 5px 0px 10px 18px;
}

img#building-new{
	float: left;
	padding-bottom:10px;
	margin: 5px 18px 10px 0;
}

/*BODY-----------------------------------------------------------------*/


#col-300{
	width:282px;
	float:left;
	padding:25px 25px 25px 0px;
	border-right:#447a28 1px solid;
	margin-right:-1px;
}

#col-300 p{
	text-align:right;
	color:#feffa3;
	font-size:13px;
	line-height:17px;
}

#col-600{
	width:600px;
	float:left;
	padding:25px 0 25px 25px;
	border-left:#447a28 1px solid;
}

#col-600 p{
	text-align:left;
	font-size:14px;
	line-height:19px;
	margin-bottom: 10px;
	font-weight:100;
	color:#91c777;
}

/*Image Gallery----------------------------------------------------------------------*/

#galleryImage img{
	height:100px;
	width:175px;
	float:left;
	margin: 0 22px 22px 0;
	border:1px solid #447a28;
}

.recentWork{
	width:98%;
	float:right;
	margin:7px -7px -7px 0;
}
.recentWork div{
	float:right;
	height:60px;
	margin:0 7px 29px 24px;
	width:60px;
	border:1px solid #447A28;
	cursor:pointer;
}

#projectImage{
	float:left;
	width:175px;
	height:100px;
	margin:0 22px 22px 0;
	cursor:pointer;
	border:1px solid #447a28;
}

#col-600 #gallery p{
	color:#fff;
	padding:10px;
	background-color:#192C10;
}

/*CONTACT FORM & GOOGLE MAP---------------------------------------------------------*/

#contact-form{
	float:left;
	margin-top:10px;
	width:281px;
	margin:25px 25px 25px 0px;
	text-align:right;
}

#contact-form p{
	text-align:right;
	color:#feffa3;
	font-size:13px;
	line-height:17px;
}

#contact-form label{
	text-align:left;
	font-size:15px;
	color:#fff;
	font-weight:100;
	display:block;
	margin: 0 0 5px 32px;
}

#contact-form input{
	width:245px;
	height:13px;
	margin-bottom:17px;
}

#contact-form input#submit_button{
	width:50px;
	height:auto;
}

#contact-form textarea{
	width:248px;
	margin-bottom:10px;
}

#google-map{
	float:left;
	border:#447a28 solid 1px;
	padding-bottom:10px;
	margin-bottom:15px;
}

#google-map a{
	color:#91c777;
}

#google-map a:hover{
	color:#feffa3;
}

/*FOOTER---------------------------------------------------------*/

#footer{
	width:100%;
	height:20px;
	background-color:#2c280a;
	background-image:url(/images/gradient-footer-strip.jpg);
	border-top:#0b2005 solid 1px;
	border-bottom:#0b2005 solid 1px;
}

#footer-shadow{
	background-image:url(/images/shadow-footer.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:11px;
	position:relative;
	top:20px;
}

#footer p{
	padding:40px 0;
	text-align:center;
	color:#ab9352;
	font-size:13px;
	line-height:17px;
}

#footer a{
	color:#ab9352;
}

#footer a:hover{
	color:#feffa3;
}