body,html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, select,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font-size:62.5% }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre {
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {
  color: #444;
  /* Set your base font here, to apply evenly */
   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a {color:#0098BA;text-decoration: none;}
a:hover { color: #036; }


@font-face {
  /* This declaration targets Internet Explorer */
  font-family: 'AlternateGothicNo2DRegular';
  src: url("../font/alternategotno2d-webfont.eot"); }

@font-face {
  /* This declaration targets everything else */
  font-family: 'AlternateGothicNo2DRegular';
  src: url(//:) format("no404"), url("../font/alternategotno2d-webfont.woff") format("woff"), url("../font/alternategotno2d-webfont.ttf") format("truetype"), url("../font/alternategotno2d-webfont.svg#AlternateGothicNo2DRegular") format("svg");
  font-weight: normal;
  font-style: normal; }


body{
	position: relative;
}

/**
 * Primary styles
 *
 * Author: Jonathan Stanton
 */

div.growlUI {
	background: url("../img/mastersprite.png") no-repeat -713px -182px;
	min-height: 59px; }
div.growlUI h1, div.growlUI h2 {
	font-size: 2em;
	margin: 0!important;
	color: white; padding: 5px 5px 5px 75px; text-align: left;
	text-transform: none;
}


.pie{
	padding-top: 10px;
	margin-top: 5px;
	position: relative;
	margin-right: 30px;
}
.small_pie .wrap{
	width: 69px;
	height: 69px;
	overflow: hidden;
}
.medium_pie .wrap{
	width: 168px;
	height: 168px;
}
.large_pie .wrap{
	width: 366px;
	height: 366px;
}
.pie ul li{
	margin-bottom: 10px;
}
.pie ul.key span{
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin: -2px 5px 0 0;
}
.pie header{
	margin-bottom: 16px;
}
.pie header h1{
	border-bottom: 1px dotted #A7A7A7;
	font-family: georgia;
	text-transform: uppercase;
	margin-bottom: 16px;
	padding-bottom: 7px;
	display: table-cell;
	vertical-align: bottom;
}
.small_pie header h1{
	width: 69px;
}
.medium_pie header h1{
	width: 168px;
}
.large_pie header h1{
	width: 366px;
}
div.viz ul.key.narrow{
	width: 145px;
}
a.index_link
{
	height: 18px;
    padding: 0;
    width: 178px;
}
div.viz ul.key span.yellow{ background: #e8d653;}
div.viz ul.key span.yellow_pat{ background: url("../img/patterns/yellow.png"); }
html.no-svg div.viz ul.key span.yellow_pat{ background-image: none; background-color: #dbc136;}
div.viz ul.key span.pink { background: #f7787c; }
div.viz ul.key span.blue { background: #2a5476; }
div.viz ul.key span.grey { background: #a6a6a6; }
div.viz ul.key span.red { background: #ea403c; }
div.viz ul.key span.blue_pat { background: url("../img/patterns/dark_blue.png"); }
html.no-svg div.viz ul.key span.blue_pat { background-image: none; background-color: #2a5476;}
div.viz ul.key span.light_blue { background: #3FB7D2; }
div.viz ul.key span.light_blue_pat { background: url("../img/patterns/averages.png"); }
div.viz ul.key span.no_data { background: url("../img/patterns/no_data.png"); }

div.viz ul.key.line span{
	background: url("../img/mastersprite.png") no-repeat -818px -108px;
	width: 39px;
	margin: 2px 6px 0 0;
}

div.viz ul.key.line span.yellow{ background-position: -818px -108px}
div.viz ul.key.line span.blue{ background-position: -818px -164px}
div.viz ul.key.line span.light_blue{ background-position: -818px -220px}
div.viz ul.key.line span.red{ background-position: -818px -278px}
div.viz ul.key.line span.grey{ background-position: -818px -336px}
div.viz ul.key.line span.pink{ background-position: -818px -393px}

div.viz ul.key span{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;

	margin: -2px 5px 0 0;
	text-indent: -9999em;
	text-transform: uppercase;
	border-radius: 2px;
}
div.viz ul.key li{ padding-left: 20px; }
div.viz ul.key.line li{ padding-left: 45px; }
/*div.viz ul.key span.text{
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 1em;
	float: none;
	margin-right: 0;
	width: 148px;
	position: static;
	background-image: none;
}
div.viz ul.key.line span.text{
	margin-left: 45px;
}*/

div.viz ul.key{
	list-style: none;
	font-family: georgia;
	text-transform: uppercase;
	margin: 2px 0 0 29px;
	float: left;
	max-width: 168px;
	/*padding-right: 40px;*/
}

div.viz ul.key.last{ padding-right: 0; }

div.viz ul.key.line{
	margin-left: 20px;
}



div.viz div.large + ul.key.line{
	margin-right: 0;
}



div.viz div.line_graph ~ p {
	margin-right: 0;
	padding: 0;
	float: right;
}

div.viz div.line_graph.large-three ~ p,
div.viz div.line_graph.large-four ~ p,
div.viz div.line_graph.large-five ~ p{
	float: left;
	margin-right: 30px;
}

/*div.viz div.line_graph ~ p{
	margin-left: 30px;
    padding-top: 10px;
}*/

div.viz div.large ~ p{
	margin-right: 30px;
}

div.viz div.line_graph > svg{
	padding-top: 20px;
}
div.viz ul.key li{
	position: relative;
	margin-bottom: 11px;
}

div.viz ul.key li:last-child{
	margin-bottom: 0;
}

/* took out a bunch of body > here */
div > div > div.viz{
	margin-left: 198px;
	margin-bottom: 50px;
}
div > div > div > div.viz{
	margin-bottom: 50px;
}
body > div > div > div > header h1{
	width: 168px;
	margin-right: 30px;
	float: left;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	color: #404040;
	font-size: 3.7em;
	text-transform: uppercase;
	line-height: .9em;
}
div > div > div.viz header h2{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	color: #404040;
	font-size: 1.9em;
	text-transform: uppercase;
	margin-bottom: 5px;
}div > div > div.viz p{
	font-family: georgia;
	font-size: 1.3em;
	color: #A8A8A8;
	width: 167px;
	float: left;
	margin: 0 30px 0 0 ;
}
div > div > div.viz table.bar ~ p.last{
	margin-right: 0;
}
div > div > div.viz ul.key ~ p.last{
	margin-right:0;
	float:right;
}
div > div > div.viz div.large ~ p:last-child{
	float: left;

}
div > div > div.viz p.narrow{
	width: 168px;
}
div > div > div.viz p.extra_left_margin{ margin-left: 30px; }
div > div > div.viz p.viz_text_left{ margin: 0 0 0 30px; }
div > div > div.viz span#large_stat{
	color: #DAC150;
	font-size: 15em;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	width: 366px;
	display: block;
	border-top: 1px solid #c6c6c5;
	border-bottom: 1px dotted #A7A7A7;
	line-height: 0.8em;
	margin: 5px 30px 0 0;
	padding-top: 7px;
}
/* end */

.mid_col{
	margin-left: 198px;
}
.left{
	float: left;
}
.right{
	float: right;
}

.widget_title{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	color: #404040;
	font-size: 4.3em;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.widget_text{
	font-family: georgia;
	font-size: 1.3em;
	color: #A8A8A8;
	margin-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 168px;
	margin-left: 30px;
}

body.state .widget_text,
body.subject .widget_text,
body.subject_state .widget_text,
body.subject_city .widget_text{
	width: 300px;
}


a.love{
	display: block;
	background: #2a5476;
	color: #FFF;
	font-family: arial;
	text-transform: uppercase;
	padding: 7px 10px;
	width: 53px;
	text-decoration: none;
	border-radius: 2px;
}
a.love.remove_favorite{
	width: 95px;
}

a.love span{
	text-transform: uppercase;
	text-indent: -9999px;
	display: block;
	float: right;
	background: url("../img/mastersprite.png") -587px -150px;
	height: 9px;
	width: 10px;
	margin-top: 1px;
}

html.ie7 a.love span{
	margin-top: -11px;
}




/* FORMS */

input{
	height: 25px;
	display: block;
	border: 0;
	padding: 0px 8px;
	background: white;
	margin-bottom: 12px;
	font-family: georgia;
	color: #a9a9a9;
	font-size: 1.2em;
	line-height: 2.4em;
	font-style: italic;
	background-color: #fff;
	border-radius        : 2px;
}
input:focus{
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  	-moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  	-o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  	box-shadow        : 0 0 5px rgba(0,0,0,.3);
}

input[type="submit"].blue{
	border: 0 none;
	width: 128px;
	color: #FFF;
	font-size: 1.8em;
	text-transform: uppercase;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	background: #41b6d6;
	height: 30px;
	font-style: normal;
	float: right;

	line-height: 32px;
	padding-bottom: 1px;

}
input[type="submit"].blue:hover{
	background: #69C9DE;
}
input[type="submit"].dark_blue{
	line-height: 1em;
}
input[type="submit"].small{
	width: 55px;
	font-size: 1em;
	text-transform: uppercase;
	font-family: arial;
	height: 25px;
	display: block;

	line-height: 26px;
	padding-bottom: 2px;

}
#login_panel{
	position: absolute;
	z-index: 100;
}
#login_panel div#register form label{
	width: 140px
}
#login_panel div#login form input[type="submit"]{
	float: left;
	margin-top: 10px;
}
input[type="submit"].dark_blue{
	border: 0 none;
	width: 285px;
	height: 45px;
	color: #FFF;
	font-size: 3.7em;
	text-transform: uppercase;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;

	background: #2a5476;
	font-style: normal;
	padding-top: 3px;
}
input[type="submit"].dark_blue:hover{
	background: #2a5476;
}








/* Login / Register Slide down Panel */

#login_panel{
	display: none;
	width: 100%;
	background: #2a5476;
	color: #FFF;
	height: 206px;
}
#login_panel > div{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#login_panel > div header,
#login_panel > div form,
#login_panel > div aside{
	float: left;
	margin: 30px 30px 30px 0;
}
#login_panel > div header{
	width: 163px;
}
#login_panel > div header h1{
	text-transform: uppercase;
	font-size: 3.7em;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	float: left;
}
#login_panel > div header p{
	width: 168px;
	font-size: 1.2em;
	font-family: georgia;
	float: right;
}
#login_panel input{
	margin-bottom: 10px;
	width: 152px;
}
#login_panel input[type="checkbox"]{ width: 100px;}

#login_panel input[type="submit"]{ width: auto; }

#login_panel > div aside ul{
	list-style: none;
	margin-left: 0;
}
#login_panel > div aside ul li{
	margin-bottom: 7px;
}
#login_panel a{
	font-size: 1.4em;
	color: #70C8E0;
	font-family: georgia;
	font-style: italic;
	display: inline;
}
#login_panel > div aside ul li a:hover{
	color: #69C9DE;
}
#login_panel #close{
	position: absolute;
	top: 32px;
	right: 0;
	width: 9px;
	height: 11px;
	background: url(../img/mastersprite.png) -577px -150px;
	cursor: pointer;
}
#login_panel #close:hover{
	background: url(../img/mastersprite.png) -577px -161px;
}
#login_panel > div form div.checker{
	float: left;
}
#login_panel > div form label{
	float: left;
	display: block;
	margin-top: 4px;
	font-family: arial;
	font-size: 1em;
	text-transform: uppercase;
	width: 142px;
	height: 15px;
}
#login_panel span.notification{
	width: 110px;
	padding: 15px;
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	border-radius: 2px;
}
#login_panel span.notification.success{
	background: #557690;
}
#login_panel span.notification.error{
	background: #eb423d;
}
#login_panel span.notification h1{
	text-transform: uppercase;
	font-size: 3.7em;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	margin-bottom: -19px;
	margin-top: -7px;
}
#login_panel span.notification p{
	font-family: georgia;
	font-size: 1.2em;
	margin-top: 19px;
	font-style: italic;
}

