@charset "utf-8";
/* CSS Document */

body {
	background: #60ad72 url(./images/body_bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #4d875f;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #4d875f;
}

a:visited {
	color: #4d875f;
}

a[href $='.ppt'] {
	padding-left: 25px;
	padding-bottom: 10px;
	background: transparent url(./images/ppt_icon.png) no-repeat left top;
}

a[href $='.doc'] {
	padding-left: 25px;
	padding-bottom: 10px;
	background: transparent url(./images/doc_icon.png) no-repeat left top;
}

a[href $='.pdf'] {
	padding-left: 25px;
	padding-bottom: 10px;
	background: transparent url(./images/pdf_icon.png) no-repeat left top;
}

a[href $='.ppt']:hover {
	border: none;
	text-decoration: underline;
}

a[href $='.doc']:hover {
	border: none;
	text-decoration: underline;
}

a[href $='.pdf']:hover {
	border: none;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-weight: lighter;
	color: #4d875f;
}

h2 {
	color: #4d875f;
	font-size: 24px;
}

h5 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

hr {
 border-top: 1px solid #f2f2f2;
 height: 1px;
 margin: 5px 0px;
 padding: 0px;
}

p {
	line-height: 18px;
}

#content ul {

}

#content ul li, #content ol li {
line-height: 18px;
 margin-bottom: 9px;
}

#container {
	margin: 0px auto;
	margin-top: 12px;
	padding: 0px;
	width: 960px;
}

#content {
	color:	#666;
	background: url(./images/content_bg.jpg) repeat-x;
	float: left;
	padding: 10px 20px 20px 20px;
	width: 580px;
}

#content h3 {
	border-bottom: 1px solid #4d875f;
	padding: 20px 0px 5px 0px;
}

#content h4 {
	border-bottom: 1px solid #4d875f;
	padding: 20px 0px 5px 0px;
}

#content #welcome {
	border-top: 1px dotted #dfdfdf;
	float: left;
	/*padding: 5px 10px;*/
	width: 540px;
}

#content div.links_column {
	float: left;
	margin-right: 10px;
	padding: 10px;
	width: 230px;
}

#content .bottom_links {
	clear: both;
	border-top: 1px dotted #dfdfdf;
	border-bottom: 1px dotted #dfdfdf;
	padding: 10px 15px;
}

#content .navigation {
margin-top: 50px;
}

#content .navigation a {
color: #4d875f;
border: 1px solid #4d875f;
font-weight: bold;
}

#feedback {
	background: #fff url(./images/feedback_button.gif) no-repeat;
	position: absolute;
	height: 108px;
	width: 30px;
}

#feedbackForm {
	display: none;
	position: absolute;
	top: 30%;
	left: 30%;
	width: 500px;
	height: 335px;
	padding: 16px;
	border: 10px solid #ccc;
	background-color: white;
	z-index:1002;
	overflow: hidden;
}


#footer {
	background: #297b49 url(./images/footer_bg.jpg) repeat-x;
	clear: both;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 55px;
	padding: 20px 15px 15px 15px;
	text-align: center;
}

#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px solid #ffffff;
}

#header {
	background: url(./images/header_bg.jpg) no-repeat;
	height: 100px;
}

#holder {
	float: left;
	width: 580px;
}

#jumpMenu {
	padding-bottom: 10px;
	text-align: right;
}

#menu {
	background: black url(./images/menu_bg.jpg) repeat-x;
	height: 35px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px 15px;
}

#menu ul li {
	display: inline;
	padding: 0px 20px 0px 0px;
}

#menu ul li a {
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

#menu ul li.current_page_item a {
	background: url(./images/menu_a_bg.jpg) repeat-x;
	border: none;
}

#menu ul li a:hover {
	background: url(./images/menu_a_bg.jpg) repeat-x;
	border: none;
}

#news {
	background: url(./images/sidebar_div_bg.jpg) repeat-x;
	border: 1px dotted #d6e4e9;
	float: left;
	padding: 10px 20px 20px 20px;
	margin-top: 20px;
	width: 580px;
}

#news h2 {
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#news p {
	margin: 0px;
	padding: 0px;
}

#news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#news ul li ol li, #news ul li ul li{
	border: none;
}

#news ul li {
	border-bottom: 1px dotted #d6e4e9;
	margin: 0px;
	padding: 10px 0px;
}

#news ul li:last-child {
	border: none;	
}

#news #title {
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}

#news #date {
	color: #666;
	margin: 0px;
	padding: 0px;
    margin-bottom: 10px;
}

#news #excerpt {
	margin: 0px;
	padding: 0px;
}

#news .more-link {
	margin: 0px;
	padding: 0px;
}

#news p.rss {
  padding: 10px;
}

a.rss {
	padding-left: 18px;
	background: transparent url(./images/rss.png) no-repeat left top;
}

#search {
	text-align: center;
	padding-top: 60px;
}

#sidebar {
	display: none;
}

#sidebar_right {
	color: #666666;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 285px;
}

#sidebar_right div {
	background: url(./images/sidebar_div_bg.jpg) no-repeat;
	border: 1px dotted #d6e4e9;
	margin-bottom: 20px;
	padding: 2px 20px 20px 20px;
}

#sidebar_right div h4 {
	color: #4d875f;
	font-size: 18px;
}

#sidebar_right div img {
	margin-bottom: 10px;
}

#sidebar_right ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}

#sidebar_right ul li {
	border-bottom: 1px dotted #dfdfdf;
	margin: 0px 0px 6px 0px;
	padding: 5px;
}

#sidebar_right ol li {
	margin-bottom: 6px;
}

#wrap {
	background: #ffffff;
	float: left;
	padding: 15px;
	width: 930px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.floatLeft, div.alignleft {
	float: left;	
}

.floatRight, div.alignright{
	float: right;
}

.captcha {
 border: 1px solid #ccc;
padding: 0px 20px;
}