@charset "utf-8";
/* CSS Document */
html { 	
	overflow-x: auto;	overflow-y: hidden; height:100%;
	scrollbar-base-color:#0096F9;
}
body {
	background-color: #000000;
	font-family:"Trebuchet MS", Helvetica, Verdana;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	height:98%;
	margin:0;
}

.default_container {
	margin: 5px auto;
	width: 980px;
}
.default_header {
	clear: both;
	float: left;
	width:100%;
}
.default_leftmid {
	float: left;
	width: 703px;
	height:481px;
	background-image:url(../images/web_graphics/default_left_logo.jpg);
	background-repeat:no-repeat;
	padding:0 14px 0 12px;
}
.default_rightmid {
	clear: right;
	float: left;
	width: 237px;
	height:481px;
	background:#000000 url(../images/web_graphics/default_right_bg.gif) no-repeat;
	padding-right:14px;
}
.default_footer {
	clear: both;
	float: left;
	width:100%;
}

.container {
	float:left;
	overflow:hidden;
}

.colFloatHeight {
	float: left;
	height: 504px;
}
.colNavHidden {
	width:190px;
}
.colNavLogo {
	width:190px; background:#000000 url(../images/web_ui/ui_nav_bg.jpg) no-repeat bottom;
	position:fixed;
	left:0;
}
.colLeftBG {
	width:37px;	background-image:url(../images/web_ui/ui_leftside_bg.jpg);
}
.colSection1 {
	width:791px;
	background-image:url(../images/web_ui/ui_section1_bg.jpg);
}
.colSection2 {
	width:797px;
	background-image:url(../images/web_ui/ui_section2_bg.jpg);
}
.colSection3 {
	width:797px;
	background-image:url(../images/web_ui/ui_section3_bg.jpg);
}
.colSection4 {
	width:797px;
	background-image:url(../images/web_ui/ui_section4_bg.jpg);
}
.colSection5 {
	width:797px;
	background-image:url(../images/web_ui/ui_section5_bg.jpg);
}
.colSectionMore {
	width:797px;
	background-image:url(../images/web_ui/ui_sectionMore_bg.jpg);
}
.colRightBG {
   width:87px; background-image:url(../images/web_ui/ui_rightside_bg.jpg);
}

.navStyle {
	margin:3px; text-align:center; height:314px;
}
.navImg {
	margin:8px;
}

.sectionTopCommon {
	width:100%; clear:both; height:35px;
}
.sectionBottomCommon {
	width:100%; clear:both; height:36px;
}
.sectionMid {
	float:left; height:433px; 
}
.sectionDivide, .sectionDivide2 {
	width:6px;
}
.sectionPgImg {
	width:155px;
}
.sectionContent {
	width:630px;
	background-color:#000000;
}
.sectionHdr {
	width:630px; height:62px; clear:both;
}
.sectionTxt {
	padding:10px;
	overflow:auto;
	height:351px;
	width:97%;
}

.imgBorder {
	border:solid #F33A00 6px;
}a {
	color: #0AEDE4;
	text-decoration: underline;
}
a:hover {
	color: #0680E3;
	text-decoration: none;
}
.largebold {
	font-size:16px;
	font-weight:bold;
}
