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


body {
	background-image: url(images/bg-large.jpg);
	background-color:#000;
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
	text-align:center;
} 
 
#wrapper {  
	margin:0 auto;
	padding:0px;
	text-align:left;
	width:1008px;
	height:auto;
	
 }
.topbreak {
	background:none;
	padding-top:130px;
}
#content_top {
	background:url(images/content_top.png);
	height:30px;
	width:1000px;
	padding:0;
	margin:0;
}
#content {
	min-height:1800px;
	width:1000px;
	background-image:url(images/content_mid.png);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	text-align:left;
}
#content_bottom {
	background:url(images/content_bottom.png);
	height:30px;
	width:1000px;
	padding:0;
	margin:0;
}

h2 {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:35px;
	font-variant:small-caps;
	font-weight:lighter;
	color:#39C;
}
h3 {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	font-variant:small-caps;
	font-weight:lighter;
	color:#39C;
}
p {
	font:Verdana, Geneva, sans-serif;
	font-size:20px;
	line-height:1.5em;
	font-weight:lighter;
	color:#555;
	text-align:justify;
}
a {
	color:#EFEFEF;
	font:inherit;
	font-size:16px;
}
.text {
	padding-top:80px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:80px;
	margin:0;
}



#portfoliolist {
	width:838px;
	height:auto;
	padding:0;
}
.portfoliolist_text{
	width:350px;
	height:300px;
	padding-left:450px;
}
.portfoliolist_text p {
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:1.5em;
	font-weight:lighter;
	color:#555;
	text-align:justify;
}
.portfoliolist_text a {
	color:#3399CC;
	font:Verdana, Geneva, sans-serif;
	font-size:18px;
	text-decoration:none;
}
#spg_list {
	background-image:url(images/spg_bg.jpg);
	width:808px;
	height:308px;
	margin-left:20px;
	margin-bottom:30px;
	border-color:#3399CC;
	border-style:solid;
	border-width:4px;
}
#cherrycreek_list{
	background-image:url(images/cherrycreek_bg.jpg);
	width:808px;
	height:308px;
	margin-left:20px;
	margin-bottom:30px;
	border-color:#3399CC;
	border-style:solid;
	border-width:4px;
}
#lazyhjerky_list{
	background-image:url(images/lazhjerky_bg.jpg);
	width:808px;
	height:308px;
	margin-left:20px;
	margin-bottom:30px;
	border-color:#3399CC;
	border-style:solid;
	border-width:4px;
}
#wildwood_list{
	background-image:url(images/wildwood_bg.jpg);
	width:808px;
	height:308px;
	margin-left:20px;
	margin-bottom:30px;
	border-color:#3399CC;
	border-style:solid;
	border-width:4px;
}




#nav {
    margin-top:90px;
	margin-left:auto;
	margin-right:auto;
	padding-left:180px;
    list-style: none;
    width: 700px;
    height: 40px;
}
#nav li {
    float: left;
}
#nav a {
    display: block;
	font:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
    padding-top: 45px; /* same as height of #example-nav */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
	text-indent:0px;
	
}
#nav_home {
	background-image:url(images/hover.png);
	background-position:center -50px;
	background-repeat:no-repeat;
	
 
}
#nav_home:hover {
	background-position:center -0px;
	color:#3399CC;
}

#nav_who {
	background-image:url(images/hover.png);
	background-position:center -50px;
	background-repeat:no-repeat;

}
#nav_who:hover {
	background-position:center -0px;
	color:#3399CC;
}
#nav_what {
	background-image:url(images/hover.png);
	background-position:center -50px;
	background-repeat:no-repeat;

}
#nav_what:hover {
	background-position:center -0px;
	color:#3399CC;
}
#nav_how {
	background-image:url(images/hover.png);
	background-position:center -50px;
	background-repeat:no-repeat;

}
#nav_how:hover {
	background-position:center -0px;
	color:#3399CC;
}
#nav_contact {
	background-image:url(images/hover.png);
	background-position:center -50px;
	background-repeat:no-repeat;

}
#nav_contact:hover {
	background-position:center -0px;
	color:#3399CC;
}
#nav_portfolio {
	background-image:url(images/hover.png);
	background-position:center -50px;
	background-repeat:no-repeat;

}
#nav_portfolio:hover {
	background-position:center -0px;
	color:#3399CC;
}






#footer {
	background-image:url(images/footer_condensed.jpg);
	background-color:#000;
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	text-align:center;
	clear:both;
	height:284px;
}
.footerbreak {
	clear:both;
}
