@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/main_body.jpg) center top no-repeat #e5e5e5;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:17px;
}

h2{
	font-size:16px;
	font-weight:bold;
	color:#3C3C3C;
	margin:0;
	padding:0 0 10px 0;
}

a:link, a:visited {
	text-decoration:none;
	color:#0CBAFB;
}
a:hover {
	text-decoration:underline;
	color:#0CBAFB;
}
a:focus {
	outline:none;
}
img {
	border:none;
}
#wrapper {
	background:#FFF;
	width:1000px;
	height:auto;
	margin:0 auto;
	/*overflow:hidden;*/
}
.header {
	width:97%;
	height:auto;
	float:left;
	padding:10px 0px 10px 35px;
}
.logo {
	width:97%;
	height:71px;
	float:left;
	background:url(../images/logo.png) no-repeat;
}
.container {
	width:100%;
	height:auto;
	float:left;
}
.banner {
	width:1000px;
	height:auto;
	float:left;
}
.menu {
	width:100%;
	height:46px;
	float:left;
	background:url(../images/menu_bg.jpg) repeat-x;
}
.menu ul {
	margin:0px;
	padding:0px;
}
.menu ul li {
	display:inline;
	background:url(../images/menu_dot_img.png) left center no-repeat;
	border-right:#6f6f6f 1px dotted;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 10px;
	float:left;/*list-style-image:url(../images/menu_dot_img.png);*/
}
.menu ul li.last {
	border:none;
}
.menu ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	padding:13px 30px 10px 32px;
	text-decoration:none;
	display:block;
}
.menu ul li a:hover {
	color:#c2c2c2;
}
.menu ul li:hover ul {
	display:block;
}
.menu ul li ul {
	background:#424242;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	width:190px;
	z-index:200;/*top:1em;
		/*left:0;*/
	padding:0px 0px 10px 10px;
	margin-top:4px;
}
.menu li li {
	display:block;
	float:none;
	width:180px;
	margin:5px 0 5px 0;
	padding:0 0px 0px 10px;
	border:none;
}
.menu li ul a {
	display:block;
	font-style:normal;
	padding:0px 10px 0px 15px;
	text-align:left;
}
.menu li ul a:hover {
	color:#c2c2c2;
	opacity:1.0;
	filter:alpha(opacity=100);
}

.content_containerHome{
	width:100%;
	height:auto;
	float:left;
	min-height:350px;
 	height:auto !important;
	height:350px;
	background-image:url(../images/bghomecontainer.gif);
}
.content_container {
	width:100%;
	height:auto;
	float:left;
	min-height:350px;
 	height:auto !important;
	height:350px;
	background-color:#FFF;
}
.content_left_container {
	width:626px;
	height:auto;
	float:left;
	padding:35px 10px 30px 44px;
}
.content_left_container img {
	margin:0px 10px 5px 0px;
}
.content_left_container p {
	color:#3d3e3e;
	height:auto;
	margin:0px;
	padding:10px 0px 0px 0px;
}
.content_left_container h4 {
	height:auto;
	float:left;
	font-size:14px;
	color:#000000;
	padding:0px;
	margin:0px;
	font-weight:bold;
}
.content_left_container h3 {
	height:auto;
	float:left;
	font-size:14px;
	color:#000000;
	padding:0px;
	margin:0px;
	font-weight:bold;
}
.content_left_container span {
	height:auto;
	float:left;
	color:#0cbafb;
	padding:0px;
	margin:0px;
	font-weight:bold;
}
.content_left_container ul {
	margin:0px;
	padding:0px 0px 0px 20px;
}
.content_left_container ul li {
	color:#000000;
	padding:5px 0px 0px 0px;
}
.content_right_container {
	width:292px;
	min-height:280px;
	height:auto !important;
	height:280px;
	float:right;
	padding:50px 0px 60px 0px;
}

.footer {
	background:url(../images/footer_bg.jpg) repeat-x;
	width:100%;
	height:64px;
	float:left;
	color:#FFF;
}


.footer ul {
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
}
.footer ul li {
	display:inline;
	border-right:#78c0df 1px solid;
	padding:0px 2px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.footer ul li.last {
	border:none;
}
.footer ul li a {
	display:inline;
	padding:6px 22px 10px 22px;
	text-decoration:none;
	display:block;
	color:#ffffff;
}
.footer ul li a:hover {
	color:#c2c2c2;
}
.mission_txt {
	font-weight:bold;
}
.blue_txt {
	font-size:18px;
	color:#7cc2e0;
	line-height:22px;
}

.unified_txt {
	color:#0cbafb;
	font-size:15px;
	font-weight:bold;
}
.bdr {
	border:solid 1px #CCC;
	padding:5px;
	margin:0 20px 10px 0;
}
.team_hd {
	width:100%;
	float:left;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.team_hd h3 {
	font-size:20px;
	color:#0CBAFB;
	font-weight:normal;
	margin:0;
	padding:10px 0 0 0;
}
.team {
	width:100%;
	float:left;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:solid 1px #CCC;
}
.left_img_border {
	border:#e0e0e0 10px solid;
}

.copyright{
	float:left;
	width:90%;
	margin:5px 0 0 20px;
	display:inline;
}