@charset "utf-8";



/* PAGE HEADER
-------------------------------------------------------------------*/
#pageheader {
	background: #FFF url(../images/careerspagehead.jpg) no-repeat;
}



/* BODY WRAPPER
-------------------------------------------------------------------*/
#body {
	position: absolute;
	top: 194px;
	left: 0;
	width: 912px;
	height: 441px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 441px;
	background: #666 url(../images/leftnav-careers.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#recruiting a:link, #recruiting a:visited {
	color: #4D4D4D;
	background-color: #FFF;
}



/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 432px;
	background: transparent;
}

#content p {
	line-height: 16px;	
}


/* SIDEBAR CONTENT
-------------------------------------------------------------------*/
#sidebarwrap {
	position: absolute;
	top: 80px;
	left: 682px;
	width: 200px;
	height: 800px;
	background: transparent;
}

.headers {
    width: 200px;
	height: 24px;
	background: #333;
	border: 1px solid #4D4D4D;
	margin: 0 0 1px 0;		
}

#upcomingevents, #industrynews {
    width: 180px;
	background: #F2F2F2;
	border: 1px solid #CCC;
	margin: 0 0 20px 0;
	padding: 0 10px 15px 10px;
}





/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 635px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 685px;
	left: 0;
}