@charset "utf-8";
body {
	margin: 0px;
	font-family: arial;
	font-size: 13px;
	color: #00294F;
}
h3 {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	padding: 5px;
	background-color: #2775B7;
	margin: 5px;
	color: #FFFFFF;
}
h2 {
	color: #005BAA;
}


h6 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a {
	text-decoration: none;
	color: #0066ff;
}

a:hover {
	color:#A88243;
}
.fieldset {
	border: 1px dotted #00A650;
}


.headingBg {
	margin: 0px;
	font-size: 14px;
	color: #009933;
	background-image: url(../pictures/linkActive_project.jpg);
}

.green {
	color: #03AD55;
}
.blue {
	color: #005BAA;
}
.brown {
	color: #A88243;
}



.linkPaging {
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #e3e3e3;
	margin: 0px;
}

.linkActive {
	background-image: url(../pictures/linkActive_project.jpg);
	color: #990000;
	font-weight: 700;
	width: auto;
	height: 19px;
	cursor: pointer;;
}
.linkUnactive {
	background-image: url(../pictures/linkUnactive_project.jpg);
	width: auto;
	height: 19px;
	cursor: pointer;
}


#wrapper {
	width: 1024px;
	margin: auto;
}

#top_banner {
	background-image: url(../pictures/top_banner.jpg);
	height: 118px;
	width: 1024px;
}

#menu {
	background-image: url(../pictures/menubg.jpg);
	height: 37px;
	width: 1024px;
}

#menu ul {
	padding: 10px;
	list-style-type: none;
	margin: 0px;
}

#menu ul li {
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 600;
}

#menu ul li ul {
	display: none;	
}

#menu ul li ul li {
	clear: both;
}

#menu ul li:hover ul {
	display:block;
	position:absolute;
	padding: 3px;
}	

#menu ul li:hover ul li {
	border: none;
}

#menu ul li:hover ul li a {
	width: 200px;
	color: #CC0;
	font-weight:normal;
	display: block;
	background-color:#005baa;
	padding: 5px;
}	
	
#menu ul li:hover ul li a:hover {
	color: #900;
	background-color:#0066CC;
}	

#item {
	width: 200px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #B1B1B1;
	border-left-color: #B1B1B1;
	
}
#item ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#item ol li {
	padding: 0px;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#item ol li a {
	font-weight: normal;
	display: block;
	padding: 5px;
	background-color: #666666;
	color: #FAF7F1;
}
#item li a:hover {
	color: #FFFF99;
	background-color: #005BAC;
}

#msg {
	display:none;
	position:absolute;
	z-index:200;
	padding-left:7px;
	background-image: url(../../images/msg_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#msgcontent {
	display:block; 
	background:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px
}
#banner {
	height: 230px;
	width: 1024px;
	margin-top: 2px;
}


#news_bar {
	background-image: url(../pictures/news_bar.jpg);
	height: 35px;
	width: 157px;
	padding-top: 5px;
	padding-left: 80px;
	color: #FFFFFF;
}

#member_bar {
	background-image: url(../pictures/member_bar.jpg);
	height: 35px;
	width: 157px;
	padding-top: 5px;
	padding-left: 80px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#broad {
	width: 221px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #00A650;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00A650;
}
#product_services li {
	float: left;
}

#product_services li a {
	display: block;
	padding: 5px;
	width: 210px;
	margin-right: 20px;
}





#footer {
	margin: auto;
	width: 1024px;
	background-image: url(../pictures/footer.jpg);
	height: 52px;
	clear: both;
	padding-top: 10px;
	color: #FFFFFF;
}

#footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

