body {
	background: #fff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, sans serif;
	font-size: 0.8em;
	color: #70724F;
	}
p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
h1 {
	margin: 0px 0px 10px 0px;
	font-size: 1.8em;
	color: #CC7D29;
	}
h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.4em;
	color: #CC7D29;
	}
h3 {
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	color: #CC7D29;
	}
h4 {
	margin: 0px 0px 5px 0px;
	font-size: 1.1em;
	color: #CC7D29;
	}
h5 {
	margin: 0px 0px 10px 0px;
	font-size: 1em;	
	}
table {
	margin-bottom: 20px;
	border-top: 1px solid #e2e2e2;
	}
td {
	border-bottom: 1px solid #e2e2e2;
	}
.th {
	background-color: #f1f1f1;
	font-weight: bold;
	}
.tr_shade {
	background-color: #DBE1C1;
	}
.tdnb {
	border-bottom: none;
	}
form {
	margin: 0px;
	padding: 0px;
	}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
img {
	border: none;
	}
ol {
	margin: 0px;
	padding: 0px;
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	
/* --------------- CLASSES ---------------------- */

.clear {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.smallText {
	font-size: .8em;
	}
.mediumText {
	font-size: 1em;
	}
.largeText {
	font-size: 1.25em;
	}
.hide {
	display: none;
	}
.show {
	display: block;
	}
.required {
	font-size: .7em;
	color: red;
	}
.pointer {
	cursor: pointer;
	}
.underline:hover {
	text-decoration: underline;
	}
.thinText {
	font-weight: 100;
	}
.boldText {
	font-weight: 700;
	}
.noPadding {
	padding: 0;
	}
.padding10 {
	padding: 10px;
	}
.noMargin {
	margin: 0;
	}
.margin10 {
	margin: 10px;
	}
.padding20 {
	padding: 20px;
	}
.margin20 {
	margin: 20px;
	}
.col75 {
	width: 75%;
	float: left;
	}
.col50 {
	width: 50%;
	float: left;
	}
.col30 {
	width: 33%;
	float: left;
	}
.col25 {
	width: 25%;
	float: left;
	}	
	
/* --------------- COLORS ---------------------- */

.green {
	color: #48700D;
	}
.grey {
	color: #161616;
	}
.blue {
	color: #015EA1;
	}
.lightBlue {
	color: #96CCDE;
	}
.orange {
	color: #FF8B00;
	}
.red {
	color: #015EA1;
	}
.purple {
	color: #FF8B00;
	}
white {
	color: #FFF;
	}
a.green {
	color: #48700D;
	}
a.grey {
	color: #161616;
	}
a.blue {
	color: #015EA1;
	}
a.red {
	color: #FF8B00;
	}
a.orange {
	color: #015EA1;
	}
a.purple {
	color: #FF8B00;
	}
a.white {
	color: #FFF;
	}
	
/* --------------- SITE STRUCTURE ---------------------- */

#wrapper {
	margin: 0 auto 20px auto;
	width: 926px;
	padding: 0;
	}
#page {
	margin: 0 0 40px 0;
	}
#page_left {
	float: left;
	width: 265px;
	}
#page_left_top {
	background: url(../../media/images/page_left_top_back.gif) no-repeat bottom right;
	width: 230px;
	height: 139px;
	padding: 15px 0 0 35px;
	}
#left_panel {
	background: url(../../media/images/left_panel_back.gif) repeat-y 0px 0px;
	}
#left_panel_top {
	background: url(../../media/images/left_panel_top.gif) no-repeat;
	width: 265px;
	height: 50px;
	}
#left_panel_content {
	background: url(../../media/images/left_panel_back.gif) repeat-y 0px 0px;
	}
#nav {
	padding: 0 0 0 24px;
	}
#nav ul {
	
	}
#nav ul li {
	width: 190px;
	height: 40px;
	margin: 0 0 5px 0;
	line-height: 40px;
	padding: 0 0 0 20px;
	}
#nav ul li.on {
	background: url(../../media/images/nav_on_back.gif) no-repeat;
	}	
#nav ul li.off {
	background: url(../../media/images/nav_off_back.gif) no-repeat;
	}
#nav ul li:hover {
	background: url(../../media/images/nav_over_back.gif) no-repeat;
	}
#nav ul li.sub_nav {
	background: url(../../media/images/sub_nav_back.gif) no-repeat;
	padding: 0 0 0 40px;
	}
#nav ul li.sub_nav:hover {
	background: url(../../media/images/sub_nav_back_over.gif) no-repeat;
	padding: 0 0 0 40px;
	}
#nav ul li a {
	color: #fff;
	}
#nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	}
#latest_news {
	padding: 0 0 0 24px;
	}
#latest_news_top {
	background: url(../../media/images/news_box_top2.gif) no-repeat;
	height: 20px;
	}
#latest_news_content {
	background: url(../../media/images/news_box_back2.gif) repeat-y;
	color: #fff;
	padding: 0 50px 0px 20px;
	}
#latest_news_content p {
	margin: 0;
	}
#latest_news_content h3 {
	margin: -2px 0 5px 0;
	}
#latest_news_content a {
	color: #40412A;
	}
#latest_news_footer {
	background: url(../../media/images/news_box_footer2.gif) no-repeat;
	height: 20px;
	}	
#page_main {
	float: left;
	width: 661px;
	position: relative;
	}
#header {
	position: relative;
	top: -50px;
	left: 0;
	z-index: 2;
	height: 219px;
	width: 750px;
	/* border: 1px solid yellow; */
	padding: 20px 0 0 0;
	}
.headerPic {
	display: none;
	}
.visiblePic {
	display: block;
	}
#page_main_top {
	background: url(../../media/images/page_content_top_back.gif) no-repeat;
	height: 10px;
	margin-top: 44px;
	}
#main_content {
	background: url(../../media/images/page_content_back.gif) repeat-y;
	margin-top: -70px;
	position: relative;
	padding: 20px 40px 10px 36px;
	color: #000;
	}
#main_content_footer {
	background: url(../../media/images/page_content_back.gif) repeat-y;
	height: 45px;
	margin: 0 0 0px 0;
	padding: 6px 0 0 0;
	position: relative;
	}
#did_you_know {
	position: relative;
	bottom: 0;
	background: url(../../media/images/did_you_know.gif) no-repeat 0 0;
	height: 45px;
	}
#page_footer {
	clear: both;
	}
#page_footer_content {
	background: url(../../media/images/page_footer_back.gif) repeat-y 0px 0px;
	padding: 20px 50px 0 300px;
	color: #fff;
	}
#page_footer_content p {
	margin: 0;
	}
#page_footer_foot {
	background: url(../../media/images/page_footer_foot.gif) no-repeat;
	height: 52px;
	}
#green_footer {
	background: url(../../media/images/green_footer.gif) no-repeat;
	height: 47px;
	}
	
	
	
	
#site_footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 900px;
	height: 76px;
	}
#SSC {
	position: fixed;
	width: 130px;
	height: 65px;
	padding: 15px 0 0 55px;
	background: url(../../media/images/footer_logo_back.png) no-repeat;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 120;
	text-align: left;
	}
#site_footer_bar {
	position: fixed;
	bottom: 0;
	height: 2em;
	line-height: 2em;
	font-size: .9em;
	padding: 0 0 0 10px;
	width: 100%;
	z-index: 100;
	background: #d47c1f url(../../media/images/footer_things.gif) no-repeat 60px top;
	color: #fff;
	}
#site_footer_bar li {
	display: inline;
	line-height: 2em;
	margin-right: 10px;
	}
#site_footer_bar ul li a {
	color: #fff;
	}
