body{
	position:relative;
	width:100%;
	height:180px;
	background-image:url(../images/background/topbg-recruiting.gif);
	background-repeat:repeat-x;
	padding-top:8px;
	z-index:500;
}
#main-recruiting {
	padding-bottom:20px;
}

#content-container {
	padding:15px;
	min-height:485px;
	height:auto !important;
	height:485px;
	border-top:3px solid #EAEAEA
	
}

/* LEFT CONTENT 
------------------------------------------*/
#left-column {
	position:relative;
	width:670px;
	float:left;
	margin-right:10px;
}
#left-column h1 {
	padding:6px 0px;
	border-bottom:1px solid #eeefef;
	color:#c18713;
	}

#left-column .content p {
	line-height:20px;
	color:#484a4a;
}
#bar-left {
	height:4px;
	background-color:#000;
	margin-bottom:5px;
}
/* RIGHT CONTENT 
------------------------------------------*/
#right-column {
	position:relative;
	width:230px;
	float:right;	
}
#bar-right {
	height:4px;
	background-color:#e4ab38;
	margin-bottom:5px;
}
/* SUB NAVIGATION 
------------------------------------------*/
#side-nav {
	margin-bottom:10px;
}
#sub-menu {
	background-color:#eaeaea;
	padding:4px;width:222px;
}
.sub-menu-item {
	font-family:"Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;	margin-top:0px; 
	background-color:#f6f6f6;	
	padding:5px;
	letter-spacing:1px;
	font-size:12px;
	margin-bottom:4px;
}
.sub-menu-item a:link,
.sub-menu-item a:visited {
	color:#2D373A;
	text-decoration:none;
	padding:5px 15px;
	background-image:url(../images/bullet-yellow.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:block	}
.sub-menu-item a:hover {
	color:#a5781d;
	padding:5px 15px;
	background-image:url(../images/bullet-yellow-dark.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#footer {
	background-color:#c18713;
	color:#FFFFFF;
	font-size:11px;
	height:16px;
	margin:20px auto 0;
	padding:10px;
	width:940px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
color:#ffffff;
font-size:11px;
}

#footer-right a {
float:left;
margin-left:10px;
}

