	@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: italic;
}

blockquote {
	padding: 25px 10px 10px 40px;
	margin: 0 0 10px 0;
	background: #FFFDEB url('images/blockquote.gif') 5px 5px no-repeat;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
	margin: 0;
}

p strong { font-size: 15px; }

blockquote p {
	padding: 0 30px 5px 0;
	background: url('images/blockquote-end.gif') bottom right no-repeat;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #666666;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #eeeeee;
}

.wrapper {
	width: 908px;
	margin: 0 auto;
}

.header {
	margin: 0;
	height: 122px;
	position: relative;
	overflow: hidden;
}

/*.header .sponsor {
	float: left;
	background-image: url(images/sponsorted.gif);
	width: 185px;
	height: 26px;
	background-repeat: no-repeat;
}

.header .sponsor:hover {
	background-image: url(images/sponsorted-big.gif);
	width: 206px;
	height: 29px;
}*/

button.sponsor {
	margin-top: -19px;
	padding: 20px 5px 5px 5px;
	width: 250px;
	outline-width: 0;
	border: 1px solid #000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 14px;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	background-color: #980000;
	background-image: -webkit-gradient(linear, 
		left top, left bottom,
		color-stop(0.0, rgba(255, 255, 255, 0.8)),
		color-stop(0.01, rgba(255, 255, 255, 0.6)),
		color-stop(0.4, rgba(255, 255, 255, 0.3)),
		color-stop(0.4, rgba(255, 255, 255, 0.2)),
		color-stop(1.0, rgba(255, 255, 255, 0.0))
	);
	background-image: -moz-linear-gradient(center top,
		rgba(255, 255, 255, 1.0) 0%,
		rgba(255, 255, 255, 0.6) 1px,
		rgba(255, 255, 255, 0.3) 40%,
		rgba(255, 255, 255, 0.2) 40%,
		rgba(255, 255, 255, 0.0) 100%
	);
	-webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

button.sponsor span { color: #ffce27; }

button.sponsor:hover, button.sponsor:focus {
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
	-mox-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
	background-color: #a80000;
	cursor: pointer;
}

button.sponsor:active {
	background-color: #8a0000;
	-webkit-transition-duration: 0.0s;
}

.header .logo {
	position: absolute;
	left: 0;
	float: left;
	top: 43px;
}

#header-button-wrapper {
	position: absolute;
	top: 55px;
	right: 0;
	width: 232px;
	height: 31px;
}

.header .button {
	display: block;
	width: 109px;
	height: 31px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
	color: #fcfcfc;
	text-transform: uppercase;
	text-decoration: none;
}

.header .post-a-job {
	background-image: url('images/post-a-job.gif');
	float: left;
}

.header .find-a-job {
	background-image: url('images/find-a-job.gif');
	float: right;
}

.navigation {
	clear: both;
	height: 35px;
	background-image: url(images/nav-separator.gif);
	background-repeat: no-repeat;
	padding-left: 2px;
}

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation ul li {
	float: left;
}

.navigation ul li a {
	padding: 0 12px 0 12px;
	height: 35px;
	line-height: 35px;
	float: left;
	background-image: url(images/nav-separator.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #2e2e2e;
	text-shadow: 0px 1px 1px #fff;
	background-position: top right;
}

.navigation form {
	float: right;
	padding-top: 5px;
}

.navigation form input {
	border: none;
	background: none;
	float: left;
	background-image: url(images/input-search.gif);
	background-repeat: no-repeat;
	width: 175px;
	height: 15px;
	padding: 5px 9px 3px 9px;
	line-height: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-right: 6px;
}

.navigation form input.submit {
	background-image: url(images/search-submit.gif);
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

.main {
	overflow: hidden;
	margin-right: -5px;
	padding-right: 5px;
	padding-top: 18px;
	padding-bottom: 25px;
}

#banner-message {
	background: url('images/banner-message-badge.gif') top left no-repeat;
	padding: 10px 15px 10px 50px;
        margin-bottom: 5px;
	font-weight: bold;
	color: #2c2c2c;
}

#banner-message p {
	margin: 0;
	padding: 0 0 10px 0;
}

#banner-message a {
	color: #900;
}

.content {
	float: left;
	width: 663px;	
}

.content ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 20px;
}

.content ul li {
	padding-left: 10px;
	margin-bottom: 5px;
}

.content a {
	color: #990000;
}

