body {
	font: normal 12px Verdana;
	padding: 0;
	margin: 0;
}

a {
	color: #003b79;
}

img {border:none;}

h1 {
	font-size: 25px;
	margin-top: 0px;
	color: #003b79;
}

p {
	padding-left: 25px;
}

.li-title {
	display: block;
	font-weight: bold;
	color: #003b79;
	margin-bottom: 5px;
}
ul li ul {
	list-style-type: none;
	padding-left: 15px;
	margin: 10px 0px;
}

a.btn-go {
	display: block;
	width: 85px;
	height: 22px;
	background: url("../images/btn-go.png") no-repeat;
}

header {
	width: 960px;
	margin: 0 auto;
	height: 70px;
	padding-top: 10px;
}
header:after {
	clear: both;
}
header .logo {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}
header .logo img {
	margin-left: 20px;
}
header .right-box {
	display: inline-block;
	float: right;
	margin-top: 10px;
}
header .top-menu {
	width: 100%;
	height: 20px;
}
header .top-menu ul {
	margin: 0px;
	list-style: none;
}
header .top-menu ul li {
	float: left;
	margin-left: 9px;
	padding-right: 9px;
	border-right: 1px solid #d3d3d3;
}
header .top-menu ul li.lost {
	padding-right: 0px;
	border-right: none;
}
header .top-menu ul li a {
	color: #090b3c;
	text-decoration: none;
}
header .phone {
	font: bold 20px Verdana;
	color: #09539f;
	text-align: right;
	margin-top: 8px;
}

nav	{
	width: 960px;
	margin: 5px auto;
	height: 28px;
	border-bottom: 2px solid #10409f;
}

nav .main {
	display: inline-block;
	height: 28px;
	float: left;
	padding-left: 20px;
}
nav .all {
	display: inline-block;
	height: 28px;
	float: right;
}
nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
nav .all ul {
	height: 28px;
}
nav ul li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 4px;
	height: 28px;
	border-right: 1px solid #d5d5d8;
}
nav ul li.lost {
	margin-right: 20px;
}
nav ul li a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	color: #090b3c;
	text-decoration: none;
	padding: 0px 8px;
}
nav ul li.active a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background: url("../images/menu-bg.png") repeat-x;
	color: #ffffff;
}
nav ul li.active span.before {
	display: inline-block;
	content: " ";
	width: 4px;
	vertical-align: middle;
	height: 28px;
	background: url("../images/menu-lside.png") no-repeat;
	cursor: pointer;
}
nav ul li.active span.after {
	display: inline-block;
	content: " ";
	width: 4px;
	vertical-align: middle;
	height: 28px;
	background: url("../images/menu-rside.png") no-repeat;
	cursor: pointer;
}
nav .main ul li {
	border-right: none;
}
aside {
	display: inline-block;
	float: left;
	width: 190px;
	margin-right: 15px;
}
aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
aside ul li {
	background: #f3f7f6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjdmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ViZWRlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2UwZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #f3f7f6 0%, #ebedec 47%, #e0e1e1 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f7f6), color-stop(47%,#ebedec), color-stop(99%,#e0e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f7f6 0%,#ebedec 47%,#e0e1e1 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f7f6 0%,#ebedec 47%,#e0e1e1 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f7f6 0%,#ebedec 47%,#e0e1e1 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f7f6 0%,#ebedec 47%,#e0e1e1 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7f6', endColorstr='#e0e1e1',GradientType=0 ); /* IE6-8 */
	/*height: 25px;*/
	width: 185px;
	line-height: 25px;
	padding-left: 5px;
	
}
aside ul li.active {
	background: #347dc1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0N2RjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzRiYTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #347dc1 0%, #074ba6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#347dc1), color-stop(100%,#074ba6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #347dc1 0%,#074ba6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #347dc1 0%,#074ba6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #347dc1 0%,#074ba6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #347dc1 0%,#074ba6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#347dc1', endColorstr='#074ba6',GradientType=0 ); /* IE6-8 */
}
aside ul li a {
	padding-left: 20px;
	background: url("../images/lmenu-arrow.png") no-repeat 3px 8px;
	text-decoration: none;
	color: #003b79;
	display: block;
	line-height: 16px;
	padding: 5px 0px 5px 16px;
}
aside ul li.active a {
	background: url("../images/lmenu-arrow-active.png") no-repeat 0% 10px;
	color: #ffffff;
}

.page {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0px 30px 0px;
}
.page.two-col {
	width: 960px;
}
section.banner {
	margin-bottom: 35px;
}
section.banner-ext {
	position: relative;
	margin-bottom: 20px;
}
section.banner-ext .text {
	position: absolute;
	top: 0px;
	right: 20px;
	background: url("../images/banner-content.png") no-repeat;
	width: 284px;
	height: 137px;
	padding: 17px 20px;
	color: #ffffff;
}
section.banner-ext h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
}
.col {
	display: inline-block;
	float: left;
}
.col.content {
	width: 755px;
}
.content .wrapper {
	display: inline-block;
	float: left;
	width: 520px;
	line-height: 16px;
}
.col.content.large {
	width: 730px;
}
.col.right-side {
	float: right;
	width: 220px;
}

