* {
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background: #999;
}
a {
	color: #1C5892;
}
a:hover {
	color: #DD0000;
}
a img {
	border: none;
}
h1 {
	font-size: 27px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	padding: 25px 0 15px 0;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	padding: 5px 0 15px 0;
	color: #999;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	clear: both;	
	padding: 25px 0 15px 0;
}
p {
	margin: 0 0 15px 0;
}
ul, ol {
	margin: 0 0 20px 40px;
}
textarea {
	width: 100%;
}
hr {
	margin: 8px 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}
th {
	text-align: left;
	padding: 7px;
	border-top: 2px solid #EEE;
	border-bottom: 2px solid #EEE;
}
td {
	padding: 7px;
	border-bottom: 1px solid #EEE;
}


#container {
	background: #FFF;
	margin: 0 auto;
	min-width: 970px;
	max-width: 1300px;
	width: expression((document.documentElement.offsetWidth) > 1300 * (parseInt(document.body.currentStyle.fontSize) /
	       parseInt(document.body.currentStyle.fontSize))?  "1300px" : ((document.documentElement.offsetWidth) < 970? "970px" : "100%"));
}
#lc {
	background: url(../images/lc.png) repeat-y top left;
}
#rc {
	background: url(../images/rc.png) repeat-y top right;
}


#header {
	padding: 0 30px 40px 30px;
	line-height: 1.2;
}
#logo {
	padding: 40px 0 25px 50px;
	float: left;
}

#about {
	float: right;
	font-size: 13px;
	padding: 111px 50px 0 0;
	text-align: right;
	list-style: none;
	margin: 0;
}
#about li {
	display: inline;
	margin: 0 0 0 20px;
}
#about a {
	color: #333;
}
#about a:hover {
	color: #DD0000;
}

#sub {
	clear: both;
	font-size: 14px;
	list-style: none;
	background: #3073AA url(../images/bgs2.png) bottom repeat-x;
	color: #FFF;
	line-height: 30px;
	//line-height: 32px;
	padding: 12px 25px 20px 25px;
	//padding: 6px 25px 20px 25px;
	margin: 0;
}
#sub li {
	display: inline;
	margin: 0 0 0 25px;
}
#sub a {
	color: #FFF;

}
#sub b {
	font-weight: normal;	
	font-size: 21px;
	position: realative;
}

#content {
	clear: both;
}

#title {
	float: left;
	width: 50%;
	padding: 0 0 20px 80px;	
}
#blocks {
	clear: both;
	margin: 0 30px 0 30px;
	//margin: 0 30px 20px 30px;
	padding: 50px 40px 0 40px;
	//padding: 25px 40px 0 40px;
	background: url(../images/bgb.png) top left repeat-x;
	font-size: 13px;
	line-height: 1.4;
}
#bgb {
	width: 100%;
}
.block {
	float: left;
	width: 33.3%;
	height: 130px;
	margin: 0;
	padding: 0;
}
.block h2 {
	margin: 0 10px 10px 10px;
	padding: 0;
	line-height: 1.1;	
}
.block p {
	margin: 0 10px 0 10px;
}


#news {
	float: right;
	width: 29%;
	font-size: 13px;
	padding: 5px 80px 20px 25px;
	line-height: 1.4;	
}
#news h2 {
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 0;
}
#news h2 a, #news h3 a {
	color: #333;
}
#news h2 a:hover, #news h3 a:hover {
	color: #DD0000;
}
#news h3 {
	padding: 25px 0 15px 0;
	color: #333;
	font-size: 20px;
}
#news h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 15px 0;
}

#news p {
	margin-bottom: 25px;
}
#news p.top {
	padding: 0 0 0 25px;
	margin: 0 0 25px -25px;
	background: url(../images/!.png) left center no-repeat;
	font-size: 14px;	
}

#events {
	font-size: 12px;
}
#events p {
	margin: 0 0 20px 0;
}

.date {
	padding: 2px 7px;
	margin: 0 7px 0 0;
	background: #DCF8DA;
	color: #000;
}

