* {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:visited { text-decoration: none; color: #6d993f; }
a:hover { text-decoration: underline; }

body {
	margin: 0;
	background: #fdfdfb url("/static/images/bg.jpg") top left repeat-x;
}

.clear { clear: both; }
.centered { text-align: center; margin: 0 auto; }
.right { text-align: right; }
.darkgreen { color: #6d993f; }
.lightgreen { color: #aec326; }


div#h {
	width: 919px;
	height: 127px;
	background: url("/static/images/header.png") no-repeat;
	margin: 0 auto;
}

ul#topmenu {
	position: relative;
	left: 565px;
	
	width: 330px;
	height: 25px;
	margin: 0;
	padding: 5px 15px;
	list-style-type: none;
	background: url("/static/images/topmenubg.png") no-repeat;
	
	font-weight: bold;
	color: #fff;
	line-height:1;
	text-align: left;
}

ul#topmenu li {
	display: inline;
}

ul#topmenu li a { color: #fff; }

div#m_top { 
	wwidth: 974px;
	height: 18px;
	margin: 0 auto;
	background: url("/static/images/main_top.png") no-repeat;
}

div#m {
	wwidth: 974px;
	min-height: 100px;
	margin: 0 auto;
	background: url("/static/images/main_bg.png") repeat-y;
}

div#m_bottom {
	wwidth: 974px;
	height: 18px;
	margin: 0 auto;
	background: url("/static/images/main_bottom.png") no-repeat;
}

div#left {
	float: left;
	width: 180px;
	padding-left: 24px;
	padding-top: 0;
}

ul#menu {
	margin-top: 0;
	width: 180px;	
	font-weight: bolder;
	color: #bed433;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0;	
	margin-left: 0;
}

ul#menu li {
	border-top: 1px dotted #d4d4d4;
	padding: 5px 0;
	margin: 0;
}

ul#menu li:first-child {
	border: none;
}

ul#menu li span {
    width: 100%;
}

ul#menu li a { color: #2e3415; }

ul#menu li span.current a { color: #bed433; background: #E0FF8A; color: black; }

ul#menu li ul.sub {
	margin-left: 0;
	margin-top: 5px;
	padding-left: 30px;
	list-style-type: circle;
}

ul#menu li ul.sub li, ul#menu li:first-child ul.sub li {
	border-top: 1px dotted #d4d4d4;
	padding: 5px 0;	
}

div#main {
	float: left;
	width: 566px;
	margin: 0 15px;
}

div#main h1 {
	font-size: 16px;
	margin: 5px 0 10px;
}

div.news {
	padding-bottom: 10px;
	border-bottom: 1px dotted #d4d4d4;
}

div.news p {
	margin: 10px 0 5px;
	text-align: justify;
	color: #727272;
}

div.news a { color: #bed433; }

div.news img {
	float: right;
	border: 1px solid #bfd535;
	margin-left: 10px;
}

div.news p span.date { color: #a0ac39;}

div.article p {
	margin: 10px 0 5px;
	text-align: justify;
	color: #727272;
}

div#right {
	float: right;
	width: 150px;
	margin-right: 24px;
	margin-top: 10px;
}

div.bottomdotted {
	border-bottom: 1px dotted #d4d4d4;
}

div.box1 {
	width: 142px;
	margin: 0 auto;
	padding-bottom: 10px;
}

div.box1 input { float: right; }

div.loginbox span.ibutton input {
	padding-top: 4px;
}

span.itext input {
	width: 129px;
	border: 1px solid #c4d846;
	padding: 2px 4px;
	background: url("/static/images/input_bg.png") no-repeat;
	font-size: 11px;
	margin-bottom: 5px;
}

span.forgot a {
	color: #bcd233;
	font-size: 11px;
	padding-left: 5px;
}

h3 {
	margin: 10px 13px;
}

div.box2 {
	margin: 0 auto;
	width: 140px;
	padding: 10px 10px 0;
	min-height: 160px;
	background: #fff url("/static/images/green_bg.png") no-repeat;
	color: #ffffff;
}

div.box2 p {
	margin-bottom: 0;
	text-align: justify;
}

div.box2bot {
	width: 160px;
	height: 8px;
	background: #fff url("/static/images/green_bottom.png") no-repeat;
	margin-bottom: 10px;
	margin: 0 auto;
}

div.hcnetlogo {
	padding-top: 10px;
}

div.calendar {
	width: 133px;
	color: #727272;
	font-size: 11px;
	padding: 0 5px 10px;
}

div.calendar a, div.calendar span {
	color: #727272;
	font-size: 11px;
}

div.calendar span.month {
	color: #bed433;
	font-weight: bold;
}

div.calendar table td {
	font-size: 11px;
	text-align: center;
	padding: 0 2px;
}

div.calendar table td.s {
	background-color: #dce98d;
}

div#f {
	wwidth: 974px;
	margin: 0 auto;
	text-align: center;
	color: #727272;
}

div#f a { color: #6d993f; }

div#f p {
	margin: 5px 0 10px;
}

ul#footmenu {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

ul#footmenu li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #6d993f;
}

ul#footmenu li:first-child { border-left: 0; }

img {
    border: 0px;
}

p {
    background: transparent;
}


ul#menu li a { color: #2e3415; display: inline-block; wwidth: 160px; padding: 2px; width: 80%; }
ul#menu ul.sub li a { display: inline-block; }

.fleft {
    float: left;
}

.fright {
    float: right;
}

div.soptions {
	display: -moz-inline-box;
	display: inline-block;
	margin-top: 5px;
	float: left;
}
div.soptions label {
	color: #bcd233;
	font-size: 11px;
}
div.soptions input {
	float: none;
}

.cms_attachment_list {
	border-collapse:collapse;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cms_attachment_list td {
	padding-top: 6px;
}

.cms_attachment_list .att_icon {
	width: 22px;
	text-align: center;
}

.cms_attachment_list .att_size {
	width: 120px;
	text-align: center;
}

.cms_attachment_list tbody tr td {
	border-bottom: 1px solid #D2F182;
}

.cms_attachment_list thead tr th {
	border-bottom: 2px solid #BDD231;
}

div#main {
    width: 100%;
}
