@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, table, td {/* set everything to zero for a good cross-browser starting point */
	margin: 0;
	padding: 0;
	border: none;
}
body {/* sets defaults */
	background: #006600 url(css/bg_grad4.jpg);
	color: #000;
	text-align: center; /* Hack to center the wrapper in IE5.x pc */
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	min-width: 1050px;
}
#wrapper {
	width: 1050px; /* sets the width of the wrapper */
	margin: 5px auto;/* centers the wrapper first value */
	position: relative; /* important to position it relatively */
	background-color:#fff;
	border: none;
	text-align: left;/* Realigns the text to the left after the IE hack in the body rule */
}
/* Header ------------------------------------- */
#header {
	height: 150px;
	padding: 15px 0 0 40px;
}
#logo {
	float: left;
	width: 294px;
}
/* Content ------------------------------------- */
#content {
	width: 100%;
	height: 2175px;
	margin-top: 0.5em;
}
#content2 {
	width: 100%;
	height: 5600px;
	margin-top: .5em;
}
#content3 {
	width: 100%;
	height: 1800px;
	margin-top: 0.5em;
}
#content p { padding: 10px 0; }
#content_main {
	background: url(images/bgnd1f.jpg) repeat-y;
	height: 2150px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 335px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}#content_main2 {
	margin: 0 10px 0 335px;
	background: url(images/bgnd1f.jpg) repeat-y;
	padding: 10px 25px;
	height: 5500px;
}
#content_main3 {
	background: url(images/bgnd1f.jpg) repeat-y;
	height: 1750px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 335px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#content_main img { margin: 10px; }
#content_side {
	width: 330px;
	float: left;
	display: block;
	margin-top: 25px;
}
#content_side img {
	margin: 0 0 1em 54px;
	border: 1px solid #000;
}
#content_side p.info {
	text-align: center;
	padding: 0 35px;
}
#content_side .block { margin: 1.5em 0 1em 54px; }
/* Navigation  ------------------------------------ */
a { text-decoration: none; }
a:link { color: #006600; }
a:hover { color: #C5BD27; }
#nav_main {
	margin: 30px 0 10px 30px;
	padding: 0;
	height: 110px;
}
#nav_main ul {
	margin: 5px 0;
	list-style-type: none;
	height: 50px;
}
#nav_main ul li {
	display: block;
	float: left;
	width: auto;
}
#nav_main ul li a {
	background: #fff;
	width: 140px;
	height: 40px;
	margin: 0 0 10px 0;
	color: #006600;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
#nav_main ul li a:link, #nav_main ul li a:visited   {
	background-color: #fff;
	background-image: url(images/logo_tn1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav_main ul li a:hover {
	color: #C5BD27;
	background: #fff url(images/logo_tn2.jpg) no-repeat left center; }

#nav_main li#active a {
	border: none;
	color: #009900;
}
#nav_main span { padding: 20px 0 0 25px; }
/* Generic Styles -------------------------------------- */
.changecolor {
	color: #5C461D;
	font-weight: bold;
}
.addspace { margin-top: 1.5em; }
.small { font-size: 12px; }
.bigbold {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 1em;
	vertical-align: top;
}
.tab { padding-left: 25px; }
.story {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.storyLeft, .left { margin: 5px 0 25px 0; }
.storyRight {
	width: 38%;
	float: right;
	text-align: left;
}
.left {
	width: 90%;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 10%;
}
.right {
	width: 45%;
	float: right;
	margin-left: 25px;
}
.caption {
	text-align: left;
	font-weight: bold;
	font-size: .9em;
	padding-left: 2em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0;
}
