@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 100%;
}

#container {
	width: 1080px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/stripes_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	background-color: #EA6732;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1;
	padding-left: 0;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#main_nav {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
#main_nav p {
	color: #FFFFFF;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
}
#main_nav  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#main_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#main_nav a:hover {
	color: #99CC66;
	text-decoration: none;
}
#side_nav {
	font-size: 18px;
}
#side_nav a:link {
	color: #206536;
	text-decoration: none;
}
#side_nav a:visited {
	color: #206536;
	text-decoration: none;
}
#side_nav a:hover {
	color: #99CC66;
	text-decoration: none;
}
.navleft {
	float: left;
}
.navright {
	float: right;
	text-align: right;
}
#mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#center_col {
	margin-right: 280px;
	margin-left: 240px;
}
#sidebar_left {
	float: left;
	width: 210px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000000;
}
#sidebar_right {
	float: right;
	width: 250px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}
#sidebar_right p {
	line-height: 1.2em;
}
#sidebar_right img {
	margin-top: 5px;
}
#footer {
	clear: both;
	padding: 0;
	margin-right: 280px;
	margin-left: 240px;
	margin-top: 1px;
}
#footer p {
	margin: 0;
	text-align: center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	line-height: 1.2em;
}
#main_five li {
	font-size: 15px;
	line-height: 1.5em;
	list-style-type: square;
	padding-bottom: 5px;
}
#fingraph {
	margin-left: 10px;
	text-align: center;
}
#vision_box {
	padding: 8px;
	border: medium outset #EA6732;
	background-color: #EBE9D4;
}
#tree_trim {
	float: left;
	width: 180px;
}
#tree_trim p {
	font-size: 12px;
}
#timeline {
	margin-top: 20px;
	text-align: center;
}
h1 {
	font-size: 21px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #EA6732;
}
h2  {
	font-size: 17px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #53A8D6;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #148137;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #9E1D20;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 8px;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 4px;
}
a:link {
	color: #EA6732;
}
a:visited {
	color: #E96732;
}
a:hover {
	color: #187E37;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cat_tag {
	font-size: 24px;
	font-weight: bold;
	color: #EA6732;
}
.storytag {
	font-size: 24px;
	font-weight: bold;
	color: #DD6C2C;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.boldorange {
	font-weight: bold;
	color: #EA6732;
}
.boldgreen {
	font-weight: bold;
	color: #296E43;
}
.boldgreen_brighter {
	font-weight: bold;
	color: #009900;
}
.boldblack {
	font-weight: bold;
	color: #000000;
}
.boldblacklarger {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
}
.center {
	text-align: center;
}
.ital {
	font-style: italic;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.fltrt {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.clrflt {
	clear: both;
}
.clrleft {
	clear: left;
}
.ten_text {
	font-size: 10px;
}
.twelve_text {
	font-size: 12px;
}
.ten_text a {
	color: #53A8D6;
}
.orangetext {
	color: #EA6732;
}
.greentext {
	color: #148137;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#copyright  a:link {
	color: #999999;
	text-decoration: none;
}
#copyright a:visited {
	color: #999999;
	text-decoration: none;
}
.clrfltnone {
	clear: none;
}
