/* CSS Document */
body{
	font-family:'Arial', Sans-Serif,Trebuchet MS;
	font-size:12px;
	color:#000;
	background:#919191 url(images/body_bg.jpg) repeat-x;
}
*{
	padding:0;	margin:0;	border:0;
}

ul,ol{
	list-style:disc;
	text-align: left;
	font-size: 12px;
}


img,fieldset{
	border:none;
}	
a{
	text-decoration:none;
}

.hide,em{
	position:absolute;
	left:-9999px; 
}
/*------------------------------Page Structure-------------------------------*/
#page{
	width:948px;
	margin:0 auto;
}
#mainArea{
	background:url(images/mainBg.png) repeat-y;
	width:890px;/*948px*/
	padding:0 29px;
	font-size: x-small;
}
/*--------------------------header---------------------*/
#header{
	width:890px;
	height:157px;
	position:relative;
}
.banner_lt{
	background:url(images/bannerBg.png) no-repeat;
	width:495px;
	height:372px;
	position:absolute;
	left:0;
	top:95px;
}
.header_bg,
.header_lt,
.header_rt{
	height:157px;
	display:block;
}

.header_bg{
	background:url(images/header_bg.jpg) repeat-x;
}
.header_lt{
	background:url(images/header_lt.jpg) no-repeat;
}
.header_rt{
	background:url(images/header_rt.jpg) no-repeat right;
}
.header_rt h1{
	padding:46px 341px 42px 29px;
}
.header_rt h1 a{
	background:url(images/logo.jpg) no-repeat;
	width:520px;
	height:69px;
	display:block;
}
/*-----------------------------menu------------------------------*/

.menu{
	width:889px;
	border-left:1px solid #D1D1CE;
	height:34px;
	background:url(images/navBg.jpg) repeat-x;
}
ul#cssmenu1, ul#cssmenu1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float:right;
	background:url(images/liBdr.jpg) no-repeat right;

}

#cssmenu1 li { /* all list items */
	position: relative;
	padding-right:1px;
	float:left;
	list-style:none;
	background:url(images/liBdr.jpg) no-repeat right top;

}
#cssmenu1 li a {
	font-size:11px;
	color:#FFFFFF;
	display:block;
	line-height:32px;
	padding:0 10px;
}
#cssmenu1 li a:hover {
	background:url(images/hoverBg.jpg) repeat-x;
	padding:0 10px;}
	
#cssmenu1 li a.active
{
	color:#fff;
		background:url(images/activeBg.jpg) repeat-x;

}

#cssmenu1 li ul li {
background-image:none;
float:left;
margin:0px;
padding:0px;
}

#cssmenu1 li ul li a {
	width: 132px;
	background: #777777;
	color: #24313C;
	line-height:18px;
	color:#FFFFFF;
	padding: 6px 0 6px 10px;
	float:left;
	text-align:left;
	font:normal 11px;
	text-transform:none;
	display:block;
}

#cssmenu1 li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0px;
	float:left;
}

#cssmenu1 li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssmenu1 li:hover ul, #cssmenu1 li.over ul { /* lists nested under hovered list items */
	display: block;

}

#cssmenu1 li ul li a.active, #cssmenu1 li ul li a:hover {
	color:#fff;
	line-height:30px;
	width:122px;
	text-decoration:none;
	background-image:none;
	background: #2c2c2c;
}

/*-------------------------banner-------------------------*/
#banner{
	width:307px;/*392*/
	height:257px;/*276*/
	border-bottom:2px solid #FFFFFF;
	border-left:1px solid #AFA3A3;
	background:#573C3C;
	margin-left:497px;
	padding:19px 50px 0 35px;
}
#banner h2{
	background:url(images/txt1-rev.jpg) no-repeat;
	width:274px;
	height:44px;
	margin-bottom:23px;
}
#banner p{
	font-size:11px;
	color:#fff;
	line-height:18px;
	padding-bottom:23px;
}
#banner ul{
	width:307px;
}
#banner ul li{
	display:block;
	padding-bottom:10px;
	font-size:11px;
	color:#fff;
	line-height:18px;
	padding-left:11px;
	background:url(images/icon.jpg) no-repeat 0 7px;
}
#banner a{
	display:block;
	text-align:center;
	font-size:11px;
	color:#C4D386;
	text-decoration:underline;
}
#bgDownBnanner{
	background:url(images/bg_downBanner.png) no-repeat;
	width:889px;
	height:11px;
	margin-left:1px;
}
/*---------------------------------contennt---------------------*/
#contennt{
	width:852px;/*890*/
	padding-left:38px;
	padding-top:15px;
	overflow:hidden;
}
#contennt dd{
	float:left;
}
#newsArea{
	width:251px;
	margin-right:22px;
	padding-top:10px;
}
#newsArea h2{
	font-size:16px;
	color:#573C3C;
	line-height:20px;
	font-family:Trebuchet MS;
	padding-bottom:10px;
}
#newsArea p{
	padding-right:20px;
	padding-bottom:7px;
	line-height:18px;
	font-size:11px;
	color:#3C3C3C;
}
#newsArea a{
	display:block;
	background:url(images/btn6.jpg) no-repeat;
	width:213px;/*251*/
	height:75px;/*69*/
	padding-left:38px;
	padding-top:16px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:15px;
	margin-top:10px;
	text-decoration:underline;
}
#newsArea a:hover{
	color:blue;
}
#trainingArea{
	width:249px;
	margin-right:29px;
	padding-top:10px;
}
#trainingArea h2{
	font-size:16px;
	color:#4F524E;
	line-height:20px;
	font-family:Trebuchet MS;
	padding-bottom:5px;
}
#trainingArea ul{
	width:249px;
	padding-bottom:10px;
}
#trainingArea ul li{
	display:block;
	padding-bottom:7px;
	background:url(images/icon2.jpg) no-repeat 0 5px;
	font-size:11px;
	color:#3C3C3C;
	padding-left:8px;
}

