@charset "utf-8";
/* CSS Document 

*/

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	}

body {
	padding: 0;
	margin: 1em 3em 3em;
	font: 75%/1.4 Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #333;
	}

#supplementals, #primary_nav, #subnav, #footer {
	display: none;
	}

#logo {
	font-weight: bold;
	font-size: 1.4em;
	}
#logo a {
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	}

.end {
	clear: both;
	height: 1px;
	line-height: 1px;
	}

.callout {
	float: left;
	width: 30%;
	border: 4px solid #333;
	background: url(./images/callout_green_grad.jpg) center no-repeat #418c02;
	color: #fff;
	padding: 1.5em 1.8em;
	text-align: center;
	margin: .5em 1.5em 1em 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.4;
	}

a {
	color: #36c;
	text-decoration: underline;
	}

a img {
	border: none;
	}

p {
	margin:  0 0 12px 0;
	padding: 0;
	font-size: 1.1em;
	}
	
h1 {
	text-transform: uppercase;
	letter-spacing: -0.02em;
	color: #333;
	}

h2 {	
	color: #3c6a03;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	color: #fff;
	font-size: 1.1em;
	font-family: Verdana, Arial, Sans-serif;
	font-weight: bold;
}

h4 {
	color: #5cccf6;
	font: normal normal 1.1em/1.3 Verdana, Arial, Sans-serif;
}

.clear_left {
	clear: left;
	}
	
/* homepage specific items */
#banner {
	display: none;
	}
	
#poll_response input {
	display: inline;
	float: left;
	}
	
#poll_response .poll_input {
	width: 10px;
	float: left;
	}

	
/* misc classes */
.career_icons {
	display: block;
	}