* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

html {
	width: 100%;
	height: 100%;
	background-color: #01507b;
	font-family: Arial;
	color: #252424;
	font-size: 14px;
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 23px;
	line-height:22px;
	color: #c73834;
	margin-bottom: 10px;
	margin-top: 3px;
}

h2, h3, h4 {
	font-size: 18px;
	line-height:18px;
	color: #4089c0;
	margin-bottom: 5px;
	margin-top: 15px;
}

h5 {
	font-size: 18px;
	color: #4089c0;
}

a {
	color: #c73834;
	outline: none;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
}

ol {
	margin-left: 20px;
}

img {
	border: none;
}

input {
	outline: none;
}

textarea {
	overflow: hidden;
}

table {
	border-collapse: collapse;
	border-color: #434343;
	padding: 2px;
	border-spacing: 2px;

}

table td {
	padding: 3px;
}

#sitebox {
	width: 999px;
	min-height: 100%;
	margin: 0 auto;
	background: #fffbf9;
	padding: 1px;
}

#header {
	width: 999px;
	height: 260px;
	background-image: url(../uploaded/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin-bottom: 1px;
}

#header-promo {
	width: 999px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#head-left {

	width: 250px;
	height: 85px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 65px;
	float: left;
	position: relative;
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.8);
	border: 2px solid #4089c0;

	-dt-display: table;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 2px 2px 5px #2f2621;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.cbutton {
	background: #2b251f;
}

#logo-box {


	height: 30px;
	position: relative;
	z-index: 0;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 6px;
}

#logo-box h1 {
	letter-spacing: -1px;
	padding-top: 0px;
	font-size: 20px;
	color: #c73834;

}

#slogan-box {

	height: 40px;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	line-height: 18px;
	text-align: left;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;


}

#slogan-box p {
	font-size: 16px;
	line-height: 14px;
	color: #4089c0;

}

#slogan-box h5 {
	padding-top: 5px;
	font-size: 18px;
	color: #1e1e1e;
}

#head-right {

	margin-top: 65px;
	position: relative;
	z-index: 0;
	width: 240px;
	height: 100px;
	float: right;
	margin-right: 15px;

}

.contact-box1 {
	line-height: 25px;
	width: 240px;
	background-color: rgba(46, 114, 164, 0.6);
	border: 2px solid #4089c0;
	margin-bottom: 5px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: left top;

	-dt-display: table;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 2px 2px 5px #2f2621;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contact-box2 {
	line-height: 20px;
	width: 240px;
	background-color: #000000;
	border: 2px solid #d33c1e;
	margin-bottom: 5px;

	-dt-display: table;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 2px 2px 5px #2f2621;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contact-icon {
	width: 50px;
	height: 50px;
	display: table-cell;
	-dt-display: table-cell;
	vertical-align: middle;
	padding: 7px 0 7px 10px;
}

.contact-box-tel {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	width: 255px;
	display: table-cell;
	-dt-display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding: 5px 10px 5px 0;
}

.contact-box-tel p {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
}

.contact-box-tel p.mail {
	font-size: 15px;
	color: #e5f7ff;
}

.contact-box-tel p.mail2 {
	font-size: 15px;
	line-height: 17px;
	color: #e5f7ff;
}

.contact-box-call {
	width: 260px;
	height: 30px;
	display: table-cell;
	-dt-display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.contact-box-call a {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.contact-box-call a:hover {
	color: #b7610e;
}

#top-nav {
	width: 999px;
	height: 37px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(../images/navbox-back.png);
	background-repeat: no-repeat;
	background-color: #d34431;

}

.cbutton {
	background: #4089c0;
}

.nav-box {
	width: 999px;
	height: 37px;
	background-image: url(../images/navbox-back.png);
	background-repeat: no-repeat;
}

#top-nav {
	width: 999px;
	height: 37px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(../images/navbox-back.png);
	background-repeat: no-repeat;
	background-color: #4089c0;

}

.nav-box {
	width: 999px;
	height: 37px;
	background-image: url(../images/navbox-back.png);
	background-repeat: no-repeat;
}

#top-nav {
	width: 999px;
	display: block;
	text-align: center;
	z-index: 2;
}

#top-nav ul {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	color: #ffffff;
	zoom: 1;
}

#top-nav ul li {
	float: left;
	display: block;
	margin: 0 3px 0 3px;
	text-align: center;

}