.sidebar {
	float: right;
	width: 244px;
	margin-right: -5px;
}

.footer {
	background-image: url(images/footer-bg.gif);
	clear: both;
	height: 134px;
	padding-top: 4px;
	background-repeat: repeat-x;
	color: #fdfdfd;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

.footer a {
	color: #fff;
}

.footer .copyright {
	float: left;
}

.footer .social {
	height: 45px;
	line-height: 45px;
	float: right;
	padding-top: 12px;
}

.footer .social strong {
	float: left;
}

.footer .social a {
	float: left;
	margin-left: 10px;
}

.content #page-navigation {
	margin-bottom: 5px;
	padding: 0 25px;
	font-size: 80%;
}

.content #page-navigation ul {
	display: inline;
	margin: 0 0 0 5px;
}

.content #page-navigation ul li {
	display: inline;
	margin-right: 15px;
}

.content #page-navigation ul li a {
	font-weight: normal;
	color: #900;
}

.content .block {
	background-image: url(images/block-content-top.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}

.content .block .block-content-wrapper {
	background-image: url(images/block-content-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 13px;
}

.content .block .block-content {
	background-image: url(images/block-content-bg.gif);
	background-repeat: repeat-y;
	padding: 5px 25px 12px 25px;
	overflow: hidden;
}

.content h1 {
	 font-size: 18px;
	 font-weight: bold;
	 color: #a00425;
	 line-height: 32px;
	 margin-bottom: 4px;
	 border-bottom: 1px solid #e3e3e3;
}

ul.mpstates {
	float: left;
	width: 153px;
	list-style: none;
	margin: 0;
}

ul.mpstates li {
	padding-left: 0;
	margin: 0;
}

ul.mpjobs {
	float: left;
	width: 260px;
	list-style: none;
	margin: 0;
}

ul.mpjobs li {
	line-height: 24px;
	padding-left: 0;
	margin: 0;
}

.content ul a {
	color: #666666;
	font-weight: bold;
}

.content .more {
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	color: #0066ff;
	margin-top: 8px;
}

.recent-videos a {
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	color: #0066ff;
	margin-top: 8px;
}

ol.commentlist {
	margin: 0 0 30px 0;
	padding: 0;
}

ol.commentlist li {
	padding: 5px 10px;
	margin-bottom: 10px;
}

ol.commentlist li.odd {
	background: #fffdeb;
}

ol.commentlist .commentmetadata {
	color: #666;
	font-size: 12px;
	margin: 5px 0;
}

ol.commentlist .commentmetadata a { color: #666; }

textarea#comment {
	width: 613px;
}

.sidebar .facebook {
	padding: 0 5px 0 5px;
}

.sidebar .block.black {
	background-image: url(images/block-sidebar-black-top.gif);
	background-repeat: no-repeat;
}

.sidebar .block.black .block-content {
	background-image: url(images/block-sidebar-black-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 18px 20px 16px 20px;
	padding: 10px 20px 15px 20px;
	line-height: 18px;
	font-weight: bold;
	color: #fdfdfd;
	font-size: 12px;
}

.sidebar .block.black h3 {
        color: #ffce27;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 8px;
}

.sidebar .block.black h3 img {
	margin-top: 8px;
}

.sidebar .block.black .block-content a {
	color: #fff;
}

.sidebar .block h3 {
	margin-bottom: 5px;
	color: #a00425;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.sidebar .block h3 a.rss {
	float: right;
}

.sidebar .block.orange {
	background-image: url(images/block-sidebar-orange-top.gif);
	background-repeat: no-repeat;
}

.sidebar .block.orange .block-content {
	background-image: url(images/block-sidebar-orange-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 15px 15px 15px;
	line-height: 18px;
	font-weight: bold;
	color: #fdfdfd;
	font-size: 12px;
}

.sidebar .posts {
	background-color: #fef4ce;
	border-top: 1px solid #e2c450;
	border-bottom: 1px solid #e2c450;
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #8e6530;
	font-weight: normal;
}

.sidebar .posts .post {
	overflow:hidden;
	padding-bottom: 12px;
}

.sidebar .posts p {
	padding-bottom: 5px;
}

.sidebar .block h4 {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
}

.sidebar .block h4 a {
	color: #333333;
}

.sidebar .posts small {
	font-size: 10px;
	color: #333333;
	line-height: 14px;
}

.sidebar .posts small .date {
	display: block;
	color: #666666;
}

.blue {
	color: #0066ff;
}

.blue a {
	color: #0066ff;
}

.blue .tag-cloud a {
	color: #06f;
	font-weight: normal;
}

.sidebar .block.blue {
	background-image: url(images/block-sidebar-blue-top.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.sidebar .block.blue .block-content {
	background-image: url(images/block-sidebar-blue-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 15px 15px 15px;
	line-height: 18px;
	font-weight: bold;
	color: #fdfdfd;
	font-size: 12px;
	overflow: hidden;
}

.sidebar .block.blue h3 {
	color: #fff;
}

.sidebar .block.blue a.more {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: 17px;
	float: left;
	margin-top: 5px;
}

.sidebar .block.white {
	background-image: url(images/block-white.gif);
	width: 244px;
	height: 222px;
	background-repeat: no-repeat;
}

.sidebar .block.white .block-content {
	padding: 22px 0 0 10px;
	background: none;
	position: relative;
}

.sidebar .block.white h3 {
	position: absolute;
	z-index: 9999;
	width: 220px;
	left: 0;
	top: 10px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #333;
	font-weight: bold;
}

.sidebar .block.white h3 small {
	display: block;
	font-size: 11px;
	font-weight: normal;
}

.sidebar .block.red {
	background-image: url(images/block-sidebar-red-top.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.sidebar .block.red .block-content {
	background-image: url(images/block-sidebar-red-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 20px 15px 20px;
	line-height: 18px;
	font-weight: bold;
	color: #fdfdfd;
	font-size: 12px;
	overflow: hidden;
}

.sidebar .block.red .block-content a {
	color: #fff;
	text-decoration: underline;
}

.sidebar .block.red h3 {
	color: #ffce27;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/h3-red-box-bottom.gif);
	background-repeat: repeat-x;
	background-position:bottom left;
	padding-bottom: 8px;
}

.sidebar .block.red form {
	padding-top: 7px;
}

.sidebar form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#mat-form-wrapper .block-content {
	color: #333;
	padding: 10px 20px 15px 20px;
}

#mat-form-wrapper h3 {
	color: #a00425;
	background: url('images/h3-orange-box-bottom.gif') left bottom repeat-x;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 8px;
}

#mat-form-wrapper form input, .sidebar .block.red form input {
	border: none;
	background-image: url(images/input-orange-block-bg.gif);
	width: 180px;
	height: 15px;
	padding: 4px 7px;
	line-height: 15px;
	font-size: 12px;
	color: #333;
}

#mat-form-wrapper .form-radio-cell input {
	background: none;
	width: auto;
	float: left;
}

#mat-form-wrapper .form-radio-cell label {
	font-weight: normal;
	padding: 0 0 0 25px;
	line-height: 14px;
}

#mat-form-wrapper form label, .sidebar .block.red form label {
	padding-top: 5px;
	color: #333;
	display: block;
	font-size: 11px;
	font-weight:bold;
	line-height: 18px;
}

#mat-form-wrapper form select, .sidebar .block.red form select {
	width: 192px;
}

#mat-form-wrapper form input.sendbutton {
	background-image: url(images/submit-orange-block.gif);
	width: 78px;
	cursor: pointer;
	height: 33px;
	background-repeat: no-repeat;
	padding: 0;
	float: left;
	clear: both;
	margin-top: 10px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

#mat-form-wrapper form .field-cell-left {
	float: left;
	width: 90px;
	margin-right: 7px;
}

#mat-form-wrapper form .field-cell-right {
	float: left;
	width: 90px;
	margin-left: 7px;
}

#mat-form-wrapper form .field-cell-left input, #mat-form-wrapper form .field-cell-right input {
	border: none;
        background-image: url(images/input-orange-block-bg-skinny.gif);
        width: 76px;
        height: 15px;
        padding: 4px 7px;
        line-height: 15px;
        font-size: 12px;
        color: #333;
}

