/*  
Theme URI: http://www.whohalist.com/
Version: 1.0
Author: ComproDesign
Author URI: http://www.comprodesign.com
*/
@import "reset.css";

/* Fix up IE6 PNG Support */
img, #logo, #login_form .submit_btn, .powerby img { behavior: url(css/iepngfix.htc); }

*{ 
	padding:0; 
 	margin:0;
 }
p{
	margin-bottom:5px;
}
br{
	clear:left;
	margin:0;
	padding:0;
	}
h2{
	font:bold 24px/24px Arial, Helvetica, sans-serif;
	color:#4290E8;
	padding-bottom:15px;
	}
h3{
	font:18px/24px Arial, Helvetica, sans-serif;
	color:#333333;
	padding-bottom:5px;
	border-bottom:1px solid #ECECEC;
	margin-bottom:5px;
}
h4{
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color:#4290E8;
	padding-bottom:5px;
}
h5{
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color:#333;
	padding-top:0px;
}
h6{
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	color:#FF3300;
	margin-bottom:15px;
	text-align:center;
	width:100%;
	
	}
p.big_txt{
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	color:#3330;
	padding-bottom:8px;
	}
p.privacy_header{
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color:#333;
	padding-bottom:0px;
}
.left_padding:first-letter{
	padding-left:20px;

}
a{
	outline:none;

}
p.cat_header{
	font:bold 16px/18px Arial, Helvetica, sans-serif;
	color:#4290E8;
	padding-bottom:5px;
	border-bottom:1px solid #ECECEC;
		
}
body {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:18px;
	background:url(../images/bg_grad.gif) repeat-x left top;
	background-color:#FFFFFF;
	}
#container{
	width:930px;
	/*margin:5px auto;*/
	border-width:1px;
	border-style:solid;
	border-color:#E2E2E2;
	margin-left:60px;
}
/**-- header
----------------------------------------------------------------------------------------*/
#top_header{
	width:930px;
	height:82px;
	background:url(../images/header_bg.gif) repeat-x left top;
}
#logo h1 {
	margin:0px;
	display:block;
	text-indent:-9999px;
	}
#logo {
	float:left;
	position:relative;
	top:10px;
	left:19px;
	background:url(../images/logo_beta.jpg) no-repeat left top;
	width:236px;
	height:61px;
}
/**-- login
--------------------------------------------------------------------------------------------*/
#login{
	width:409px;
	float:right;
	padding-top:15px;
	}
#login_form{
	padding:0px 10px;
}
#login_form label{
	font:normal 11px/18px Tahoma,Arial, Helvetica, sans-serif;
	color:#333333;
	padding:2px;
	float:none;
	margin:0px;
	}
#login_form label.label2 {
	width:75px;
	float:left;
}
#login_form input.txtbox{
	color:#333333;
	width:120px;
	padding:2px;
	font-size:11px;
	border:1px solid #CCC;
	margin:0px;
	background:#FFFFFF;
	}
#login_form p{
	margin-bottom:5px;
	
}
#login_form p span{
	padding-left:60px;
	
}
#login_form a{
	font:normal 11px/18px Tahoma,Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:underline;
	}
#login_form a:hover{
	text-decoration:none;
	}
#login_form .submit_btn{
	border:none;
	background:url(../images/btn.jpg) no-repeat 0 1px;
	width:100px;
	height:23px;
	font:bold 11px/14px Tahoma,Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	margin-left:0px;
	}
#login_form .submit_btn:hover{
	color:#CCC;
	}
/**--Menu Formatting 
--------------------------------------------------------------------------------------------------*/
#top_nav{
	/*background: url(../images/menu_bg.jpg) repeat-x left top;*/
	background-color:#F8F7F7;
	height:29px;
	width:400px;
	border-bottom:1px solid #B9B9B9;
	width:100%;
	background:url(../images/search_bg.gif) repeat-x left top;

}
 ul#menu { 
	 /*If your links text is bigger you will have to adjust this value*/
	height: 29px;
	margin: 0px;
	padding: 0;
	line-height: 29px; /*same as height. This will center your text vertically*/
	text-decoration: none;
	float:left;
	
	}
 ul#menu li { 
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-decoration: none;
	}
ul#menu li em {
	display: block;
	float: left;
	width: 1px;
	height: 20px;
	margin:4px 0;
	background:url(../images/menu_sep.jpg) no-repeat top left;
	}
			
 ul#menu li a { 
	display: block;
	text-decoration: none;
	text-transform: inherit;
	padding: 0 22px;
	color: #4290E8 ;
	font-weight: bold;
	font-size:11px;
	}
