@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
.orange {
	color: #F48106;
}
.b {
	font-weight:bold
}
.banner {
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	width: 760px;
	height:164px;
}
.top_content {
	background-image:url(../images/top_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
.content_bg {
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-y;
	background-position: left top;
}
.nav_bg {
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
}
.nav_block {
	text-align:center;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	height: 30px;
}
.nav {
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
}
.nav a {
	text-decoration:none;
	font-size: 12px;
	color: #FFFFFF;
	width: 152px;
	display: block;
	float: left;
	background-image:url(../images/pipe.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
	padding: 4px 0px 6px 0px;
}
.nav a:hover {
	text-decoration:underline;
}
.nav_block2 {
	text-align:center;
	padding: 20px 0px 0px 94px;
	font-weight: normal;
	color: #bec4c5;
}
.nav2 {
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
}
.nav2 a {
	text-decoration:none;
	font-size: 12px;
	color: #4c4d4e;
	padding: 0px 0px 6px 0px;
}
.nav2 a:hover {
	text-decoration:underline;
}
.nav_block3 {
	padding: 40px 0px 20px 300px;
	font-weight: normal;
	color: #bec4c5;
}
.nav3 {
	text-decoration:none;
	font-size: 10px;
	font-weight: normal;
}
.nav3 a {
	text-decoration:none;
	font-size: 10px;
	color: #4c4d4e;
	padding: 0px 0px 6px 0px;
}
.nav3 a:hover {
	text-decoration:underline;
}
.green_link {
	color: #009d48;
	text-decoration: underline;
	font-weight: bold
}
.toll {
	color: #4c4d4e;
	font-weight: bold
}
.bottom_part {
	background-image:url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 91px
}
.content_left {
	padding: 12px 12px 10px 50px;
}
.content_right {
	padding: 12px 55px 10px 40px;
}
.top_form {
	background-image:url(../images/top_form.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	height: 7px
}
.bottom_form {
	background-image:url(../images/bottom_form.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px
}
.mid_bg {
	background-image: url(../images/mid_form.jpg);
	background-repeat:no-repeat;
	background-position: left top
}
.mid_repeat {
	background-image:url(../images/mid_repeat.jpg);
	background-repeat:repeat-y;
	background-position: left top;
}
.bullet_img {
	list-style-image:url(../images/bullet.jpg)
}
.copy_right {
	float:left;
	padding: 40px 0px 0px 30px;
	font-size: 10px;
	color: #4c4d4e;
}

