@charset "utf-8";
/* CSS Document */

html
{
	min-height: 100%;
	height: auto;
	height: 100%;
}

body
{
	background-image: url(images/body_bg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#homeNavigation
{
    display:block;
    width:200px;
	float: left;
	background-image: none;
	background-color: transparent;
	height: auto;
}
#wrapper
{
	width: 800px;
	float: left;
	margin-bottom:20px;
}

a
{
	color: #163f79;
	text-decoration: none;
}

a:hover
{
	color: #486da0;
}

#main_content
{
	float:right;
	width: 598px;
	min-height: 300px;
	color: #163f79;
}

#ContentPane
{
	color: #163f79;
}

h1
{
	margin: 0px;
}

.heading
{
	height: 18px;
	color: #FFFFFF;
	background-color: #77b624;
	width: 376px;
	font-weight: bold;
	font-size: 11px;
	float: left;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
}

#header
{
}

#login_links_home
{
	float: right;
	height: 20px;
	position: absolute;
	left: 320px;
	top: 70px;
	width:400px;
	text-align:right;
}

#quick_links_home
{
	width: 200px;
	height: 38px;
	margin-top: 10px;
	margin-left: 45px;
}

.job_seek_home
{
	float: left;
	width: 100px;
}

.job_seek_home a
{
	display: block;
	width: 100px;
	height: 32px;
	background-image: url(images/job-seekers.png);
	background-repeat: no-repeat;
}

.job_seek_home a:hover
{
	display: block;
	width: 100px;
	height: 32px;
	background-image: url(images/job-seekers_over.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.current_consult_home
{
	float: right;
	width: 100px;
	border: 1 px solid blue;
}

div.current_consult_home a
{
	display: block;
	width: 100px;
	height: 32px;
	background-image: url(images/Current_Employees_Unselected.png);
	background-repeat: no-repeat;
}

.current_consult_home a:hover
{
	display: block;
	width: 100px;
	height: 32px;
	background-image: url(images/Current_Employees_Selected.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

#footer
{
	height: 100px;
	margin-top: 20px;
	float: left;
	bottom: 0px;
	background-color: transparent;
	overflow: auto;
	clear: none;
	width: 100%;
}

#footer .logos
{
	width: 180px;
	float: left;
	height: 50px;
	padding-left: 20px;
}

#footer .links
{
	width: 350px;
	float: right;
	height: 30px;
	padding-top: 20px;
	padding-right: 5px;
}

#footer .links a
{
	color: #163f79;
}

#footer .links a:hover
{
	color: #486da0;
}






