html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #EDF1FA;
}
body, th, td{
	font-family: verdana;
	font-size: 12px;
}
img{ border: 0px }
form{ margin: 0px }
a{ color: Black }
u{ color: silver; }
hr{
	height: 0px;
	border: none;
	border-top: 2px solid #FF9933;
	clear: both;
}
#main{
	border: 1px solid #D6EBC3;
	width: 998px;
	margin: 0px auto;
	background-color: White;
}
#header{
	height: 139px;
}
#logo{
	display: block;
	float: left;
	margin: 10px 0px 0px 10px;
}
#banner-top{
	float: right;
	margin: 22px 13px 0px 0px;
	width: 730px;
	height: 90px;
	overflow: hidden;
}
#search{
	height: 98px;
	background-color: #99CC66;
	margin-bottom: 14px;
}
#login{
	width: 283px;
	background-color: #346633;
	float: left;
	height: 98px;
	color: White;
}
#login .input{ width: 138px }
#search #login a{ color: White }
#search #login p{ margin: 0px }
.input{ height: 16px }
#search input{
	vertical-align: middle;
}
#search p{ margin-top: 5px }
#search a{ color: Black }
.hr{
	height: 0px;
	overflow: hidden;
	clear: both;
}
.hr hr{ display: none; }

#left{
	float: left;
	width: 228px;
	margin-left: 9px;
}
#left .box{
	background-color: #EBEBEB;
	margin-bottom: 4px;
}
#left .box h3{
	background-color: #99CC66;
	background-image: url(images/h3.bg.gif);
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: White;
	text-align: center;
	line-height: 23px;
	font-size: 12px;
}
#left ul{
	margin: 0px;
	padding: 0px 10px 10px 10px
}
#left li{ list-style: none; }
#left a{ color: Black; text-decoration: none }
#left a:hover{ color: Black; text-decoration: underline }
#center{
	float: left;
}
#title{
	line-height: 20px;
	margin: 0px;
	background-color: White;
}
#title strong,
#title b
{
	color: #346633;
}
#banner-bottom{
	position: relative;
	left: -16px;
	overflow: hidden;
	width: 500px;
	height: 100px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.banner-right{
	width: 240px;
	height: 400px;
	overflow: hidden;
	margin-bottom: 22px;
}
#center .section{
	margin-top: 34px;
	line-height: normal;
}
#center .section a{
	color: #F07E2E;
	font-weight: bolder;
}
#center .section div{
	height: 23px;
	background-image: url(images/div.h4.bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 14px;
}
#center .section h4{
	background-color: #FF9C38;
	background-image: url(images/h4.bg.gif);
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 12px;
	line-height: 23px;
	margin: 0px;
	color: White;
}
#find_employer{
	background-image: url(images/bg.1.gif);
	background-repeat: no-repeat;
	background-position: left 35px;
}
#find_candidats{
	background-image: url(images/bg.2.gif);
	background-repeat: no-repeat;
	background-position: left 35px;
}
.p1{
	margin: 0px 0px 18px 92px;
}
.p2{
	margin: 0px 0px 4px 53px;
	text-indent: 14px;
	text-align: justify;
}
#section_by_city, #section_by_job{ margin-top: 33px}
#section_by_city h4, #section_by_job h4{
	background-color: #99CC66;
	background-image: url(images/h3.bg.gif);
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: White;
	text-align: center;
	line-height: 23px;
	font-size: 12px;
}
#section_by_city table, #section_by_job table{ width: 100% }
#section_by_city table td, #section_by_job table td{ vertical-align: top }
#section_by_city ul, #section_by_job ul{
	padding: 0px;
	margin: 0px;
}
#section_by_city li, #section_by_job li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 16px;
}
#section_by_city a, #section_by_job a{
	color: #666666;
}
#section_by_city a:hover, #section_by_job a:hover{
	color: black;
}
#bottom-menu{
	text-align: center;
	margin-top: 26px;
	margin-bottom: 15px;
}
#bottom-menu ul{
	margin: 0px;
	padding: 0px;
}
#bottom-menu li{
	list-style: none;
	display: inline;
	padding: 0px 4px;
}
#footer{
	background-color: #90C262;
	height: 54px;
}
#footer p{
	margin: 0px;
}
#db{
	float: left;
	padding-top: 18px;
	padding-left: 24px;
	width: 50px;
	font-size: 9px;
	text-align: center;
}
#ft{
	font-size: 11px;
	text-align: center;
	padding-top: 15px;
	line-height: 18px;	
}
#fr{
	width: 132px;
	float: right;
	font-size: 9px;
	padding-top: 20px;
}

table.list{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border-bottom: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
}
table.list th, table.list td{
	border-top: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
	line-height: 24px;
	text-align: center;
	padding: 0px 1px;
}
.section strong,
table.list td strong
{
	color: #336633;
}
table.list th{
	background-color: #E3E3E3;
	font-weight: normal;
	font-size: 11px;
}

table.list2{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border-top: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
}
table.list2 th, table.list2 td{
	border-bottom: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	padding: 5px;
}
table.list2 td strong{
	color: #336633;
}
table.list2 th{
	background-color: #E3E3E3;
	text-align: left;
}

table.list3{
	border-spacing: 0px;
	border-collapse: collapse;
	border-right: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
}
table.list3 th, table.list3 td{
	border-bottom: 1px solid #A8A8A8;
	border-top: 1px solid #A8A8A8;
	padding: 5px;
}
table.list3 td{
	border-bottom: none;
	border-top: none;
}
table.list3 td strong{
	color: #336633;
}
table.list3 th{
	background-color: #E3E3E3;
}

#siteway{
	margin-bottom: 38px;
	font-size: 11px;
}
.h2{
	font-size: 12px;
	text-transform: uppercase;
	color: #336633;
	margin: 0px 0px 10px 4px;
}
.add{
	float: right;
	display: block;
	color: #336633;
	font-weight: bolder;
	font-size: 10px;
	margin-right: 5px;
}
.form a{
	color: #336633;
}
#ma{
	margin-top: 12px;
	font-size: 11px;
}
.form{
	width: 100%;
}
.form td{
	padding: 3px;
}
.left{
/*	text-align: right;*/
	width: 30%;
}
.form b{ color: Red; }
.form .error{ display: none; color: red; }
.form td{ vertical-align: top; }
.form input, .form select{ vertical-align: middle; }
.errorMSG{
	border: 1px solid red;
	color:red;
	padding: 5px;
	margin:10px
}
/**/
.title {
	font-size: 12px;
	padding: 5px 0px;
}
.title a
{
	color: #FF9933;
	font-weight: bold;
}
.title a:visited{
	color: #FFBF80;
}
.action{
	text-align:right;
	margin-top: 5px;
}
.action a{
	color: #FF9933;
}
.num_o{
	color: #FF9933;
	font-weight: bolder;
}
.full{
	width:740px;
	margin: 0px 10px;	
	background-color: White;
}
.short{
	width: 495px;
	margin: 0px 10px;	
}
.edit{
	background-color: White;
}
table#topvip
{
	margin-bottom: 10px;
	border: 1px solid #99CC66;
}
table#topvip td{
	vertical-align: middle;
	text-align: center;
	height: 100px;
}