html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*  ----------------------------------------------------------- MY STYLE SHEET STARTS HERE ------------------------------------------------------------------  */

.clear {
	clear: both;
}
.fltlft {
	float: left;
}
.fltrt {
	float: right;
}
body {
	background: url(../img/body_bg.jpg) top repeat-x;
	padding: 13px 0 13px 0;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #046902;
	min-height: 500px;
	position: relative;
	behavior: url(PIE.htc);
}
.header {
	background: url(../img/banner_img.png) top no-repeat;
	width: 980px;
	height: 407px;
}
.logo {
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	background: url(../img/logo_bg.jpg) top repeat-x;
	width: 300px;
	height: 192px;
	margin-left: 12px;
	position: relative;
	behavior: url(PIE.htc);
}
.logo a img {
	padding: 15px 0 0 67px;
}
.headet_rt {
	width: 575px;
	margin: 0;
}
.headet_rt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #333333;
	padding: 22px 0 0 36px;
}
.container {
	width: 956px;
	margin: 0 auto;
}
.container_top {
	width: 956px;
	margin: 0 auto;
	background: url(../img/container_top_bg.png) top no-repeat;
	height: 144px;
	margin-top: -165px;
}
.container_mid {
	background: #fff;
	min-height: 500px;
	padding-bottom: 20px;
}
.left_container {
	width: 299px;
	background: #44a942;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	behavior: url(PIE.htc);
	margin-top: -172px;
	padding: 0 0 8px 0;
}
.nav {
	margin: 0;
	padding: 22px 0 22px 0;
}
.nav ul {
}
.nav ul li {
	display: block;
	background: #040404;
	width: 276px;
	height: 34px;
	border-bottom: 1px solid #424242;
	padding: 0 0 0 23px;
}
.nav ul li a {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
	background: url(../img/nav_sep.gif) left 9px no-repeat;
	padding: 0 0 0 16px;
}

.nav ul li a:hover {
	color: #EBE9B6;
	text-decoration: none;
	background-color: #333333;
}
.nav ul li.nobod {
	border: none;
}
.news {
	background: url(../img/news_bg.jpg) top repeat-y;
	width: 263px;
	min-height: 240px;
	padding: 22px 18px 0 18px;
}
.news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #046902;
	padding: 0 0 18px 8px;
}
.news span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0 0 14px 10px;
	display: block;
}
.news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	padding: 0 0 18px 10px;
	border-bottom: 1px solid #dbdbaa;
	margin-bottom: 16px;
}
.news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-align: right;
	display: block;
	padding: 0 0 10px 0;
}
.news a:hover {
	text-decoration: none;
}
.right_container {
	width: 615px;
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}
.content {
	margin: 0;
	padding-right: 20px;
}
.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #046902;
	padding: 0 0 22px 0;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0 0 24px 0;
	line-height: 20px;
}
.box {
	width: 95%;
	margin: 0;
}
div.left {
	width: 45%;
	float: left;
}

div.right {
	width: 45%;
	float: right;
}

.box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #046902;
	padding: 0 0 14px 0;
}
div.left img, div.right img {
	width: 251px;
	height: 114px;
	background: #ffffcc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	margin-bottom: 18px;
	position: relative;
	behavior: url(PIE.htc);
}
div.left img, div.right img {
	padding: 3px;
}
.box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding: 0 0 18px 0;
	width: 245px;
}
.box p a {
	color: #666666;
}
.box ul {
	display: inline-block;
}
.box ul li {
	float: left;
	display: block;
	padding: 0 10px 8px 0;
	width: 128px;
}
.box ul li a {
	background: url(../img/bullet.png) left 5px no-repeat;
	padding: 0 0 0 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.box ul li a:hover {
	text-decoration: underline;
}

/*  ----- FOOTER ----- */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.8em;
	height: 75px;
	line-height: 1em;
	position: relative;
}
.footer .inner {
	margin: 0 auto;
	position: relative;
	width: 980px;
}
.footer .credit {
	position: absolute;
	right: 20px;
	top: 5px;
}
.footer p {
	position: absolute;
	right: 100px;
	text-align: right;
	top: 30px;
	font-size: 0.9em;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer ul {
	padding-left: 20px;
	padding-top: 30px;
}
.footer ul ul {
	display: none;
}
.footer ul li {
	float: left;
	list-style: none outside none;
}
.footer ul li a {
	border-left: 1px solid #FFFFFF;
	display: block;
	padding: 0 5px;
	text-decoration: none;
}
.footer ul li:first-child a {
	border-left: 0 none;
	padding-left: 0;
}

#gallery_slideshow {
	width:280px;
	margin:0 auto 22px;
	height:200px;
	overflow:hidden;
}