@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: 633px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 633px;
	background: #666 url(../images/leftnav-careers.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#positions a:link, #positions a:visited {
	color: #4D4D4D;
	background-color: #FFF;
}



/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 662px;
	background: transparent;
}

#content p {
	line-height: 16px;
}

.h2 {
	margin: 30px 0 0 0;
}

#everify {
	margin: 12px 600px 20px 0;	
}


/* TABLE
-------------------------------------------------------------------*/
#jobtable {
	font-size: 11px;
	text-align: left;
	border: 1px solid #CCC;
	border-spacing: 1px;
	margin: 20px 0 0 0;
}

#jobtable td {
	background: #F2F2F2;
	padding: 5px;
}

#jobtable th {
	padding: 5px;
}

#heading {
	background: #4D4D4D;
	color: #FFF;
}

.title {
	width: 312px;
	text-align: center;
}

#nojobs {
	height: 40px;	
}

.location, .category {
	width: 175px;	
}





/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 827px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 877px;
	left: 0;
}