.breadcrumb {
	height: 15px;
	margin-bottom: 10px;
}
.breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb li {
	display: inline-block;
	float: left;
	padding-left: 12px;
	background: url("../images/right-arrow.png") no-repeat 0% 70%;
	margin-right: 12px;
}
.breadcrumb li a {
	font-size: 11px;
	text-decoration: none;
}

section.blue-block {
	position: relative;
	height: 140px;
}
section.blue-block .leftside {
	display: inline-block;
	vertical-align: middle;
	height: 144px;
	width: 14px;
	background: url("../images/bb-leftside.png") no-repeat;
}
section.blue-block .content {
	display: inline-block;
	vertical-align: middle;
	background: url("../images/bb-bg.png") repeat-x;
	height: 104px;
	width: 190px;
	margin-left: -4px;
	padding: 20px 0px;
	color: #ffffff;
}
section.blue-block .btn-go {
	position: absolute;
	top: 90px;
	right: 14px;
}
section.blue-block .rightside {
	display: inline-block;
	vertical-align: middle;
	height: 144px;
	width: 14px;
	background: url("../images/bb-right.png") no-repeat;
	margin-left: -4px;
}
section.blue-block h2 {
	font-size: 15px;
	margin-top: 0px;
	line-height: 24px;
}

section.news {}

section.news h2 {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}
section.news h2 a {
	color: #003b79;
	text-decoration: none;
}
section.news p {
	max-width: 600px;
	padding-left: 0px;
}
section.news p span.date {
	display: block;
	color: #000000;
	font-weight: bold;
}
section.news p.all-news {
	text-align: right;
	max-width: 685px;
	padding-top: 25px;
	margin-bottom: 20px;
}
section.news p.all-news a {
	padding-left: 13px;
	background: url("../images/right-arrow.png") no-repeat 0% 70%;
	color: #003b79;
	font-weight: bold;
}

footer {
	width: 960px;
	margin: 0px auto 15px auto;
	border-top: 2px solid #1141a0;
	padding: 10px 0px;
}
footer .left {
	float: left;
}
footer ul {
	display: inline-block;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	display: inline-block;
	margin-left: 20px;
	font: normal 11px Verdana;
	color: #343434;
}
footer ul li a {
	text-decoration: none;
}

.news-list {}
.news-list p {
	padding-left: 0px;
}
.news-list p span.date {
	display: block;
	color: #000000;
	font-weight: bold;
}

section.table {
	width: 550px;
}
section.table .header {
	height: 39px;
}
section.table .header .left {
	display: inline-block;
	vertical-align: middle;
	height: 39px;
	width: 14px;
	background: url("../images/tbl-left.png") no-repeat;
}
section.table .header .title {
	display: inline-block;
	vertical-align: middle;
	height: 39px;
	width: 490px;
	background: url("../images/tbl-title.png") repeat-x 0px 0px;
	margin-left: -4px;
}
section.table .header .right {
	display: inline-block;
	vertical-align: middle;
	height: 39px;
	width: 16px;
	background: url("../images/tbl-right.png") no-repeat;
	margin-left: -4px;
}
section .body {
	width: 478px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding-left: 40px;
	padding-top: 30px;
}

section.table .footer {
	height: 21px;
}
section.table .footer .left {
	display: inline-block;
	vertical-align: middle;
	background: url("../images/tbl-footer-left.png") no-repeat;
	width: 21px;
	height: 21px;
}
section.table .footer .center {
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #e0e0e0;
	height: 20px;
	width: 478px;
	margin-left: -4px;
}
section.table .footer .right {
	display: inline-block;
	vertical-align: middle;
	background: url("../images/tbl-footer-right.png") no-repeat;
	width: 21px;
	height: 21px;
	margin-left: -4px;
}
section.table h2 {
	margin: 0px 0px 20px -20px;
	color: #003b79;
	font-size: 15px;
}
table.docs {
	border-collapse: collapse;
}
table.docs td {
	border-top: 1px solid #e3e3e3;
	vertical-align: top;
}
table.docs img {
	padding-top: 10px;
}
table.docs p {
	margin: 10px 0px;
}
table.docs p.doc-title a{
	font-weight: bold;
	color: #003b79;
	text-decoration: none;
}

ul.tabs {
	height: 28px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 9px;
}
ul.tabs li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 4px;
	height: 28px;
	border-right: 1px solid #d5d5d8;
}
ul.tabs li.active span.before {
	display: inline-block;
	content: " ";
	width: 4px;
	vertical-align: middle;
	height: 28px;
	background: url("../images/menu-lside.png") no-repeat;
	cursor: pointer;
}
ul.tabs li.active a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background: url("../images/menu-bg.png") repeat-x;
	color: #ffffff;
}
ul.tabs li.active span.after {
	display: inline-block;
	content: " ";
	width: 4px;
	vertical-align: middle;
	height: 28px;
	background: url("../images/menu-rside.png") no-repeat;
	cursor: pointer;
}
ul.tabs li a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	color: #090b3c;
	text-decoration: none;
	padding: 0px 8px;
}

.clear {
	clear: both;
}