/* Registation */

#login_panel div#register{ display: none; }

#login_panel div#register header h1{
	width: 172px;
	line-height: 0.8em;
}

#login_panel div#register form{ margin-right: 0; }

#login_panel div#register form > div{
	width: 172px;
	float: left;
	margin-right: 30px;
}
#login_panel div#register form > div p{
	font-family: georgia;
	font-size: 1.2em;
	margin-top: 19px;
}
#login_panel div#register form > div:last-child{
	margin-right: 0;
	width: 111px;
}
#login_panel div#register form input[type="submit"]{
	margin-top: 0;
	font-style: normal;
	float: none;
}




/* Header Home */

/* Header Subject */

body > div{
	/*background: url("../img/top_bg_subject.png") repeat-x;*/
	background-color:#e9d63d;
}

#content{
	background: none;
}
body > div#content > div > hgroup{
	padding-top: 70px;
	margin-bottom: 45px;
}
/*body div#content > div:first-child{
	margin-bottom: 170px;
}*/
body > div > div > hgroup > h1 span,
body > div > div > hgroup > h1 {
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 7em;
	color: #404040;
	text-transform: uppercase;
	margin-left: 198px;
	line-height: .8em;

}
body > div > div > hgroup > h1 span{
	display: block;
	font-size: 0.6em;
	text-align: left;
	margin-left: 0px;
}

h1.subject_state {
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 2.8em;
	color: #2A5376;
	text-transform: uppercase;
	margin-left: 0px;
	line-height: .8em;
}

h1.subject_state span {
		display: block;
	font-size: 0.8em;
	text-align: left;
	margin-left: 0px;
}

body > div > div > header{
	height: 100px;
	margin-bottom: 40px;
}
div#header_panel > div > header h1{
	width: 180px;
	height: 17px;
	background: url("../img/mastersprite.png") -564px -114px;
	text-indent: -9999em;
	text-transform: uppercase;
	float: left;
	margin: 26px 20px 0 0;
}

body > div > div > header h1:hover{
	background-position: -564px -132px;
}
body > div > div > header form{
	margin-top: 20px;
}
body > div > div > header form div.selector,
body > div > div > header form select{
	float: left;
	width: 291px;
	cursor: pointer;
}
.selector select{
	cursor: pointer;
}
body > div > div > header form div.col{
	width: 301px;
	float: left;

}
body > div > div > header form div.styselect:first-child{
	margin-right: 20px;
}

body > #school_dinfer_wrap > aside {
	margin-left: 590px;
    width: 200px;
}
body > div > div > p#four_oh_four_center{
	float: left;
	width: 491px;
	font-family: georgia;
	font-size: 2.5em;
	color: #285377;
	margin-left: 196px;
}
body > div > div > p#four_oh_four_center a{
	color: #285377;
}
body > div > div > div#school_finder_text{
	float: right;
	width: 635px;
	margin-top: 25px;
	font-family: georgia;
	font-size: 18px;
	color: #3f3f3f;
    min-height: 300px;
}

body.state > div > div > div > div#school_finder_text,
body.subject > div > div > div#school_finder_text {
	float: right;
	width: 635px;
	margin-top: 25px;
	font-family: georgia;
	font-size: 20px;
	color: #3f3f3f;
    min-height: 300px;
}

body.subject > div > div > div#school_finder_text {
	font-size:18px;
}

body > div > div > #school_finder_text > p {
  line-height: 1.6;
	margin-top: 15px;
}
body > div > div > div#school_finder_text > ul{
	margin-top: 10px;
}

body > div > div > div#school_finder_text > ul li {
  margin-bottom: 8px;
}

body.subject_state > div > div > p#school_finder_text{
    font-size: 1.9em;
}
body.subject > div > div > p#school_finder_text{
    font-size: 1.9em;
}
/* HEADER HOME */
hr{
	background: url("../img/dotted_border.png") repeat-x;
	height: 1px;
	border: none;
	margin: 40px 0;
}
body > div > div{
	width: 960px;
	margin: 0 auto;
}
body > div > noscript > div{
	width: 960px;
	margin: 0 auto;
}

body > div#school_finder_wrap > div{
    width: 414px!important;
    float: right;
    margin-right: 0px;
}

#school_finer_wrap {
	background:none;
}

html.ie7 body.subject_state > div > div{
	margin-top: 100px;
}
body > div#content > div{
	/*margin-bottom: 160px;*/
}
/*#school_finder_text{
	margin-bottom: 50px;
}*/

body.home #content{ background: url("../img/top_bg.png") repeat-x; }

body.home > div > div > header{
	height: 236px;
	width: 960px;
}

body > div > div > header a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 10px 13px 0 13px;
	float: left;
}
body > div > div > header a:hover{ color: #FFF; }
body > div > div > header nav{
	height: 30px;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
body > div > div > header nav > a{
	margin-left: 0;
	padding-left: 0;
}
body > div > div > header nav ul{ float: right; margin-right: -13px;}
body > div > div > header nav ul li{ float: left; }
body > div > div > header nav ul li:hover a{ color: #70C8E0; }
body > div > div > header nav ul li:hover span{ background: url("../img/mastersprite.png") -587px -159px; }

body > div > div > header nav ul li span{
	width: 10px;
	background: url("../img/mastersprite.png") -587px -150px;
	height: 9px;
	position: absolute;
	margin: 1px -13px;
}
body > div > div >  header nav ul li a.active{  background: #2a5476; }

body.home > div > div >  header h1,
body.home_alt > div > div > header h1{
	width: 879px;
	height: 85px;
	background: url("../img/mastersprite.png");
	margin-top: 40px;
	text-indent: -9999em;
	text-transform: uppercase;
	float: none;
}

body.home > div > div > header h2,
body.home_alt > div > div > header h2{
	width: 241px;
	height: 29px;
	background: url("../img/mastersprite.png") -564px -85px;
	text-indent: -9999em;
	text-transform: uppercase;
	margin-top: 13px;
}





/* Subject Footer */




div#school_finder_div{
    margin-right: 0;
}



/* School_Student_Finder */
aside#school_finder{
	position: relative;
	padding: 27px 40px 42px 40px;
	width: 286px;
	height: 247px;
	background: url("../img/patterns/blue.png");
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 49px 0 0 0;
}
aside#school_finder > span{
	width: 70px;
	height: 70px;
	background: url("../img/mastersprite.png") -564px -228px;
	position: absolute;
	top: 20px;
	left: -47px;
}
aside#school_finder header h1,
aside#school_finder header h2{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;

	font-size: 3.9em;
	color: #285377;
	text-transform: uppercase;
}
aside#school_finder header h2{
	font-size: 2.0em;
	color: #FFF;
	margin-bottom: 10px;
}
aside#school_finder form > span{
	background: #3fb7d2;
	width: 280px;
	height: 30px;
	display: block;
	padding: 5px 5px 0 0;
	margin: 5px 0;
	color: #FFF;
}
aside#school_finder form > span select{
	 height: 20px;
	width: 225px;
	margin-top: 3px;
}
aside#school_finder form > span label{
	float: left;
	margin: 6px 8px 8px 8px;
}
aside#school_finder form input[type="submit"]{
	margin-top: 15px;
}



