/*
Theme Name: GoWeb Asia
Theme URI: http://www.gowebasia.com
Version: 3.0
Description: Developed by GoWeb Asia
Author: GoWeb Asia
Author URI: http://www.gowebasia.com
Tags: GoWeb Asia
*/

*{
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
	color:#ED4337;	
}

img {
	border: none;
}

html, body { /* For fixing background bug in cross browser, need to apply the same CSS for HTML and BODY */
	width: 100%;
	height: 100%;
	background-color: #A8A9AD;
	background-image:url('images/bg.png');
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

/* Main Container */
#main_container {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
}

#main_container_wrapper {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 1010px;
	height: 95px;
	background-image:url('images/header.png');
	background-repeat:no-repeat;
}


#left_container{
	width: 745px;
	height: 620px;
	float:left;
	overflow: hidden;
}

#right_container{
	width: 265px;
	height: 620px;
	float:right;
	background-image:url('images/bg_right.png');	
	overflow: hidden;
}

#right_container_wrapper{
	width: 265px;
	height: 620px;
	margin: 0px;
	overflow:hidden;
}

#left_container_top{
	width: 900px;
	height: 100px;
	float:left;
	overflow: hidden;
	background-color:#FFF;
}

#left_container_bottom{
	width: 745px;
	height: 620px;
	float:left;
	overflow: hidden;
}

#hot_jobs_container{
	margin: 0px;
	width: 245px;
	height: 620px;
	float:left;
	overflow: hidden;
	background-image:url('images/bg_hotjobs.png');
}

#banner_and_content_container{
	width: 500px;
	height:620px;
	float: left;
	overflow:hidden;
	background-image:url(images/bg_content.png);
	background-repeat:no-repeat;
}


/* Header */
#header_logo{
	margin-top:10px;
	margin-left: 20px;
	width: 200px;
	height: 55px;
	float: left;
}

#header_logo a{
	width: 200px;
	height: 55px;
	display: block;
}

/* Nav Multi-Level Menu */
#nav {
	margin-top: 27px;
	margin-right: 290px;
	float:right;
}

/* First Horizontal Level Menu List: Set the margin here */
#nav ul {
	list-style: none;
	z-index: 9999;
	line-height: 1;
	display:block;
}

/* First Horizontal Level Menu List Item: Set Border Here */
#nav li {
	float: left;
	text-align: left;
	display:block;
}

/* Link: Set the background, font and padding here */
#nav a {
	color:#FFFFFF;
	font-size: 14px;
	padding: 5px;
	padding-right:10px;
	padding-left: 10px;
	display: block;
	border:none;
	
}

#nav a.first_item{
	border: none;
}

#nav a.curr_page {
	color:#000;
}

/* Link Hover: set the background and font color here */
#nav a:hover {
	color:#ED4337;
}
#nav a.curr_page:hover {
	color:#ED4337;
}

 /* Second-level Vertical Menu which attached BELOW the first level: set background here*/
#nav li ul {
	/* Width of the sub menu MUST be defined. Becareful that this value affecting different block's width and margin value below */
	width:auto;
	/* Margin and Padding */
	margin: 0px;
	padding: 0px;
	display:block;
	/* Hide the list */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:solid;
	border-width:1px 1px 0px 1px;
	border-color:#333333;
	background-color:#7F8285;
}

#nav li ul a{
	padding: 5px;
}

#nav li ul li{
	border:solid;
	border-width:0px 0px 1px 0px;
	border-color:#333333;
	float:left;
	clear:both;	
}

/* Second Level Vertical Menu Link which attached BELOW the first level: nothing is needed to set */
#nav li ul a{
	width: 100px; /* Width of Sub menu - (padding * 2) */
	overflow:hidden;
}
#nav li ul a:hover{
/*	background-color:#ED4337;
	color:#FFFFFF; */
}

/* third-and-above-level lists, Vertical Menu, attached NEXT to the upper level: nothing is needed to set */
#nav li ul ul { 
	margin: -30px 0px 0px -99%; /* The last value is the Width of sub Menu - 5 */
	padding: 0;
}

/* third-and-above-level links, Vertical Menu, attached NEXT to the upper level: nothing is needed to set */
#nav li ul ul a{
	width: 125px; /* Width of Sub menu - (padding * 2) */ 
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* End of NAV menu */

#hot_jobs_container .titles{
	height: 20px;
	width: 200px;
	margin-top: 19px;
	margin-left: 13px;
}
#hot_jobs_container .titles #hot-jobs{

	float:left;
	display:block;

	font-weight:bold;
	font-size:15px;
	color:#FFF;		

	padding-right: 5px;

}
#hot_jobs_container .job-post-box{
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left:12px;
	display:block;
	width: 205px;
	height: 109px;
	overflow:hidden;
/*	background-color:#E63238;*/
	color:#FFFFFF;
}

#hot_jobs_container .job-post-box .job-title-box{
	display:block;
	width: 195px;
	height: 35px;
	float:left;
/*	background:#606163;*/
	color: #09428F;
	padding: 5px;
	overflow:hidden;	
}

#hot_jobs_container .job-post-box .job-title-box .job_title_text_box{
	display:block;
	float:left;
	width: 150px;
	height:35px;
	overflow:hidden;		
}

#hot_jobs_container .job-post-box .job-title-box .job_title a{
	display:block;
	float:left;
	width: 150px;
	height:15px;
	font-size:12px;
	font-weight:bold;
	color:#09428F;
	overflow:hidden;	
}

#hot_jobs_container .job-post-box .job-title-box .job_location{
	display:block;
	float:left;
	width: 150px;
	height:20px;
	color:#09428F;
	overflow:hidden;		
}

#hot_jobs_container .job-post-box .job-title-box .job_flag{
	display:block;
	width: 35px;
	height: 35px;
	float:right;
}

