@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

img {
border:0;
}


body {
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#3D3D3D;
	text-align:center;
	font-size:12px;
	color: #FFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	}
	
	
.wrapper {
	position:relative;
	text-align:left;
	width:1000px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	overflow: hidden;
	zoom: 1;
	background-image: url(images/body.jpg);
	background-repeat: repeat;
	border: 2px solid #494949;
	}

.logo_banner {
	float:left;
	width:900px;
	height:84px;
	background-image: url(images/logo_banner.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
	padding-top: 65px;
	padding-right: 100px;
	color: #CD3A04;
	font-weight: normal;
	}

.menu_banner {
	float:left;
	width:1000px;
	height:332px;
}

.menu {
	float:left;
	width:250px;
	height:302px;
	padding-top: 30px;
	padding-right: 27px;
	padding-left: 50px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}

.banner {
	float:left;
	width:673px;
	height:332px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

.comtent-top {
	float:left;
	width:1000px;
	height:28px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
}


.body_content {
	float:left;
	width:840px;
	height:auto;
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	padding-top: 40px;
	padding-right: 80px;
	padding-left: 80px;
	color: #000;
	line-height: 22px;
	padding-bottom: 40px;
}
.wrapper .body_content h2 {
	font-size: 15px;
	margin-bottom: 10px;
}



.body_bottom {
	float:left;
	width:860px;
	height:140px;
	background-image: url(images/body_bottom.jpg);
	background-repeat: no-repeat;
	padding-right: 60px;
	padding-left: 80px;
	padding-top: 35px;
}
.wrapper .body_bottom .text{
	position:absolute;
	left:83px;
	width:843px;
	height:74px;
	z-index:3;
	top: 980px;
}
.wrapper .textbottom {
	float: left;
	width: 840px;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #CD3A04;
	text-align: center;
	font-size: 16px;
}


.imagefloatleft {
	margin-right: 20px;
	border: 4px solid #000;
	margin-bottom: 20px;
}


.footer {
	float:left;
	width:840px;
	height:44px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 33px;
	padding-right: 80px;
	padding-left: 80px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper .footer a:link {
	color: #FFF;
	text-decoration: none;
}

.wrapper .footer a:visited {
	color: #FFF;
	text-decoration: none;
}

.wrapper .footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.dc_padding {
	padding-left: 70
.px;
	padding-left: 90px;
}

.wrapper .body_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
}

.orange {
	color: #CD3A04;
}
.wrapper .body_content ul li {
	list-style-position: inside;
}
.wrapper .body_content a:link {
	color: #CD3A04;
	text-decoration: underline;
	font-weight: bold;
}

.wrapper .body_content a:visited {
	color: #CD3A04;
	text-decoration: underline;
	font-weight: bold;
}

.wrapper .body_content a:hover {
	color: #CD3A04;
	text-decoration: none;
}
.wrapper .body_content .mapfloat {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