/* Section Info */

body section#info span{
	width: 564px;
	height: 333px;
	background: url("../img/mastersprite.png") 0px -85px;
	float: left;
}
body section#info p{
	float: right;
	width: 366px;
	font-family: georgia;
	color: #285377;
	font-size: 2.5em;
	margin-top: -5px;
}


body section > header h1 {
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 4.2em;
	color: #404040;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body section#feat_schools{
	margin-top: -5px;
}

body section#feat_schools ul{
	list-style: none;
	margin-left:0;
}
body section#feat_schools ul li{
	width: 168px;
	height: 115px;
	float: left;
	margin-right: 30px;

}
body section#feat_schools ul li.last{
	margin-right: 0;
}
body section#feat_schools ul li a{
	margin-top: 5px;
	display: block;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;

	font-size: 1.8em;
	color: #404040;
	text-decoration: none;
	text-transform: uppercase;
	line-height: .9em;
	height: 100%;
}
body section#feat_schools ul li a img{
	margin-bottom: 7px;
}






/* Section Feedback */
body section#feedback{
	width: 564px;
	float: right;
	margin-top: -8px;
}

body section#feedback.full{ width: 366px; }

body section#feedback ul{
	list-style: none;
	margin-left:0;
}
body section#feedback ul li{
	width: 168px;
	float: left;
	margin-right: 30px;
	height: 363px;
	position: relative;
}
body section#feedback.full ul li{
	height: 286px;
	width: 366px;
}
body section#feedback ul li.last{
	margin-right: 0;
}
body section#feedback ul li blockquote{
	padding: 20px;
	background-color: #C6C6C6;
	color: #FFF;
	font-size: 1.8em;
	font-family: georgia;
	font-style: italic;
	position: relative;
	border-radius: 3px;
	line-height: 1.4em;
}
body section#feedback ul li blockquote:before{
	content: '\201C';
}
body section#feedback ul li blockquote:after {
	content: '\201D';
}
body section#feedback ul li blockquote span{
	height: 24px;
	width: 22px;
	display: block;
	bottom: -23px;
	left: 0;
	background: url("../img/mastersprite.png") -597px -150px;
	position: absolute;
}
/* IE */
html.ie7 body section#feedback ul li blockquote span{ bottom: -22px; }

body section#feedback ul li p{
	position: absolute;
	bottom: 0;
	font-size: 1em;
	color: #404040;
	font-family: georgia;
	text-transform: uppercase;
	line-height: 1.5em;
}

body section#feedback.full ul li p{
	position: static;
	margin-top: 35px;
}





/* Section Share and Comprare */

section#share_compare span.share_compare_err{
	width: 121px;
	background: #EB423D;
	color: white;
	padding: 8px;
	margin-top: 2px;
	display: block;
	float: right;
	font-family: georgia;
	font-size: 1.2em;
	font-style: italic;
	border-radius: 2px;
	display: none;
}

section#share_compare input[name="salary"]{
	color: #444;
	font-size: 14px;
	line-height: 17px;
}

/* IE */
html.ie7 section#share_compare input[name="salary"],
html.ie8 section#share_compare input[name="salary"]{
	line-height: 29px;
}

section#share_compare input[type="submit"]{
	float: left;
	margin-top: 2px;
}

body section#share_compare header h1{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;

	color: #70C8E0;
	font-size: 4.2em;
	margin-bottom: 10px;
}
body section#share_compare header p{
	color: #FFF;
	font-size: 1.2em;
	margin-bottom: 20px;
	font-family: georgia;
}
body section#share_compare header span{
	width: 70px;
	height: 70px;
	background: url("../img/mastersprite.png") -634px -228px;
	position: absolute;
	top: 26px;
	left: -46px;
}
body section#share_compare{
	position: relative;
	padding: 33px 40px;
	width: 286px;
	height: 328px;
	background: #2a5476;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* IE */
html.ie7 body section#share_compare{ padding-bottom: 53px; }
html.ie8 body section#share_compare{ padding-bottom: 53px; }

body section#share_compare form input[type="text"]{
	width: 270px;
	height: 29px;
}
body section#share_compare form div.selector{
	margin: 0 -2px 10px -2px;
}

body section#share_compare form div.selector span{
	width: 250px;
	padding-right: 30px;
}

body aside#share_compare_text{
	float: right;
	width: 564px;
	margin-top: -5px;
}
body aside#share_compare_text p{
	font-family: georgia;
	font-size: 2.5em;
	color: #285377;
	font-weight: 100;
}


/* Section Explore */
body section#explore{
	margin-top: -5px;
  margin-bottom: 60px;
}
body section#explore ul{
	list-style: none;
	margin-left: 0;
}
body section#explore ul li{
	width: 168px;
	float: left;
	margin-right: 30px;
}
body section#explore ul li.last{
	margin-right: 0px;
}
body section#explore ul li{
	font-family:georgia;
	color:#404040;
	font-size: 1.5em;
	line-height: 1.5em;
}
body section#explore ul li span.icon_text{

	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;

	font-size: 1.9em;
	color: #DAC150;
	text-decoration: none;
	text-transform: uppercase;
}
body section#explore ul li span.icon_text:hover{
	color: #E8D654;
}
body section#explore ul li span span{
	background: url("../img/mastersprite.png");
	width: 168px;
	height: 168px;
	display: block;
	margin-bottom: 20px;
}
body section#explore ul li span#browser{ background-position: 0 531px; }
body section#explore ul li span#search{ background-position: -168px 531px; }
body section#explore ul li span#connect{ background-position: -336px 531px; }
body section#explore ul li span#compare{ background-position: -504px 531px; }
body section#explore ul li span#join{ background-position: -672px 531px; }



/* Section Footer */
body div#foot{
  margin: -40 0 0;
	background: #616161;
	width: 100%;
}
body div#foot > footer{
	width: 960px;
	margin: 0 auto;
}
html.ie7 body div#foot > footer{ margin-top: 0; }
body.home div#foot footer > header,
body.home_alt div#foot footer > header{
	color: #FFF;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 7em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
body.home div#foot footer,
body.home_alt div#foot footer {
	padding: 60px 0;
	margin-top: 33px;
}
body.home div#foot footer h2,
body.home_alt div#foot footer h2{
	display: block;
	color: #70C8E0;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 2.6em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

body.home div#foot footer div#col_1, body.home_alt div#foot footer div#col_1,
body.home div#foot footer div#col_2, body.home_alt div#foot footer div#col_2{
	float: left;
	width: 455px;
}
body.home div#foot footer span#or,
body.home_alt div#foot footer span#or{
	float: left;
	margin: 40px 17px 0 17px;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;

	color: #FFF;
	text-transform: uppercase;
	font-size: 1.9em;
}
body.home div#foot footer select,
body.home_alt div#foot footer select{
	width: 455px;
}

body.home div#foot footer h1{
	/* messy, I know */
	margin-left: auto;
	width: auto;
	float: none;
	font-size: 6.9em;
	padding-bottom: 20px;
}
body.home div#foot footer div{ margin-left: 0; }
body div#foot footer{
	margin-top:100px;
	padding: 30px 0;
}

body.home div#candleGraph{
	margin-top: 40px;
	display: none;
}





#share_compare div.selector span,
#share_compare div.selector select option{
	font-size: 14px;
	color: #666;
}

/* ie specifics */

html.ie7 body.home hr{ margin: 30px 0; }




/* Everything but Home */

body div#foot > footer > div { margin-left: 198px; }
body div#foot > footer h1{
	margin-left: -193px;
	width: 100px;

	float: left;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 3.7em;
	text-transform: uppercase;
	color: #FFF;
	line-height: .8em;
}
span#footer_list_titles span,
body div#foot footer h2{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	color: white;
	font-size: 1.8em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
span#footer_list_titles span{
	display: block;
	float: left;
	width: 380px;
}
body div#foot > footer > div > ul{
	margin-left: 0;
	list-style: none;
}
body div#foot > footer > div > ul.col_1,
body div#foot > footer > div > ul.col_2{
	width: 380px;
	float: left;
}
body div#foot > footer > div > ul li{
	width: 350px;
	margin-right: 30px;
	float: left;
	 border-top: 1px dotted;
	margin-top: -1px;
	padding: 2px 0;
}
body div#foot > footer > div > ul li:last-child,
body div#foot > footer > div > ul.across_two li:nth-last-child(2){
	border-bottom: 1px dotted;
}

body div#foot > footer > div > ul li a{
	font-family: georgia;
	color: #33B6CC;
	font-size: 1.5em;
	font-style: italic;
	display: block;
	padding: 8px 0;
}




/* School single */
body ol#under_link {
    margin-left: -193px;
    width: 150px;
    margin-top: 70px;
    float: left;
    list-style: none;
}
body ol#under_link a{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
    color: white;
    font-size: 1.8em;
    text-transform: uppercase;
    text-decoration: none;
}

body.school section#school_stats header h1,
body.school section#degrees_issued header h1,
body.school section#contact_info header h1 {
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: uppercase;
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
body.school section#school_stats dl > span{
	display: block;
	padding-bottom: 6px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #a7a7a7;
	position: relative;
}
body.school section#school_stats dl dt{
	font-size: 1em;
	font-family: georgia;
	color: #404040;
	text-transform: uppercase;
	position: absolute;
	bottom: 5px;
	right: 0;
}
body.school section#school_stats dl span dl{
	position: relative;
}
body.school section#school_stats dl span dl dt{
	position: absolute;
	bottom: 5px;
}
body.school section#school_stats dl dd{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 10em;
	color:#285377;
	line-height: 0.7em;
	text-transform: uppercase;
}
body.school section#school_stats dl dd span{
	display: block;
	font-size: 29px;
	height: 18px;
	line-height: 0.8;
}
/*body.school section#school_stats span:nth-last-child(1) dd,*/
body.school section#school_stats dl span dl dd.smaller{
	font-size: 34px;
}
body.school div.school_stats{
	margin-top: 30px;
	position: relative;
}
body.school div.mid_col.school_stats section{
	margin-top: 25px;
}

