@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:72%;
	color:#333333;
	line-height: 150%;
}
#header {
	width:100%;
	height:120px;
	background-color:#6C9271;
	background-image:url(images/header_bg.jpg);
}
#header .container {
	height:120px;
}
#header .right {
	width:275px;
	float:right;
}
.container {
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#contentwrapper {
	float: left;
	width: 100%;
}
#leftcolumn {
	margin-right: 275px;
	padding:0px 10px 0px 0px;
}
#rightcolumn {
	float: left;
	width: 275px; /*Width of right column*/
	/*margin-left: -275px;*/
	margin-right:15px;
	padding:0px;/*background: #FDE95E;*/
}
#footer {
	clear: left;
	width: 100%;
	background: #04637D;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}
#footer a {
	color: #FFFF80;
}
#main_menu {
	width: 100%;
	height:38px;
	margin-bottom:5px;
	background: white url(images/menu_off.jpg) center center repeat-x;
}
#main_menu .container {
	height:38px;
}
.main_menu {
	margin:3px auto 0px auto;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	background: white url(images/menu_off.jpg) center center repeat-x;
}
.main_menu li {
	display: inline;
}
.main_menu li a {
	float: left;
	color: #ffffff;
	padding: 8px 24px;
	text-decoration: none;
	border-right: 1px solid #34637D;
}
.main_menu li a:visited {
	color: #ffffff;
}
.main_menu li a:hover, .main_menu li .current {
	color: #ffffff;
	background: transparent url(images/menu_on.jpg) center center repeat-x;
}

.box_green {
	background: #6C9271;
	color:#FFFFFF;
	margin-bottom:10px;
}
.box_green h3 {
	color:#FFFFFF;
	border:none;
	margin-top:0px;
}
.box_green a {
	color:#FFFFFF;
}
.boxtop_green {
	background: url(images/ne_green.gif) no-repeat top right;
}
.boxtop_green div {
	font-size: 0;
	height: 10px;
	background: url(images/nw_green.gif) no-repeat top left;
}
.boxbottom_green {
	background: url(images/se_green.gif) no-repeat bottom right;
}
.boxbottom_green div {
	font-size: 0;
	height: 10px;
	background: url(images/sw_green.gif) no-repeat bottom left;
}
.boxcontent {
	padding: 0px 10px 0px 10px;
}
.box_blue {
	background: #04637D;
	color:#FFFF80;
	margin-bottom:10px;
}
.box_blue h3 {
	color:#FFFF80;
	font-weight:bold;
	border:none;
	margin-top:0px;
}
.box_blue a {
	color:#FFFF80;
	text-decoration:underline;
}
.boxtop_blue {
	background: url(images/ne_blue.gif) no-repeat top right;
}
.boxtop_blue div {
	font-size: 0;
	height: 10px;
	background: url(images/nw_blue.gif) no-repeat top left;
}
.boxbottom_blue {
	background: url(images/se_blue.gif) no-repeat bottom right;
}
.boxbottom_blue div {
	font-size: 0;
	height: 10px;
	background: url(images/sw_blue.gif) no-repeat bottom left;
}
.box_yellow {
	background: #FAF26F;
	margin-bottom:10px;
}
.box_yellow h3 {
	color:#333333;
	border:none;
	margin-top:0px;
}
.boxtop_yellow {
	background: url(images/ne_yellow.gif) no-repeat top right;
}
.boxtop_yellow div {
	font-size: 0;
	height: 10px;
	background: url(images/nw_yellow.gif) no-repeat top left;
}
.boxbottom_yellow {
	background: url(images/se_yellow.gif) no-repeat bottom right;
}
.boxbottom_yellow div {
	font-size: 0;
	height: 10px;
	background: url(images/sw_yellow.gif) no-repeat bottom left;
}
#search {
	float: right;
	text-align: right;
	/*background: #fff url(images/searchbg.gif) no-repeat;*/
	color: #333333;
	padding: 20px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 240px;
}
/* search form styling */
	form, form p {
	margin: 0;
	padding: 0;
	line-height: 25px;
}
.search {
	width: 170px;
	border: 1px solid #357994;
	background: #fff;
	color: #478F36;
	padding: 2px;
	margin: 0;
	font-weight: bold;
	font-size: 1.3em;
}
.button {
	padding: 2px;
	font: bold 1em Arial, Sans-Serif;
}
/*Typography*/
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#34637d;
	display:block;
	width:95%;
	padding:5px 0px 5px 0px;
	
}
h1 {
	font-size:225%;
	margin-bottom:0px;
}
h2 {
	font-size:200%;
	margin-bottom:0px;
	/*line-height:200%;*/
	/*border-top:#6c9271 1px solid;*/
}
h3 {
	font-size:150%;
}
p {
	margin-top:0px;
}
a {
	color:#34637d;
}
blockquote {
	border-left:#faf26f medium double;
	padding:10px;
	width:90%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
ul#section_list {
	font-size:110%;
	line-height:20px;
	padding-left:15px;
}
ul#section_list a {
	text-decoration:none;
}
ul#section_list a:hover {
	text-decoration:underline;
}
.red {
	color:#CC0000;
}
