body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#F8FCFF;
}
A:link, A:active, A:hover, A:visited{
text-decoration:none;
color:#549CD4;
}
.main{
width:989px;
text-align:left;
}
#content{
background-image:url(../images/content_bg.gif);
background-repeat:repeat-y;
width:989px;
}
.inner_content{
width:975px;
padding:7px;
}
.search_back{
width:957px;
background-color:#D4EEFB;
height:39px;
border:solid 1px #A1D7F1;
margin-bottom:10px;
padding:8px;
}
.search_back_inner{
margin-top:2px;
*margin-top:10px;
width:100%;
line-height:14px;
}
.search_back_inner div{
width:220px;
float:left;
font-size: 11px;
color:#000033;
}
.search_field{
width:197px;
float:left;
height:26px;
line-height:26px;
color:#000;
border:solid 1px #39B7CD;
font-size: 12px;
}
.search_field2{
width:197px;
float:left;
height:26px;
line-height:26px;
color:#C5C4C4;
border:solid 1px #39B7CD;
font-size: 12px;
}
.search_field1{
width:197px;
float:left;
height:23px;
line-height:23px;
color:#000;
border:solid 1px #39B7CD;
margin-left:20px;
	font-size: 12px;
}
.loading {
	background-color: #FFE5E5;
	border:solid 1px #FF6565;
	outline: none;
	}
.search_btn{
display:block;
float:left;
margin-left:20px;
width:70px;
height:26px;
color:#fff;
background-color:#0EA2BE;
border:solid 1px #0EA2BE;
cursor:pointer;
}
.inner_content .left{
width:800px;
float:left;
}
.inner_content .right{
width:167px;
float:right;
min-height:250px;
}
.clear_all{
width:100%;
clear:both;
height:8px;
overflow:hidden;
}
.menu{
background-color:#268AAC;
height:30px;
padding-top:5px;
width:100%;
clear:both;
}

.menu a{
	border:1px solid #EAEFF4;
	border-bottom:0px solid #EAEFF4;
    font-size:17px;
	color:#ffffff;
    text-decoration:none;
	padding:2px 7px 3px 7px;
	text-align:center;
	line-height:24px;
	background-color:#56ADCB;	
	float:left;
	margin-left:5px;
}

.menu a:hover, .menu a:focus
{
	background-color:#FBFBFB;
	color:#3A5E87;	
}
.menu a.current{
	background-color:#FBFBFB;
	color:#3A5E87;
}
/* .central_search{
float:right;
width:316px;
margin-right:10px;
}
.central_search input{
float:left;
width:268px;
border:solid 1px #ABADB3;
height:24px;
line-height:24px;
}
.central_search a{
	border:1px solid #fff;
    font-size:14px;
	font-weight:bold;
	color:#ffffff;
    text-decoration:none;
	padding:1px 5px 1px 5px;
	text-align:center;
	line-height:23px;
	background-color:#F99700;	
	float:left;
	margin-left:5px;
}*/
.submenu{
background-image:url(../images/content_bg.gif);
background-repeat:repeat-y;
width:989px;
height:27px;
border-bottom:solid 1px #D3DEE2;
}

/* for submenu */

#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left;
			margin-top:8px; 
			display:inline;
			position:relative;
			z-index:500;
			border-right:solid 1px #666666;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:inline; 
			padding:4px 12px 4px 12px;
			line-height:15px; 
			text-decoration:none; 
			color:#aaa;
			color:#3A5EB0;
		}

		#nav li a:hover {
			color:#5FA5DA;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#5FA5DA;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0;
			top:17px; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
			background:#D8DFEA;
		}
		
		#nav ul li {
			width:150px; 
			float:left; 
			border:0px;
			margin:0px;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			line-height:15px;
			color:#666;
			border-top:solid 1px #D8DFEA;
			border-bottom:solid 1px #D8DFEA;
		}
		
		#nav ul a:hover {
			background-color:#268AAC;
			color:#FFFFFF;

			border-top:solid 1px #fff;
			border-bottom:solid 1px #fff;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
	margin-left: -2px;
		}
		
		
		
		
		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: #666666;
			z-index:1001;
			-moz-opacity: 0.5;
			opacity:.50;
			filter: alpha(opacity=50);
		}
		.white_content {
			display: none;
			background-position:center;
			background-repeat:no-repeat;
			position: absolute;
			top: 18%;
			left: 20%;
			width: 700px;
			height: 225px;
			border:7px solid #EAEAEA;padding:10px;
			background-color: white;
			z-index:1002;
			overflow: hidden;
		}
		.white_content ol{
		padding:0px;
		margin:10px;
		}
		.white_content ol li {
		line-height:20px;
		}
		
/* for footer */		