#text {
	float: left;
	width: 59%;
	padding: 0 0 0 80px;	
}
#text ul, #text ol {
	margin: -10px 0 15px 40px;
}
#text ul ul, #text ol ol, #text li ul {
	margin: 1px 0 1px 40px;
}

#text ul li {
	list-style-type: none;
	behavior: expression(!this.before\A ? this.before = this.innerHTML = "&mdash;&nbsp;" + this.innerHTML : '');
	text-indent: -1.24em;
}
#text li {
	margin: 0 0 6px 0;
}
#text ul li:before {
	content: "\2014\a0";
}

#nav {
	float: right;
	width: 19%;
	font-size: 13px;
	padding: 0 80px 0 0;
	line-height: 1.2;	
}
#nav ul {
	list-style: none;
	margin: 0;
}
#nav li {
	margin: 0 0 15px 12px;
}
#nav li.space {
	margin-top: 35px;
}
#nav li.active {
	color: #FFFFFF;
	background: #3073AA url(../images/bgv.png) left bottom;
	padding: 5px 50px 11px 12px;
	margin-right: -50px;
	margin-left: 0;	
	margin-bottom: 5px;	
}
#nav li.active a {
	color: #FFFFFF;
}

#phones {
	font-size: 19px;
	margin: 0 0 30px 0;
	color: #FF8D00;
}
#phones h2 {
	font-size: 13px;
	font-weight: bold;   
	color: #333;
	padding: 0;
}
#phones span {
	color: #CCC;
}

#subimg {
	height: 50px;
	width: 100%;
	float: left;
	padding: 0 0 0 50px;
	margin: -10px 0 15px -50px;
	-margin: 0 0 0 -25px;
}

.imp {
	width: 100%;
	float: left;
	background: #F0F0F0;
	padding: 20px 20px 20px 50px;
	margin: 0 0 15px -50px;
	-margin: 0 0 0 -25px;
	color: #000;
	font-style: italic;
}

.images {
	float: left;
	padding-bottom: 10px;
	-padding-bottom: 0;
}
.images a {
	display: block;
	float: left;
	background: url(../images/bgi.png) no-repeat;
	width: 179px;
	height: 139px;
	padding: 15px 0 0 17px; 
	margin: 0;
}
.images a:hover {
	background: url(../images/bgi.png) no-repeat -198px 0;
}


.team {
	float: left;
	clear: both;
}
.team a {
	float: right;
	background: url(../images/bgt.png) no-repeat;
	width: 179px;
	height: 232px;
	padding: 15px 0 0 17px; 
	margin: 60px 0 20px 20px;
}
.team a:hover {
	background: url(../images/bgt.png) no-repeat -198px 0;
}

#tags {
	padding: 0 0 15px 0;
	line-height: 31px;
	//line-height: 34px;
}
#tags b {
	padding: 2px 7px;
	margin: 0 15px 0 0;
	background: #F7F0C4;
	font-weight: normal;
	color: #000;
}
#tags a {
	margin: 0 15px 0 0;
	color: #AAA;
	text-decoration: none;
}
#tags a.all {
	margin: 0 15px 0 0;
	text-decoration: underline;
}
#tags a:hover {
	color: #DD0000;
	text-decoration: underline;
}

