html {
  height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}
#wrap {
	min-width: 775px;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
}
td {
	padding: 0;
}
ul, li {
	margin: 0;
	padding: 0;
}
ul {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
p {
	padding: 0;
	margin: 0 0 1em;
}

ol {
	padding: 0 0 1em 35px;
	margin: 0;
}
	ol li {
		padding-left: 0em;
		margin: 0;
	}

h1, h2, h3, h4 {
	margin: 1em 0 0.3em;
	padding: 0;
	color: #6c6c6c;
	font-weight: bold;
	clear: left;
}
h1 {
	margin: 0 0 1.3em;
	font-size: 29px;
	font-weight: bold;
	color: #c0c0c0;
}
h2 {
	margin-top: 1.5em;
	font-size: 17px;
	font-weight: bold;
}

span.laquo {
	margin-left: -0.44em;
}
a span.laquo {
	text-decoration: underline;
}

.clr {
	clear: both;
}
.nobr {
	white-space: nowrap;
}

a {
	color: #01a2ff;
}
a img {
	border: 1px solid #ccc;
}

/************************************************************************/

#header {
	height: 274px;
	background: #0f7fca url(../images/header_bg.jpg) top left repeat-x;
	overflow: hidden;
	position: relative;
}
	#header div.bg {
		background: url(../images/header.jpg) top center no-repeat;
		position: absolute;
		right: -500px;
		width: 120%;
		max-width: 1800px;
		height: 274px;
	}
	#header div.grass {
		background: url(../images/h_grass.gif) bottom center no-repeat;
		width: 140%;
		height: 274px;
		position: absolute;
		max-width: 2200px;
		right: -200px;
	}
	#header div.logo {
		margin-left: 6%;
		padding-top: 54px;
		position: absolute;
		z-index: 1000;
	}
		#header div.logo img {
			border: none;
			font-size: 25px;
			color: #fff;
			width: 164px;
			display: block;
			float: left;
			text-align: center;
			font-family: "Arial Narrow", Arial;
		}
	#topdom {
		position: absolute;
		right: 0;
		top: 53px;
	}
#menu {
	height: 22px;
		padding-top: 7px;
	margin-left: 0px;
	background: #3f6ba4 url(../images/menu.gif) 0 0 no-repeat;
	font-size: 14px;
	padding-left: 31px;
	margin-bottom: 55px;
}
	#menu a, #menu span {
		color: #fff;
		margin-right: 4%;
		text-decoration: none;
		font-weight: bold;
	}
	#menu span.hact {
		color: #f7c20c;
	}
	#menu span.hinact {
		color: #999;
	}

#footer {
	position: absolute;
	width: 100%;
	height: 56px;
	padding-top: 14px;
	bottom: 0;
	border-top: 1px solid #ded9ce;
}
	#footer div.c {
		margin-left: 2%;
	}
	#footer div.buttons {
		top: 14px;
		left: 40%;
		position: absolute;
	}
	#footer div.c2 {
		top: 14px;
		padding-top: 0.5em;
		right: 5%;
		position: absolute;
	}
	
#content {
	padding-left: 60px;
	vertical-align: top;
	padding-bottom: 85px;
	width: 100%;
}
#mn {
	width: 100%;
}
#left {
	width: 200px;
	vertical-align: top;
	padding-bottom: 85px;
}
#left div.wrap {
	padding-left: 30px;
	width: 200px;
}
	#left div.header {
		color: #6c6c6c;
		font-weight: bold;
		font-size: 17px;
		margin-bottom: 1.5em;
	}
	#left ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#left li {
		margin: 0;
		padding: 0 0 0 1.5em;
	}
	#left a {
		color: #6c6c6c;
		text-decoration: none;
	}
	#left ul a {
		color: #01a2ff;
		text-decoration: none;
	}
	#left span {
		color: #515151;
	}
	#left ul span {
		color: #0b4aa9;
	}
	#left ul.sub {
		font-size: 80%;
		font-weight: normal !important;
		list-style: square outside !important;
		margin-left: 17px;
		margin-bottom: 1em;
	}
		#left ul.sub li {
			margin: 0;
			padding: 0;
		}
	body #left span.hinact {
		color: #999 !important;
	}
	
.main_phone {
	float: right;
	width: 188px;
		padding-left: 30px;
	height: 124px;
	background: url(../images/phone.png) top left no-repeat;
	color: #6c6463;
	font-size: 25px;
	line-height: 20px;
	padding-right: 20px;
	margin-top: -45px;
	position: relative;
}
	.main_phone.i {
		background: none !important;
		height: 23px;
		position: absolute;
		right: 0px;
	}
	.main_phone span {
		font-size: 14px;
	}
	.main_phone div {
		padding: 66px 0 0 8px;
	}
	.main_phone div a {
		font-size: 17px;
	}
	
	
img.left, table.left {
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
	img.left {
		margin-right: 25px;
	}
img.right, table.right {
	display: block;
	float: right;
	margin-left: 12px;
	margin-bottom: 10px;
}
	img.right {
		margin-right: 25px;
	}
img.center, table.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.border {
}

table.tech {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
	margin: 20px 0;
	font-size: 90%;
}
	table.tech td {
		padding: 1px 3px;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	table.tech tr.odd td {
		background: #e6e9ec;
	}
	
table.item td.td1 {
	padding-right: 20px;
	vertical-align: top;
}
	table.item td {
		vertical-align: top;
	}
table.item {
	margin-bottom: 20px;
	display: block;
}
table.item td.td3 {
	padding-top: 0.7em;
}


.docicon {
	line-height: 12px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
}

.file {
	float: right;
	width: 200px;
	padding-left: 20px;
	margin-bottom: 1em;
}
	.file div {
		float: left;
		width: 160px;
	}
	.file img {
		display: block;
		float: left;
		border: none;
		vertical-align: bottom;
	}
	



td.t3 {
	width: 200px;
	vertical-align: top;
}
.grey {
 	color: #999;
}

#content_div p{
  /*text-indent: 15px;*/ 
}

#content_div{
  padding-right: 80px;
}

#ul_articles {
 padding: 0;
 margin-left: 0;
}

#ul_articles li{
list-style: square outside !important;
margin: 12px 0;
font-weight: bold;
margin-left: 15px;
}