@charset "utf-8";
/* CSS Document */

#rightModule{
}

img{ margin:0px; border:none;}
body{
	background:url(../images/body-bg.jpg) repeat-x top center #fff;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	color:#444444;
}
ul li{
	padding:0px; margin:0px;
	list-style:url(../images/bullet.png);
}
a{
	color:#00F;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#3d3d3d;
	font-weight:normal;
	}
	
h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#686868;
	font-weight:normal;
	}
a:hover{
	text-decoration:underline;
}
.left-module input{
	width:176px;
	height:18px;
	background:#859ca6;
	border:1px #363635 solid;
	margin-top:5px;
	float:right;
	margin-right:30px;
}
.left-module label{
	padding-top:10px;
	float:right;
	margin-right:5px;
}
.left-module .submit{
	width:79px;
	height:19px;
	background:#F00;
	border:1px #363635 solid;
	margin-top:0px;
	float:right;
	margin-right:30px;
	margin-bottom:7px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}
.left-module a{
	float:left;
	margin-left:20px;
	font-size:11px;
}
.clear{
	clear:both;
}
#wrapper{
	background:url(../images/wrapper-bg.png) repeat-y;
	width:966px;
	margin:auto;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
#header{
	width:950px;
	overflow:hidden;
	margin:5px 0px 0px 0px;
}
#top{
	margin:0px 0px 0px 21px;
}




#menu{
	background:url(../images/menu-bg.jpg) no-repeat;
	height:54px;
	width:930px;
	padding:0px 0px 0px 0px;
	margin:2px 0px 0px 18px;
}
#menu ul{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#menu ul li{
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	list-style:none;
	text-decoration:none;
	height:39px;
}
#menu li a{
	text-decoration:none;
	height:31px;
	float:left;
	margin:1px 0px 0px 0px;
	padding:13px 38px 0px 39px;
	color:#1c2918;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	background:url(../images/menu-a-bg.jpg) top right no-repeat;
	
}
#menu li a:hover, #menu li .active{
	background:#95db23;
	color:#5f6c75;
}
#menu li .first-item:hover, #menu li .first-item-active, #menu li .first-item-active:hover{
	background:url(../images/munu-first-item.jpg) no-repeat left top #95db23;
}
#menu li .last-item{
	background:none;
}
#menu li .last-item:hover, #menu li .last-item-active, #menu li .last-item-active:hover{
	background:url(../images/menu-last-item.jpg) no-repeat right top #95db23;
}
#submenu{
	top:365px;
	position:absolute;
	display:none;
	z-index:1;
	clear:both;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background:#7eb12c;;
}
#submenu li{
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	list-style:none;
	text-decoration:none;
	height:20px;

	clear:both;
	overflow:hidden;
}
#submenu li a,#submenu li a:visited{
	text-decoration:none;
	height:20px;
	text-align:left;
	padding:5px 0px 5px 15px;
	margin:0px;
	background:none;
	width:140px;
}
#submenu li a:hover{
	background:#95db23;
	color:#5f6c75;
}











#content{
	background:#FFF;
	width:890px;
	overflow:hidden;
	/*min-height:300px;*/
	padding:20px;
	margin:0px 0px 0px 18px;
	overflow:hidden;
}
.content{
	width:890px;
	overflow:hidden;
}
.foot-module{
	margin-left:22px;
	margin-bottom:3px;
	overflow:hidden;
}
.left-module{
	float:left;
	width:305px;
	height:275px;
	/*background:#5f6c75;*/
	margin-right:2px;
}
.middle-module-text{
	background:url(../images/middle-module-text-bg.png) no-repeat;
	height:59px;
	margin-top:216px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	padding:10px 10px 0px 10px;
}
.middle-module-text strong{
	font-weight:normal;
	color:#99b2ce;
}
.title-module{
	background:url(../images/title-module.jpg) no-repeat top left;
	width:305px;
	height:28px;
	color:#3e3e3e;
	font-size:18px;
	font-weight:bold;
	padding:8px 0px 0px 0px;
	text-align:center;
}
.title-module2{
	background:url(../images/title-module2.jpg) repeat-x;
	width:305px;
	height:25px;
	color:#3e3e3e;
	font-size:18px;
	font-weight:bold;
	padding:3px 0px 0px 0px;
	text-align:center;
}
.feed, .text-module{
	width:225px;
	background:#5f6c75;
	padding:10px 40px 10px 40px;
	color:#FFF;
	font-weight:normal;
	margin:0px;
	overflow:hidden;
}
.feed a, .text-module a{
	color:#bddcff;
	text-decoration:underline;
}
.feed a:hover, .text-module a:hover{
	color:#E4EBF1;
}
.feed .line{
	color:#80b727;
}
.feed .readmore, .text-module .readmore{
	color:#9be81d;
	font-size:9px;
	font-weight:bold;
	float:right;
}
.feed .text{
	height:30px;
	overflow:hidden;
}


.text-module a{
	color:#FFF;
}
	
#footer{
	background:url(../images/footer-bg.jpg) no-repeat top;
	width:925px;
	height:93px;
	overflow:hidden;
	margin-left:21px;
	padding:20px 0px 10px 0px;
}
#footer #footer-contact{
	width:700px;
	margin:auto auto 15px auto;
	color:#2c2c2c;
	text-align:center;
}
#footer #footer-links{
	width:700px;
	margin:auto auto 15px auto;
	color:#FFF;
	text-align:center
}
#footer #footer-links a{
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	margin:0px 5px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer #footer-links a:hover, #footer #footer-links #footer-link-actived{
	color:#595e62;
}
#footer #powered{
	width:500px;
	text-align:center;
	margin:auto;
}
#footer #powered img{
	border:none;
}








/* FORM AND CAPTCHA */
.contentform{
/*width:320px;
margin:auto;*/
}
#contact-form select {
width:144px;
}
#contact-form input {
width:130px;;
}
.contactform label{
	/*color:#6dcff6;*/
	
}
.contactform label.error {
font-size:11px;
color:#F30;
float:left;
}
.captcha_error {
font-size:11px;
color:#F30;
}

.contactform td{
	padding-top:20px;
}









/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 890px;
	color:#333;
}

/* accordion header */
#accordion h2 {
	margin:0;
	padding:5px 15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#686868;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#ccc;
	color:#FFF;
}

/* accordion pane */
#accordion div.pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	padding:15px;
	color:#333;
	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
.table-head{
	font-weight:bold;
}
.table{
	float:left;
	border-bottom:1px #CCC solid;
	min-width:110px;
	font-size:11px;
	text-align:center;
}
.table-first{
	width:150px;
	text-align:left;
}
.table-two-line{
	height:30px;
}
.imageBorder{
	float:left;
	border: 2px #6C0 solid;
	padding:7px;
	margin:0px 10px 0px 10px;
	background:#F2F2F2;
	text-align:center;
	font-weight:bold;
}