@charset \"utf-8\";
HTML {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Tahoma, Verdana,  Helvetica, sans-serif
}
BODY {
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #D6D7D9; 
	SCROLLBAR-3DLIGHT-COLOR: #D6D7D9; 
	SCROLLBAR-ARROW-COLOR: #6B91AF; 
	SCROLLBAR-TRACK-COLOR: #F9F8F4; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-BASE-COLOR: #F4F4F4;
	scrolling: auto;
	margin: 0px; padding:0px;
	background:url(bg.jpg) top center repeat-x;
	cursor:default;
}
TD {
	FONT-SIZE: 11px; COLOR: #383838;  TEXT-DECORATION: none;	
}

INPUT {	
	FONT-SIZE: 10px;
	border:1px #666 solid;  
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
INPUT.radio {
	border:none;
}
SELECT {
	border:1px #000 solid;
	FONT-SIZE: 10px; 
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
TEXTAREA{
	
	border:1px #000 solid;
	FONT-SIZE: 10px; 
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; 

}
A {
	FONT-WEIGHT: normal;
	COLOR: #000000; 
	font-size:1.1em;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #000; 
	TEXT-DECORATION: underline;
}

.cssBgImg{
	background:url(background1.gif) repeat-x;
	background-position:0 106px;
}

.cssBody{	
	text-align:left;
	width:980px;
}


.cssHeader{
	width:980px; height:106px;
	position:relative;
}
.cssHeader .mainMenu{
	right:10px; top:32px; z-index:100; position:absolute;
	width:650px; height:40px; overflow:hidden;
}
.cssHeader .mainMenu UL{
	list-style:none;
	padding:10px 0 0 0; margin:0px; display:block;
}
.cssHeader .mainMenu UL LI{
	padding:0px; margin:0px;
	height:20px; overflow:hidden;
	float:left;
}
.cssHeader .mainMenu UL LI A{
	color:#FFF; font-size:11px; text-decoration:none; text-transform:uppercase;
	text-shadow: #333 1px 1px 1px;
}
.cssHeader .mainMenu UL LI A:hover{
	color:#FFF; font-size:11px; text-decoration:none;
	text-shadow: #333 1px 1px 1px;
}
.cssHeader .mainMenu UL LI DIV{
	padding:3px 5px 0 5px;
}
.cssHeader .mainMenu UL LI.sel{
	background:url(menuBg.png);
}
.cssHeader .mainMenu UL LI.sel A{
	color:#030f27; font-size:11px; text-decoration:none; text-shadow: #0484ab 1px 1px 1px;
}
.cssHeader .mainMenu UL LI.sel A:hover{
	color:#030f27; font-size:11px; text-decoration:none; text-shadow: #0484ab 1px 1px 1px;
}
.cssHeader .mainMenu UL LI.mSpace{
	width:9px; text-align:center;
}
.cssHeader .mainMenu UL LI.mSpace DIV{
	padding:0px; margin:0px; text-align:center;
}
.cssHeader .mainMenu UL LI.mSpace DIV.s{
	height:10px; width:1px; background:#0c3e74;
	margin-top:5px;
}
.cssHeader .topBanner{
	left:0; top:0px; z-index:1; position:absolute;
	width:980px; height:106px;
}


.cssFooter{
	padding:10px 0; margin-top:10px;
	border-top:3px solid #3d6590;
}
.cssFooter .copyRight{
	text-align:left; font-size:11px; color:#a1a1a1;
}
.cssFooter .copyRight A{
	font-size:11px; color:#0c3e74; font-weight:bold; text-decoration:none;
}
.cssFooter .copyRight A:hover{
	font-size:11px; color:#0c3e74; font-weight:bold; text-decoration:underline;
}

.cssWhiteBox{
	background:url(whiteBoxML.gif) left top repeat-y #FFF;
}
.cssWhiteBox .boxTop{
	background:url(whiteBoxTM.gif) left top repeat-x;
}
.cssWhiteBox .boxTop .boxLeft{
	background:url(whiteBoxTL.gif) left top no-repeat;
}
.cssWhiteBox .boxTop .boxRight{
	background:url(whiteBoxTR.gif) right top no-repeat;
	height:10px; display:block;
}
.cssWhiteBox .boxBtm{
	background:url(whiteBoxBM.gif) left bottom repeat-x;
}
.cssWhiteBox .boxBtm .boxLeft{
	background:url(whiteBoxBL.gif) left bottom no-repeat;
}
.cssWhiteBox .boxBtm .boxRight{
	background:url(whiteBoxBR.gif) right bottom no-repeat;
	height:10px; display:block;
}
.cssWhiteBox .boxMid{
	background:url(whiteBoxMR.gif) right top repeat-y;
	padding:5px 15px;
}
.cssWhiteBox .boxMid .boxHead{
	border-bottom:1px solid #d1d1d1;
	color:#052e4c; font-size:11px; font-weight:bold; text-transform:uppercase;
	padding:8px 0; padding-left:35px;
}

.blueBox{
	background:url(loginB.gif) repeat-y;
	background-position:-7px 0;
	display:block;
}
.blueBox .m{
	display:block; padding:0 10px;
	background:url(loginBoxR.gif) top right repeat-y;
}
.blueBox .t{
	height:10px; display:block;
	background:url(loginBox.gif) repeat-x bottom;
}
.blueBox .t .l{
	height:10px;
	background:url(loginBox.gif) no-repeat;
	background-position:0 -10px;
}
.blueBox .t .r{
	height:10px;
	background:url(loginBox.gif) no-repeat right -20px;
}
.blueBox .b{
	height:10px; display:block;
	background:url(loginBox.gif) repeat-x top;
}
.blueBox .b .l{
	height:10px;
	background:url(loginBox.gif) no-repeat;
	background-position:0 -40px;
}
.blueBox .b .r{
	height:10px;
	background:url(loginBox.gif) no-repeat right -30px;
}

.blackBox{
	background:#72716f;
}
.blackBox .boxTop{
	height:9px; display:block;
	background:url(blackBox.gif) left top no-repeat #FFF;
}
.blackBox .boxTop .boxRight{
	height:9px; display:block;
	background:url(blackBox.gif) no-repeat right -10px;
}
.blackBox .boxMid{
	padding:0 10px;
}
.blackBox .boxMid .boxHead{
	padding:10px 0;
	color:#ffa200; font-size:16px; font-weight:bold;
}
.blackBox .boxMid P{
	padding:0px; margin:0px;
}
.blackBox .boxBtm{
	height:10px; display:block;
	background:url(blackBox.gif) no-repeat right -30px;
}
.blackBox .boxBtm .boxRight{
	height:10px; display:block;
	background:url(blackBox.gif) no-repeat left -20px;
}

.homeContactLinks{
}
.homeContactLinks TABLE TD{
	color:#FFF; font-size:12px; font-weight:bold;
}
.homeContactLinks TABLE TD DIV{
	padding:2px 10px;
}
.homeContactLinks TABLE TD A{
	color:#b8b8b8; font-size:11px; text-decoration:none;
}

.cssPageName{ 
	color:#0a5d07; font-weight:bold; font-size:14px; text-transform:uppercase;
	border-top:none; background:none; padding:8px 0 12px 0;
}

.cssPageSubMenu{
	background:url(subMenuMid.gif) top repeat-x;
	height:30px; display:block;
}
.cssPageSubMenu UL{
	background:url(subMenuRight.gif) top right no-repeat;
	padding:0px; margin:0px; list-style:none; overflow:hidden;
}
.cssPageSubMenu UL LI{
	height:30px;
	float:left;
	border-right:1px solid #0a5d07;
	padding:0px; margin:0px;
}
.cssPageSubMenu UL LI.sel{
	background:#0a5d07;
}
.cssPageSubMenu UL LI.start{
	width:20px; border:none;
	background:url(subMenuLeft.gif) top left no-repeat;
}
.cssPageSubMenu UL LI DIV{
	padding:8px 15px;
}
.cssPageSubMenu A{
	color:#FFF; font-size:10px; text-decoration:none; text-transform:uppercase;
}
.cssPageSubMenu A:hover{
	color:#FFF; font-size:10px; text-decoration:none; text-transform:uppercase;
}

.cssLeftMenu{
	background:url(menuBgs.png) no-repeat top left;
	height:400px;
}
.cssLeftMenu .menuHead{
	height:29px; display:block;
	color:#0c3e74; font-weight:bold;
}
.cssLeftMenu .menuHead DIV{
	padding:7px 10px;
}
.cssLeftMenu UL{
	padding:20px 15px; margin:0px;
	list-style:none;
}
.cssLeftMenu UL LI{
	padding:4px 0 4px 20px; margin:0px;
	border-bottom:1px solid #FFF;
	background:url(leftMenuArr.gif) left center no-repeat;
}
.cssLeftMenu UL LI.sel{
	background:url(leftMenuArrSel.gif) left center no-repeat;
}
.cssLeftMenu UL LI.sub{
	padding:3px 0 3px 30px; margin:0px;
	border-bottom:1px solid #0a68d9;
	background:none;
}
.cssLeftMenu UL LI.end{
	border-bottom:none;
}
.cssLeftMenu UL LI A{
	color:#0484ab; font-weight:bold; text-decoration:none; font-size:11px; text-shadow:#FFF 1px 1px 0;
}
.cssLeftMenu UL LI A:hover{
	color:#0484ab; text-decoration:none;
}
.cssLeftMenu UL LI.sel A{
	color:#a2a2a2; text-decoration:none; font-size:11px;
}
.cssLeftMenu UL LI.sel A:hover{
	color:#a2a2a2; text-decoration:none;
}
.cssLeftMenu UL LI.subSel A{
	color:#0c3e74; text-decoration:none; font-size:11px;
}
.cssLeftMenu UL LI.subSel A:hover{
	color:#0c3e74; text-decoration:none;
}


.cssLeftTMenu UL{
	padding:0px; margin:0px;
	list-style:none;
}
.cssLeftTMenu UL LI{
	padding:0px; margin:0px;
	height:36px;
}
.cssLeftTMenu UL LI DIV{
	padding:11px 5px 0 35px;
}
.cssLeftTMenu UL LI.sel{
	background-position:0 -35px;
}
.cssLeftTMenu UL LI.end{
	border-bottom:none;
}
.cssLeftTMenu UL LI A{
	color:#d5edfc; text-decoration:none; font-size:11px;
}
.cssLeftTMenu UL LI A:hover{
	color:#FFF; text-decoration:none;
}


.cssBulan{
	background:url(bulanBR.gif) bottom right no-repeat #FFF;
}
.cssBulan .bulanHead{
	background:url(bulanHead.gif) top repeat-x;
	height:29px; display:block;
	color:#FFF; font-weight:bold;
}
.cssBulan .bulanHead DIV{
	background:url(bulanHeadL.gif) top left no-repeat;
	padding:6px 10px;
}
.cssBulan .bulanBody{
	padding:8px;
}

.cssContact{
	
}
.cssContact .contactHead{
	height:95px;
	background:url(pageHeadBtn.gif) bottom repeat-x;;
	font-weight:bold; font-size:20px; text-transform:uppercase; color:#082631;
	text-shadow: #f4f5f6 0 1px 0;
}
.cssContact .contactAddress{
	color:#999;
	border-right:1px solid #dddddd;
}
.cssContact .head{
	color:#0c3e74; font-weight:bold; font-size:12px; text-transform:uppercase;
	padding:8px 5px 8px 0px;
}
.cssContact .contactForm{
	color:#999;
}
.cssContact .contactForm INPUT{
	color:#000; font-size:11px;
	width:100%; border:1px solid #BBB;
}
.cssContact .contactForm TEXTAREA{
	color:#000; font-size:11px;
	width:100%; height:100px; border:1px solid #BBB;
}

.cssContact .contactForm FORM{
	padding:0px; margin:0px;
}
.cssContact .contactForm .sendBtn{
	border:1px solid #037395; border-top:1px solid #1c9cc3; border-left:1px solid #1c9cc3;
	background:#0484ab; color:#FFF;
	width:auto; padding:3px 10px;
}

.cssBulanNewsList{
	display:block;
}
.cssBulanNewsList UL{
	display:block;
	padding:0px; margin:0px;
	list-style:none
}
.cssBulanNewsList UL LI{
	display:block;
	padding:10px;
	border-bottom:1px dotted #cccccc;
}
.cssBulanNewsList UL LI .newsTitle{
	padding-bottom:10px;
}
.cssBulanNewsList UL LI .newsTitle A{
	text-decoration:none; font-size:12px; color:#b50b0b; font-weight:bold;
}
.cssBulanNewsList UL LI .newsTitle A:hover{
	text-decoration:underline; font-size:12px; color:#b50b0b; font-weight:bold;
}
.cssBulanNewsList UL LI A{
	text-decoration:none; font-size:11px; color:#0a5d07;
} 
.cssBulanNewsList UL LI A:hover{
	text-decoration:underline; font-size:11px; color:#0a5d07;
}
.cssBulanNewsList UL LI .date{
	font-size:10px; color:#34368b;
	padding:0 10px;
}
.cssBulanNewsList UL LI .newsTxts{
	display:table;
	padding:5px 0; font-size:11px; line-height:130%;
	text-align:justify; color:#565656;
}
.cssBulanNewsList UL LI .newsTxts P{
	padding:0px; margin:0px; text-align:justify;
}
.cssBulanNewsList UL LI .newsTxts .newsImg{
	float:left;
}
.cssBulanNewsList UL LI .newsTxts .newsImg .imgBor{
	padding-right:5px;
}
.cssBulanNewsList UL LI .newsTxts .newsImg .imgBor DIV{
	border:1px solid #CCC;
	padding:2px;
}
.cssBulanNewsList UL LI .newsTxts .moreBtn{
	text-align:right;
}
.cssBulanNewsList UL LI .newsTxts .moreBtn DIV{
	height:27px; width:108px;
	background:url(moreBtn.gif) right top no-repeat; float:right;
}


.cssPoll{
	text-align:left;
	font-size:11px;
}
.cssPoll A{
	font-size:11px; text-decoration:none; color:#0574b9;
}
.cssPoll A{
	font-size:11px; text-decoration:underline; color:#0574b9;
}

.css_web_static{
	text-align:left;
}
.css_web_static .title{
	font-weight:bold;
	font-size:11px;
	padding:3px;
	text-decoration:underline;
	background:url(group-2.gif) no-repeat left center;
	padding-left:20px;
}
.css_web_static .ip{
	font-size:12px;
	padding:0px;
	padding-left:25px;
	background-position:0 5;
}
.css_web_static .text1{
	font-size:12px;
	padding:2px;
	padding-left:25px;
	background:url(ur-moderator.gif) no-repeat left center;
	background-position:0 5;
}
.css_web_static .text2{
	font-size:12px;
	padding:2px;
	padding-left:25px;
	background:url(ur-author.gif) no-repeat left center;
	background-position:0 5;
}
.css_web_static .text3{
	font-size:12px;
	padding:2px;
	padding-left:25px;
	background:url(ur-admin.gif) no-repeat left center;
	background-position:0 5;
}

.cssMainDiv{
	position:relative;
	width:980px; text-align:left;
	margin:0px; background:#FFF;
}
.cssMainDiv .mainBlock{
	overflow:hidden;
	margin:0px; padding:0px;
	position:relative;
}
.cssMainDiv .mainBlock .mainContent{
	width:980px;
	float:left;
	padding:0px;
}
.cssMainDiv .mainLeftDiv{
	width:200px;
	float:left; overflow:hidden;
	padding:0px; padding-top:3px;
}
.cssMainDiv .mainMidDiv{
	width:590px;
	float:left; overflow:hidden;
	padding:0px;
}
.cssMainDiv .mainRightDiv{
	width:190px;
	float:left; overflow:hidden;
	padding:0px; padding-top:3px;
	text-align:left;
}

/* PAGE NAV*/
#css_page_nav{
	text-align:right;
	display:block;
	height:20px;
	padding-top:3px;
}
#css_page_nav UL{
	margin:0px;
	padding:0px;
	list-style: none;
	text-align:right;
	float:right;
}
#css_page_nav UL LI{
	float: left;
	height:100%;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	border:1px solid #e3e3e3;
}
#css_page_nav UL LI.space{
	float: left;
	height:100%;
	margin: 0px;
	padding: 0px;
	border:none;
	width:3px;
}
#css_page_nav UL LI A{
	color:#3663be;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
}
#css_page_nav UL LI A:hover{
	color:#3663be;
	text-decoration:none;	
}
#css_page_nav UL LI.sel{
	float: left;
	height:100%;
	margin: 0px;
}
#css_page_nav UL LI.sel A{
	color:#dc1212;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
}
#css_page_nav UL LI.sel A:hover{
	color:#dc1212;
	text-decoration:none;
}
#css_page_nav UL LI.end{
	float: left;
	height:100%;
	margin: 0px;
	padding: 0px 0px 0px 8px;
}
/* PAGE NAV END*/