.footer_back
{
color: #fcfcfc;
text-align:center;
font-size:13px;
background-color:#5998B0;
width:100%;
}
.footer_top{
height:36px;
line-height:36px;
font-weight:bold;
font-size:14px;
background-color:#3B85A3;
border-bottom:1px solid #C2D5DD;
}
.footer_bottom{
height:36px;
border-top:1px solid #C2D5DD;
background-color:#3B85A3;
}
.footer_back_inner
{
width:979px;
}
.footer_back_separator
{
width:242px;
line-height:18px;
float:left;
margin-top:8px;
}
.footer_back_inner a{
color:#fcfcfc;
text-decoration:none;
}
.footer_back_inner a:hover{
text-decoration:underline;
}
/* for footer */	


	/* for content */
	.jr_job_main{
width:800px;
clear:both;

}
.job_head_left{
width:225px;
height:30px;
background-color:#D8DFEA;
line-height:30px;
text-indent:22px;  
font-weight:bold;
float:left;
}

.jr_jobs_tab{
width:159px;
line-height:27px;
height:27px;
background-color:#F3F3F3;
text-align:center;
float:left;
clear:none;
font-weight:bold;
border-right:solid 1px #BABABA;
}
.jr_jobs_content{
width:155px;
padding-left:5px;
float:left;
clear:none;
line-height:20px;
}
	/* for content */
.right_box{
width:167px;
text-align:left;
margin-bottom:10px;
}
.right_box_head{
width:167px;
height:29px;
line-height:29px;
color:#fff;
background-color:#2E8BAD;
text-indent:12px;
font-size:13px;
font-weight:bold;
margin:0px;
}
.right_box_content{
width:155px;
padding:5px;
line-height:20px;
border:solid 1px #D1D2D3;
border-top:0px;
}
.job_head{
width:800px;
height:42px;
line-height:42px;
background-color:#EFEFEF;
text-indent:20px;
}
.job_head h1{
font-size: 16px;
line-height:42px;
font-weight: bold;
color: #0C3242;
padding:0px;
margin:0px;
}
.job_head .l1 {
float: left;
}
.job_head .r1 {
float: right;
width:200px;
padding-right: 15px;
font-size: 11px;
color: #4CBEE2;
font-weight: normal;
}
.job_detail_body{
width:798px;
border:solid 1px #BEBEBE;
margin-top:10px;
font-family:verdana;
font-size:12px;
line-height:20px;
}
.job_detail_body .subhead{
height:36px;
line-height:36px;
width:100%;
font-weight:bold;
background-color:#EFEFEF;
text-indent:5px;
}
.job_detail_body .dott{
border-bottom:dotted 1px #D2D2D2;
margin-bottom:5px;
margin-left:5px;
margin-right:5px;
width:788px;
}
.job_detail_body .plain{
margin-bottom:5px;
margin-left:5px;
margin-right:5px;
width:788px;
}
.view_more{
clear:both;
text-align:right;
}
.view_more a{
line-height:21px;
margin-right:12px;
text-decoration:none;
color:#025E87;
}
.view_more a:hover{
	text-decoration:underline;
}
.jr_jobs_content a{
text-decoration:none;
color:#3900FF;
font-weight:bold;
}
.jr_jobs_content a:hover{
	text-decoration:underline;
}
.premeum_adv{
float: left;
width:450px;
margin-top:29px;
}
.login{
float: right;
width:150px;
text-align:right;
margin-right:6px;
font-weight:bold;
 margin-top:79px;
}
.login a{
	color:#599CD5;
	text-decoration:none;
}
.login a:hover{
	text-decoration:underline;
}
.applynow_button{
	width:104px;
height:31px;
line-height:31px;
text-align:left;
background-color:#fff;
border:solid 2px #29AB37;
	}
.applynow_button a{
	margin-left:2px;
	margin-top:2px;
display:block;
width:100px;
height:27px;
font-size:16px;
font-family:arial;
line-height:27px;
text-align:center;
background-color:#29AB37;
color:#fff;
text-decoration:none;
}
.applynow_button a:hover{
margin-left:2px;
margin-top:2px;
display:block;
width:100px;
height:27px;
font-size:16px;
font-family:arial;
line-height:27px;
text-align:center;
background-color:#188020;
color:#fff;
text-decoration:none;
}
.add_link a{
	color:#599CD5;
	text-decoration:none;
}
.add_link a:hover{
	text-decoration:underline;
}
.job_pipe_right {
	height:30px;
	line-height:30px;
	float:right;
	margin-right:5px;
	margin-left:5px;
	clear:none;
}
.right div{
	margin-bottom:4px;
}
.content_adv_div{
	width:100%;
	clear:both;
	margin-top:12px;
	margin-bottom:14px;
}
.logo{
	
       width:270px;
       float:left;
       margin-top:9px;
       margin-bottom:10px;
}
#fade_close{
	float:right;
	}
