*{
	font-size:14px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	padding:0;
}

body{
	background:#606634;
	color:#FFF;
}

p{
	margin:0 0 16px 0;
	line-height:1.4em;
}

div:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

img{
	border:0;
}

a{
	color:#00a;
	text-decoration:underline;
}

a:hover{
	color:#00d;
	text-decoration:none;
}


/* BEGIN: Headings ================== */
h1{
	font-size:19px;
}

h2{
	font-size:15px;
}

h3{
	font-size:14px;
}

h4{
	font-size:13px;
}

h5{
	font-size:12px;
}

h6{
	font-size:11px;
}
/* END: Headings ================== */

#main{
	margin:0 auto;
	width:1000px;
	position:relative;
}

#header{
	width:1000px;
	height:318px;
	background:url(images/bgHeader.jpg) no-repeat;
}

#logo{
	display:block;
	text-indent:-9999px;
	width:500px;
	height:203px;
	position:absolute;
	top:0;
	left:261px;
	background:url(images/imgLogo.jpg) no-repeat;
}

#topnav{
	width:698px;
	position:absolute;
	top:261px;
	left:157px;
}
#topnav li{
	list-style:none;
}
#topnav li, #topnav li a{
	float:left;
	display:inline;
	padding-top:5px;
	text-align:center;
	font-size:18px;
}
#topnav li a{
	font-family:"Century Gothic";
	height:43px;
	color:#000;
	text-decoration:none;
	text-transform:lowercase;
}
#topnav li a.home{
	width:112px;
}
#topnav li a.about{
	width:134px;
}
#topnav li a.test{
	width:164px;
}
#topnav li a.contact{
	width:147px;
}
#topnav li a.site{
	width:141px;
}

#topnav li a:hover{
	color:#FFF;
}

#content{
	width:1000px;
	background:url(images/bgMain.jpg) repeat-y
}

#contentMid{
	width:900px;
	padding:12px 0 0 100px;
	background:url(images/bgContentMid.jpg) top no-repeat;
}

#sidenav{
	float:left;
	width:250px;
}

#sidenav li{
	list-style:none;
	margin-bottom:2px;
}

#sidenav li a{
	color:#000;
	font-size:16px;
	padding-left:14px;
	text-transform:lowercase;
	text-decoration:none;
	font-family:"Century Gothic";
}

#sidenav li a:hover{
	color:#FFF;
	background:url(images/bgSideNav.jpg) left no-repeat
}	

#sidecontent{
	float:left;
	width:500px;
	margin-bottom:55px;
}

#sidecontent hr {
height:4px;
color:#666;
}

#sidecontent ul {
list-style-position: outside;
padding-left:30px;
}

#sidecontent ol {
list-style-position: inside;
padding-left:20px;
}

#mainbottom{
	clear:both;
	width:698px;
	margin-left:55px;
	padding-top:40px;
	text-align:center;
	border-top:solid 1px #cacdb2;
}

#engineering, #associates{
	float:left;
	width:240px;
	margin:0 0 40px 60px;
	text-align:center;
}

#associates{
	margin-left:90px;
}

#engineering h2, #associates h2{
	text-indent:-9999px;
	width:240px;
	height:55px;
	background:url(images/imgLogoEngineering.jpg) no-repeat;
}

#associates h2{
	background:url(images/imgLogoAssociates.jpg) no-repeat;
}

#engineering p, #associates p{
	color:#FFF;
}

#engineering a, #associates a{
	display:inline;
	color:#FFF;
}

p.maininfo{
	clear:both;
	top:40px;
	color:#000;
	margin-bottom:0;
}

p.maininfo span, p.maininfo a{
	color:#384001;
}

#footer{
	clear:both;
	color:#000;
	width:1000px;
	height:43px;
	margin:0 auto;
	text-align:center;
	padding-top:40px;
	background:url(images/bgFooter.jpg) no-repeat;
}

#footer a{
	color:#000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
	