.cssSiteMap{
	padding-bottom:20px;
}
.cssSiteMap .siteMapPN{
	font-weight:bold; font-size:11px; color:#d80201;
}
.cssSiteMap UL{
	padding:0px; margin:0px; list-style:none;
}
.cssSiteMap UL LI{
	padding:5px 10px; margin:0px; border-bottom:1px dotted #CCC;
}
.cssSiteMap UL LI.sitemap2{
	padding-left:20px;
}
.cssSiteMap UL LI.sitemap3{
	padding-left:40px;
}
.cssSiteMap UL LI A{
	font-size:11px; color:#1d5295; text-decoration:none;
}
.cssSiteMap UL LI A:hover{
	font-size:11px; color:#d80201; text-decoration:none;
}

.cssBanner{
	padding:0px; margin:0px;
}
.cssBanner P{
	padding:0px; margin:0px;
}

.cssLoginFrm{
	background:url(loginB.gif) repeat-y;
	background-position:-7px 0;
	width:190px;
}
.cssLoginFrm .m{
	background:url(loginB.gif) repeat-y;
	background-position:183px 0;
	display:block; padding:0 10px;
}
.cssLoginFrm .t{
	height:10px; display:block;
	background:url(loginBox.gif) repeat-x bottom;
}
.cssLoginFrm .t .l{
	height:10px;
	background:url(loginBox.gif) no-repeat;
	background-position:0 -10px;
}
.cssLoginFrm .t .r{
	height:10px;
	background:url(loginBox.gif) no-repeat right -20px;
}
.cssLoginFrm .b{
	height:10px; display:block;
	background:url(loginBox.gif) repeat-x top;
}
.cssLoginFrm .b .l{
	height:10px;
	background:url(loginBox.gif) no-repeat;
	background-position:0 -40px;
}
.cssLoginFrm .b .r{
	height:10px;
	background:url(loginBox.gif) no-repeat right -30px;
}
.cssLoginFrm .loginType{
	display:block; height:30px;
	text-align:center; font-size:10px; color:#666;
	background:url(dot.gif) bottom repeat-x;
}
.cssLoginFrm .loginFrm{
	padding-top:10px;
}
.cssLoginFrm .loginFrm TABLE TD .loginBtn{
	width:45px; height:21px;
	border:none;
	background:url(loginBtn.gif) left top no-repeat;
}
.cssLoginFrm .loginFrm TABLE TD{
	height:21px;
}
.cssLoginFrm .loginFrm TABLE TD .txtInp{
	height:21px; width:94px; overflow:hidden;
	background:url(loginInp.gif) top repeat-x;
}
.cssLoginFrm .loginFrm TABLE TD .txtInp .l{
	background:url(loginInp.gif) no-repeat 0 -21px;
}
.cssLoginFrm .loginFrm TABLE TD .txtInp .r{
	height:21px; width:94px;
	background:url(loginInp.gif) no-repeat right -42px;
}
.cssLoginFrm .loginFrm TABLE TD .txtInp INPUT{
	border:none; background:none;
	padding:4px; color:#666; font-size:11px;
}
.cssLoginFrm .loginFrm TABLE TD .txtInp INPUT.mail{
	background:url(userMail.gif) center no-repeat;
	background-position:8px 6px;
}
.cssLoginFrm .loginFrm TABLE TD .txtInp INPUT.pass{
	background:url(userPass.gif) center no-repeat;
	background-position:8px 6px;
}
.cssLoginFrm .registerDiv{
	border:1px solid #e5e2e2;
}
.cssLoginFrm .registerDiv TABLE{
	height:26px; width:238px;
}
.cssLoginFrm .registerDiv TABLE TD A{
	font-size:10px; text-decoration:none; color:#666;
}
.cssLoginFrm .registerDiv TABLE TD A:hover{
	font-size:10px; color:#0c3e74; text-decoration:underline;
}
.cssLoginFrm .registerDiv TABLE TD .passForget{
	background:url(passForget.gif) left center no-repeat;
}
.cssLoginFrm .registerDiv TABLE TD .passForget DIV{
	padding:4px 0 6px 15px;
}
.cssLoginFrm .registerDiv TABLE TD .signup{
	background:url(userIcon.gif) left center no-repeat;
}
.cssLoginFrm .registerDiv TABLE TD .signup DIV{
	padding:4px 0 6px 20px;
}
.cssLoginFrm .userMenuMain{
	display:block; height:20px;
	text-align:center; font-size:11px; color:#666; font-weight:bold;
	background:url(dot.gif) bottom repeat-x;
}
.cssLoginFrm .userMenu{
	padding:0px;
}
.cssLoginFrm .userMenu UL{
	padding:0px; margin:0px;
	list-style:none;
}
.cssLoginFrm .userMenu UL LI{
	padding:5px 0 3px 5px; margin:0px; border-bottom:1px solid #eee;
}
.cssLoginFrm .userMenu UL LI A{
	font-size:11px; color:#0c3e74; text-decoration:none;
}

