@charset "utf-8";

/* CSS Document */

/* Common */
* { margin: 0; padding: 0; }
body { font: 11px Tahoma, Verdana, Arial, sans-serif; min-width: 1000px; background: #82D678; text-align: left;}
p { font: 11px Tahoma, Verdana, Arial, sans-serif; margin: 5px 0 10px 0; line-height: 16px; color: #444444; }
img { border:none; }
img.alignright { float: right; margin: 0px 0px 0px 10px; border: 1px solid #CCCCCC; }
img.alignleft { float: left; margin: 0px 10px 0px 0px; border: 1px solid #CCCCCC; }
a { color: #008102; text-decoration: none; }
a:hover { color: #333333; text-decoration:underline; }
a.white { color: #ffffff; text-decoration: none; font-size:11px; }
a.white:hover { color: #cccccc; text-decoration: underline; font-size:11px; }
a.black { color: #444444; text-decoration: none; font-size:11px; font-weight:bold; }
a.black:hover { color: #000000; text-decoration: underline; font-size:11px; font-weight:bold; }
li { list-style-position: inside; list-style-type: disc; padding: 2px 2px; color: #333333; /*list-style-image: url(images/dot.jpg);*/ }
ul { padding: 5px 0; }
td { font: 11px Tahoma, Verdana, Arial, sans-serif; margin: 0; line-height: 16px; color: #444444; }
input, select { color: #666666; border: 1px solid #cccccc; height: 18px; margin: 0; }

/* Buttons */
.buttonsearch { background-image:url(images/search_bt.jpg); background-repeat:no-repeat; width:30px; height:18px; border:none; }
.buttonok { background-image:url(images/ok.jpg); background-repeat:no-repeat; width:30px; height:18px; border:none; }


/* Menus */
.submenu1 a.link { color: #008102; font-size:11px; background-image:url(images/dot_2.jpg); background-repeat:no-repeat; }
.submenu1 a.hover { color: #333333; text-decoration: underline; font-size:11px; background-color:#EEEEEE; background-image:url(images/dot_1.jpg); background-repeat:no-repeat; }
.submenu1 a.visited { color: #008102; font-size:11px; }

#submenu1 a.link { color: #008102; font-size:11px; }
#submenu1 a.hover { color: #333333; text-decoration: underline; font-size:11px; background-color:#EEEEEE; }
#submenu1 a.visited { color: #008102; font-size:11px; }
#submenu a.link { color: #FFFFFF; font-size:11px; }
#submenu a.hover { color: #FFFFFF; text-decoration: underline; font-size:11px; }
#submenu a.visited { color: #FFFFFF; font-size:11px; }
#menu { color: #FFFFFF; float:right; display: inline; height: 30px;  margin: 0 0 0 20px;  margin-bottom: 1px; }
#menu p { color: #FFFFFF; font: 12px "Trebuchet MS", Arial, sans-serif;  margin-bottom: 1px; }
#menu a { color: #FFFFFF; text-decoration: none; font-size:11px; margin: 0 15px;  margin-bottom: 1px; }
#menu a:hover { color: #FFFFFF; text-decoration: underline; font-size:11px; margin: 0 15px;  margin-bottom: 1px; }
#fullmenu { height: 30px; width: 1000px; text-align:left; }
#tillmenu { height: 30px; width: 250px; }


.title { height: 25px; font: 14px "Trebuchet MS", Arial, sans-serif; font-weight: bold; color: #008102; background-image:url(images/title_bg1.jpg); background-position:right; background-repeat:no-repeat; padding: 2px 0 4px 0; }

.title2 { height: 25px; font: 14px "Trebuchet MS", Arial, sans-serif; font-weight: bold; color: #008102; background-image:url(images/title_bg2.jpg); background-position:right; background-repeat:no-repeat; padding: 2px 0 4px 0; }

#content { margin: 0 auto; text-align: left; background-image:url(images/site_bg.jpg); background-repeat:repeat-x; }
#content_main { width: 1000px; text-align: left;  margin: 0 auto;}

#header { height: 79px; background-image:url(images/header_bg.jpg); background-repeat:repeat-x; }
#header_up { width: 1000px; height: 78px; text-align: left; }

#header_down { background-image:url(images/green_bg.jpg); height: 30px; }
#header_dn { height: 30px; width: 1000px; }

#main { width: 960px; margin: 0; }
#left { float: left; display: inline; width: 210px; padding: 0 20px; }
#content_left { float: left; display: inline; width: 240px; padding: 0; }
#center { width: 1000px; text-align: left;  background-image:url(images/bg.jpg); background-repeat:repeat-y; background-position:center; }
#right { float: right; display: inline; width: 710px; padding: 0 20px 0 0; text-align: left; }
#right_content { float: right; display: inline; width: 710px; padding: 8px 20px 0 0; text-align: left; }	
#index_box1 { background-color: #ffffff; width: 440px; float: left; }
/* #index_box1 p { font-size: 11px; line-height: 16px; } */
#index_box2 { background-color: #ffffff; width: 250px; float: right; } 
/* #index_box2 p { font-size: 11px; line-height: 16px; } */

/* START of Footer area */
#footer {height: 30px; margin: 0 auto; text-align: center; }
#foot_center { background:#fff url(images/green_bg.jpg) repeat-x; height: 30px; width: 1000px; text-align: center;  margin: 0 auto;}
#footer p { color: #fff; margin: 8px 20px 0 20px; font-size: 10px; line-height: 12px; }
#footer a {color: #FFFFFF; font-size: 10px;}
#footer a:hover {color: #cccccc; font-size: 10px;}
#foot1 { float: left; height: 30px; width: 250px; text-align: left; }
#foot2 { float: right; height: 30px; width: 730px; text-align: right; }		
/* END of Footer area */

.clear { clear:both; }
.ten { font-size: 10px; }
.green { color: #008102; }
.greenb { color: #008102; font-weight: bold; }
.green14 { color: #008102; font-weight: bold; font-size: 14px; }
.whitep { color: #ffffff; font-size:8px; }
.veli { width: 165px; height: 18px; }
.search { width: 113px; }
.bold { font-weight: bold; }
.eng { font-family: tahoma, verdana, arial, sans-serif; }