/***************** main control **************/
* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-size: 11px;
	font-family:Verdana, Arial;
	background-color: #13436e;
	line-height:1.4em;
	color:#13436f;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
a {
	color:#13436f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h5 {
	font-size:12px;
	font-weight:bold;
	line-height:2em;
}
textarea {
	height:70px;
}
address {
	font-style:normal;
}
/******************** main page ************************/
.container {
	width:950px;
	height:auto;
	margin:20px auto;
}
.header, .wrap, .footer {
	width:100%;
}
.header {
	background:url(../images/container-header-bg.png) no-repeat 0 0;
	height:85px;
	padding-top:16px;
}
.wrap {
	background:url(../images/container-wrap-bg.png) repeat-y 0 0;
	overflow:hidden;
}
.wrap table,.wrap td,.wrap tr{
line-height:0;
}
.footer {
	background:url(../images/container-footer-bg.png) no-repeat 0 0;
	height:40px;
	padding-top:10px;
}
.copyright {
	color:#fff;
	font-family:Verdana;
	text-align:center;
	padding-top:10px;
}
/******************** main header ************************/
.logo {
	width:231px;
	height:65px;
	position:relative;
	left:60px;
	float:left;
	top:10px;
}
.nav {
	float:right;
	position:relative;
	right:40px;
	width:520px;
}
.nav li {
	float:left;
	margin:0 4px;
}
/*.nav li a {
	background:url(../images/main-nav.png) no-repeat;
	display:block;
	width:94px;
	height:80px;
	text-indent:-10000em;
	text-decoration:none;
}
.nav li.link1 a:link, .nav li.link1 a:visited {
	background-position:0 0;
}
.nav li.link2 a:link, .nav li.link2 a:visited {
	background-position:-100px 0;
}
.nav li.link3 a:link, .nav li.link3 a:visited {
	background-position:-200px 0;
}
.nav li.link4 a:link, .nav li.link4 a:visited {
	background-position:-300px 0;
}
.nav li.link5 a:link, .nav li.link5 a:visited {
	background-position:-400px 0;
}
.nav li.link1 a:hover, .nav li.link1 a.current {
	background-position:0 -96px;
}
.nav li.link2 a:hover, .nav li.link2 a.current {
	background-position:-100px -96px;
}
.nav li.link3 a:hover, .nav li.link3 a.current {
	background-position:-200px -96px;
}
.nav li.link4 a:hover, .nav li.link4 a.current {
	background-position:-300px -96px;
}
.nav li.link5 a:hover, .nav li.link5 a.current {
	background-position:-400px -96px;
}*/
.nav li a {
	display:block;
	width:94px;
	height:80px;
	text-indent:-10000em;
	text-decoration:none;
}
.nav li.link1 a:link, .nav li.link1 a:visited {
	background:url(../images/nav-link1.png) no-repeat center -2px;
}
.nav li.link2 a:link, .nav li.link2 a:visited {
	background:url(../images/nav-link2.png) no-repeat center -2px;
}
.nav li.link3 a:link, .nav li.link3 a:visited {
	background:url(../images/nav-link3.png) no-repeat center -2px;
}
.nav li.link4 a:link, .nav li.link4 a:visited {
	background:url(../images/nav-link4.png) no-repeat center -2px;
}
.nav li.link5 a:link, .nav li.link5 a:visited {
	background:url(../images/nav-link5.png) no-repeat center -2px;
}
.nav li.link1 a:hover, .nav li.link1 a.current {
	background:url(../images/nav-link1.png) no-repeat center -98px;
}
.nav li.link2 a:hover, .nav li.link2 a.current {
	background:url(../images/nav-link2.png) no-repeat center -98px;
}
.nav li.link3 a:hover, .nav li.link3 a.current {
	background:url(../images/nav-link3.png) no-repeat center -98px;
}
.nav li.link4 a:hover, .nav li.link4 a.current {
	background:url(../images/nav-link4.png) no-repeat center -98px;
}
.nav li.link5 a:hover, .nav li.link5 a.current {
	background:url(../images/nav-link5.png) no-repeat center -98px;
}
/******************** inner page ************************/
.inner-top, .inner-wrap, .inner-bottom {
	width:872px;
	margin:0 auto;
}
.inner-top {
	background:url(../images/inner-top-bg.png) no-repeat 0 0;
	height:20px;
}
body .inner-wrap {
	width:792px;
	padding:0 40px;
	background:url(../images/inner-wrap-bg.png) repeat-y 0 0;
}
.inner-wrap div p {
	padding:0.5em 10px;
}
#contact .inner-wrap div strong{
margin-right:0.5em;
}
.inner-bottom {
	background:url(../images/inner-bottom-bg.png) no-repeat 0 0;
	height:20px;
}
.normal-left {
	width:50%;
	background:url(../images/small-line.png) no-repeat right center;
	float:left;
}
.normal-right {
	float:right;
	width:48%;
}
.normal-left, .normal-right {
	padding-top:20px;
}
h3.normal-title,h3.small-title{
	font:bold 13px Arial;
	padding:6px 0 4px;
	color:#13436F;
	border-bottom:1px dashed #BDDAF4;
	padding-bottom:4px;
}
h3.normal-title{
	width:94%;
}
h3.small-title{
width:60%;
}
.normal-content {
	padding:0 0 12px 10px;
	background:url(../images/normal-content-bg.png) no-repeat left bottom;
}
.small-content {
	padding:0 0 12px 10px;
	background:url(../images/small-content-bg.png) no-repeat left bottom;
}
.small-left, .small-center, .small-right {
	float:left;
}
.small-left {
width:32%;
}
.small-center {
background:url(../images/small-line-center.png) no-repeat left center;
height:auto!important;
height:240px;
min-height:240px;
width:34%;
padding:0 1%;
}
.small-right {
width:32%;
}
.big-center{
width:100%;
}
.list-s3{
float:left;
padding-right:40px;
}
.list-s1{
margin:10px 0 0 30px;
}
.list-s3 dt,.list-s1 dt{
font-weight:bold;
margin-top:1em;
}
.list-s3 dt,.list-s3 dd,.list-s1 dt,.list-s1 dd,.list-s1 li{
line-height:1.6em;
}
.list-s3 dd,.list-s1 dd,.list-s1 li{
padding-left:8px;
background:url(../images/list-dot.png) no-repeat left center;
}
/******************** footer ************************/
.second-nav {
	right:40px;
	overflow:hidden;
	width:330px;
	margin:0 auto;
}
.second-nav li {
	float:left;
	margin:0 4px;
	margin-left:-2px;
	padding:0 5px;
	border-left:2px solid #13436F;
	line-height:1.3em;
}
.second-nav li a {
	font-family:Verdana;
	font-weight:bold;
	color:#13436F;
	line-height:1em;
}
/******************** copyright ************************/