body.school section#school_stats{
	float: left;
	width: 367px;
	margin-right: 30px;
}
body.school section#degrees_issued{
	float: left;
	width: 168px;
	/*margin-right: 25px;*/
}
body.school section#contact_info{
	float: right;
	width: 168px;
	/*margin-top: -172px;*/
	padding-top: 197px;
	position: relative;
}
body.school section#contact_info img{
	position: absolute;
	top: 0;
}

body.school section#degrees_issued ul{
	margin-left: 0;
	list-style: none;
}
body.school section#degrees_issued ul li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #a7a7a7;
	font-family: georgia;
	font-size: 1.2em;
	color: #A8A8A8;
}

body > div > nav{
	margin: 50px 0 20px 0;
	border-top: 1px dotted #a7a7a7;
	border-bottom: 1px dotted #a7a7a7;
}
body > div > nav ul{
	margin: 0 auto;
	width: 960px;
}

body > div > nav ul li:first-child{ margin-left: 198px; padding-left: 0;}

body > div > nav ul li {
	float: left;
	display: block;
	padding: 10px;
}
body > div > nav ul li a{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	color: #404040;
	font-size: 1.9em;
	text-transform: uppercase;
	text-decoration: none;
}
body > div > nav ul li a.active{
	color: #A7A7A7;
}
body > div > noscript > div > header.page_section,
body > div > div > header.page_section{
	height: auto;
	margin: 0 0 40px 0px;
}
body > div > noscript > div > header.page_section h2,
body > div > div > header.page_section h2{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	color: #404040;
	font-size: 6.9em;
	text-transform: uppercase;
	color: #A7A7A7;
}
body.school > div > div#tab_1 > header.page_section{
	margin-bottom: 10px;
}

/* Comments */

ol#comments{
	list-style: none;
	margin-left: 0;
	padding-top: 20px;
	border-top: 1px solid #c6c6c6;
	width: 564px;
}
ol#comments li{
	border-bottom: 1px dotted #a7a7a7;
	margin-bottom: 20px;
	padding-bottom:20px;
}
ol#comments li div.author_info,
#reply-title{
	float: left;
	width: 168px;
	padding-right: 30px;
}
#reply-title{
	float: left;
	width: 168px;
	padding-right: 30px;
}
div#respond form{
	float: left;
	width: 366px;
}
ol#comments li div.comment_text span.stars{
	display: block;
	margin-bottom: 12px;
}
div#respond span.stars{
	display: block;
	margin: 5px 0 18px 0;
}
div#respond span.stars .rating-cancel{
	display: none!important;
}
ol#comments li div.comment_text{
	float:left;
	width: 366px;
}

ol#comments li div.comment-meta a.delete{
	color: #444
}
ol#comments li div.comment-meta{
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


ol#comments li p{
	font-family: georgia;
	font-size: 1.2em;
	color: #A8A8A8;
}
ol#comments li.template{
	display: none!important;
}
ol#comments li cite,
#reply-title{
	font-family: georgia;
	font-size: 1.5em;
	font-style: italic;
}
#respond{
	border-bottom: 1px solid #c6c6c6;
	width:564px;
}
#respond div.selector{
	width: 366px;
	margin-top: -5px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #c6c6c6;
	width: 354px;
	border-radius: 2px;
}

html.ie7 #respond div.selector{
	width: 356px;
}


#respond #comment{
	width: 354px;
	margin: 0;
	padding: 5px;
	border: 1px solid #c6c6c6;
	border-radius: 2px;
	resize: vertical;
	font-size: 1.2em;
	text-indent: 4px;
}
html.ie7 #respond #comment{
	width: 356px;
	margin-left: -4px;
}
#respond #submit{
	display: block;
	background: #2a5476;
	color: #FFF;
	font-family: arial;
	text-transform: uppercase;
	font-style: normal;
	padding: 6px 7px;
	text-decoration: none;
	border-radius: 2px;
	font-size: .9em;
	margin-top: 10px;
	height: initial;
}

/*#respond div.selector select{
	width: 367px!important;
}*/
#respond form p{
	font-family: georgia;
	font-size: 1.2em;
	color: #A8A8A8;
}
ol#comments div.comment-author img{
	float: left;
	margin-right: 8px;
}
ol#comments div.comment-author span{
	display: block;
	margin-top: 5px;
	color: #285377;
	font-family: georgia;
	font-size: 1.2em;
}










div.styselect{
	margin-top: -2px;
	margin-left: -4px;
}

div.styselect span{
	width: 264px;
}
div.styselect select{
	width: 100%;
}







/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}

div.star-rating,div.star-rating a{background:url("../img/mastersprite.png") no-repeat -792px -182px;}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:-792px -182px;border:0}
div.star-rating-on a{background-position: -792px -198px!important}
div.star-rating-hover a{background-position: -792px -214px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */




body.school section#contact_info p{
	font-family: georgia;
	font-size: 1.2em;
	color: #A8A8A8;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #a7a7a7;
}
body.school .school_disclaimer{
	font-family: georgia;
	font-size: 1.2em;
	color: #A8A8A8;
}
body.school section#contact_info ul{
	list-style:none;
	margin-left: 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #a7a7a7;
	margin-bottom: 20px;

}

body.school section#contact_info a[href^="mailto"],
body.school section#contact_info > p a,
body.school section#contact_info ul li a{
	color: #70C8E0;
	font-family: georgia;
	font-style: italic;
	font-size: 1.2em;
}
body.school section#contact_info > p a:hover,
body.school section#contact_info ul li a:hover{
	color: #69C9DE;
}
body.school section#contact_info a[href^="mailto"],
body.school section#contact_info > p a{
	font-size: 1em;
}
body.school section#contact_info a[href^="mailto"]{
	display: block;
}
div.viz div > table thead tr th{
	text-align: left;
	vertical-align: bottom;
}
div.viz div > table{
/*	margin-top: 10px;*/
	float: left;
}
div.viz div > table.secondRow{
	margin-top: 40px;
}
div.viz div > table.secondRow{
	border-top: 0;
}

div.viz div > table{
	border-top: 1px solid #c6c6c5;
}
div.viz div > table.large_pie{
	border-collapse: separate;
}
div.viz div.line_graph > table{
	border-top: 0;
}

div.viz div.line_graph > table tfoot tr th{
	font-size: 1.1em;
	font-weight: lighter;
}

div.viz div > table caption{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	color: #404040;
	font-size: 1.9em;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #c6c6c5;
	padding-bottom: 2px;
}

div.viz div > h2{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	color: #404040;
	font-size: 1.9em;
	text-transform: uppercase;
	text-align: left;

	margin-right: 160px;

	padding-bottom: 2px;
}

/*
168px
366px
564px
762px
960px
*/

div.viz div > header h2.two_col{
	margin-right: 394px;
	/* 366px width */
}

div.viz div > header h2.three_col{
	margin-right: 198px;
	/* 564px width */
}

div.viz > header h2.two_col{
	margin-right: 394px;
	/* 366px width */
}

div.viz > header h2.three_col{
	margin-right: 198px;
	/* 564px width */
}

.last{
	margin-right: 0;
}


div.viz div > table thead tr th{
	border-bottom: 1px dotted #a7a7a7;
	margin-top: 5px;
	padding: 6px 0 7px 0;
	font-family: georgia;
	text-transform: uppercase;
	font-weight: 100;

}
div.viz div > table thead.medium_pie tr th h2{
	margin-right: 30px;
}

div.viz div > table thead tr th h2.last{
	margin-right: 0;
}

div.viz div > table thead.small_pie tr th,
div.viz div > table tbody tr td.small_pie{
	width: 69px;
	padding-right: 30px;
}
html.ie7 div.viz div > table thead.small_pie tr th{
	padding-right: 0;
}
div.viz div > table tbody tr td.medium_pie{
	width:168px;
	padding-right: 30px;
}
div.viz div > table tbody tr td.large_pie{
	width:160px;
}
div.viz div > table thead tr th.last,
div.viz div > table tbody tr td.last,
div.viz div > table tbody tr td.last.small_pie{
	padding-right: 0;
}

div.viz td.pie table{
	width: 100%;
	margin-top: -6px;
	position: relative;
}

div.viz td.pie.large_pie table{
	margin-top: -20px;
}
div.viz td.pie table td{ vertical-align: bottom; }
div.viz td.pie table tbody tr{ height: 37px; }
div.viz td.pie table tfoot tr{ height: 43px; }

div.viz td.small_pie table tbody tr{ height: 34px; }
html.ie7 div.viz td.small_pie table tbody tr{ height: 24px; }

