/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
strong {
	font-weight: bolder;
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
html {
	font-family: 'Open Sans', sans-serif;
	background:url(../../images/template/BG.jpg) no-repeat top center #129249;
}
body {
	width: 902px;
	margin: 12px auto 25px;
	line-height: 170%;
	letter-spacing: 1px;
	font-size: 15px;
}
a, a:visited, a:active {
	text-decoration: none;
	color: #129249;
	transition: color .5s ease;
}
a:hover {
	border-bottom: 1px solid #129249;
}
table p {
	margin: 12px 0;
}
p {
	margin: 12px 0;
}
h1 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 12px;
}
#header {
	background: url(../../images/template/header.jpg) no-repeat center bottom;
	height: 227px;
}
#logo {
	position: absolute;
	margin: 0 0 0 22px;
}
#wrapper {
	background: url(../../images/template/menu.png) repeat-y #fff;
	float:left;
	min-height: 285px !important;
	width: 899px;
	border: 1px solid #fff;
}
#menu {
	float: left;
	width: 150px;
	background: #129245;
	font-size: 14px;
}
#menu li {
	border-bottom: 1px solid #fff;
}
#menu li a, #menu li a:active {
	display: block;
	padding: 6px;
	color: #fff;
	border-bottom: none;
}
#menu a:hover {
	background-color: #fff;
	color: #129249;
}
#content {
	float: right;
	width: 710px;
	margin: 20px 20px 20px 0;
	z-index: 1000;
}
div#content ul {
	margin-left: 35px;
	list-style:square;
}
div#content ul li {
	margin-bottom: 7px;
}
div.clear {
	clear: both;
}
div#footer {
	background: url(../../images/template/footer-Logo.png) no-repeat center right #333;
	xborder: 1px solid #FFF;
}
div#footer p {
	margin: 0px;
	font-size: 12px;
}
div#footer a, div#footer a:visited, div#footer a:active {
	color: #999;
	display: block;
	padding: 2px 12px;
	border-left: 5px solid #333;
}
div#footer a:hover {
	background-color: #CCC;
	color:#333;
	border-left: 5px solid #129245;
	border-bottom: none;
}
div.tab17 {
	width: 17%;
	float: left;
}
div.tab65 {
	width: 60%;
	float: left;
	margin-right: 3%;
}
div.tab35 {
	width: 37%;
	float: left;
}
div.tab30 {
	width: 30%;
	float: left;
}
#footer div.tab30 {
	color:#CCC;
	margin-left: 25px;
}
div.tab30 input {
	width: 160px;
	border: 1px solid #999;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 3px 0;
	color: #999;
}
div.tab30 .sbmt {
	background-color: #129245;
	color: #FFF;
	width: 160px;
	border: 1px solid #999;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 3px 0;
}
.highlight {
	color: #333;
	background-color: #EEE9DF;
	padding: 3px 6px;
	font-weight: bold;
}
.imgL {
	float:left;
	border: 1px solid #333;
	-webkit-box-shadow:  3px 3px 3px 1px #666;
	box-shadow:  3px 3px 3px 1px #666;
	margin: 0 12px 22px 0;
}
.imgR {
	float:right;
	border: 1px solid #333;
	-webkit-box-shadow:  3px 3px 3px 1px #666;
	box-shadow:  3px 3px 3px 1px #666;
	margin: 0 0 22px 12px;
}
tr.odd {
	background-color: #EEE9DF;
	background-color: #F6F4EF;
}
.img {
	border: 1px solid #333;
	-webkit-box-shadow:  1px 2px 3px 1px #666666;
	box-shadow:  1px 2px 3px 1px #666666;
}
small {
	font-size: small;
}
div.gal img {
	border: 10px solid #fff;
	border-bottom-width: 50px;
	-webkit-box-shadow:  0px 0px 3px 1px #333333;
	box-shadow:  0px 0px 3px 1px #333333;
	margin-right: 10px;
}
div.gal a:hover img {
	border-color: #F6F4EF;
}
div.gal a:hover {
	border-bottom: none;
}
a.hovertext {
	position: relative;
	width: 320px;
	text-decoration: none !important;
	text-align: center;
}
a.hovertext:after {
	content: attr(title);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	display:block;
	width: 320px;
	text-decoration: none !important;
	color: #000;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
a.hovertext:hover:after, a.hovertext:focus:after {
	opacity: 1.0;
}
small {
	font-size: 80%;
}
.strikethrough {
	text-decoration: line-through;
}
