/* CSS Document */
/* Hoffecker 09-2009 */

/*Common Styles*/
body {
margin: 0px;
padding: 0px;
background: #d7e7ab;
font-family: Arial, Helvetica, sans-serif;
color: #827E5C;
font-size: 12px;
line-height: 19px;
}

images {
border: 0px;
}

a:link, a:active, a:visited {
	color: #827E5C;
	text-decoration: none;
	}
	
a:hover {
	color: #827E5C;
	text-decoration: underline;
	}
#wrapper {
	background: url(../images/wrapper.png) repeat-y;
	width: 1000px;
	height: 627px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	}
	
#wrapper-hm {
	background: url(../images/wrapper.png) repeat-y;
	width: 1000px;
	height: 583px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	}
	
#logo {
		width: 130px;
		height: 180px;
		float: left;
		top: 3px;
		display: inline;
		position: absolute;
		}

#content {
margin-left: 0px;
width: 850px;
height: 580px;
background: #a6bbaa;
}

#hm_content {
float:left;
height:300px;
margin:20px 0 0 40px;
width:600px;
}

.hm_text {
text-align:left;
font-family: Arial, Helvetica, sans-serif;
color: #7e9582;
font-size: 14px;
line-height: 24px;
}

#brown {
background: #361e06;
width: 850px;
height: 169px;
margin-left: 0px;
}

#green {
background: #87b187;
width: 850px;
height: 50px;
left: 0px;
}

#topper {
background: url(../images/topper.gif);
width: 850px;
height: 14px;
left: 0px;
margin:0px auto;
}

#gallery {
float: left;
background: #ffffff;
width: 650px;
height: 550px;
left: 0px;
margin:0px auto;
}

#sidebar {
float: left;
background: #ffffff;
width: 200px;
height: 550px;
}

.sidebar_content {
text-align:left;
font-family: Arial, Helvetica, sans-serif;
color: #827E5C;
font-size: 11px;
line-height: 16px;
margin: 50px 25px 0 2px;
}


	
/*Footer Styles*/
#footer {
background: #361e06;
clear:both;
color: #827E5C;
font-size:10px;
height:25px;
margin:300px auto;
width:850px;
position: absolute;
}

.footer_content {
text-align:left;
font-family: Arial, Helvetica, sans-serif;
color: #827E5C;
font-size: 11px;
line-height: 16px;
margin: 2px 0px 0 10px;
}

#bottom_nav {
background: #a6bbaa;
color: #827E5C;
font-size:10px;
height:20px;
margin:547px auto;
width:850px;
position: absolute;
}



/*Start navigation*/
#navcontainer {
background: url(../images/nav.gif) no-repeat 0 0;
width: 483px;
height: 44px;
margin-left: 250px;
}

#navcontainer2 {
background: url(../images/nav.gif) no-repeat 0 0;
width: 483px;
height: 44px;
margin-left: 250px;
margin-bottom: 5px;
}

#nav {
height: 44px;
margin: 0px 0px 0px 0px;
padding: 0px;
list-style: none;
display: inline;
float: right;
}

#nav li {
float: left;
}

#nav a {
float: left;
display: block;
text-indent: -999px;
overflow: hidden;
width: 483px;
text-align: center;
height: 44px;
}

#nav a:hover {
background: url(../images/nav.gif) no-repeat 0 0;
}

#nav .home a {height: 44px; width: 129px;}
#nav .online a {height: 44px; width: 118px;}
#nav .print a {height: 44px; width: 118px;}
#nav .info a {height: 44px; width: 118px;}

#nav .home a:hover {background-position: -0px -44px;}
#nav .online a:hover {background-position: -129px -44px;}
#nav .print a:hover {background-position: -247px -44px;}
#nav .info a:hover {background-position: -365px -44px;}

/* End Navigation */