.cssPartner{
	background:url(loginB.gif) repeat-y;
	background-position:-7px 0;
	width:960px;
}
.cssPartner .m{
	background:url(loginB.gif) repeat-y;
	background-position:953px 0;
	display:block; padding:0 10px;
}
.cssPartner .t{
	height:10px; display:block;
	background:url(loginBox.gif) repeat-x bottom;
}
.cssPartner .t .l{
	height:10px;
	background:url(loginBox.gif) no-repeat;
	background-position:0 -10px;
}
.cssPartner .t .r{
	height:10px;
	background:url(loginBox.gif) no-repeat right -20px;
}
.cssPartner .b{
	height:10px; display:block;
	background:url(loginBox.gif) repeat-x top;
}
.cssPartner .b .l{
	height:10px;
	background:url(loginBox.gif) no-repeat;
	background-position:0 -40px;
}
.cssPartner .b .r{
	height:10px;
	background:url(loginBox.gif) no-repeat right -30px;
}

.cssPartner #banner TABLE{ width:940px; }
.cssPartner #banner TABLE TD IMG{
	border:none;
}
.cssPartner #banner TABLE TD{
	height:70px;
}
.cssPartner #banner TABLE TD.logo{
	width:100px;
	text-align:center;
}
.cssPartner #banner TABLE TD.btn{
	width:20px;
}

