/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	color:#000;
	background: #4a4947 url('../images/pageBg.gif') repeat top;
}
#Page {
	width:940px;
	height:100%;
	padding:0;
	margin:0 auto;
}
.wrapper {
	width: 940px;
	margin:auto;
}
.wrapperMain {
	width: 912px;
	margin:auto;
}
.clear {
	clear:both;
}
#header {
	width:913px;
	height:140px;
}
#headerL {
	width:350px;
	height:140px;
	background:url('../images/logo.png') no-repeat top left;
	float:left;
}
#headerR {
	width:318x;
	height:50px;
	float:right;
	color:#FFF;
	font-size:11px;
	text-align:left;
	padding-top:88px;
}
#headerRbanner {
	width:507x;
	height:30px;
	float:left;
	text-align:left;
	padding-top:110px;
	margin-left:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}
.headerRbannerTxt {
	color:#FC0;
	font-size:22px;
}
#topLinks {
	width:100%;
	height:36px;
	line-height:36px;
	text-align:left;
	font-family: Arial,Helvetica,sans-serif;
}
#mainContent {
	background:url('../images/contentBg.gif') repeat top center;
	width:100%;
}
#banner{
	width:886px;
	height:261px;
	text-align:center;
	margin-left:13px;
	padding-top:25px;
	padding-bottom:40px;
}
#icons{
	width:786px;
	height:106px;
	text-align:center;
	margin-left:13px;
	padding:0 50px 0 50px;
}
#mainTxt1 {
	margin-left:13px;
	width:248px;
	height:264px;
	position:relative;
	top:40px;
	float:left;
	text-align:left;
	border:1px solid #d4d2d2;
	font-size:11px;
	padding-left:26px;
	padding-right:26px;
	padding-top:13px;
}
#mainTxt2 {
	margin-right:13px;
	width:522px;
	height:264px;
	position:relative;
	top:40px;
	float:right;
	text-align:justify;
	font-size:11px;
	border:1px solid #d4d2d2;
	font-size:12px;
	padding-left:24px;
	padding-right:24px;
	padding-top:13px;
}
#mainTxt3 {
	width:895px;
	height:51px;
	padding-top:40px;
	float:left;
	margin-left:8px;
}
#mainTxtIn1 {
	background:url('../images/LeftInBg.jpg') no-repeat top center;
	margin-left:10px;
	width:248px;
	height:350px;
	position:relative;
	top:40px;
	float:left;
	text-align:left;
	font-size:12px;
	padding-left:26px;
	padding-top:13px;
}
#mainTxtIn1 a:link, #mainTxtIn1 a:active, #mainTxtIn1 a:visited {
	text-decoration:none;
	color:#333;
	padding: 15px;
}
#mainTxtIn1 a:hover {
	text-decoration:underline;
	color:#666;
	font-weight:bold;
}

/*========================================= */
li.on {
	background-image: url(../images/tab.png);
	display: block;
	height: 23px;
	padding-top:6px;
	text-decoration: none;
	background-position: 100% 0px;
	background-repeat:no-repeat;
	font-weight:bold;
}
li.off {
	background-image: url(../images/tab.png);
	display: block;
	height: 23px;
	padding-top:6px;
	text-decoration: none;
	background-position: 100% -29px;
	background-repeat:no-repeat;
}
li.on span{
	padding-top: 10px;
}
li.off span{
	top: 10px;
}
ol {
	height: 30px;
	list-style: none;
	margin: 0;
	padding:0px;
}

/*=========================================
li.on {
	background: url(../images/on_bg.png) no-repeat  top left;
	
	height: 31px;
}
li span.on {
	background: url(../images/on_right.png) no-repeat top right;
	display: block;
	padding: 0px;
}
li span.off {
	background: url(../images/off_right.png) no-repeat top right;
	display: block;
	padding: 0px;
}
ul {
	list-style:none;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#mainTxtIn1 a.on {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: url(../images/on_bg.png) repeat left top;
	margin: 16px 2px 0px 0px;
	padding: 3px 6px 3px 6px;
	height: 31px;
}
#mainTxtIn1 a.off {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: url(../images/on_bg.png) no-repeat right top;
	margin: 16px 2px 0px 0px;
	padding: 3px 6px 3px 6px;
	height: 31px;
}
#mainTxtIn1 a.on {
	background-color: #eeeeee;
	background-image: url("../images/on_bg.png");
	background-repeat: repeat-x;
	background-position: top left;
	margin: 16px 2px 0px 0px;
	padding: 3px 6px 3px 6px;
	height: 32px;
	line-height: 32px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#mainTxtIn1 a.off {
	background-color: #eeeeee;
	background-image: url("../images/on_bg.png"), url("../images/off_right.png");
	background-repeat: repeat-x, no-repeat;
	background-position: top left, top right;
	margin: 16px 2px 0px 0px;
	padding: 3px 6px 3px 6px;
	height: 31px;
	line-height: 31px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
========================================*/

#mainTxtIn2 {
	margin-right:20px;
	width:560px;
	position:relative;
	top:40px;
	float:right;
	text-align:justify;
	font-size:11px;
	font-size:12px;
	padding-left:24px;
	padding-right:24px;
	padding-top:13px;
	background-color:#f9f9f9;
}
#mainTxtIn3 {
	margin-right:20px;
	margin-left:35px;
	width:87%;
	position:relative;
	top:40px;
	text-align:justify;
	font-size:11px;
	font-size:12px;
	padding-left:24px;
	padding-right:24px;
	padding-top:13px;
	background-color:#f9f9f9;
}
#tabLink {	
	width:579px;
	height:57px;
}
#tabLin2 {	
	width:579px;
	height:30px;
}
#div1,#div2,#div3,#div4,#div5,#div6 {
	background-color:#FFF;
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	width:520px;
	height:230px;
	margin-left:8px;
	padding:2px 15px 15px 15px;
	overflow:auto;
}
#footer1 {
	background:url('../images/bottom.png') no-repeat top center;
	width:912px;
	height:18px;
	padding-left:28px;
}
#footer {
	width:912px;
	height:40px;
	padding-top:10px;
}
#footerL {
	width:200x;
	height:40px;
	float:left;
	text-align:left;
	color:#ffffff;
	font-size:11px;
	padding-left:35px;
}
#footerR {
	width:200x;
	height:40px;
	float:right;
	text-align:right;
	padding-right:8px;
}
#footerL a:link, #footerL a:active, #footerL a:visited { color:#f9cd12; text-decoration:none;}
#footerL a:hover { color:#f9cd12; text-decoration:underline;}

a:link, a:active, a:visited { color:#ff9900; text-decoration:underline;}
a:hover { color:#ff9900; text-decoration:none;}

#mainContentIn {
	background:url('../images/mainBg2.jpg') no-repeat top left;
	width:100%;
	height:766px;
}
.button {
	background-color:#e3e3e3;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height:28px;
	border:2px solid #bebebe;
	cursor:pointer;
}