@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: none;
}

.small_text {
	font-size: 11px;
}

.title_text {
	 width:260px;
	 height:20px;
}

.wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

	
.top_bg {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 100px;
	background-color: #111111;
	color: #FFFFFF;
	position:absolute;
	z-index: 1000;
}


.top_content {
	width: 950px;
	height: 100px;
	background-color: #111111;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	
}

.logo {
	float:left;
	width: 230px;
	height: 100px;
	text-align:left;
}

.menu {
	float: right;
	width: 700px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}


.flash {
	float: left;
	width: 100%; 
	height: 400px;
	padding-top: 100px;
	background-color: #333333;
}

.content {
	width: 950px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 80px;
}


.col2_head {
	float: left;
	width: 950px;
	height: 25px;
	background: url(../images/2-col-head.gif) no-repeat;
}

.col2_content {
	float: left;
	width: 950px;
	background: url(../images/2-col-content.gif) repeat-y;
}

.col2_text1 {
	float: left;
	width: 635px;
}

.col2_padding1 {
	padding-left:25px;
	padding-right:30px;
}

.col2_space1 {
	float: left;
	width: 635px;
	height: 60px;
	background: url(../images/2-col-space1.gif) no-repeat;
}

.col2_text2 {
	float: left;
	width: 315px;
}

.col2_padding2 {
	padding-left:30px;
	padding-right:25px;
}

.col2_space2 {
	float: left;
	width: 315px;
	height: 60px;
	background: url(../images/2-col-space2.gif) no-repeat;
}


.col2_foot {
	float: left;
	width: 950px;
	height: 25px;
	background: url(../images/2-col-foot.gif) no-repeat;
}



.col3_head {
	float: left;
	width: 950px;
	height: 25px;
	background: url(../images/3-col-head.gif) no-repeat;
}

.col3_content {
	float: left;
	width: 950px;
	background: url(../images/3-col-content.gif) repeat-y;
}

.col3_text1 {
	float: left;
	width: 260px;
	padding-left:25px;
	padding-right:40px;
}

.col3_text2 {
	float: left;
	width: 260px;
	padding-left:20px;
	padding-right:40px;
}

.col3_text3 {
	float: left;
	width: 260px;
	padding-left:20px;
	padding-right:20px;
}


.col3_foot {
	float: left;
	width: 950px;
	height: 25px;
	background: url(../images/3-col-foot.gif) no-repeat;
}


.footer {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 40px;
	margin: -40px auto 0 auto;
	background-color: #111111;
}


.footer_left {
	float: left;
	width: 400px;
	height: 40px;
	color: #999999;
	font-size: 11px;
	text-align: left;
	padding-left: 15px;
}

.footer_left a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

.footer_left a:hover {
	color: #fbba00;
	font-size: 11px;
	text-decoration: none;
}

.footer_right{
	float: right;
	width: 400px;
	height: 40px;
    line-height: 40px;
	text-align: right;
}

.foot_text {
	float: left;
	width: 200px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
}

.foot_share {
	overflow: hidden;
	float: left;
	width: 125px;
	height: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.foot_icons {
	width: 70px;
	height: 40px;
}

/* ---------- Mega Drop Down --------- */

#mega {
	float: right;
	list-style: none;
	margin: 40px -1px 0 0;
	color: #666666;
}

#mega li, #mega li.none {
	float: left;
	height: 60px;
	line-height: 20px;
	background: #111111;
	padding-left: 20px;
	text-align: center;
	position: relative;
}

#mega li:hover {
	background: #111111 url(../images/menu_arrow.gif) bottom center no-repeat;
}

#mega li.none:hover {
	background: none;
}

#mega a {
	color: #999999;
	text-decoration: none;
}

#mega a:hover {
	color: #fbba00;
	text-decoration: none;
}

#mega a.link {
	color: #666666;
	text-decoration: none;
}

#mega a.link:hover {
	color: #222222;
	text-decoration: none;
}


/* ----------- Hide/Show Container Div ---------- */

#mega .container {
	position: absolute;
	right: 10000px;
	width: 663px;
	height: 185px;
	margin-top: 0px;
	padding-top: 60px;
	padding-left: 25px;
	padding-bottom: 25px;
	font-weight: normal;
	text-align: left;
	background: url(../images/menu_bg.png) no-repeat;
}

#mega li:hover div {
	right:-5px;
	top:20px;
	line-height: normal;
}

/* --------- Container Element --------- */
#mega .container .element {
	float: left;
	overflow: hidden;
	width: 185px;
	height: 185px;
}


#mega .container .element .border {
	float: left;
	overflow: hidden;
	width: 179px;
	height: 179px;
	margin: 0;
	padding: 3px;
	background: url(../images/map_bg.gif) no-repeat;
}


#mega .container .element .border .map {
	float: left;
	overflow: hidden;	
	width: 179px;
	height: 179px;
	margin: 0;
	margin-top: -20px;
	margin-left: -5px;
	padding: 0px;
}


#mega .container .space {
	float: left;
	overflow: hidden;
	width: 1px;
	height: 185px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 0px;
	padding: 0px;
	background-color:#CCCCCC;
}


#mega .container .element .icon {
	float: left;
	width: 40px;
	height: 40px;
	padding-right: 15px;
	padding-bottom: 31px;
}

#mega .container .element .icon .icon_img {
	width: 40px;
	height: 40px;
}

#mega .container .element .icon_text, #mega .container .element .icon_text a {
	float: left;
	overflow: hidden;
	width: 130px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 31px;
	font-weight: bold;
	color: #555555;
}

#mega .container .element .icon_text a:hover {
	color: #222222;
}