.cssJobSearchMenu{
}
.cssJobSearchMenu .jobMenu{
	height:26px; display:block;
	background:url(jobMenu1.gif) repeat-x;
	background-position:0 -52px;
	cursor:pointer;
}
.cssJobSearchMenu .jobMenu .l{
	height:26px; display:block;
	background:url(jobMenu1.gif) no-repeat left top;
}
.cssJobSearchMenu .jobMenu .r{
	height:26px; display:block;
	background:url(jobMenu1.gif) no-repeat right -26px;
}
.cssJobSearchMenu .jobMenu .p{
	padding:6px 0 10px 10px;
	font-size:11px; color:#0484ab; font-weight:bold;
}
.cssJobSearchMenu .jobMenu A{
	font-size:11px; color:#0484ab; text-decoration:none; font-weight:bold;
	display:block;
}
.cssJobSearchMenu .jobMenu A:hover{
	font-size:11px; color:#0484ab; text-decoration:underline; font-weight:bold;
}
.cssJobSearchMenu .jobMenuS{
	height:2px; display:block;
}
.cssJobSearchMenu .jobMenuSel{
	height:26px; display:block;
	background:url(jobMenuSel.gif) repeat-x;
	background-position:0 -52px;
}
.cssJobSearchMenu .jobMenuSel .l{
	height:26px; display:block;
	background:url(jobMenuSel.gif) no-repeat left top;
}
.cssJobSearchMenu .jobMenuSel .r{
	height:26px; display:block;
	background:url(jobMenuSel.gif) no-repeat right -26px;
}
.cssJobSearchMenu .jobMenuSel .p{
	padding:6px 0 10px 10px;
	font-size:11px; color:#FFF;
}
.cssJobSearchMenu .jobMenuSel A{
	font-size:11px; color:#FFF; text-decoration:none;
	display:block;
}
.cssJobSearchMenu .jobMenuSel A:hover{
	font-size:11px; color:#FFF; text-decoration:none;
}
.cssJobSearchMenu .subCat{
	padding:1px 3px;
}
.cssJobSearchMenu .subOn{
	background:#95a6b7;
}
.cssJobSearchMenu .subCat A{
	font-size:10px; color:#0484ab; text-decoration:none;
	display:block;
}
.cssJobSearchMenu .subCat A:hover{
	font-size:10px; color:#0484ab; text-decoration:none;
}
.cssJobSearchMenu .more{
	text-align:right;
}
.cssJobSearchMenu .more A{
	font-size:10px; color:#0484ab; text-decoration:none;
	display:block;
}
.cssJobSearchMenu .more A:hover{
	font-size:10px; color:#0484ab; text-decoration:none;
}



