/************************************/
/*  Careers Section */
/************************************/
body {
	background-color: #ffffff;
	background-image: url(/media/images/careers/careers_bg.jpg);
}
div#siteWrapper {
	background-color: #c8d5d7;
	background-image: url(/media/images/careers/careers_bg.jpg);
}
div#body {
	background-color: transparent;
}
div#subheader {
	background-color: transparent;
}

/************************************/
/*  Header Items */
/************************************/
div.header {
	overflow: visible;
}
div#headerTop{
	position: relative;
}
div#header h2 {
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-weight: normal;
	color: #58748d;
	font-size: 28px;
}
div#subheader h2 {
	display: none;
}
div#subnavigation,
div#utilityLinks {
	display: none;
}
div#subheader {
	width: 618px;
	margin: 0px;
	padding: 0px;
}

div#subheader ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div#subheader ul li {
	position: relative;
	float: left;
	width: 206px;
	height: 159px;
	color: #ffffff;
	text-transform: uppercase;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 159px 0px 7px 0px;
	font-size: 15px;
}
div#subheader ul li span {
	position: absolute;
	top: 59px;
	left: 13px;	
}
div#subheader ul li ul {
	list-style: none;
	padding: 3px 0px;
	margin: 3px 0px;
	background-color: #002c4f;
	width: 206px;
}
div#subheader ul li ul li {
	float: none;
	text-transform: none;
	font-size: 12px;
	padding: 0px 0px 0px 25px;
	margin: 7px 0px !important;
	margin: 4px 0px;
	width: auto;
	height: auto;
}
div#subheader ul li ul li a:link,
div#subheader ul li ul li a:visited {
	display: block;
	color: #ffffff;
}
div#subheader ul li ul li a:active,
div#subheader ul li ul li a.active,
div#subheader ul li ul li a:hover {
	color: #d4b058;
}


li.hover ul {
	position: absolute;
}

li.menu,
li.menu li {
	list-style: none;
}

li.menu ul,
li.hover li ul { /* hides sub menus */
	display: none;
}


li.hover ul,
li.hover li.hover ul { /* displays sub menus */
	display: block;
}

li.menu { /* style main Menu 1, Menu 2 and Menu 3 */
	position: relative;
}


/************************************/
/*  Main Content */
/************************************/
div#headerTop {
	background-color: white;
}
div#siteWrapper {
	background: #91977d url(/media/images/careers/careers_bg.jpg) repeat-x;
}

/************************************/
/*  Sidebar */
/************************************/
div#headerImage {
	position: relative;
}
div#topQuotes {
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	color: #c59194;
	font-size: 24px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	padding: 20px 15px 0px 20px;
	position: absolute;
	bottom: 0px;
}
div#headerSidebar p {
	margin: 5px 0px 0px 0px;
}
div#headerSidebar p.quoted {
	font-size: 13px;
	color: #ccd5d7;
}

