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

@import url("reset.css");
html{
		overflow:hidden;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #582d1d;
	overflow:hidden;
}


#header{
	background-image: url(../images/header_bkg.png);
	background-repeat: repeat-x;
	height: 94px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: -100px;
	z-index: 1000;
}

#toggle{
	display: block;
	height: 19px;
	width: 100px;
	position:absolute;
	top: 5px;
	right: 0px;
	padding-top:2px;
	padding-left:30px;
	float:right;
}

#logo{
	margin-top: 14px;
	margin-left:40px;
	width:149px;
	float:left;
}

#nav{
	width:625px;
	position:absolute;
	right:0;
	top:48px;
	float:right;
}


#container{
	background-image: url(../images/WoodFlood_Texture.jpg);
	background-repeat: repeat;
	left:0px;
	padding-left:300px;
	top:0;	
	position:absolute;
	width:15000px;
	height:100%;
	min-height:100%;
}

#footer{
	background-image: url(../images/footer_bkg.png);
	background-repeat: repeat-x;
	height: 42px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -50px;
	padding-top:7px;
	z-index: 90;
}

#footer P{
	position: relative;
	text-align: center;
	padding-bottom:5px;
}

#footer a{
	padding-left:8px;
	padding-right:8px;
}

a.footer:link {
	color: #582D1C;
	text-decoration: none;
}
a.footer:visited {
	color: #582D1C;
	text-decoration: none;
}
.services ul {
	color: #a6742d;
	text-decoration: none;
}
.services ul li {
	color: #582D1C;
	text-decoration: none;
}

.selectedV {
	color: #a6742d;
	text-decoration: none;
}


.sectionHolder{
	width:3000px;
	height:100%;
	min-height:100%;
	position:relative;
	float:left
}


#homepage{
	width:1200px;
	height:100%;
	min-height:100%;
	position:absolute;
	z-index:15;
	left: 50%;
	margin-top:auto;
	/*background-image: url(../images/image2.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}

#projectspage{
	width:1200px;
	height:100%;
	min-height:100%;
	position:absolute;
	left: 50%;
	margin-top:auto;
	z-index:15;
	/*background-image: url(../images/image3.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}

#servicespage{
	width:1200px;
	height:100%;
	min-height:100%;
	position:absolute;
	left: 50%;
	margin-top:auto;
	z-index:15;
	/*background-image: url(../images/image7.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}

#contactpage{
	width:1200px;
	height:100%;
	min-height:100%;
	position:absolute;
	left: 50%;
	margin-top:auto;
	z-index:15;
	/*background-image: url(../images/image1.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}

.page{
	width:952px; 
	height:458px; 
	position:absolute; 
	top:50% ; 
	left: 50%; 
	margin-left: -476px; 
	margin-top:-207px
}

.page p,  h3{
	padding-left:25px;
	padding-right:25px;
}




.pageTop{
	background-image: url(../images/content_Header.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 950px;
}

.pageBody{
	background-image: url(../images/content_bkg.png);
	background-repeat: repeat-y;
	height: 421px;
	width: 950px;
	overflow: auto;
}

.pageBottom{
	background-image: url(../images/content_footer.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 950px;
}


#intro{
	width:550px;
	height:400px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -275px;
	margin-top:-200px;
}

.pageheader{
	background:#582d1d;
	color:#FFF;
	padding-top:5px;
	margin-top:2px;
	margin-bottom:5px;
	width:890px;
	margin-left:2px;
	padding-bottom:5px;
	font-size:14px;
}

/* PROJECT PAGE*/
.ProjecList{
	width:290px;
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.aBorder{
	border:2px solid #582d1d;
	margin-right:10px
}




/* SERVICES PAGE */
.servicesList{
	width:250px;
	float:left;
	margin-right:25px;
	margin-top:25px;
	margin-bottom:10px;
}


.bullet { list-style-type: disc; }
 
ul li ul li { 
list-style-type: circle;
padding-left:10px;
}




/* CONTACT PAGE */
.contactInfo{
	width:350px;
	margin-right:25px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.contactMap{
	width:400px;
	margin-right:25px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	border:#582d1d solid 2px;
	margin-left:25px;
}

#formHolder{
	background:#582d1d;
	color:#582d1d;
	padding:15px;
	margin-top:10px;
	width:400px;
	height:325px;
	margin-right:40px;
	float:right;
}

.page td{
	padding:4px;
}

.textfield{
	color:#582d1d;
}