#hot_jobs_container .job-post-box .job-content-box{
	display:block;
	width: 195px;
	height: 53px;
	float:left;
/*	background:#E63238;*/
	color: #FFFFFF;
	padding: 5px;
	overflow:hidden;	
	border: 1px solid #666;
	border-left: none;
	border-right: none;
	border-top: none;
	border:none;
	font-size:10px;	
}

#hot_jobs_container .job-post-box .job-content-box *{
	color: #FFFFFF;
	font-size:12px;	
}

#banner_container{
	float:left;
	width: 500px;
	height:162px;
	overflow:hidden;
}
#banner {
	float: left;
	width: 500px;
	height:162px;
	overflow:hidden;	
}

#content_container{
	margin-top:10px;
	float: left;
	overflow:hidden;
	width:500px;
	height: 448px;

}

#content_container .title{
	height: 20px;
	width: 100%;
	margin-bottom: 5px;
	margin-left: 1px;
	background-image:url(images/title_center.jpg);
	background-repeat:repeat-x;	
}

#content_container .title a{
	float:left;
	display:block;
	font-weight:bold;
	font-size:16px;
	color:#09428F;		
	background-color:#FFF;
	padding-right: 6px;
	padding-left: 6px;
}

#content_container .post{
	width: 480px;
	height: 360px;
	float: left;
	overflow: auto;
	padding:10px;
	/*background-color:#FFFFFF;*/
	color:#000;
}

#content_container .post ul{
	margin-left: 20px;
}

#right_container_wrapper .links_widget{
	margin:0px;
	margin-top:10px;
	padding:0px;
	float:left;
	width: 255px;
	height:170px;
	overflow: hidden;
	/*
	background-image:url(images/bg_links.png);
	background-repeat:no-repeat;	
	*/
}

#right_container_wrapper .news_widget{
	margin:0px;
	margin-top:14px;
	padding:0px;
	float:left;
	width: 255px;
	height:110px;
	overflow: hidden;
	/*
	background-image:url(images/bg_news.png);
	background-repeat:no-repeat;	
	*/
}

#right_container_wrapper .event_widget{
	margin:0px;
	margin-top: 20px;
	padding:0px;
	float:left;
	width: 255px;
	height:230px;
	overflow: hidden;
	/*
	background-image:url(images/bg_event.png);
	background-repeat:no-repeat;	
	*/
}

#right_container_wrapper .event_widget .title{
	float:left;
	height: 20px;
	width: 100%;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 8px;
}

#right_container_wrapper .title{
	float:left;
	height: 20px;
	width: 100%;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 10px;
}

#right_container_wrapper .title div{
	float:left;
	display:block;
	font-weight:bold;
	font-size:16px;
	color:#FFF;		
	padding-right: 5px;	
}

#right_container_wrapper .title a{
	float:left;
	display:block;
	font-weight:bold;
	font-size:16px;
	color:#FFF;		
	padding-right: 5px;	
}

#right_container_wrapper .post{
	float:left;
	display:block;
	font-weight:bold;
	font-size:16px;
	color:#FFF;		
	padding-right: 5px;	
	margin-bottom: 20px;
}

#right_container_wrapper .event_widget .post{
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	font-weight:bold;
	font-size:16px;
	color:#FFF;		
	width: 205px;
	height:190px;
	margin-left:28px;
	margin-top:5px;
	overflow: hidden;
}

#right_container_wrapper .post .sideblock h3{
	display:none;
}

#right_container_wrapper .post .sideblock h3{
	display:none;
}

#right_container_wrapper .post .sideblock li{
	display:block;
	float:left;
	margin-left:10px;
	width: 245px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type:none;
	border: 1px solid #5166A3;
	border-left: none;
	border-right: none;
	border-top: none;
}

#right_container_wrapper .post .sideblock li a{
	display:block;
	float:left;
	width: 250px;
	font-size: 12px;
	color:#FFF;
	font-weight:100;
}

#right_container_wrapper .post .sideblock_b a{
	display:block;
	float:left;
	width: 235px;
	height: 57px;
	font-size: 12px;
	color:#FFF;
	font-weight:100;
	margin-top:5px;
	margin-left:10px;
	margin-right: 10px;
	overflow:hidden;
}

#right_container_wrapper .post .more_link a{
	display:block;
	width: 300px;
	height: 15px;
	margin-top: 5px;
	font-size: 12px;
	color:#FFF;
	font-weight:100;
	float:left;
	text-decoration:underline;
}

#right_container_wrapper .event_block a{
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	width: 205px;
	height:190px;
	font-size: 12px;
	color:#FFF;
	font-weight:100;
}

#right_container_wrapper .event_block a img{
	width: 205px;
	height:150px;
	overflow:hidden;
}

#slider {
	width: 205px;
	height:190px;
	overflow:hidden;
	float:left;		
}

#slider ul{
	margin:0px;
	padding:0px;
	float:left;
}
#slider li{
	list-style:none;
	margin:0px;
	padding:0px;
	width: 205px;
	height:190px;
	overflow:hidden;
}
#slider li a{
	display:block;
	width: 205px;
	height:190px;
}
#nextBtn{
	margin-top:5px;
	float:right;
	display:none;
}
#nextBtn a{
	color:#AFAFAF;
	display:block;
	width:20px;
	height:20px;
	background-image:url('img/next.png');
}
#prevBtn{
	margin-top:5px;
	float:left;
	display:none;
}
#prevBtn a{
	color:#AFAFAF;	
	display:block;
	width:20px;
	height:20px;
	background-image:url('img/previous.png');	
}

#footer {
	width: 990px;
	padding: 10px;
	clear:both;
	text-align:right;
}

#footer a{
	color:#000000;
}
