/* basic page structure */

body {
	background: white;
	padding: 0;
	margin: 0;
}

body#home div.container {
	background: none;

}

body.sub div.container {
	background: none;
	margin: 0;
}

div#header {}

	div#header h1#logo {
		background: none;
		margin: none !important;
	}
	
		div#header h1#logo img {display: block;}
		
		div#header h1#logo a {
			display: none;
		}

	div#header ul {
		display: none;
	}
	
body#home div#content {
	background: none;
}

body.sub div#content {
	background: none;
}

body#home div.promo {
	width: 100%;
	background: none;
}

	div.promoCopy {
		width: 100%;
	}

	a#homeApplyNow {
		display: none;
	}
	

	div.promoBucket {
		width: 263px;
		height: 345px;
		padding: 12px 6px;
		border: 0px solid #b2a586;
		background: white;
		position: relative;
		float: left;
		margin: 0 10px;
		z-index: 2;
	}
	
		div.promoBucket img {
			margin-bottom: .5em;
		}
	
		div.promoBucket div.learnMore {
			display: none;
			position: absolute;
			right: 9px;
			bottom: -14px;
			height: 22px;
			width: 89px;
			padding: 3px;
			background: white;
			z-index: 1;
		}
		
		div.promoBucket div.learnMore a {
			display: none;
			position: relative;
			z-index: 3;
			height: 22px;
			width: 89px;
			background: transparent url('../img/promo_learnmore.png') no-repeat bottom;
			text-indent: -9999em;
		}
		div.promoBucket div.learnMore a:hover {background-position: top;}
		
div.footerImg {
	width: 969px;
	height: 159px;
	position: relative;
	left: 51px;
	bottom: -2px;
	display: none;
}

div#footer {
	background: none;
}


	div#footer p, div#footer ul, div#footer li {
		display: block;
		color: black !important;
	}

		div#footer ul {display: none;}
	

div.leftColumn {display: none;}
			
div#bodyContent {
	background: white;
	padding: 0;
	float: left;
	width: 705px;
}
div#bodyContent.oneColumn {
	padding: 37px 208px 37px 32px;
	width: 512px;
}
body#school div#bodyContent {min-height: 850px;}
body#faq div#bodyContent {min-height: 750px;}

	div.column1 {
		width: 325px;
		float: left;
	}
	
	div.column2 {
		width: 353px;
		float: right;
	}
	
		div.column2 h3, div.column2 p {
			margin-left: 8px;
		}
	
	div.img {
		padding: 8px;
		background: white;
		margin-bottom: 34px;
	}
	
	div#bodyContent h2, div#bodyContent h3, div#bodyContent h4, div#bodyContent h5 {
		margin-top: 28px;
	}

	cite {display: block;}

	blockquote {
		background: #fdfcf9;
		padding: 20px 22px;
		margin: 0 0 .5em 0;
	}

/* accordian styles */
ul.faq {}

	li.q {
		background: none;
		padding: 6px 28px 4px 12px;
		margin: 2px 0;
		position: relative;
	}
	li.q:hover {cursor: pointer;}
		
		li.q span.arrow {
			display: none;
			height: 20px;
			width: 20px;
			position: absolute;
			right: 7px;
			top: 3px;
			background: transparent url('../img/faq_closed.png') no-repeat center center;
		}
		
		li.active span.arrow {background-image: url('../img/faq_open.png');}
		
	li.a {
		display: block !important;
		height: auto !important;
		background: #ffffff;
		padding: 11px 30px 18px 10px;
	}
	
	li.a p {margin-bottom: 0;}
	
	
/* job form styles */
input, label, select, textarea {
	display: block;
	width: 200px;
}

/* tooltip styles */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #27586D;
	background-color: #27586D;
	padding: 12px 12px 0 12px;
	width: 260px;
	opacity: .90;
	color: #fff;
}
#tooltip h3, #tooltip div { margin: 0; }

li#benefitTips a, li#staffTips a {cursor: help;}

.tip {display: none;}

.tip p {margin-bottom: 0 !important;}

/* contact form styles */
label.error {
	color: #990000;
	padding-left: 12px;
}

#contactForm legend {display: none;}

#contactForm input.error, #contactForm textarea.error {background: #fcc4c4;}

#contactForm input, #contactForm textarea, label.error {
	display: inline;
	line-height: 15px;
	vertical-align: middle;
}

#contactForm input.submit {
	float: left;
	clear: left;
	text-indent: -9999em;
	border: 0;
	margin-top: 14px;
	height: 24px;
	width: 202px;
	display: block;
	background: transparent url('../img/contact_submit.png') no-repeat top center;
}
#contactForm input.submit:hover, #contactForm input.submit:active {
	background-position: bottom center;
}

/* generic fonts */

body {
	font: 12px/15px Helvetica,sans-serif;
	color: #040202;
}

h1 {font: bold 30px Helvetica,sans-serif;}

h2 {font: 17px/21px Georgia,serif;}

h3 {font: bold 24px Helvetica,sans-serif;}

h4 {font: bold 20px Helvetica,sans-serif;}

h5 {font: 12px Georgia,serif;}

h6 {font: bold 11px Helvetica,sans-serif;}

h1, h2, h3, h4, h5, h6 {margin-bottom: .5em;}
p {margin-bottom: 1em;}

a:hover {text-decoration: underline;}

strong {font-weight: bold;}

em, cite {font-style: italic;}

q {font-weight: bold;}

/* specifics */

div.promoBucket p {
	font: 11px/15px Helvetica,sans-serif;
	color: black;
	margin-bottom: 0;
}

div#footer {
	font: 10px Helvetica,sans-serif;
	color: #7dadbe;
	clear: both;
}

	div#footer a {color: #7dadbe;}

ul#leftNav li a {
	font: bold 12px/29px Helvetica,sans-serif;
	color: #1579a4;
}
ul#leftNav li a:hover, ul#leftNav li.active a {color: white;}

body.sub h1, body.sub h2, body.sub h3, body.sub h4, body.sub h5, body.sub h6 {color: #27586d;}

div#bodyContent a {
	font-weight: bold;
	color: #288ab4;
}

li.q {
	font: bold 12px/15px Helvetica,sans-serif;
	color: #040202;
}

li.a {
	font: 12px/15px Helvetica,sans-serif;
	color: #040202;
}

label {
	font: bold 12px/28px Helvetica,sans-serif;
	color: #040202;
}

input.image {
	height: 23px;
	width: 202px;
	margin-top: 12px;
	text-indent: -9999em;
	background: transparent url('../img/jobs_search_submit.png') no-repeat top left;
}

input.image:hover {background-position: bottom;}

blockquote {
	font: 12px/15px Helvetica,sans-serif;
	color: #785f45;
}