div.viz td.pie table tbody tr{	border-top: 1px dotted #a7a7a7;	}
html.ie7 div.viz td.pie table tbody tr td{	border-top: 1px dotted #a7a7a7;	}
div.viz td.pie table.yellow tbody tr{ border-bottom: 1px solid #c6c6c5; }
div.viz td.pie table tbody tr.only{ border-bottom: 1px solid #c6c6c5; }
html.ie7 div.viz td.pie table tbody tr.only td{ border-bottom: 1px solid #c6c6c5; }
div.viz td.pie table tbody tr td.first{
	font-family: georgia;
	text-transform: uppercase;
	padding-bottom: 4px;
	width:100%;
}
div.viz td.pie table tbody tr.last{
	border-bottom: 1px solid #c6c6c5;
}
html.ie7 div.viz td.pie table tbody tr.last td{
	border-bottom: 1px solid #c6c6c5;
}
div.viz td.pie table tbody tr td.last,
div.viz td.pie table tfoot tr td.last{ text-align: right; }

div.viz td.pie table tbody tr:first-child td.last{ color: #2a5476; }
div.viz td.pie table tbody tr:first-child td.last.yellow{ color: #E8D653; }
div.viz td.pie table.yellow tbody tr.first td.last{ color: #E8D653; }
div.viz td.pie table tbody tr.last td.last{ color: #f7787c; }
div.viz td.pie table tfoot tr{
	border-top: 1px solid #c6c6c5;
	border-bottom: 1px solid #c6c6c5;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	text-transform: uppercase;
	color: #a7a7a7;
}
div.viz td.pie table tfoot tr td.first{
	font-size: 1.8em;
	padding-bottom: 4px;
}
div.viz td.pie table tfoot tr td.last{ font-size: 3.4em; }
div.viz td.pie table tbody tr td.last{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 2.6em;
	border-bottom: none;
}

div.viz td.small_pie table tbody tr td.last{
	font-size: 1.8em;
}

div.viz td.yellow table tbody tr.first td.last{
	color: #d9c12d;
}


html.ie7 div.viz table.bar tbody tr td{
	border-bottom: 1px dotted #a7a7a7;
}
/*html.ie7 div.viz table.bar tbody tr.last td{
	border-top: 0;
}*/

div.viz table.bar{ width: 366px; margin-right: 30px; border-collapse:collapse;}
div.viz table.bar.wide{ width: 564px; }
div.viz table.bar td{ vertical-align: middle; }

div.viz table.bar tbody tr{
	border-bottom: 1px dotted #a7a7a7;
	line-height: 33px;
	/*padding: 3px 0;*/
}

div.viz table.bar tbody tr td div{
	position: relative;
	z-index: -1;
}

div.viz table.bar tbody tr td div span{
	max-width: 100%;
	background: #e8d654;
	border-radius: 2px;
	height: 23px;
	display: block;
	position: absolute;
	z-index: -2;
	margin-top: 5px;
	margin-left: -5px;
}



div.viz table.bar tfoot tr{
    border-top: 1px solid #c6c6c5;
    border-bottom: 1px solid #c6c6c5;
    font-family: "AlternateGothicNo2DRegular", helvetica, arial;
    font-weight: lighter;
    font-size: 3.1em;
    color: #a7a7a7;
	text-transform: uppercase;
}
html.ie7 div.viz table.bar tfoot tr td{
	border-top: 1px solid #c6c6c5;
    border-bottom: 1px solid #c6c6c5;
    position: relative;
    z-index: 10;
}
div.viz table.bar tfoot tr td.first{
	font-size: .6em;
	vertical-align: bottom;
}

div.viz table.bar tbody tr td.bar_span{
/*	margin: 11px 10px 13px 0;*/
	font-family: georgia;
	text-transform: uppercase;
	padding-left: 5px;
	display: block;
}
div.viz table.bar tbody tr td.last{
	/*width: 1px;*/
	padding-left: 20px;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 1.7em;
	color: #E8D654;
	text-align: right;
}

body table.bar.first tbody tr td.last{
	font-size: 2.7em;
}

div.viz table.bar tfoot tr td.last{ text-align: right; }


div.line_graph ~ div.getDown{
	clear: both;
}

div.line_graph table{
	margin-left: 20px;
	position: absolute;
	bottom: 0;
	text-align: left;
}
div.line_graph_large table{
	margin-left: 15px;
}
/*div.line_graph th{
	padding-right: 65px;
}*/
div.line_graph th:last-child{
	padding-right: 0;
}
div.line_graph{
	height: 194px;
	background-position: 9px 0;
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin-left: -10px;
}

div.line_graph.large-three{ background-image: url("../img/large-three.png"); height: 344px; }
div.line_graph.large-three th{ padding-right: 265px }

div.line_graph.large-four{ background-image: url("../img/large-four.png"); height: 344px; }
div.line_graph.large-four th{ padding-right: 162px }

div.line_graph.large-five{ background-image: url("../img/large-five.png"); height: 370px; }
div.line_graph.large-five th{ padding-right: 115px }


div.line_graph.small-three{ background-image: url("../img/small-three.png"); }
div.line_graph.small-three th{ padding-right: 157px }

div.line_graph.small-four{ background-image: url("../img/small-four.png"); }
div.line_graph.small-four th{ padding-right: 96px }

div.line_graph.small-five{ background-image: url("../img/small-five.png"); }
div.line_graph.small-five th{ padding-right: 65px }

/*div.line_graph.large{
	height: 344px;
	background: url("../img/graph-grid-large.jpg") 9px 0;
}*/
div.line_graph th{
	font-family: georgia;
	text-transform: uppercase;
}
div.line_graph.large th{
	padding-right: 115px;
}
div.line_graph.hide_data table tbody{
	display: none;
}
div.line_graph table tbody tr{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 1.8em;
}
/*div.line_graph table tbody tr:first-child{ color: #e8d654; }
div.line_graph table tbody tr:nth-child(2){ color: #2a5476; }
div.line_graph table tbody tr:nth-child(3){ color: #3FB7D2; }
div.line_graph table tbody tr:nth-child(4){ color: #EA403C; }
div.line_graph table tbody tr:nth-child(5){ color: #A6A6A6; }*/


div.line_graph table tbody tr.red{ color: #EA403C; }


div.line_graph table tbody tr.grey{ color: #a6a6a6; }
div.line_graph table tbody tr.yellow{ color: #e8d654; }
div.line_graph table tbody tr.light_blue{ color: #3fb7d2; }

div.line_graph table tbody tr.blue{ color: #2a5476; }
div.line_graph table tbody tr.pink{ color: #fa787a; }






/* State Page */

body div#map_canvas{
	width: 565px;
	height: 408px;
}
body > div > div > header#page_section{
	margin-bottom: 10px;
}
body ol.map-side-bar,
body ol.map-side-bar2{
	list-style: upper-alpha;
	margin-top: 30px;
	width: 564px;
	list-style-position:inside;
	margin-left: 0;
}
body ol.map-side-bar li,
body ol.map-side-bar2 li
{
	display: list-item;
}
body ol.map-side-bar > li > a,
body ol.map-side-bar2 > li > a
{
	font-family: georgia;
	color: #70C8E0;
	font-size: 1.5em;
	font-size: .9em;
}
body ol.map-side-bar > li:first-child,
body ol.map-side-bar2 > li:first-child {
	border-top: 1px dotted #A7A7A7;
}
body ol.map-side-bar li:nth-of-type(26n),
body ol.map-side-bar2 li:nth-of-type(26n),
body ol.map-side-bar li:last-child,
body ol.map-side-bar2 li:last-child, {
	border-bottom: 1px dotted #a7a7a7;
}
body ol.map-side-bar > li,
body ol.map-side-bar2 > li{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 1.8em;
	color: #ea403c;
	padding: 8px 0;
	height: 20px;
	position: relative;
	border-bottom: 1px dotted #A7A7A7;
}

body ol.map-side-bar > li > span,
body ol.map-side-bar2 > li > span{
	color: #a9a9a9;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 9px;
}
body ol.cities-list{
	list-style-type: none;
	margin: 0;
}
body ol.cities-list li{
	padding-left: 0;
}
html.ie7 body ol.cities-list li{
	padding-left: 0;
	margin-left: -15px;
}
body ol.cities-list li a{
	margin-left: 0px;
}
body ol.map-side-bar li a.list-title,
body ol.map-side-bar2 li a.list-title{
	margin-left: 8px;
	padding: 8px 6px;
}
body ol.map-side-bar li a.map-expander,
body ol.map-side-bar2 li a.map-expander{
	position: absolute;
	right: 0px;
	top: 0;
	text-decoration: none;
	font-size: 1.2em;
	padding: 4px 0;
	width: 20px;
	height: 20px;
}
body ol.map-side-bar > li.expanded,
body ol.map-side-bar2 > li.expanded{
	position: relative;
}

body ol.map-side-bar li div.location,
body ol.map-side-bar li div.ranking,
body ol.map-side-bar2 li div.location,
body ol.map-side-bar2 li div.ranking{
	position: absolute;
	left: -99999em;
	top: -99999em;
}
body ol.map-side-bar li.expanded div.location,
body ol.map-side-bar li.expanded div.ranking,
body ol.map-side-bar2 li.expanded div.location,
body ol.map-side-bar2 li.expanded div.ranking{
	position: static;
	float: left;
}
body ol.map-side-bar li.expanded div.ranking,
body ol.map-side-bar2 li.expanded div.ranking{
	float: left;
	font-size: .4em;
}
body ol.map-side-bar li.expanded span.not_ranked,
body ol.map-side-bar2 li.expanded span.not_ranked{
	font-size: .3em;
	color: #707070;
	padding-left: 3px;
}
body ol.map-side-bar li.expanded + li.expanded,
body ol.map-side-bar2 li.expanded + li.expanded{
    border-top: none;
}

body ol.map-side-bar li.expanded,
body ol.map-side-bar2 li.expanded{
	width: 762px;
	position: relative;
	border-bottom: 1px solid #c6c6c5;
	border-top: 1px solid #C6C6C6;
	margin-top: -1px;
	height: auto;
	padding-top: 27px;
	padding-bottom: 27px;
	font-size: 3em;
	list-style-type: none;
	/*display: inline-block;
	height: 170px;*/
}

html.ie7 body ol.map-side-bar li.expanded,
html.ie7 body ol.map-side-bar2 li.expanded{
	margin-left: -16px;
}
.infowrap{
	margin-top: 0px;
	display: inline-block;
	/*margin-left: 25px;*/
}
.infowrap span.alpha{
	float: left;
	display: none;
	margin-right: 15px;
	margin-top: -5px;
}
.info-box{
	display: none;
}
body ol.map-side-bar li.expanded div.location,
body ol.map-side-bar2 li.expanded div.location{
	width: 150px;
	float: left;
	margin-left: 72px;
	font-size: .6em;
}
body ol.map-side-bar > li.expanded > div > .info-box,
body ol.map-side-bar2 > li.expanded > div > .info-box{
	display: block!important;
	width: 300px;
	float: left;
	/*margin-top: 12px;*/
	font-size: .6em;
}
body ol.map-side-bar > li.expanded .infowrap span.alpha,
body ol.map-side-bar2 > li.expanded .infowrap span.alpha{
	display: block!important;
}
body ol.map-side-bar > li.expanded > div > .info-box span,
body ol.map-side-bar2 > li.expanded > div > .info-box span{
	display: block;
	font-size: 0.4em;
	line-height: 1em;
}
body ol.map-side-bar > li.expanded > a.list-title,
body ol.map-side-bar2 > li.expanded > a.list-title{
	display: none;
	font-style: italic;
	font-size: 1em;

}
body ol.map-side-bar > li.expanded > a.map-expander,
body ol.map-side-bar2 > li.expanded > a.map-expander{
	font-size: .6em;
	font-style: normal;
	font-family: arial;
}
body ol.map-side-bar > li.expanded > div > .info-box p a,
body ol.map-side-bar2 > li.expanded > div > .info-box p a{
	color: #404040;
	text-decoration: none;
	font-size: 2.9em;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	text-transform: uppercase;
	font-style: normal;
	line-height: .8em;
    display: block;
}


body ol.map-side-bar li div.location p,
body ol.map-side-bar2 li div.location p{
	font-family: georgia;
	font-size: .7em;
	color: #A8A8A8;
	margin-bottom: 5px;
}
body ol.map-side-bar li div.location ul,
body ol.map-side-bar2 li div.location ul{
	list-style: none;
	margin: 0 0 10px 0;

}
body ol.map-side-bar li div.location ul li,
body ol.map-side-bar2 li div.location ul li{
	line-height: .8em;
	border-bottom: 0 none;
}
body ol.map-side-bar li a,
body ol.map-side-bar2 li a{
	font-family: georgia;
	font-style: italic;
	color: #0098BA;
	font-size: .7em;
}
body ol.map-side-bar li div.location ul li a:hover,
body ol.map-side-bar2 li div.location ul li a:hover{
	color: #69C9DE;
}
body ol.map-side-bar li div.location a.love,
body ol.map-side-bar2 li div.location a.love{
	font-size: .55em;
	margin-top: 20px;
	color: white;
	font-style: normal;
	}
body ol.map-side-bar li div.ranking,
body ol.map-side-bar2 li div.ranking{
	margin-left: 50px;
	width: 124px;
}

body ol.map-side-bar li div.ranking,
body ol.map-side-bar2 li div.ranking{
	font-family: georgia;
	font-size: .7em;
	color: #A8A8A8;
}
body ol.map-side-bar li div.ranking span,
body ol.map-side-bar2 li div.ranking span{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	line-height: .7em;
	margin-bottom: 6px;
	display: block;
	font-size: 8em;
	color: #d9c050;
	margin-top: 4px;
}

.maplistclearfix:before, .maplistclearfix:after { content: "\0020"; display: block; height: 0; }
.maplistclearfix:after { clear: both; }
.maplistclearfix { zoom: 1; }

body ol.state-subject-list {
	list-style-type: none;
}

body div.qp_next,
body div.qp_prev{
	float: left;
	width: 23px;
	height: 24px;
	margin-right: 10px;
	background: url("../img/mastersprite.png") -564px -205px;
	text-transform: uppercase;
	cursor:pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}
body div.qp_next a,
body div.qp_prev a{
	display:none;
}

body div.qp_prev{
	background-position: -564px -182px;
}
body div.qp_next:hover{
	background-position: -587px -205px;
}
body div.qp_prev:hover{
	background-position: -587px -182px;
}

body .pagination,
body .pagination_map,
body .pagination_2,
body .pagination_related,
body .pagination_subjects{
	margin-top: 25px;
	position: relative;
	z-index: 1000;
}
body ul.pagi_pages{
	list-style-type: none;
	margin-left: 0;
	float: left;
	margin-top: 5px;
	margin-right: 10px;

}
body ul.pagi_pages li{
	float: left;
	margin: 0 5px;
}
body ul.pagi_pages li.current a{
	color: #a9a9a9;
}
body ul.pagi_pages li a{
	font-family: georgia;
	color: #70C8E0;
	font-size: 1.4em;
	text-decoration: none;
}
div.map_tooltip{
	height: 36px;
	padding-top: 8px;
	margin-left: 24px;
	color: #fff;
	/*background-color: #e9412c;*/
}
div.map_tooltip p,
div.map_tooltip p a{
	color: white;
	font-size: 1em;
	width: 136px;
	font-family: Georgia;
	height: 15px;
	text-decoration: none;
}



/* subject_city PAGE */
table.vanilla_data{
	width: 366px;
	border-top: 1px solid #c6c6c5;
	margin-right: 30px;

}

/*table.vanilla_data tbody tr.smaller td:nth-child(2),*/
table.vanilla_data tbody tr.smaller td.last{
	font-size: 2.8em;
}
table.vanilla_data tbody tr td{
	vertical-align: bottom;
	border-bottom: 1px dotted #a7a7a7;
}
table.vanilla_data tbody tr td:first-child{
	font-family: georgia;
	text-transform: uppercase;
	padding-bottom: 5px;

}
/*table.vanilla_data tbody tr td:nth-child(2),*/
table.vanilla_data tbody tr td.last{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	color: #DAC150;
	font-size: 9.3em;
	line-height: .8em;
	text-align: right;
	padding: 10px 0 4px 0;

}
.no_right_padding		{ padding-right: 0!important; }
.no_right_margin		{ margin-right: 0!important; }
.no_top_margin			{ margin-top: 0!important; padding-left: 35px; }
.no_left_padding		{ margin-top: 0!important; }
.no_bottom_margin		{ margin-bottom: 0!important; }
.nofloat 				{ float: none!important; }

.tab_inactive{
	position: absolute;
	left: -99999em;
	top: -99999em;
}
/* clearfix specific for this class */
ul.vanilla_data li:before, ul.vanilla_data li:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
ul.vanilla_data li:after { clear: both; }
ul.vanilla_data li { zoom: 1; }




/* subject STATE page */

.map_menu{
	width: 128px;
	padding: 20px;
	background: #edefec;
	float: left;
	font-style: georgia;
	text-transform: uppercase;
	border-radius: 2px;
	margin-bottom: 50px;
}

.map_menu header h1{
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 1.9em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.map_menu form label{
	margin-top: 18px;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-size: 1.3em;
	color: #A9A9A9;
	display: block;
}
.map_menu form label:first-child{
	margin-top:0;
	margin-bottom: 5px;
}
.map_menu form input{
	border: 0;
}
.map_menu form > span{
	display: block;
	padding: 11px 0 0 18px;

}
.map_menu form > span .checker{
	margin-top: -4px;
	margin-left: -24px;
}
.map_menu form > span:first-of-type{
	padding-top: 5px;
}

.right_arrow,
.left_arrow{
	font-size: 1.8em;
	display: block;
	padding-top: 10px;
	float: left;
}
.right_arrow{
	padding-top: 12px;
	padding-left: 9px;
}
.left_arrow{
	padding-right: 2px;
}
.range_display{
	padding: 0!important;
}
.map_menu form input[type="submit"]{
	border: 0 none;
	color: white;
	text-transform: uppercase;
	font-size: 1em;
	font-family: arial;
	font-weight: lighter;
	background: #2A5476;
	font-style: normal;
	padding-top: 0px;
	margin: 17px 0 0 0;
}


/* Favorites Page */
body.favorites a.love{
	width: 94px;
}
body.favorites > div > div > h1{
	margin-bottom: 40px;
}

/* Usable Classes */

.hidden { display: none; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

div.viz div > table tbody tr td.last,
div.viz div > table tbody tr td.bar_span{
	margin-right: 0;
	padding-right: 0;
}
html.ie7 div.viz div > table tbody tr td.large_pie.last{
	width: 100%;
}



div#candleGraph {
	margin-top: 60px;
}
div#candleGraph > table{
	width: 564px;
}
div#candleGraph > table > tbody{
	border-top: 1px solid #c6c6c5;
}
div#candleGraph > table > tbody > tr{
	/*border-bottom: 1px dotted #a7a7a7;*/
	height: 35px;
	position: relative;
}






/* ********************* */
/* #box_and_whisker_wrap */
/* ********************* */

#box_and_whisker_wrap 			{width: 800px; vertical-align: middle; float: left; border-collapse: separate; border-top: 1px solid #c6c6c5;}
  td {vertical-align: middle;}

#box_and_whisker_wrap td.profession{
	font-family: georgia;
	padding: 4px 0;
	padding-right: 52px;
	text-transform: uppercase;
	width: 125px;
	vertical-align: bottom;
	border-bottom: 1px dotted #c8c8c8;
}
#box_and_whisker_wrap td.avg_salary{
	width: 75px;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	text-transform: uppercase;
	color: #A7A7A7;
	font-size: 1.9em;
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px dotted #c8c8c8;
}
#box_and_whisker_wrap tbody tr td.graph{border-bottom: 1px dotted #c8c8c8;}
#box_and_whisker_wrap tbody tr td.no_data{border-bottom: 1px dotted #c8c8c8;}
tr.no_data_table{
	background: url("../img/patterns/no_data_long.png") repeat-y;
}
/* end box_and_whisker_wrap */


/* #box_and_whisker_wrap .box_and_whisker */

.box_and_whisker				{border-collapse: separate; width: 100%; height: 2.3em;}
.box_and_whisker td				{padding:0px; vertical-align: middle;}
.box_and_whisker tbody tr		{position: relative; height: 2.3em;}

/*.absolute 						{position: absolute; width: 40px;}*/
/*tbody > tr {
	border-bottom: 1px dotted #A7A7A7;
	height: 24px;
	}*/

/*td 								{height: 10px;}*/
/*.no_data						{background: url("../img/patterns/no_data.png") repeat scroll 0 0 transparent;}*/

.box_and_whisker .lower_extreme 		{position: relative; text-align: right;}
.box_and_whisker .upper_extreme 		{position: relative; text-align: left;}
.box_and_whisker .lower_quartile,
.box_and_whisker .upper_quartile{
	solid #000000;
	background-color:#3FB7D2;
	height: 10px;
	color:#000000;
}

.box_and_whisker .lower_quartile 		{ border-radius: 2px 0px 0px 2px; position: relative;}
.box_and_whisker .upper_quartile		{ border-radius: 0px 2px 2px 0px; position: relative;}

.yoursal{
	position: relative;
	width: 0.01%;
}
td .yoursalspan{
	position: absolute;
	top: -11px;
	width: 7px;
	height: 23px;
	background: #E8D823;
	z-index: 100;
}

/* IE */
/*html.ie7 tbody tr td div{ z-index: 99; }
html.ie7 tbody tr td { z-index: 98; }*/
html.ie7 td .yoursalspan{ top: 0; z-index: 100;}
html.ie8 td .yoursalspan{ line-height: 22px; height: 22px;}

#box_and_whisker_wrap .box_and_whisker .mean{
	position: relative;
	width: 0.01%;
	z-index: 20;
	vertical-align: top;
}
.box_and_whisker .mean span{
	width: 7px;
	background: #208bae url('../img/patterns/averages.png');
	line-height: 23px;
	position: absolute;
	margin-left: -3px;
	z-index: 20;
}
/* IE */
html.ie8 .box_and_whisker .mean span{ line-height: 22px; }


.l, .r{
	color: #3FB7D2;
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 1.9em;
	display: inline;
	margin-top: 5px;
	max-width: 100%;
	vertical-align: middle;
}

.l 			{ position: relative; left: -5px;}
.r 			{ position: relative; left: 5px;}







/*

Uniform Theme: #YOUR THEME NAME HERE#
Version: #VERSION NUMBER HERE#
By: #YOUR NAME HERE#
License: #THEME LICENSE HERE#
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
  background-image: url(../img/mastersprite.png);
  background-repeat: no-repeat;

}

.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader *{
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -870px -765px;
  line-height: 33px;
	height: 33px;
}

div.selector span {
  background-position: right -600px;
  height: 33px;
	line-height: 33px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
	left: 0px;
	width: 100%;
}

div.selector:active,
div.selector.active {
	background-position: -870px -798px;
}

div.selector:active span,
div.selector.active span {
	background-position: right 633px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -870px -831px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
	background-position: right -666px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: -870px -864px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	background-position: right -699px;
}

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
	background-position: -870px -897px;
}

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  background-position: right -732px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: -387px -930px;
  height: 19px;
  width: 19px;
}

div.checker:active span,
div.checker.active span {
	background-position: -406px -930px;
}

div.checker.focus span,
div.checker:hover span {
	background-position: -425px -930px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background-position: -444px -930px;
}

div.checker span.checked {
	background-position: -463px -930px;
}

div.checker:active span.checked,
div.checker.active span.checked {
	background-position: -482px -930px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
	background-position: -501px -930px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
	background-position: -520px -930px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-position: -539px -930px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-position: -558px -930px;
}





/* PRESENTATION */

/* Select */
div.selector 							{ font-size: 12px; font-style: italic; font-family: Georgia;}
div.selector select 					{ font-size: 12px; border: solid 1px #fff; }
div.selector span 						{ cursor: pointer; width: 100%; }
div.selector span 						{ color: #666; text-shadow: 0 1px 0 #fff; }
div.selector.disabled span 				{ color: #bbb; }

/* Checker */
div.checker 							{ margin-right: 4px; margin-bottom: 8px}

/*
CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select */

div.selector {
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}

div.selector span {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
	height: 33px;
	border: none;
}

/* Checker */

div.checker {
	position: relative;
	float: left;
}

div.checker span {
	display: block;
	float: left;
	text-align: center;
}

div.checker input {
  opacity: 0;
  display: inline-block;
  background: none;
}

.un_link_bottom {
	margin-bottom: 10px
}
.selectdropdown {
	margin-top: -200px;
	max-height: 200px;
	position: absolute;
	overflow: auto;
	left: -9999em;
	z-index: 9999;
	text-transform: uppercase;
	color: #666;
	background:white;
	border: 1px solid #DDD;
	width: 99%;
	display: list-item;
	list-style: none;
	margin-left: -9px;
}
.dd_active {
	left: auto;
}
.faux_dropdown_mask {
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	position: fixed;
	z-index: 9998;
}
.faux_dropdown_label {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	width: 100%;
	background-position: right -600px;
	background-image: url(../img/mastersprite.png);
	background-repeat: no-repeat;
}
.selector_dd {
	margin-left: 0;
	position:relative;
	padding-left:10px;
	font-size: 12px;
	font-style: italic;
	font-family: Georgia;
	line-height: 33px;
	height: 33px;
	background-position: -870px -765px;
	background-image: url(../img/mastersprite.png);
	background-repeat: no-repeat;
}
.selector_dd:hover {
	background-position: -870px -831px;
}
.faux_dropdown_label:hover {
	background-position: right -666px;
}
.selectdropdown > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
	padding-left: 10px;
	font-style: normal;
}
.selectdropdown > li {
	border: none;
}
.selectdropdown > li:hover {
	border: none;
	color: #70C8E0;
}


/* 2012-12-12: Adding style to change the homepage */

body.home #content {
    background: url("../img/bg-header.png") repeat-x 0 0;
}

body.home > div > div > header {
    position: relative;
    height: 530px;
    margin-bottom: -39px;
    opacity: .999; /*To fix a typography bug in Chrome.*/
}


body.home > div > div > header nav {
    background: url("../img/career-index-nav.png") no-repeat 0 center;
    color: #2A5476;
    padding: 1em 0;
}

body.home > div > div > header nav ul li a {
    color: #2A5476;
}

body.home > div > div > header nav ul li a:hover {
    color: #387db4;
}

body.home > div > div > header nav p.tagline {
    display: inline-block;
    float: left;
    padding: 1em 0 1em 17em;
}

body.home > div > div > header nav p.tagline em {
    font: italic normal 15px/1 Georgia, Times, "Times New Roman", serif;
    text-transform: none;
}

body.home > div > div > header nav p.tagline span {
    position: absolute;
    text-indent: -9999px;
}

body.home > div > div > header section {
    float: right;
    position: relative;
    width: 635px;
}

/* BEGIN: Degree Finder Widget ---------------------------------------------------------------------------------------------------- */

body.home > div > div > header aside#school_finder header h2 {
    font-size: 3.5em;
    margin-top: .5em;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body.home > div > div > header aside#school_finder > span { /*Search icon*/
    background: #2A5476 url("../img/icon-widget-search.png") no-repeat center center;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    position: absolute;
    top: -20px;
    left: 154px;
    width: 60px;
    height: 60px;
}

body.home > div > div > header aside#school_finder form select {
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
            box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
    font-size: 15px;
    margin-left: .1em;
    width: 215px;
    height: auto;
}

body.home > div > div > header aside#school_finder form input[type="submit"] {
    background: #dc4c47;
    -webkit-border-radius: 4px; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
            border-radius: 4px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
            box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
    display: block;
    float: none;
    font-size: 3.7em;
    padding: .3em 1.78em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: auto;
    height: auto;
}

body.home > div > div > header aside#school_finder form input[type="submit"]:hover,
body.home > div > div > header aside#school_finder form input[type="submit"]:active,
body.home > div > div > header aside#school_finder form input[type="submit"]:focus {
    background: #ea5853;
}

body.home > div > div > header aside#school_finder form > span {
    margin: 1em 0;
    padding: 1.2em .3em;
}

body.home > div > div > header aside#school_finder form > span label {
    font-size: 11px;
    font-weight: 700;
}
/* END: Degree Finder Widget ---------------------------------------------------------------------------------------------------- */


body.home > div > div > header h1, body.home_alt > div > div > header h1 {
    background: url("../img/career-index-header.png") no-repeat 0 0;
    margin-top: 10.5em;
    width: auto;
    height: 55px;
}

body.home > div > div > header h2, body.home_alt > div > div > header h2 {
    background: none;
    color: #404040;
    font-family: "AlternateGothicNo2DRegular", helvetica, arial;
    font-size: 3.2em;
    font-weight: normal;
    letter-spacing: -1px;
    margin-top: 6px;
    text-indent: 0;
    width: auto;
    height: auto;
}

body.home section#info p {
    color: #404040;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 1.2em;
    width: auto;
}

/* ~~~~~~~~~~~~~~~~~ Career Index Subject_State Page Edits 1/10/13 -bjc ~~~~~~~~~~~~~~~~~~~~~*/

header.CI {

}

header.old {
	display:none;
}

body div div header.CI {
	height:45px;
	margin-bottom:0;
	margin-top:15px;
}

div#header_panel div header.CI h1 {
	text-indent: -999px;
	background:url("../img/career-index-nav.png") no-repeat 0 center;
	display:block;
	margin:5px 0 0 0;
	font-family:'Roboto Slab', serif;
	font-weight:700;
	font-size:20px;
	padding-right: 10px;
	width: 160px;
}

body div header.CI h1 a {
	color:#2a5376;
}

header.CI h2 {
	color:#2a5376;
	font-style: italic;
	margin:0;
	padding-top:7px;
	float:left;
	width:255px;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	font-weight:500;
}

body div div header.CI form div.selector {
	width:160px;
	display:block;
	background-color: #d0c03d;
	border-radius:5px;
	background-image:none;
}


body div div header.CI form div.col {
	width:auto;
}

body div div header.CI form {
	width:430px;
	float:right;
	margin-top:0;
}
header.CI div div.selector span {

	background-image:url(../img/arrow.png);
	background-position: 135px;
	color:#fff;
	text-shadow:1px 1px 1px #b6a941;
	font-family:"AlternateGothicNo2DRegular", helvetica, arial;
	font-size:20px;
	text-transform: uppercase;
	font-style: normal;
	padding-left:0px;
	padding-top:1px;
	width:150px;
}

/*header.CI div.last div.selector:first-of-type span {
	background-position:72px;
	padding-left:17px;
}*/

body div div header.CI form input.go {
	background-color: #2a5376;
	border-radius:5px;
	color:#fff;
	display:block;
	width:60px;
	font-style: normal;
	font-size:24px;
	height:40px;
	margin:-6px 20px 0 0 ;
	font-family:"AlternateGothicNo2DRegular", helvetica, arial;
	line-height:1em;
	float:right;
}

header.CI form div.styselect {
	margin-right:5px !important;
	margin-left:0 !important;
}

header.CI .login {
	float:right;
	border-left:1px solid #b9b54b;
	display:block;
	height:35px;
	width:80px;
	margin-top:-3px;
}

header.CI .login a {
	color:#6a663f;
	text-transform: uppercase;
	font-size: 11px;
	padding-top:11px;
}

div#privacy p {
	font-size:12px !important;
}

