/* SCROLLBAR */
html {
	min-height: 100%; margin-bottom: 1px;
	}

body, div, h1, h2, h3, h4, h5, h6, pre, form, code, p, blockquote, th, td, ul, ol, li, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}

body, h1, h2, h3, h4, h5, h6 {
	font-size: 10pt;
	color: rgb(59, 59, 59);
}

h1 {
	margin-bottom:0.5em;
	}

a {
	color: rgb(251, 73, 11);
}
a:visited {
	color: rgb(251, 73, 11);
}

p {
	line-height: 140%;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
span {
	line-height: 140%;
}

pre, code {
	font-family: "Andale Mono", "Courier New",  Courier, monospace;
}

li {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

body {
	text-align: center;
}


#all-wrapper {
	margin: 0 auto;
	text-align: left;
	width: 992px;;
}

#header-wrapper {
	position: relative;
	height: 95px;
	z-index: 10;
}
#header-logo {
	position: absolute;
	display: block;
	left: 16px;
	top: 31px;
	width: 126px;
	height: 46px;
	
}
#header-nav {
	position: absolute;
	left: 125px;
	top: 74px;
	width: 660px;
	height: 25px;
}


#header-nav a, #header-nav span {
	display: block;
	float: left;
	width: 99px;
	height: 17px;
	margin-left: -2px;
	padding: 8px 0 0 11px;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	background-image: url("../images/nav_off.png");
}
#header-nav a:hover {
	background-image: url("../images/nav_on.png");
}

#header-nav #current {
	background-image: url("../images/nav_on.png");
}

#footer-wrapper {
	position: relative;
	text-align: center;
	font-size: 10px;
}
#footer-nav span  {
	margin: 0 0.3em;
}

#home-page-wrapper {
	position: relative;
	/*
	height: 509px;
	*/
}

#middle-wrapper {
	position: relative;
}
#content-wrapper {
	position: relative;
	float: left;
	width: 783px;
	padding-bottom: 52px;
	background-image: url("../images/middle_bg_m.png");
	background-repeat: repeat-y;
	overflow: hidden;
}

#content-wrapper-top-left {
	font-size: 1px;
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 277px;
	
	background-image: url("../images/middle_bg_t_l.png");
	background-repeat: no-repeat;
}
#content-wrapper-top-middle {
	font-size: 1px;
	position: absolute;
	left: 10px;
	top: 0;
	width: 761px;
	height: 277px;
	background-image: url("../images/middle_bg_t_m.png");
	background-repeat: repeat-x;
}
#content-wrapper-top-right {
	font-size: 1px;
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 277px;
	background-image: url("../images/middle_bg_t_r.png");
	background-repeat: no-repeat;
}

#content-wrapper-bottom-left {
	font-size: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10px;
	height: 278px;
	background-image: url("../images/middle_bg_b_l.png");
	background-repeat: no-repeat;
}
#content-wrapper-bottom-middle {
	font-size: 1px;
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 761px;
	height: 278px;
	background-image: url("../images/middle_bg_b_m.png");
	background-repeat: repeat-x;
}
#content-wrapper-bottom-right {
	font-size: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 278px;
	background-image: url("../images/middle_bg_b_r.png");
	background-repeat: no-repeat;
}

#content-inner-wrapper{ 
	position: relative;
	float: left;
	z-index: 10;
	top: 23px;
}

.middle-body {
}

#lside-wrapper {
	position: relative;
	float: left;
	width: 119px;
	padding-left: 25px;
}

#lside-bg-top-wrapper {
	position: relative;
	top: 0px;
	width: 119px;
	height: 12px;
}
#lside-bg-top-left {
	position: absolute;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background-image: url("../images/white_box_bg_t_l.png");
}
#lside-bg-top-middle {
	position: absolute;
	left: 12px;
	width: 95px;
	height: 12px;
	font-size: 1px;
	background-color: #fff;
}
#lside-bg-top-right {
	position: absolute;
	right: 0;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background-image: url("../images/white_box_bg_t_r.png");
}
#lside-bg-bottom-wrapper {
	position: relative;
	width: 119px;
	height: 12px;
}
#lside-bg-bottom-left {
	position: absolute;
	bottom: 0;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background-image: url("../images/white_box_bg_b_l.png");
}
#lside-bg-bottom-middle {
	position: absolute;
	left: 12px;
	bottom: 0;
	width: 95px;
	height: 12px;
	font-size: 1px;
	background-color: #fff;
}
#lside-bg-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background-image: url("../images/white_box_bg_b_r.png");
}

#lside-body {
	position: relative;
	background-color: #fff;
	padding: 0 14px;
}

#lside-sub-nav-list {
	padding-top: 19px;
	list-style-type: none;
}
#lside-sub-nav-list li {
	padding: 0;
	margin: 0;
}
#lside-sub-nav-list a, #lside-sub-nav-list span {
	font-size: 10px;
	text-decoration: none;
}

