﻿@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	margin:0;
	padding:0;
}

body img {
	border: none;
}

body a {
	color: #0399d6;
	text-decoration:none;
}

body a:visited {
	color: #0399d6;
	text-decoration:none;
}


body a:hover {
	color: #333333;
	text-decoration:none;
}


body p {
	padding: 10px 0;
	margin:0;
	clear: both;
}

body ul {
	margin:0;
	padding:2px 0;
}

body li {
	background: transparent url(/images/arrow.gif) no-repeat scroll 1px 5px;
	list-style:none;
	padding: 1px 0 0 10px;
}

body h1 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
	margin:0;
	padding:12px 0 0 0;
	font-weight:bold;
}

body h2 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0499d6;
	margin:0;
	padding:0;
	font-weight:bold;
}

body h3 {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	margin:0;
	padding:0;
	font-weight:normal;
}

body h4 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00558b;
	margin:0;
	padding:0;
	font-weight:normal;
}

body strong {
	color: #333333
}

#wrap {
	width:970px;
	margin:0 auto;
	overflow:hidden;
	padding: 0 0 20px 0;
}


#header {
	width:970px;
	border-bottom:#666666 solid 8px;
	float:left;
	padding: 20px 0 15px 0;
}


.logo {
	float:left;
}

.slogan {
	float:left;
	margin: 0 0 0 20px;
	width:625px;
}

#navigation {
	width:970px;
	float:left;
	font-size:11px;
}

#navigation a {
	color:#999999;
	text-decoration:none;
}

#navigation a:visited {
	color:#999999;
	text-decoration:none;
}

#navigation a:hover {
	color:#0499d6;
	text-decoration:none;
}

.current {
	color:#0499d6 !important;
}

.menu {
	border-right: solid 1px #e0e0e0;
	padding:10px 15px;
	float:left;
	height: 100px;
	width:130px;
}

.menulast {
	padding:10px 15px;
	float:left;
}
	
#billboard {
	background:url(/images/billboardbg.gif) no-repeat;
	width:970px;
	height:150px;
	float:left;
	overflow:hidden;
	font-size:14px;
	color:#0399d6;
}

.billcontent {
	width:700px;
	margin:35px auto;
	border-left:#FFFFFF solid 5px;
	padding: 0 0 0 20px;
}

#button {
	width:970px;
	float:left;
	overflow:hidden;
}


.smallbut {
	width:246px;
	height:100px;
	float:left;
	background:url(/images/buttonbg.gif) no-repeat;
	margin: 0 5px;
}

.smallbut a {
	color:#666666;
	text-decoration:none;
}

.smallbut a:visited {
	color:#666666;
	text-decoration:none;
}


#content {
	padding:20px 20px;
	width: 970px;
	float:left;
	text-align:center;
	overflow:hidden;
}

.conleft {
	
	float:left;
	margin: 10px 20px 0 0;
	text-align: justify;
	line-height:20px;
}

.conright {
	width:450px;
	float:left;
	margin: 10px 0 0 0;
	text-align: justify;
}

.subconleft {
	width:640px;
	float:left;
	margin: 10px 50px 0 0;
	text-align: justify;
	line-height:20px;
}

.subconright {
	width:250px;
	float:left;
	margin: 10px 0 0 0;
	text-align: justify;
}

#showcase {
	background:url(/images/showcasebg.gif) no-repeat;
	width:970px;
	height:128px;
	overflow:hidden;
	float:left;
	padding: 20px 0 20px 40px;
}

.showcasetitle {
	float:left;
	margin:0 15px 0 0;
	text-align:right;
}

.showcaseimg {
	width:150px;
	float:left;
	margin: 0 8px 0 0;
}

.showcasearrow {
	float:left;
}


.showcasedes a {
	background:#333333;
	font-size:10px;
	line-height:18px;
	padding:0 0 0 5px;
	width:125px;
	float:left;
	height: 20px;
	color:#FFFFFF !important;
}

.showcasedes a:visited {
	background:#333333;
	font-size:10px;
	line-height:18px;
	padding:0 0 0 5px;
	width:125px;
	float:left;
	height: 20px;
	color:#FFFFFF !important;
}

.showcasedes a:hover {
	background:#0399d6;
}

.pxfont {
	font-size:11px;
	
}

#footer {
	width:970px;
	height: 38px;
	background:url(/images/footerbg.gif) no-repeat;
	overflow:hidden;
	float:left;
	margin:20px 0 0 0;
	text-align:center;
	line-height: 38px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color: #00558b;
	text-decoration:none;
}