.btnreg{
	background:url(images/btn2.jpg) no-repeat;
	width:206px;/*249*/
	height:35px;/*38*/
	display:block;
	padding-left:43px;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:15px;
	margin-bottom:6px;
	margin-left:98px;
	text-decoration:none;
	text-align:center;
}

.btn2{
	background:url(images/btn2.jpg) no-repeat;
	width:206px;/*249*/
	height:35px;/*38*/
	display:block;
	padding-left:43px;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:15px;
	margin-bottom:6px;
	text-decoration:underline;
}
.btn2:hover,.btn4:hover,.btn5:hover{
	color:blue;
	text-align: left;
}
.btn3{
	padding-top:10px;
}
/*----------------------------------presentationArea----------------------*/
#presentationArea{
	width:299px;
}
#presentationArea span{
	display:block;
	font-size:12px;
	color:#806969;
	line-height:16px;
	padding-bottom:5px;
}
#presentationArea small{
	display:block;
	font-size:11px;
	color:#000000;
	padding-left:117px;
	padding-bottom:15px;
}
#presentationArea img{
	margin-left:12px;
}
/*=====================================inner_page==============================*/
#contentInner{
	width:804px;/*890*/
	overflow:hidden;
	padding:14px 86px 60px 0;
}
#sideBar{
	width:332px;
	text-align:right;
	float:left;
}
.product1{
	width:332px;
	text-align:right;
	padding-bottom:20px;
}
.product1 img{
	margin-bottom:3px;
}
.product1 span{
	display:block;
	font-size:11px;
	color:#919191;
	font-style:italic;
}
/*-------------------------------------contentSubpage------------------------*/
#contentSubpage{
	width:428px;
	float:right;
	padding-top:18px;
	text-align: center;
	color: #000;
	font-size: small;
}
#contentSubpage h2{
	font-family:Georgia;
	font-size:24px;
	color:#573C3C;
	line-height:20px;
	font-weight:normal;
	padding-bottom:10px;
}
#contentSubpage p{
	font-size:small;
	color:#000000;
	line-height:18px;
	padding-bottom:8px;
	text-align: left;
}
#contentSubpage p a{
	font-size:12px;
	text-decoration:underline;
	font-weight: bold;
}
.centeritem{text-align:center;}
.btn4{
	background:url(images/btn4.jpg) no-repeat;
	width:206px;/*249*/
	height:35px;/*38*/
	display:block;
	padding-left:43px;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:15px;
	margin-bottom:11px;
	text-decoration:underline;
	margin-left:98px;
	margin-top:30px;
	
}
.btn3{
	background:url(images/btn3.jpg) no-repeat ;
	display:block;
	width:214px;/*252*/
	height:70px;/*69*/
	padding-left:38px;
	padding-top:20px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:15px;
	margin-left:98px;
	text-decoration:underline;
}	
	
.btn5{
	background:url(images/btn5.jpg) no-repeat ;
	display:block;
	width:214px;/*252*/
	height:59px;/*69*/
	padding-left:38px;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:15px;
	margin-left:98px;
	text-decoration:underline;
}


.contactarea {padding-top: 0px; padding-right: 0px; padding-bottom: 20px; padding-left: 0px; font-family: Georgia; font-size: 12px; color: #000000;}

.thankyouarea {padding-top: 20px; padding-right: 0px; padding-bottom: 20px; padding-left: 0px; font-family: Georgia; font-size: 12px; color: #000000;}

.formlabels {width: 150px; padding-top: 20px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; font-family: Georgia; font-size: 12px; color: #000000;}

.formlabelswide {width: 400px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; font-family: Georgia; font-size: 12px; color: #000000;}

.formlabelschecks {width: 100px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; font-family: Georgia; font-size: 12px; color: #000000;}

.formfieldarea {width: 250px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px;}

.formfieldareawide {width: 400px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px;}

.formfields {width: 250px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; font-family: Georgia; font-size: 12px; color: #000000; border:solid; border-width:1px; border-color:#999999;}

.formfieldstate {width: 50px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; font-family: Georgia; font-size: 12px; color: #000000; border:solid; border-width:1px; border-color:#999999;}

.submitbutton {border:solid; border-width:1px; border-color:#999999; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; font-family: Georgia; font-size: 12px; color: #000000;}

.formfieldswide {width: 400px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; font-family: Georgia; font-size: 12px; color: #000000;}

.orangeheader {font-family: Georgia; font-size: 24px; color: #ed8223; font-weight: bold; margin-top: 0px;  line-height:26px; }

a.main:link {color: #0033CC}
a.main:visited {color: #4C4C4C}
a.main:hover {color: #9E9E9E}
a.main:active {color: #4C4C4C}

a.main {text-decoration: none}

a.white:link {color: #FFFFFF}
a.white:visited {color: #FFFFFF}
a.white:hover {color: #000000}
a.white:active {color: #FFFFFF}

a.white {text-decoration: none}
#page #mainArea #contentInner #contentSubpage p .trainingschedule strong {
	font-size: small;
}

.tp_rght_btn{width:355px; float:right;}
.tp_rght_btn a img{margin:0px; border:none;}
