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

body{
	margin:0px;
	background:#ffffff url(../images/bg.png) top left repeat-x;
}
:focus{
	-moz-outline-style:none;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
h1{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
h2{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#main{
	width:931px;
	height:auto;
	margin:0 auto;
}
/*-------------top-------------*/
#top{
	width:931px;
	height:61px;
	background:url(../images/main_top.png) no-repeat top center;
	float:left;
}
#rightpanel .emplogin{
	width:547px;
	height:61px;
	background:url(../images/emplogin_bg.png) no-repeat top right;
	float:right;
	margin:-128px 25px 0 0;
	text-align:center;
}
#rightpanel .emplogin .login{
	width:440px;
	height:51px;
	background:url(../images/emplogin_divider.png) no-repeat top right;
	float:left;
	margin:10px 0 0 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
#rightpanel .emplogin .login a{
color:#fff;
}
#rightpanel .emplogin .login .button{
	width:65px;
	height:23px;
	background:url(../images/login_button.png) no-repeat center center;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
#rightpanel .emplogin .language{
	width:60px;
	height:20px;
	float:right;
	margin:16px 20px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
/*-------------top-------------*/

/*-------------mid-------------*/
#mid{
	width:929px;
	height:auto;
	background:#FFF;
	border-left:solid 1px #ababab;
	border-right:solid 1px #ababab;
	float:left;
}
/*-------------leftpanel-------------*/
#leftpanel{
	width:268px;
	height:auto;
	float:left;
	margin:3px 0 0 24px;
}
#leftpanel .logo{
	width:267px;
	height:147px;
	float:left;
	margin:-56px 0 22px 0;
}
#leftpanel .commuhealth{
	width:267px;
	height:237px;
	float:left;
}
#leftpanel .leftnavitop{
	width:267px;
	height:61px;
	float:left;
	margin:15px 0 0 0;
}
#leftpanel .leftnavimiddle{
	width:267px;
	height:auto;
	float:left;
	background:#fed429;
}
#leftpanel .leftnavimiddle li{
	width:200px;
	height:23px;
	float:left;
	margin:5px 0 0 36px;
	background:url(../images/bullet1.png) no-repeat left center;
	padding:2px 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	display:block;
}
#leftpanel .leftnavimiddle li a{
	text-decoration:none;
	color:black;
}
#leftpanel .leftnavimiddle li a:hover{
	text-decoration:none;
	color:green;
}
#leftpanel .contactinfomiddle{
	width:223px;
	height:auto;
	float:left;
	background:#e8e8e8;
	padding:0 22px 0 22px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

/*-------------leftpanel-------------*/

/*-------------rightpanel-------------*/
#rightpanel{
	width:600px;
	float:left;
	height:auto;
	margin:68px 0 0 15px;
}
#rightpanel .topnavi{
	width:600px;
	height:45px;
	float:left;
}
#rightpanel .topnavi .left{
	width:56px;
	height:45px;
	float:left;
	background:url(../images/topnavi_left.png) no-repeat left top;
}
#rightpanel .topnavi .right{
	width:543px;
	height:45px;
	float:left;
	background:#e6e6e6;
}
/*#rightpanel .topnavi .right li{
	width:95px;
	height:22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:bold;
	background:url(../images/bullet2.png) no-repeat left center;
	display:block;
	margin:12px 0 0 0;
	float:left;
	padding:0 0 0 22px;
}
#rightpanel .topnavi .right a{
	width:auto;
	height:22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
	color:#000;
	font-weight:bold;
	background:url(../images/bullet2.png) no-repeat left center;
	display:block;
	margin:12px 18px 0 0;
	float:left;
	padding:0 0 0 22px;
	text-decoration:none;
}*/
#rightpanel .banner{
	width:600px;
	height:237px;
	float:left;
}
#rightpanel .banner .ban_left{
	width:184px;
	height:186px;
	float:left;
	background:url(../images/banner_left.png) no-repeat left top #68bb09;
	padding:51px 0 0 16px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
}
#rightpanel .banner .ban_right{
	width:400px;
	height:237px;
	float:right;
/*	background:url(../images/banner_right.png) no-repeat right bottom #68bb09;*/
}
#bodydiv{
	width:600px;
	height:auto;
	float:left;
	margin:15px 0 0 0;
	font-family:Arial;
	font-size:12px;
	color:#000;
	text-align:justify;
}
#bodydiv a{
color:#000;

}
#bodydiv .textarea{
	width:570px;
	height:65px;
	background:url(../images/textarea_bg.png) no-repeat top center;
	padding:5px 15px;
}
#navigator{
	width:599px;
	height:272px;
	float:left;
	margin:25px 0 0 0;
	
}
#navigator .container{
	width:195px;
	height:135px;
	float:left;
	border-right:solid 1px #bfbfbf;
	border-bottom:solid 1px #bfbfbf;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#services{
	width:600px;
	height:auto;
	float:left;
	margin:18px 0 0 0;
}
#services .container{
	width:199px;
	height:201px;
	float:left;
	background:url(../images/services_left.png) no-repeat bottom left #559808;
}
#services .container .toptext{
	width:190px;
	height:30px;
	float:left;
	background: url(../images/vdivider.png) no-repeat bottom center;
	margin:0 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding:10px 0 0 0;	
}
#services .container .bottext{
	width:174px;
	height:auto;
	float:left;
	margin:5px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:justify;
	padding:0 8px 0 8px;
}
#services .container .bottext .butt{
	width:85px;
	height:26px;
	background:url(../images/readmore_bg.png) no-repeat center center;
	border:none;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
/*-------------rightpanel-------------*/
/*-------------mid-------------*/

/*-------------bot-------------*/
#bot{
	width:931px;
	height:36px;
	background:url(../images/main_bot.png) no-repeat top center;
	float:left;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	padding:15px 0 0 0;
}
/*-------------bot-------------*/
.componentheading{
	font-size:17px;
	font-weight:bold;
}
#top1{
	width:931px;
	height:61px;
	background:url(../images/main_top1.png) no-repeat top center;
	float:left;
	color:#fff;
}