#content-body-wrapper {
	position: relative;
	float: left;
	margin-left: 11px;
}


#content-body-bg-top-wrapper {
	position: relative;
	width: 598px;
	height: 12px;
}
#content-body-bg-top-left {
	position: absolute;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background-image: url("../images/white_box_bg_t_l.png");
}
#content-body-bg-top-middle {
	position: absolute;
	left: 12px;
	width: 574px;
	height: 12px;
	font-size: 1px;
	background-color: #fff;
}
#content-body-bg-top-right {
	position: absolute;
	right: 0;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background-image: url("../images/white_box_bg_t_r.png");
}
#content-body-bg-bottom-wrapper {
	position: relative;
	width: 598px;
	height: 12px;
}
#content-body-bg-bottom-left {
	position: absolute;
	bottom: 0;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background-image: url("../images/white_box_bg_b_l.png");
}
#content-body-bg-bottom-middle {
	position: absolute;
	left: 12px;
	bottom: 0;
	width:574px;
	height: 12px;
	font-size: 1px;
	background-color: #fff;
}
#content-body-bg-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background-image: url("../images/white_box_bg_b_r.png");
}

#content-body {
	position: relative;
	width: 556px;
	background-color: #fff;
	padding: 0 21px;
}
#content-body h1 {

	font-size: 120%;

}
#content-body p {
	margin: 0;
	padding-bottom: 14px;
}

.breadcrumbs {
	margin-bottom: 1.6em;
	font-size: 10px;
}

.breadcrumbs a {
	text-decoration: none;
}




.form_error {
	visibility: hidden;
	margin-left: 10px;
	color: red;
	font-size: 10px;
}

.form-optional {
	font-size: 10px;
	line-height:10px;
}

.top-links {
 	font-size: 10px;
}	

.news-post {
 	font-size: 10px;
}	

#rside-wrapper {
	position: relative;
	float: right;
	width: 203px;
}
#rside-1 {
	position: relative;
	width: 203px;
	height: 134px;
	margin-bottom: 9px;
	background-image: url("../images/countdown_bg.png");
	
}
#rside-1a {
	position: relative;
	width: 203px;
	height: 134px;
	margin-bottom: 9px;
	
}

#rside-1-countdown {
	display: block;
	position: relative;
	left: 16px;
	top: 50px;
	width: 126px;
	height: 70px;
	/*color: #35c014;*/
	color: #ffffff;
	background-image: url("../images/countdown_box.png");
}
#rside-1-countdown div   {
	font-size: 12px;
}
#rside-1-countdown #days  {
	padding-left: 30px;
	font-size: 48px;
}
#rside-1-countdown #days-wrapper  {
}
#rside-1-countdown #time-wrapper   {
	position: absolute;
	left: 30px;
	bottom: 6px;
	font-size: 12px;
}
#rside-1-countdown .time-unit {
	/*color: #206000;*/
	color: #AAAAAA;
}

#rside-2 {
	position: relative;
	width: 204px;
	height: 169px;
	margin-bottom: 9px;
	background-image: url("../images/inthenews_LRG.png");
}

#rside-2-news-list {
	padding-left: 19px;
	margin-right: 15px;
	padding-top: 37px;
}
#rside-2-news-list-controls {
	position: absolute;
	bottom: 25px;
	width: 204px;
	height: 20px;
	font-size: 10px;
	color: #738e1e;
}
#rside-2-news-list-controls span {
	padding: 5px 10px;
	cursor: pointer; cursor: hand;
}
#rside-2-news-list-prev {
	position: absolute;
	left: 0;
}
#rside-2-news-list-next {
	position: absolute;
	right: 0;
}
#rside-3 {
	position: relative;
	width: 204px;
	height: 240px;
	height: 263px;

	background-image: url("../images/tellus_bg_m.png");
	background-repeat: repeat-y;
	font-size: 1px;
}

#rside-3-bg-top {
	position: absolute;
	width: 204px;
	height: 226px;

	background-image: url("../images/tellus_bg_t.png");
}
#rside-3-bg-bottom {
	position: absolute;
	bottom: 0;
	width: 204px;
	height: 13px;
	background-image: url("../images/tellus_bg_b.png");
	font-size: 1px;
}

#rside-3-form-wrapper {
	position: relative;
}
#rside-3-form-textarea-bg {
	position: absolute;;
	left: 16px;
	top: 61px;
	width: 175px;
	height: 156px;
	background-image: url("../images/tellus_box.png");
}
#rside-3-form-textarea {
	position: relative;
	left: 10px;
	top: 10px;
	width: 150px;
	height: 110px;
	overflow: auto;
	border: 0;
}
#rside-3-form-submit {
	position: absolute;
	left: 32px;
	top: 200px;

}

.blogPost {
	padding-bottom: 30px;
}
