
/***** SITE *****/
body
{
	margin: 20px 0;
	padding: 0;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
}
div#site
{
	width: 896px;
	margin: auto;
}


/***** TOP NAV *****/
div#top_nav
{
	width: 896px;
	height: 31px;
	padding: 0;
	margin: 0;
}
div#top_nav_actual
{
	width: 885px;
	height: 31px;
	padding: 0;
	margin: 0;
	background: url(images/top_nav_bg.png) repeat-x;
}


/***** HEAD *****/
div#head
{
	width: 896px;
	height: 100px;
	padding: 0;
	margin: 0;
}
div#head_left
{
	width: 712px;
	height: 95px;
	background: url(images/head_left.jpg) no-repeat;
	float: left;
}
div#head_right
{
	width: 179px;
	height: 95px;
	background: url(images/head_right.png) no-repeat;
	float: left;
}
div#head_spacer
{
	width: 896px;
	height: 21px;
	background: url(images/head_spacer.png) no-repeat;
}
div#bottom
{
	clear: both;
}
div#bottom_left
{
	width: 280px;
	height: 95px;
	background: url(images/hubcert.jpg) no-repeat;
	float: left;
}
div#bottom_center
{
	width: 323px;
	height: 95px;
	background: url(images/wbecert.jpg) no-repeat;
	float: left;
}
div#bottom_right
{
	width: 286px;
	height: 95px;
	background: url(images/naccbcert.jpg) no-repeat;
	float: left;
}
/***** CONTENT *****/
div#content
{
	width: 896px;
	padding: 0;
	margin: 0;	
}
div#splash
{
	width: 718px;
	height: 258px;
	float: left;
}
div#content_splash
{
	width: 100%;
	height: 236px;
	background: url(images/content_splash.jpg) no-repeat;
}
div#content_spacer
{
	width: 100%;
	height: 22px;
	background: url(images/content_spacer.png) no-repeat;
}
div#interior_left_bl
{
	float: left;
	width: 718px;
	height: 552px;
	background: url(images/content_interior_bl.png) no-repeat;
}
div#interior_left_cl
{
	float: left;
	width: 718px;
	height: 552px;
	background: url(images/content_interior_clients.png) no-repeat;
}
div#interior_left_gr
{
	float: left;
	width: 718px;
	height: 552px;
	background: url(images/content_interior_gr.png) no-repeat;
}
div#interior_left_ab
{
	float: left;
	width: 718px;
	height: 552px;
	background: url(images/content_interior_aboutus.png) no-repeat;
}
div#interior_left_cu
{
	float: left;
	width: 718px;
	height: 552px;
	background: url(images/content_interior_contactus.png) no-repeat;
}
div#interior_left_cd
{
	float: left;
	width: 718px;
	height: 552px;
	background: url(images/content_interior_candidates.png) no-repeat;
}
div#interior_left_jb
{
	float: left;
	width: 890px;
	height: 552px;
	background: url(images/content_interior_jobs.png) no-repeat;
}
div#interior
{
	padding: 0 15px 15px 15px;
	margin: 35px 0 0 4px;
	margin-top: 35px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	overflow: auto;
	height: 483px;
	width: 674px;
}
div#interiorjob
{
	padding: 0 15px 15px 15px;
	margin: 35px 0 0 4px;
	margin-top: 35px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	overflow: auto;
	height: 483px;
	width: 780px;
}
div#interior_right
{
	float:left;
	width: 176px;
}
div#login
{
	width: 177px;
	height: 258px;
	float: left;
	background: url(images/content_login.png) no-repeat;
}
div#login-form
{
	height: 238px;
	padding: 10px 20px 10px 10px;
	color: #FFFFFF;
	font-size: 11px;
}
div#login-form a
{
	color: #FFFFFF;
}
div#login-form p
{
	font-size: 13px;
}
div#modules
{
	width: 896px;
	height: 294px;
}
div#module1
{
	width: 358px;
	height: 294px;
	float: left;
	background: url(images/module1.png) no-repeat;
}
div#module2
{
	width: 360px;
	height: 294px;
	float: left;
	background: url(images/module2.png) no-repeat;
}
div#module3
{
	width: 176px;
	height: 232px;
	background: url(images/job.jpg) no-repeat;
	font-size: 11px;
}
div#module3-news
{
	padding:15px 10px 10px;
}
div#module4
{
	width: 176px;
	height: 71px;
	background: url(images/moduleA.png) no-repeat;
}
div#module5
{
	width: 176px;
	height: 62px;
	background: url(images/moduleB.png) no-repeat;
}
div#module_left
{
	width: 176px;
	height: 294px;
	float: left;
}

/***** FOOTER *****/
div#footer
{
	width: 896px;
	height: 110px;
	color: #B0B0B0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}


/***** ELEMENT STYLES *****/
a 
{ 
	text-decoration: underline; 
	color: #000000;
}
a:hover { text-decoration: none; }
img.top_nav
{
	float: right;
}
form 
{ 
	padding: 0;
	margin: 0;
}
form.login-form input.button
{
	font-size: 10px;
	color: #999999;
	padding: 1px;
	background: #FFFFFF url(images/input_bg.png) repeat-x top;
	border: 1px solid #666565;
	margin-bottom: 8px;
	width: 143px;
}
form.login-form input.submit
{
	float: right;
	font-size: 10px;
	padding: 1px 2px;
	border: 1px solid #666565;
	background-color: #F5F5F5;
}