#top-nav ul li a {
	height: 37px;
	line-height: 37px;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	padding-right: 5px;
}

#top-nav ul li.last a {
	border-right: none;
}

#top-nav ul li a:hover {
	text-decoration: underline;
}

#top-nav ul li.active a {
	text-decoration: underline;
}

#container {
	width: 969px;
	height: auto;
	padding-left: 10px;
	padding-right: 20px;
	clear: both;
}

#left-bar {
	width: 250px;
	float: left;
}

#left-nav {
	width: 250px;
	clear: both;
	margin-bottom: 15px;
}

#left-nav ul li {
	width: 244px;
	background: #2e72a4;
	border: 2px solid #4089c0;
	margin-bottom: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}

#left-nav ul li a {
	width: 214px;
	padding: 10px 15px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	display: block;
}

#left-nav ul li a:hover {
	background: #4089c0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#left-nav ul li:hover {
	background: #4089c0;
}

#left-nav ul li.active a {
	background: #4089c0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#left-nav ul li.active {
	background: #4089c0;
}

.module {
	width: 245px;
	height: auto;
	clear: both;
	margin-bottom: 15px;
	position: relative;
	z-index: 0;
	background: #2e72a4;
	border: 2px solid #4089c0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.module-title {
	width: 245px;
	height: 33px;
	position: relative;
	z-index: 0;
	background-image: url(../images/module-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.module-title p {
	color: #FFF;
	font-size: 19px;
	width: 239px;
	display: block;
	text-align: center;
	position: absolute;
	z-index: 1;
	margin-top: 8px;
	left: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #f6f7f8;
}

.module-cont {
	width: 233px;
	height: auto;
	min-height: 50px;
	color: #f9f6ef;
	font-size: 12px;
	padding: 10px 7px 20px 10px;
	background-image: url(../images/module-bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.module-cont a {
	color: #f9f6ef;
	font-size: 12px;
	font-weight: bold;
}

.module-cont a {
	color: #f9f6ef;
	font-size: 12px;
	font-weight: bold;
}

.action-box p {
	margin-left: 105px;
}

.action-box {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 5px;
	background-image: url(../images/img-1black.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.action-box img {
	padding: 5px;
}

.action-info p {
	padding-right: 3px;

}

.news-box {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 15px;
}

.news-top {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 15px;
}

.news-content {
	width: 100%;
	height: auto;
}

#main-contant {
	width: 705px;
	float: right;
	line-height: 18px;
}

#main-contant p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#main-contant ul {
	margin-left: 20px;
	list-style: square;
	margin-bottom: 20px;
	line-height:24px;
}

#main-contant ol {
	margin-bottom: 20px;
}

#bot-nav {
	width: 999px;
	height: 37px;
	clear: both;
	margin-bottom: 10px;
	background-color: #4089c0;
	display: block;
	text-align: center;
	z-index: 2;
}

#bot-nav ul {
	height: 37px;
	display: inline-block;

	color: #ffffff;
	zoom: 1;
}

#bot-nav ul li {
	height: 37px;
	float: left;
	margin-right: 9px;
	color: #ffffff;
}

#bot-nav ul li a {
	height: 37px;
	line-height: 37px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	padding-right: 5px;
}

#bot-nav ul li.last a {
	border-right: none;
}

#bot-nav ul li a:hover {
	text-decoration: underline;
}

#bot-nav ul li.active a {
	text-decoration: underline;
}

#footer {
	width: 979px;
	height: 41px;
	clear: both;
	padding: 0 10px;
}

#counter-box {
	height: 31px;
	float: left;

}

#foot-right {
	height: 31px;
	float: right;
	line-height: 31px;
	font-size: 11px;
	color: #2e72a4;
}

#foot-right a {
	color: #2e72a4;
	text-decoration: none;
}

.clear {
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
}

#iii img {
	background: #FFF;
	border: 1px solid #aeaeae;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

#iii img:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


.feed {

	height: 50px;
	margin: auto !important;
	margin-top: 40px !important;
	background: #af380f;
	border: none;
	padding-left: 10px !important;
	text-align: center;
	padding-right: 10px !important;
	display: block;
	border-radius: 5px;
	cursor: pointer;
	line-height: 50px !important;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px !important;
}


.feed:hover {


	background: #2e72a4;

}