/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #00476B;
	font-family: Trebuchet ms, sans-serif;
	font-size: 11px;
	color: #545454;
}

a {
	color: #006DB8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more {
	margin: 0px;
	padding: 6px 0px 0px 10px;
	display: block;
	width: 121px;
	height: 23px;
	color: #ffffff;
	background-image: url('img/bgmore.jpg');
	background-repeat: no-repeat;
}

a.tabmore {
	margin: 0px;
	padding: 6px 0px 0px 10px;
	display: block;
	width: 121px;
	height: 23px;
	color: #ffffff;
	background-image: url('img/bgtabmore.png');
	background-repeat: no-repeat;
}

p {
	margin: 0px;
	padding: 5px;
}

form {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 5px 5px 5px 35px;
	font-size: 18px;
	font-weight: normal;
	background-image: url('img/bgh2.jpg');
	background-repeat: no-repeat;
	background-position: 15px center;
}

h3 {
	margin: 0px;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: normal;
}

.clr {
	clear:both;
}
	
.ctr {
	text-align: center;
	float: none;
}

.page {
	margin: 0px auto;
	padding: 0px 20px;
	width: 965px;
	position: relative;
	background-color: #ffffff;
}

.top {
	margin: 0px auto;
	padding: 0px;
	width: 965px;
	height: 112px;
}

.logo {
	margin: 0px;
	padding: 0px;
	width: 280px;
	height: 105px;
	float: left;
	background-image: url('img/logo.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.logo a {
	margin: 0px;
	padding: 0px;
	width: 280px;
	height: 105px;
	display: block;
}

.logo a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

.bgtopmenu {
	margin: 0px;
	padding: 0px;
	width: 685px;
	height: 40px;
	float: left;
	background-color: #F2F3F5;
}

.topmenu {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

.topmenu a {
	padding: 12px 24px 12px 24px;
	display: block;
	color: #545454;
	font-weight: bold;
	text-decoration: none;
}

.topmenu a:hover {
	color: #000000;
}

.topmenuspacer {
	margin: 0px;
	padding: 0px;
	width: 5px;
	height: 40px;
	float: left;
	background-image: url('img/bgtopmenuspacer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.topdropmenudiv {
	margin: 0px;
	padding: 0px;
	width: 175px;
	position: absolute;
	top: 40px;
	left: 0px;
	text-align: left;
	display: block;
	z-index: 99999;
	visibility: hidden;
	float: none;
}

.topdropmenudiv a.drop {
	margin: 0px;
	padding: 5px 5px 5px 25px;
	display: block;
	text-decoration: none;
	color: #545454;
	font-weight: normal;
	white-space: normal;
	border-bottom: 1px solid #ffffff;
	background-image: none;
	background-color: #F2F3F5;
}

.topdropmenudiv a:hover.drop {
	color: #000000;
	background-color: #E6E6E6;
}

.leftmenu {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url('img/bgleftmenu.jpg');
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10px;
}

.leftmenu a {
	padding: 10px 55px 10px 0px;
	color: #545454;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.leftmenu a:hover {
	color: #000000;
}

.leftdropmenudiv {
	margin: 0px;
	padding: 0px;
	width: 175px;
	position: absolute;
	top: 0px;
	right: -175px;
	text-align: left;
	display: block;
	z-index: 99999;
	visibility: hidden;
	float: none;
}

.leftdropmenudiv a.drop {
	margin: 0px;
	padding: 10px 5px 9px 10px;
	display: block;
	text-decoration: none;
	color: #545454;
	font-weight: normal;
	white-space: normal;
	border-bottom: 1px solid #0F7FE1;
	background-image: none;
	background-color: #F2F3F5;
}

.leftdropmenudiv a:hover.drop {
	color: #ffffff;
	background-color: #0F7FE1;
}

.frontbox {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 965px;
	height: 190px;
}

#tabcontainer {
	margin: 0px auto;
	padding: 0px;
}

#tabcontainer-nav {
	margin: 0px;
	padding: 0px;
	width: 278px;
	height: 190px;
	overflow: hidden;
	float: left;
}

#tabcontainer-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tabcontainer-nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-align: right;
}

#tabcontainer-nav li a {
	margin: 0px;
	padding: 20px 50px 20px 0px;
	text-decoration: none;
	color: #ffffff;
	width: 228px;
	height: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
}

#tabcontainer-nav li a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

#tabcontainer-nav li a:hover {
	color: #000000;
}

#tabcontainer-nav li a.active {
	margin: 0px;
	padding: 20px 50px 20px 0px;
	text-decoration: none;
	color: #ffffff;
	width: 228px;
	height: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: right center;
}

.tab {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	width: 687px;
	height: 186px;
	overflow: hidden;
	float: left;
}

.tabcontent {
	margin: 0px;
	padding: 10px 20px;
	width: 260px;
	height: 120px;
	overflow: hidden;
	color: #ffffff;
}

.tabcontent h3 {
	margin: 0px;
	padding: 5px;
	font-size: 28px;
	font-weight: normal;
	color: #ffffff;
}

.tabmore {
	margin: 0px;
	padding: 0px 20px;
	width: 260px;
}

.leftpage {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 272px;
	float: left;
	border-top: 1px dotted #999999;
}

.centerpage {
	margin: 0px;
	padding: 10px 7px 0px 7px;
	width: 413px;
	float: left;
	border-top: 1px dotted #999999;
}

.rightpage {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 266px;
	float: left;
	border-top: 1px dotted #999999;
}

.right2page {
	margin: 0px;
	padding: 10px 0px 0px 7px;
	width: 686px;
	float: left;
	border-top: 1px dotted #999999;
}

.map {
	margin: 0px;
	padding: 10px 20px;
	width: 232px;
	height: 240px;
	overflow: hidden;
	background-image: url('img/bgmap.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.rightbox {
	margin: 0px;
	padding: 0px;
	width: 264px;
	border: 1px solid #D9D9D9;
	background-image: url('img/bgrightbox.jpg');
	background-repeat: no-repeat;
	background-position: top;
}



/*css page default*/

.hr {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 5px;
	overflow: hidden;
	background-image: url('img/bghr.jpg');
	clear: both;
}

.hide {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	top: -4000px;
}

.article {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.article ul {
	list-style: url('img/arrow.jpg');
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

.article li {
	margin: 0px;
	padding: 0px 0px 10px 5px;
}
