/* CSS Document */

html	{
	background: #fff;
	font: 62.5%/1.5 Verdana, Arial, sans-serif;
}

body	{
	color: #231F20; /*light black*/
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

a	{
	color: #000;
}

a:hover	{
	color: #9C841A; /*brownish-yellow*/
}

h1	{
	color: #9C841A; /*brownish-yellow*/
	font-size: 1.6em;
}

h2	{
	color: #9C841A; /*brownish-yellow*/
	font-size: 1.4em;
}

h3	{	
	color: #9C841A; /*brownish-yellow*/
	font-size: 1.2em;
}

/*Used for the right side images on the home page*/
h4	{
	color: #fff;
	font-size: 1.8em;
	margin: 20px 0 15px 0;
	padding: 0 0 0 5px;
}

img	{
	border-style: none;
}

p	{
	font-style: italic;
}

p img	{
	padding: 3px;
}

#wrapper	{
	width: 984px;
}

.header	{	
	background: url(../images/header.jpg) right no-repeat;
	height: 200px;
	width: 984px;
}

.job	{
	background: url(../images/header-job.jpg) right no-repeat;
	height: 200px;
	width: 984px;
}

.employee	{
	background: url(../images/header-employee.jpg) right no-repeat;
	height: 200px;
	width: 984px;
}

.hr	{
	background: url(../images/header-hr.jpg) right no-repeat;
	height: 200px;
	width: 984px;
}

.header img, .job img, .employee img, .hr img	{
	padding: 0 0 0 25px;
}

#left-nav	{
	background: url(../images/nav-background.gif) no-repeat; 
	float: left;
	height: 395px;
	margin: 0 0 0 11px;
	width: 268px;
}

*:first-child + html #left-nav	{
	padding: 20px 0 0 0;
}

.left-nav li 	{
	background: url(../images/small-logo.gif) no-repeat;
	border-bottom: 1px solid #D1D2D4;
	left: -40px;
	line-height: 1.8em;
	list-style-type: none;
	padding: 8px 0 5px 65px;
	position: relative;
	width: 125px;
}

.left-nav li a	{
	color: #231F20; /*light black*/
	text-decoration: none;
}

.left-nav li a:hover	{
	font-weight: bold;
}

.left-nav span li	{
	border-bottom: none;
}

.active	{
	font-weight: bold;
}

#inner-wrapper	{
	background: url(../images/content-top.gif) top no-repeat;
	float: left;
	padding: 35px 50px 0 30px;
	width: 614px;
}

#content-index	{
	float: left;
	line-height: 1.5em;
	width: 370px;
}

*html #content-index	{
	width: 355px;
}

#content	{
	float: left;
	line-height: 1.5em;
	padding: 0 0 20px 0;
	width: 600px;
}
	
table	{
	background: #EFE8C8;
	float: left;
	margin: 10px 0;
	text-align: center;
	width: 600px;
}

table td	{
	border: 1px solid #fff;
	padding: 15px;
}

.job-table	{
	background: none;
	text-align: left;
}

.job-table td	{
	border: none;
	vertical-align: top;
	width: 50%
}

.buttons	{
	background: none;
	margin-bottom: -10px;
}

.buttons td img	{
	border: 1px solid #9C841A; /*brownish-yellow*/
}

#side-nav	{
	float: right;
	position: relative;
	top: -30px;
	width: 220px;
}

*:first-child + html #side-nav	{
	top: -20px;
}

*html #side-nav	{
	top: -31px;
}

.side-nav	{
	font-size: 0.8em;
	list-style-type: none;
	height: 376px;
	width: 217px;
}

*html .side-nav	{
	padding: 11px 0 0 0;
	width: 180px;
}

.find-a-job	{
	padding: 10px 0 12px 0;
}

.find-employees	{
	padding: 10px 0 12px 0;
}

.hr-solutions	{
	padding: 10px 0 12px 0;
}

#copyright	{
	font-size: 0.8em;
	text-align: center;
}

/****************/
/**  FORMS CSS **/
/****************/

.required
{
	color: #F00;
}

ol#__FindAJob_Form
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ol#__FindAJob_Form li
{
	display: block;
	vertical-align: top;
	width: 100%;	
}

ol#__FindAJob_Form li label
{
	display: -moz-inline-block;
	display: inline-block;	
	width: 200px;
}

*:first-child + html ol#__FindAJob_Form li label
{
	display: inline;
	vertical-align: top;
}

ol#__FindAJob_Form li label span._note_
{
	display: -moz-inline-block;
	display: inline-block;
	font-size: x-small;
	line-height: normal;
	text-align: justify;
	vertical-align: top;
	width: 175px;
}

*:first-child + html ol#__FindAJob_Form li label span._note_
{
	display: inline;
}

.required { color: #F00;}
.errortext { color: #A00;}

#contactForm
{
	padding: 0;
	padding-top: 15px;
	margin: 0;
}

#contactForm td
{
	padding: 0;
	margin:0;
}