#tags a.c1, #tags b.c1 {
	font-size: 11px;
}
#tags a.c2, #tags b.c2 {
	font-size: 12px;
}
#tags a.c3, #tags b.c3 {
	font-size: 13px;
}
#tags a.c4, #tags b.c4 {
	font-size: 14px;
}
#tags a.c5, #tags b.c5 {
	font-size: 15px;
}
#tags a.c6, #tags b.c6 {
	font-size: 16px;
}
#tags a.c7, #tags b.c7 {
	font-size: 17px;
}
#tags a.c8, #tags b.c8 {
	font-size: 18px;
}
#tags a.c9, #tags b.c9 {
	font-size: 19px;
}
#tags a.c10, #tags b.c10  {
	font-size: 20px;
}
#tags a.c11, #tags b.c11  {
	font-size: 21px;
}
#tags a.c12, #tags b.c12  {
	font-size: 22px;
}
#tags a.c13, #tags b.c13  {
	font-size: 23px;
}
#tags a.c14, #tags b.c14  {
	font-size: 24px;
}
#tags a.c15, #tags b.c15  {
	font-size: 25px;
}
#tags a.c16, #tags b.c16  {
	font-size: 26px;
}
#tags a.c17, #tags b.c17  {
	font-size: 27px;
}
#tags a.c18, #tags b.c18  {
	font-size: 28px;
}
#tags a.c19, #tags b.c19  {
	font-size: 29px;
}
#tags a.c20, #tags b.c20  {
	font-size: 30px;
}
#tags a.c21, #tags b.c21, #tags a.c22, #tags b.c22, #tags a.c23, #tags b.c23, #tags a.c24, #tags b.c24, #tags a.c25, #tags b.c25, #tags a.c26, #tags b.c26, #tags a.c27, #tags b.c27, #tags a.c28, #tags b.c28, #tags a.c29, #tags b.c29, #tags a.c30, #tags b.c30, #tags a.c31, #tags b.c31, #tags a.c32, #tags b.c32, #tags a.c33, #tags b.c33, #tags a.c34, #tags b.c34, #tags a.c35, #tags b.c35, #tags a.c36, #tags b.c36, #tags a.c37, #tags b.c37, #tags a.c38, #tags b.c38, #tags a.c39, #tags b.c39, #tags a.c40, #tags b.c40 {
	font-size: 31px;
}


#pages {
	padding: 0 0 15px 0;
	font-size: 13px;
}
#pages b {
	padding: 2px 7px;
	margin: 0 10px 0 0;
	background: #F7F0C4;
	font-weight: normal;
	color: #000;
}
#pages a {
	margin: 0 10px 0 0;
}


#footer {
	clear: both;
	padding: 80px 80px 25px 80px;
	//padding: 40px 80px 25px 80px;
	font-size: 12px;
	color: #999999;
}
#copy {
}
#creator {
	text-indent: -9000px;
	position: absolute;
	bottom: -35px;
	height: 28px;
	width: 28px;
	background: url(../images/xaoz.png);
}
#creator a {
	display: block;
	background: url(../images/xaoz.png);
	height: 28px;
	width: 28px;
}
#creator a:hover {
	display: block;
	background: url(../images/xaoz.png) 0 -28px;
	height: 28px;
	width: 28px;
}

#cb {
	background: #999;
	clear: both;
}
#bb {
	margin: 0 24px;
	background: url(../images/bb.png) repeat-x top;
	height: 40px;
}
#lb {
	background: url(../images/lb.png) no-repeat top left;
	height: 40px;
}
#rb {
	background: url(../images/rb.png) no-repeat top right;
	height: 40px;
}



.clear {
	clear: both;
}
.abs {
	position: absolute;
}
.c {
	text-align: center;
}
.fl {
	float: left;
	margin: 0 12px 12px 0;
}
.fr {
	float: right;
	margin: 0 0 12px 12px;
}

.tel {
	color: #FFF;
	float: left;
	width: 100%;
	font-size: 0px;
}
.tel span {
	float: left;
	display: block;
	padding: 0px 7px;
	margin: 0 15px 15px 0;
	background: #F4E5F9;
	color: #000;
	font-size: 14px;
}
.tel span small {
	color: #999;
	font-size: 14px;
}

.m01 {
	background: #DAF0F7;
}
.m02 {
	background: #DAF7F5;
}
.m03 {
	background: #DAF7EB;
}
.m04 {
	background: #DCF7DA;
}
.m05 {
	background: #E6F7DA;
}
.m06 {
	background: #F0F7DA;
}
.m07 {
	background: #F7F5DA;
}
.m08 {
	background: #F7EADA;
}
.m09 {
	background: #F7E1DA;
}
.m10 {
	background: #F7DADB;
}
.m11 {
	background: #EBDAF7;
}
.m12 {
	background: #DAE6F7;
}


.line {
	font-size: 0px;
	height: 15px;
	border-bottom: 1px solid #EEE;
	clear: both;
}
