@charset "UTF-8";

/*-----------------------*/
/* -- DEFAULT CLASSES -- */
/*-----------------------*/

body {
	background: #4A4F52;
	margin: 0px 0px 30px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
h1 {
	color: #4A4F52;
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0px 24px 0px;
}
h2 {
	color: #2E3437;
	font-size: 13px;
	font-weight: bold;
	margin: 16px 0px 12px 0px;
}
h3 {
	color: #2E3437;
	font-size: 13px;
	font-weight: bold;
	margin: 16px 0px 12px 0px;
}
hr{
	marging: 0px 0px 0px 0px;
	height: 1px;
	border: none;
	background: url(../gfx/br.gif) repeat-x;	
}
a {
	text-decoration:none;
	color: #4A4F52;
}

/*----------------------*/
/* -- CUSTOM CLASSES -- */
/*----------------------*/

/* -- MAIN -- */

.main {
	width: 980px;
	display: block;
	margin: 0 auto;
}

/* -- NAVIGATION -- */

.nav_top {
	width: 930px;
	height: 30px;
	margin: 0px 25px 0px 25px;
}
.nav_top ul {
	height: 30px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.nav_top li:first-child {
	font-size: 12px;
	height: 22px;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	position: relative;
	float: left;
	list-style: none;
	vertical-align: top;	
	background-image: none;
}
.nav_top li {
	font-size: 12px;
	height: 22px;
	padding: 8px 0px 0px 23px;
	margin: 0px;
	position: relative;
	float: left;
	list-style: none;
	vertical-align: top;	
	background-image: url(../gfx/nav_top_marker.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.nav_top li a {
	color: #BDBDBF;
}
.nav_top li a:hover {
	color: #FFFFFF;
}
.nav_top .current {
	color: #FFFFFF;
}
.nav_top .current a {
	color: #FFFFFF;
}
.nav_top .current a:hover {
	color: #FFFFFF;
}
.nav_main {
	width: 930px;
	height: 60px;
	margin: 0px 25px 0px 25px;
}
.nav_main .logo {
	width: 310px;
	height: 60px;
	float: left;
	background: url(../gfx/nav_main_logo.png) no-repeat right;
	display: block;
}
.nav_main ul {
	height: 40px;
	float: right;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	background: url(../gfx/nav_main_bg_mid.gif) repeat-x bottom;
}
.nav_main ul .left {
	width: 10px;
	height: 40px;
	display: block;
	float: left;
	background: url(../gfx/nav_main_bg_left.gif) no-repeat;
}
.nav_main ul .right {
	width: 10px;
	height: 40px;
	display: block;
	float: left;
	background: url(../gfx/nav_main_bg_right.gif) no-repeat;
}
.nav_main li {
	font-size: 17px;
	float: left;
	list-style: none;
	margin: 1px 0px 1px 0px;
}
.nav_main li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_main li a {
	color: #909094;
	text-decoration: none;
	padding: 9px 17px 0px 17px;
	height: 30px;
	display: block;
}
.nav_main .current {
	background: url(../gfx/nav_main_bg_current.gif) bottom center no-repeat;
}
.nav_main .current a {
	color: #FFFFFF;
}

/* -- BANNER -- */

.banner {
	width: 980px;
	height: 270px;
	display: block;
	background: url(../img/banner_01.jpg) no-repeat;
}

/* -- CONTENT -- */

.container {
	width: 930px;
	margin: 0px 25px 0px 25px;
}
.container .top {
	width: 930px;
	height: 10px;
	background:url(../gfx/main_bg_top.png) no-repeat;
	display: block;
}
.container .mid {
	width: 930px;
	position: relative;
	overflow: hidden;
	height: auto;
	background: #EEEFEF;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #4A4F52;
	line-height: 19px;
	text-align: left;
}
.container .mid a{
	text-decoration: none;
	font-weight: normal;
	color: #4D77A8;
}
.container .mid a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #4D77A8;
}

/* -- CONTENT -- SUBNAV */

.container .mid .subnav {
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	float: left;
	z-index: 1;
	width: 160px;
	min-height: 500px;
	margin: 0px;
	padding: 15px 30px 30px 30px;
	text-align: left;
	background: #EEEFEF url(../gfx/nav_sub_shadow.png) no-repeat right top;
}
.container .mid .subnav_shadow {
	/*position: absolute;
	left: 200px;
	top: 0px;*/
	z-index: 2;
	overflow: hidden;
	width: 20px;
	height: 500px;
	background: url(../gfx/nav_sub_shadow.png) no-repeat right top;
}
.container .mid .subnav ul {
	margin: 0px;
	padding: 0px;
}
.container .mid .subnav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 15px;
	color: #4A4F52;
}
.container .mid .subnav li .lne {
	marging: 0px 0px 0px 0px;
	height: 1px;
	width: 160px;
	border: none;
	background: url(../gfx/br.gif) repeat-x;	
}
.container .mid .subnav li .lne_plus {
	marging: 0px 0px 0px 0px;
	height: 15px;
	width: 160px;
	border: none;
	background: url(../gfx/br.gif) repeat-x bottom;	
}
.container .mid .subnav li a {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	display: block;
	vertical-align: middle;
	color: #4A4F52;
}
.container .mid .subnav li a:hover {
	color: #1b1f21;
	text-decoration: none;
}
.container .mid .subnav .current {
	font-weight: bold;
	color: #1b1f21;
}
.container .mid .subnav .current a{
	font-weight: bold;
	color: #1b1f21;
}
.container .mid .subnav .current a:hover{
	color: #1b1f21;
	text-decoration: none;
}
.container .mid .subnav .current .subsub {
	margin: 0px;
	list-style: none;
	background: url(../gfx/bullet.gif) no-repeat left bottom;
	background-position: 0px 12px;
	padding-left: 20px;
	height: 30px;
	font-size: 13px;
	color: #4A4F52;
	font-weight: normal;
}
.container .mid .subnav .current .subsub a {
	font-weight: normal;
}
.container .mid .subnav .current .subsubcurrent {
	margin: 0px;
	list-style: none;
	background: url(../gfx/bullet_current.png) no-repeat;
	background-position: 0px 12px;
	padding-left: 20px;
	height: 30px;
	font-size: 13px;
	color: #1b1f21;
	font-weight: normal;
}
.container .mid .subnav .current .subsubcurrent a {
	color: #1b1f21;
}

/* -- CONTENT -- CONTENT 710 */

.container .mid .content {
	/*position: absolute;
	left: 220px;
	top: 0px;*/
	float: left;
	width: 690px;
	padding: 0px 10px 20px 10px;
	text-align: left;
	background:  #EEEFEF;
}
.container .mid .content h1 {
	padding: 0px 110px 0px 20px;
}
.container .mid .content h3 {
	padding: 0px 110px 0px 20px;
}
.container .mid .content p {
	padding: 0px 110px 0px 20px;
}
.container .mid .content .breadcrumb {
	width: 640px;
	height: 22px;
	margin: 10px 20px 20px 20px;
	padding: 3px 20px 0px 10px;
	background: url(../gfx/breadcrumb.gif) no-repeat left top;
}
.container .mid .content .breadcrumb a {
	color: #909094;
	padding: 0px 20px 0px 0px;
	height: 14px;
	background: url(../gfx/breadcrumb_marker.png) no-repeat right;
}
.container .mid .content .breadcrumb a:hover {
	color: #4A4F52;
	text-decoration: none;
}
.container .mid .content .lne {
	margin-left: 20px;
	height: 1px;
	width: 650px;
	border: none;
	background: url(../gfx/br.gif) repeat-x;	
}
.container .mid .content img {
	margin: 0px 20px 0px 20px;
	background: #FFF;
	text-align: center;
	border: solid 1px #FFF inset;
}
.container .mid .content .picitem {
}
.container .mid .content .picitem img{
	width: 80px;
	height: 80px;
	position: relative;
	float: left;
}
.container .mid .content .picitem h3 {
	width: 460px;
	margin-left: 100px;
	position: relative;
}
.container .mid .content .picitem p {
	width: 460px;
	margin-left: 100px;
	position: relative;
}
.container .mid .content .picitem .link {
	margin: 0px 0px 10px 120px;
	height: 20px;
}
.container .mid .content .picitem .link a {
	width: 460px;
	height: 22px;
	padding-left: 18px;
	background-image: url(../gfx/itemlink_bullet.png);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	display: block;
}
.container .mid .content .picitem .link a:hover {
	background-image: url(../gfx/itemlink_bullet_over.png);
	background-repeat: no-repeat;
}
.container .mid .content .backtotop {
	margin: 30px 20px 0px 0px;
}
.container .mid .content .backtotop a{
	float: right;
	width: 61px;
	height: 19px;
	padding: 1px 0px 0px 20px;
	text-transform: uppercase;
	font-size: 8px;
	color: #FFF;
	background: url(../gfx/backtotop.gif) no-repeat;
}
.container .mid .content .backtotop a:link{
	background: url(../gfx/backtotop.gif) no-repeat;
}
.container .mid .content .backtotop a:hover{
	background: url(../gfx/backtotop_over.gif) no-repeat;
	text-decoration: none;
}

.container .bottom {
	width: 930px;
	height: 10px;
	background: url(../gfx/main_bg_bottom.png) no-repeat;
	display: block;
}