ul#menu li a:hover{
	color: #4290E8 ;
	text-decoration:underline;

}

/* clock
------------------------------------------------------------------------------------------------------------------*/
#clock{
	text-align:right;
	padding:5px 30px 5px 0px;
	display:block;

} 

/**--main
----------------------------------------------------------------------------------------------------------------*/
#main{
	width:930px;
	clear:both;
	position:relative;
	overflow:hidden;
	padding:0px;
	margin:0px;
	background:#FFFFFF;
	padding-bottom:0px;
}
#top_categories{
	width:918px;
	position:relative;
	clear:both;
	overflow:hidden;
	padding-left:10px;
	padding-bottom:5px;
	}
#page{
	clear:both;
	width:914px;
	position:relative;
	overflow:hidden;
	float:left;
	padding-bottom:10px;
}
#inside_page{
	width:900px;
	position:relative;
	padding:10px 150px;
}

/**Terms of use
-----------------------------------------------------------------------------------------------------------------**/
ul.alpha_list{
	list-style-type:upper-alpha;
	padding-left:20px;
}
ul.alpha_list li{
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	color:#333;
	padding:10px 0px 0px;

}
ul.alpha_list  p{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	margin-top:10px;

}
ul.squar_list{
	list-style-type:disc;
	padding-left:15px;
}
ul.squar_list li{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#333;
	padding:10px 5px 5px;
}

a.link1{
	color:#4290E8;
	text-decoration:underline;
	padding:0 2px;
}
a.link1 hover{
	text-decoration:none;
}
/**giveaway
----------------------------------------------------------------------------------------------------------------------**/
ul.number_list{
	list-style-type:decimal;
	padding-left:15px;
	margin-left:10px;
}
ul.number_list li{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px 5px 5px;
}
/**for home page
--------------------------------------------------------------------------------------------------------------------**/
#left_content{
	float:left;
	width:606px;
	margin-left:8px;
	}
#right_content{
	float:left;
	left:auto;
	width:292px;
	}
/**for inside page
---------------------------------------------------------------------------------------------------------------------**/
#menu_left{
	float:left;
	width:190px;
	margin-right:10px;
	margin-left:5px;
	}
#middle{
	float:left;
	width:520px;
	margin-right:10px;
	}
#right_side{
	float:left;
	width:150px;
	}
#right_side .ad_banner{
	padding-bottom:10px;
	width:150px;

}
/**category
---------------------------------------------------------------------------------------------------------------------**/
#category{
	width:295px;
	height:auto;
	float:left;
	padding-left:8px;
	padding-top:8px;
	
	}
#category_below{
	width:292px;
	height:auto;
	float:left;
	padding-left:8px;
	padding-top:8px;
	
	}
#big_box{
	width:100%;
	height:auto;
	float:left;
		
	}
#right_navbox{
	width:294px;
	height:auto;
	float:left;
	padding:5px;
	}
#inside_page{
	width:auto;
	padding:15px 15px 5px 5px;
	

}
/**--list1
------------------------------------------------------------------------------------------------------------------*/
ul.list1{
	list-style-type:none;
	overflow:hidden;
	padding:5px 0 15px;
		}
ul.list1 li{
	width:auto;
	display:block;
	}
ul.list1 li a{
	font:normal 12px/18px Tahoma,Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#4290E8;
	padding:2px 3px;
	}
ul.list1 li a:hover{
text-decoration:underline;
}

a.more{
	font:bold 11px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#4290E8;
	padding:0 0 0 112px;
	
}
a.more:hover{
	text-decoration:none;

}
/**--list2
------------------------------------------------------------------------------------------------------------------*/
ul.list2{
	list-style-type:none;
		}
ul.list2 li{
	width:auto;
	display:block;
	background:url(../images/arrows.jpg) no-repeat 0 6px;
	padding-left:15px;
	}
ul.list2 li a{
	font:normal 12px/18px Tahoma,Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#4290E8;
	}
ul.list2 li a:hover{
	text-decoration:underline;
}

/**--list3
------------------------------------------------------------------------------------------------------------------*/
ul.list3{
	margin-top:10px;
	list-style-type:circle;
	padding-left:20px;
	}
ul.list3 li{
	width:auto;
	display:block;
	margin-bottom:10px;
	margin-left:10px;
	}