.cssJobSearchBox{
	background:url(searchBoxL.gif) left top repeat-y;
}
.cssJobSearchBox LABEl{
	cursor:pointer;
}
.cssJobSearchBox .sboxTop{
	background:url(searchBox.gif) repeat-x;
	background-position:0 -88px;
	height:30px;
}
.cssJobSearchBox .sboxTop .l{
	background:url(searchBox.gif) no-repeat;
	background-position:0 -55px;
}
.cssJobSearchBox .sboxTop .r{
	background:url(searchBox.gif) no-repeat right -22px;
	height:30px; display:block; overflow:hidden;
}
.cssJobSearchBox .sboxTop .p{
	padding:6px 0 10px 10px;
	font-weight:bold;
}
.cssJobSearchBox .sboxBtm{
	background:url(searchBox.gif) repeat-x;
	background-position:0 5px;
}
.cssJobSearchBox .sboxBtm .l{
	background:url(searchBox.gif) no-repeat;
	background-position:0 -4px;
}
.cssJobSearchBox .sboxBtm .r{
	background:url(searchBox.gif) no-repeat right -13px;
	height:9px; display:block;
}
.cssJobSearchBox .sboxMid{
	background:url(searchBoxR.gif) right top repeat-y;
	padding:5px 10px;
}

