
/* Written by Sarah Mayhew
	Owner Custom Web Impressions, LLC
	www.customwebimpressions.net
	smayhew@customwebimpressions.net

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

Brown: ab8e55
Dull Green: 7a8335
Bright Green: a3bf31

*/

    .background{ 
	  position:absolute;
      top:0;
      left:0;
      width:100%;
      z-index:-1;
      }
	  

* {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, ul {
margin: 1em 0;
}

hr{
	background-color:#666;
	height:1px;
}
img {
border: 0;
}
a:link {
color: #7a8335;
text-decoration: underline;
}
a:visited {
color: #7a8335;
}
a:hover {
text-decoration: none;
color: #a3bf31;
}
	 
	  
	  body {
font: 62.5%/1.6 "Trebuchet MS", Tahoma, Verdana, sans-serif;
background-image:url(images/Layout3.png) no-repeat top left;
}


body, #pagebg {
	background-color: #cd5206;
	/*text-shadow: #705f51 1px 1px 0;*/
}
	  

html, body {
	margin: 0 auto 0 auto;
	height:100%;
	min-height:100%;
	margin: 0px;
	clear: both;
}



#mainwrapper {
text-align: center;
}

#wrapper {
width: 1000px;
margin: 0px auto;
position: relative;
text-align: center;
}

#container {
	width: 1000px;
	float: left;
	margin: 0px auto;
	clear: both;
	position: relative;
	background-color: white;
		}
	
	
	#logo {
height: 61px;
width: 119px;
background: url(images/logo.png) no-repeat top left;
position: absolute;
z-index:5001;
top: 60;
left: 50;
}

#header {
height: 101px;
width: 1000px;
position: relative;
margin-top: 0px;
float:left;
background:url(images/Header.png) no-repeat top left;
}


#HeaderImage {
height:420px;
width: 1118px;
position: relative;
margin-left: -90px;
z-index:-10;
}
#SplashBody{
	width: 1000px;
	background:url(images/SplashBody.jpg) no-repeat top left;
	position:relative;
	float: left;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix {display:block;}
/* End hide from IE-mac */