/**--Search
------------------------------------------------------------------------------------------------------------------*/
#search_box{
	text-align:center;
	clear:left;
	width:890px;
	background:url(../images/search_bg.gif) repeat-x left top;
	height:46px;
	border:1px solid #ECECEC;
	margin:5px;
	margin-left:15px;
}
#search_form{
	padding:9px 20px 8px 25px;
}
#search_form label{
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	color:#333333;
	padding-right:10px;
	}
#search_form input.txt_box{
	color:#333333;
	width:230px;
	border:1px solid #CCCCCC;
	padding:2px;
	font-size:12px;
	}
#search_form input.zip{
	width:60px;
	color:#333333;
	border:1px solid #CCCCCC;
	padding:2px;
	font-size:12px;
	margin-right:3px;
}
#search_form select{
	
	color:#333333;
	border:1px solid #CCCCCC;
	padding:2px;
	margin:0 5px;
	font-size:12px;
}
#search_form select.cat{
	width:175px;

}

#search_form .submit_btn{
	border:none;
	background:url(../images/btn.jpg) no-repeat 0 1px;
	width:100px;
	height:23px;
	font:bold 11px/14px Tahoma,Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	}
#search_form .submit_btn:hover{
	color:#CCC;
	}
#search_form a{
	font:normal 11px/18px Tahoma,Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:underline;
	margin-left:25px;
	padding:2px 30px 2px 0;
	background:url(../images/find.gif) no-repeat right top;
	}
#search_form  a:hover{
	text-decoration:none;
	}
/* contact us start
-------------------------------------------------------------------------------------------------------------------*/
#contact_form{
	margin-top:15px;
	}
.errormsg {
	display: block;
	width: 90%;
	color: #333;
	font-weight: bold;
	background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border:1px solid #FF0000;
	/*border-bottom: 2px solid #FF0000;*/
}

#contact_form .msgSent {
	font-size: 20px;
	text-align: center;
}

#contact_form input, textarea, select {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	color: #666666;
	border:1px solid #CCC;
	background-color:#F8F8F8;
 	margin: 5px 0;
	}

#contact_form input.txt_field{
	width:200px;  
}
#contact_form textarea{
	width:400px;
	height:250px;
	overflow:auto;
	}

#contact_form input.txt_field:focus, textarea:focus, select:focus {
	border: 1px solid #333;
	background-color: #FFFFFF;
}

#contact_form input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	border:none;
	background:url(../images/btn.jpg) no-repeat 0 1px;
	width:100px;
	height:23px;
	font:bold 11px/14px Tahoma,Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	margin-left:120px;
 }
#contact_form input.button:hover {
	color:#CCC;
}

 .float-left{
	display: block;
	float: left;
	clear: left;
	Width: 120px;
	margin-bottom: 10px;
	margin: 5px 0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}

 span.required{
  font-size: 13px !important;
  color: red !important;
}
#confirmation_box{
	width:100%;
	margin:0 auto;
}
.confirm_txt {
  margin: 10px auto 30px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#333333;
  font-size:16px;
  line-height:18px;
  }

/**--footer
------------------------------------------------------------------------------------------------------------------*/
#footer{
	clear:both;
	width:100%;
	border-top:1px solid #DFDFDF;
	padding-bottom:6px;
	overflow:hidden;
	background:url(../images/round_box11_bg.gif) repeat-x left bottom;
	}
html>body #footer{
	margin-top:15px;

}
.foot_menu ul{
	list-style-type:none;
	margin:5px;
	text-align:center;
	}
.foot_menu ul li{
	display:inline;
	}
.foot_menu ul li a{
	padding:5px 7px;
	font:normal 11px/18px tahoma,Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#4290E8;
}
.foot_menu ul li a:hover{
text-decoration:none;
}
#footer .foot_txt{
	clear:both;
	font:normal 11px/18px tahoma,Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px;
	float:left;
	width:550px;
	text-align:right;
	}
#footer .powerby{
	float:right;
	width:220px;
}


#category_jobs
{
	width:171px;
	height:auto;
	float:left;
	padding:5px;
}
.inside_jobs 
{
	border-left: 1px solid #E2E2E2; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #E2E2E2;/* YCC: color & properties of the right-borderline */
	background:url(../images/round_box_bg.gif) repeat-x left bottom;           /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	min-height:25px;
	height:25px;
}
.left_subcat_jobs{
	width:155px;
	float:left;
	}