/* Degree Finder Widget(SSR) */
.dfw-widget {
  float: left;
  max-width: 300px;
  width: 100%;
}

.home .dfw-widget {
  margin-top: 70px;
}

#platform-quick-degree-finder {
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
}

#platform-quick-degree-finder select {
  float: none !important;
  width: 100% !important;
}

/* ~~~~~~~~~~~~~~~~~ Career Index State Landing Page 1/22/13 -bjc ~~~~~~~~~*/
h1.state, h1.subject, h1.subject_city {
	font-family: "AlternateGothicNo2DRegular", helvetica, arial;
	font-weight: lighter;
	font-size: 2.8em;
	color: #2A5376;
	text-transform: uppercase;
	margin-left: 0px;
	line-height: .8em;
	margin-bottom:15px;
}

h1.subject_city span {
	font-size:0.8em;
}

div.state_header_wrap {
	width:980px;
	height:355px;
	background-position:top right;
	background-repeat: no-repeat;
}

div.Alabama {background-image:url("../img/maps/bg-map-alabama.png");}div.Alaska {background-image:url("../img/maps/bg-map-alaska.png");}div.Arizona {background-image:url("../img/maps/bg-map-arizona.png");}div.Arkansas {background-image:url("../img/maps/bg-map-arkansas.png");}div.California {background-image:url("../img/maps/bg-map-california.png");}div.Colorado {background-image:url("../img/maps/bg-map-colorado.png");}div.Connecticut {background-image:url("../img/maps/bg-map-connecticut.png");}div.Delaware {background-image:url("../img/maps/bg-map-delaware.png");}div.Florida {background-image:url("../img/maps/bg-map-florida.png");}div.Georgia {background-image:url("../img/maps/bg-map-georgia.png");}div.Hawaii {background-image:url("../img/maps/bg-map-hawaii.png");}div.Idaho {background-image:url("../img/maps/bg-map-idaho.png");}div.Illinois {background-image:url("../img/maps/bg-map-illinois.png");}div.Indiana {background-image:url("../img/maps/bg-map-indiana.png");}div.Iowa {background-image:url("../img/maps/bg-map-iowa.png");}div.Kansas {background-image:url("../img/maps/bg-map-kansas.png");}div.Kentucky {background-image:url("../img/maps/bg-map-kentucky.png");}div.Louisiana {background-image:url("../img/maps/bg-map-louisiana.png");}div.Maine {background-image:url("../img/maps/bg-map-maine.png");}div.Maryland {background-image:url("../img/maps/bg-map-maryland.png");}div.Massachusetts {background-image:url("../img/maps/bg-map-massachusetts.png");}div.Michigan {background-image:url("../img/maps/bg-map-michigan.png");}div.Minnesota {background-image:url("../img/maps/bg-map-minnesota.png");}div.Mississippi {background-image:url("../img/maps/bg-map-mississippi.png");}div.Missouri {background-image:url("../img/maps/bg-map-missouri.png");}div.Montana {background-image:url("../img/maps/bg-map-montana.png");}div.Nebraska {background-image:url("../img/maps/bg-map-nebraska.png");}div.Nevada {background-image:url("../img/maps/bg-map-nevada.png");}div.New.Hampshire {background-image:url("../img/maps/bg-map-new-hampshire.png");}div.New.Jersey {background-image:url("../img/maps/bg-map-new-jersey.png");}div.New.Mexico {background-image:url("../img/maps/bg-map-new-mexico.png");}div.New.York {background-image:url("../img/maps/bg-map-new-york.png");}div.North.Carolina {background-image:url("../img/maps/bg-map-north.carolina.png");}div.North.Dakota {background-image:url("../img/maps/bg-map-north-dakota.png");}div.Ohio {background-image:url("../img/maps/bg-map-ohio.png");}div.Oklahoma {background-image:url("../img/maps/bg-map-oklahoma.png");}div.Oregon {background-image:url("../img/maps/bg-map-oregon.png");}div.Pennsylvania {background-image:url("../img/maps/bg-map-pennsylvania.png");}div.Rhode.Island {background-image:url("../img/maps/bg-map-rhode-island.png");}div.South.Carolina {background-image:url("../img/maps/bg-map-south-carolina.png");}div.South.Dakota {background-image:url("../img/maps/bg-map-south.dakota.png");}div.Tennessee {background-image:url("../img/maps/bg-map-tennessee.png");}div.Texas {background-image:url("../img/maps/bg-map-texas.png");}div.Utah {background-image:url("../img/maps/bg-map-utah.png");}div.Vermont {background-image:url("../img/maps/bg-map-vermont.png");}div.Virginia {background-image:url("../img/maps/bg-map-virginia.png");}div.Washington {background-image:url("../img/maps/bg-map-washington.png");}div.Washington.DC {background-image:url("../img/maps/bg-map-washington-dc.png");}div.West.Virginia {background-image:url("../img/maps/bg-map-west-virginia.png");}div.Wisconsin {background-image:url("../img/maps/bg-map-wisconsis.png");}div.Wyoming {background-image:url("../img/maps/bg-map-wyoming.png");}


