@charset "utf-8";

/*Browser Resets*/
* { margin: 0; padding: 0;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
img { 
	border: 0;
	}
a img,:link img,:visited img { 
	border:none
}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}

/* CLEAR FIX*/
.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 */
	
/*Structure*/	
html, body, #container { height: 100%}
body > #container { height: auto; min-height: 100%;}
body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 859px;
	margin: 0 auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 256px;
	width: 789px;
	padding-right: 30px;
	padding-left: 40px;
}
.logo {
	float: right;
	clear: right;
	padding-right: 74px;
}
#nav {
	width: 390px;
	height: 45px;
	float: right;
}
.slideshow {
	width: 385px;
	height: 200px;
	float:left;
	overflow: hidden;
}
.slideshow img {
	width: 385px;
	height: 194px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #648029;
	border-bottom-color: #e66a10;
}
#content {
	width: 826px;
	padding-bottom: 218px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 33px;
}
#content-left {
	background-image: url(../images/content_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: inherit;
	float: left;
	width: 547px;
	padding: 10px 20px 20px 20px;
	margin-bottom: 10px;
}
#content-right {
	background-image: url(../images/content_right.jpg);
	background-repeat: no-repeat;	
	background-position: bottom;
	height:inherit;
	float: left;
	width: 170px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.content-full {
	background-image: url(../images/content_full.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: inherit;
	float: left;
	width: 770px;
	padding: 15px;
	margin-bottom: 10px;
}
.content-full-top {
	background-image: url(../images/content_full_top.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 800px;
	float: left;
	clear:both;
}
#footer {
	position: relative;
	margin-top: -218px;
	height: 218px;
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer-block {
	background-image: url(../images/footer_block.jpg);
	background-repeat: no-repeat;
	height: 218px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 59px;
}
#block-left {
	width: 355px;
	height: 165px;
	float:left;
}
#block-right {
	width: 360px;
	height: 165px;
	float: left;
	padding-left: 35px;
}

/*Header Nav*/
#nav li {
	display: inline;	
	float: left;
	height: 45px;
	width: 65px;
	text-align: center;	
}
#nav li a{
	background-image: url(../images/nav_up.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 65px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display: block;	
}
#nav li a:hover {
	background-image: url(../images/nav_current.jpg);
}
#nav li.current a{
	background-image: url(../images/nav_current.jpg);
}
/*Footer Nav*/
#footer-nav {
	padding-top: 15px;
	width: 450px;
	text-align: center;
}
#footer-nav li{
	display: inline;
	padding: 0px 5px;
	border;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	font-size: 12px;
}
#footer-nav li.first {
	border: none;
}


/*Styling*/
.fl { float:left;}
.fr { float: right;}
.cb { clear:both;}
.ac { text-align: center;}
.al { text-align: left;}
.ar { text-align: right;}
.ma { margin: 0 auto;}
.u { text-decoration: underline;}
.clear {clear: both;}
.cl { clear:left:}
.cr { clear:right;}
body {
	font-family: "Trebuchet MS", "New Gothic Std", sans-serif;
	font-size: 14px;
	color: #333;
}
h1 { font-size: 18px;}
h2 { font-size: 16px;} 
a { text-decoration: underline; color: #FF6600;}
.hl { color:#336600; }
#block-left h1, 
#block-right h1 { font-size: 24px; text-decoration: underline;}
.content-full p,
#content-left p { margin-bottom: 5px;}
.content-full img,
#content-left img { border: solid 3px #648029; margin-left: 10px;}
.content-full .caption,
#content-left .caption {height: 18px; background-color: #648029; color:#FFF;} 
.content-full .desc,
#content-right .desc,
#content-left .desc {font-size: 12px}
.content-full hr,
#content-left hr {
	clear:both;
	width: 75%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content-full h2,
#content-left h2 {color: #648029;}
#content-right li {	font-size: 12px; color: #648029;}
.content-full li {
	font-size: 12px;
	list-style-type: square;
	margin-left: 50px;
}


#header .tagline { font-style: italic; font-size:12px; font-weight: bold;}
.types { 
	width: 370px;
	padding: 0 5px 0 5px;
	}