.cssPage{
	padding:0 10px;
}
.cssPage .pageHead{
	background:url(pageHeadBtn.gif) bottom repeat-x;
	display:table; width:960px;
	padding-bottom:10px;
}
.cssPage .pageHead UL{
	height:30px; overflow:hidden;
	padding:0px; margin:0px; list-style:none;
}
.cssPage .pageHead UL LI{
	height:30px;
	padding:0px; margin:0px;
	float:left;
}
.cssPage .pageHead UL LI.menu{
	float:right;
}
.cssPage .pageHead UL LI.menu DIV{
	padding:20px 10px 0 10px;
}
.cssPage .pageHead UL LI.menu A{
	font-weight:bold; text-transform:uppercase; color:#8e9baa; font-size:11px; text-decoration:none;
	text-shadow: #FFF 0 1px 0;
}
.cssPage .pageHead UL LI.sel A{
	color:#344461;
}
.cssPage .pageHead UL LI.menu A:hover{
	font-weight:bold; text-transform:uppercase; color:#344461; font-size:11px; text-decoration:none;
}
.cssPage .pageHead UL LI.pageTitle{
	font-weight:bold; font-size:20px; text-transform:uppercase; color:#082631;
	text-shadow: #f4f5f6 0 1px 0;
}
.cssPage .pageHead UL LI.pageTitle DIV{
	padding:10px 0 0 0;
}
.cssPage .pageHead UL LI.pageTitle SPAN{
	color:#75a0b6; font-weight:normal; font-size:15px;
	text-shadow: #FFF 0 1px 0;
}
.cssPage .subMenus{
	padding:10px 0 10px 60px;
	background:url(pageHeadBtn.gif) bottom repeat-x;
}
.cssPage .subMenus TABLE{
	width:900px;
}
.cssPage .subMenus TABLE TD{
	vertical-align:top;
	padding:5px 0 5px 16px;
	background:url(submenu.gif) left center no-repeat;
}
.cssPage .subMenus TABLE TD A{
	font-weight:bold; font-size:11px; text-decoration:none; text-transform:uppercase; color:#0288ae; text-shadow:#FFF 1px 1px 1px;
}
.cssPage .subMenus TABLE TD A:hover{
	color:#b5b5b5;
}
.cssPage .subMenus TABLE TD A.sel{
	color:#b5b5b5;
}

.cssPage .pageNotes{
	padding:20px 0;
}
.cssPage .pageNotes .title{
	font-weight:bold; font-size:17px; color:#092d4d;
}
.cssPage .pageNotes .note{
	font-size:11px; color:#616a73; line-height:140%;
}

.cssPage .pageNews .newsTitle{
	font-weight:bold; color:#092d4d; font-size:25px; text-transform:uppercase; line-height:100%;
	padding-top:5px; padding-bottom:15px;
}
.cssPage .pageNews .newsTxt{
	color:#616a73; font-size:11px; line-height:150%; text-align:justify;
}
.cssPage .pageNews .newsTxt P{
	padding:0 0 10px 0;
}
.cssPage .newsImg{
	border:1px solid #CCCCCC;
	text-align:right;
	float:left;
	margin-right:10px; margin-bottom:10px;
}