/* ~~~~~~~~~~~~~~~~~ End Career Index Edits 1/10/13 -bjc ~~~~~~~~~~~~~~~~~~*/

/* ----- V2 Enhancements ----- */
.text-center {
  text-align: center;
}

#feat-subjects {
  list-style: none;
  margin: 40px 0;
}
#feat-subjects li {
  float: left;
  width: 25%;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 40px;
  font-family: "AlternateGothicNo2DRegular", helvetica, arial;
}
#feat-subjects div {
  width: 168px;
  height: 168px;
  background: url('../img/patterns/blue.png');
  margin: 0 auto 15px;
  border-radius: 5px;
}
#feat-subjects a:hover div {
  background: url('../img/patterns/yellow.png');
}
#feat-subjects span {
  display: block;
  opacity: .5;
}
#feat-subjects li:nth-child(5) {
  margin-left: 12.5%;
}

[class*='icon-'] {
  display: inline-block;
  width: 78px;
  height: 78px;
  background-size: 78px 78px;
  margin-top: 45px;
}
.icon-tooth {
  background-image: url('../img/svg/tooth.svg');
}
.icon-paws {
  background-image: url('../img/svg/dog.svg');
}
.icon-swatch {
  background-image: url('../img/svg/paint.svg');
}
.icon-doctor {
  background-image: url('../img/svg/doctor.svg');
}
.icon-heart {
  background-image: url('../img/svg/heart.svg');
}
.icon-apple {
  background-image: url('../img/svg/fruit.svg');
}
.icon-situp {
  background-image: url('../img/svg/person.svg');
}
