body, div, td, p {
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	color: #666;
}

body {
	background:url(../img/body_bg.gif) repeat-y 50% 50%;
	margin:0px;
	padding:10px;
}

#header {
	height: 32px;
	background-color: #fff;
		padding:8px;
	text-align:right;
}

#footer {
	height: 24px;
	background-color: #fff;
	border-top: 1px solid #c7bbb6;
	padding:8px 8px 0 0;
	font-size:11px;
	text-align:right;
} 

#footer h1, #footer h2, #footer h3 , #footer em {
	font-size:1px;
	line-height:1px;
	visibility:hidden;	
}
#menu {
	background-color: #f4f0ef;
	padding: 8px;
	border: 1px solid #c7bbb6;
}

#content {
	background-color:#EBF6FE;
	padding: 20px 16px 8px 32px;
	border: 1px solid #c7bbb6;
}

a:link, a:visited {
	color: #f1592a;
	text-decoration: none;
}
a:hover {
	color:#990000;
	text-decoration: underline;
}

h1 {
	color: #0f75bc;
	font-size:11pt;
}

td.content {
	font-size: 11px;
}

#search, #links, #ads {
	background-color:#f9f5f5;
	border: 1px solid #e4e0df;
	padding:8px 16px 8px 32px;
	margin-bottom:8px;
}

#ads {
	font-size:6pt;
}

#ads img {
	border-width:thin;
	border-color:#CCCCCC;
	margin-bottom:10px;
}

#links {
	line-height:1.5;
}

input.submit {
	font-weight: bold;
	font-size: 11px;
	background-color:#ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	height:20px;
	color: #334;
}


#home-header h1 a {
	display:block;
	width:900px;height:145px;
	background:url(../img/head.jpg) top left no-repeat;
	text-indent:-9999px;
	margin:0; padding:0;
	}
#home-header h1 {
	margin:0; padding:0;
	}
	
#home-content h1 {
	width:440px;
	}
#home-content p {
	margin-top:0.25em;
	line-height:1.5em;
	}
#home-content span {
	color: #f1592a; 
	font-weight:bold;
	}
#home-left-col {
	width:285px; height:294px;
	background-color: #f4f0ef; 
	padding: 8px; 
	border: 1px solid #c7bbb6; float:left
 	}
#home-left, #home-left2 {
	width:252px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	padding:0 10px 10px 20px;
	border: 1px solid #c7bbb6;
	}
#home-left h3 a {
	display:block;
	width:237px; height:98px;
	text-indent:-9999px;
	background:url(../img/employer-button-up.jpg) 0 0 no-repeat;
	}
#home-left h3 a:hover {
	background:url(../img/employer-button-up.jpg) 10px 0 no-repeat;
	cursor:pointer;
	}
#home-left2 h3 a {
	display:block;
	width:237px; height:98px;
	text-indent:-9999px;
	background:url(../img/job-seeker-button-up.jpg) 0 0 no-repeat;
	}
#home-left2 h3 a:hover {
	background:url(../img/job-seeker-button-up.jpg) 10px 0 no-repeat;
	cursor:pointer;
	}
	
/*   contact form     */
.field {
	width: 265px;
	background-color:#fff;
	font-size:12px;
	height:1.5em
}

#contact p {
	padding-bottom:0.25em;
	}

#contact label {
	float: left;
	width: 120px;
	text-align:right;
	padding-right:10px
	}
	
.submit_reset {
	cursor:pointer
}

#alert {
	color:red;
	font-style:italic
	}