#mat-form-wrapper .field-cell-left input[type="radio"], #mat-form-wrapper .field-cell-right input[type="radio"] {
	width: auto;
}

#mat-form-wrapper form .field-cell-left select, #mat-form-wrapper form .field-cell-right select {
	width: 88px;
}

.cf_hidden {
	display: none;
}

.failure {
	border: 1px solid #F00;
	padding: 6px;
}

.alignright {
	float: right;
	display:inline;
	margin: 0 0 5px 10px;
}

.alignleft {
	float: left;
	display:inline;
	margin: 0 10px 5px 0;
}

.alignrightNM {
	float: right;
	display:inline;
	width: 300px;
}

.alignleftNM {
	float: left;
	display:inline;
	width: 270px;
}

.multicolumn {
	overflow: hidden;
	clear: both;
	padding-bottom: 10px;
}

.multicolumn .column-left {
	float: left;
	width: 270px;
	background-image: url(images/line-right-column.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.multicolumn .column-right {
	float: right;
	width: 300px;
	background-image: url(images/line-right-column.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#stateheadwrap {
	display:block;
}

.multicolumn .alignleftNM h4 {

	line-height: 27px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.multicolumn .alignrightNM h4 {

	line-height: 27px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.multicolumn .line {
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height:13px;
	line-height: 13px;
	padding: 7px 0 8px 0;
	font-size: 11px;
	overflow: hidden;
	font-weight: bold;
	color: #666666;
	overflow: hidden;
}

* html .multicolumn .line {
	height: 13px;
}

.multicolumn .column-left .line {
	background-image: url(images/line-left-column.gif);
}

.multicolumn .column-right .line {
	background-image: url(images/line-right-column.gif);
}

.multicolumn .leftalign {
	float: left;
}

.multicolumn .rightalign {
	float: right;
}

.multicolumn .column-left .leftalign {
	width: 180px;
}

.multicolumn .column-left .rightalign {
	width: 80px;
	text-align: right;
	color: #990000;
	font-weight: bold;
	font-size: 16px;
}

.multicolumn .column-right .leftalign {
	width: 90px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}

.multicolumn .column-right .rightalign {
	width: 210px;
}

h1.sectionheading {
	background-image: url(images/h1-section-heading.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	border: none;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 62px;
	overflow: hidden;
	padding-top: 2px;
	margin-bottom: 0;
}

h1.sectionheading .map {
	float: right;
}

h1.sectionheading .meter {
	float: left;
	margin-top: -2px;
	margin-right: 5px;
	position: relative;
	width: 83px;
	height: 45px;
	overflow: hidden;
}

h1.intended {
	color: #333333;
	padding: 0 3px 5px 13px;
	margin-bottom: 10px;
	margin-left: -13px;
	position: relative;
}

h1 .left {
	float: left;
}

h1 .right {
	float: right;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	color: #a00425;
	padding: 0 3px 5px 0;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}

h2 a.back-to-top, h3 a.back-to-top {
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	color: #666;
}

h3.intended {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	color: #333333;
	padding: 0 3px 5px 0;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}

h3 .indeed-link {
	margin-left: 5px;
}

h3 .left {
	float: left;
}

h3 .right {
	float: right;
}

.preview {
	line-height: 16px;
	font-size: 12px;
	padding-bottom: 12px;
}

.preview h4 {
	font-weight: bold;
	font-size: 12px;
}

.preview img {
	float: left;
	margin: 3px 8px 5px 0;
}

.preview small {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	display: block;
}

.preview small a {
	font-size: 11px;
}

.linklove {
	display: none;
}

.gauge {
	background-image: url(images/gauge-bg.png);
	background-repeat: no-repeat;
	width: 226px;
	height: 166px;
	position: absolute;
	bottom: 10px;
	left: 20px;
}

.gauge #arrow {
	position: absolute;
	bottom: -45px;
	left: 3px;
	float: left;
}

.gauge-mini {
	background-image: url(images/gauge-mini.gif);
	background-repeat: no-repeat;
	width: 58px;
	height: 30px;
	position: absolute;
	bottom: -22px;
	left: 14px;
}

.gauge-mini #arrow {
	position: absolute;
	bottom: -25px;
	left: -2px;
	float: left;
	z-index: 1000;
}

.gauge-small {
	background-image: url(images/gauge-small.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 43px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.gauge-small #arrow {
	position: absolute;
	bottom: -40px;
	left: -8px;
	float: left;
	z-index: 1000;
}

.teachers-needed {
	background-image: url(images/h2-teachers-needed.gif);
	width: 240px;
	height: 33px;
	background-repeat: no-repeat;
	position: absolute;
	left: 192px;
	top: 10px;
	z-index: 2000;
}

.narrowcolumn {
float:left;
width:500px; }

.clear { clear: both; }

