/*-- Header Area --*/
body {
	font-family: Helvetica, 'Droid Sans', sans-serif, Arial, Verdana;
}
#page_background {
	background: url("../img/header_gradient_bg.png") repeat-x top left;
	height: auto;
	min-height: 100%;
}
.content {
	overflow: auto;
	padding-bottom: 70px;
}
.header {
	height: 75px;
	position: relative;
}
.logo_header_ntia,
.logo_header_doc {
	float: right;
}
/*-- Map and Dashboard Area --*/
.dashboard_map_container {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	margin-bottom: 100px;
	margin-top: 20px;
	position: relative;
	background: #f1f1f1;
}
.ie7 .dashboard_map_container,
.ie8 .dashboard_map_container {
	z-index: 200;
}
/*-- The Dashboard Div --*/
.dashboard_container {
	display: none;/*initially hidden to show the dashboard*/
	width: 940px;
	height: 400px;
	background: #f1f1f1;
}
.dash_left {
	margin: 0;
	width: 25%;
	float: left;
	margin-top: 50px;
}
.dash_right {
	margin: 0;
	width: 75%;
	float: left;
}
.dash_right_inner {
	margin: 0 0 10px;
	width: 235px;
	background-color: red;
	float: left;
}
.dash_right_inner img {
    width: 100%;
}
#communities_chart, #institutions_chart, #people_chart {
	margin: 0;
	background-color: #f1f1f1;
	border-left: 1px solid white;
}
.dash_first_column {
	margin-top: 60px;
}
.dash_row {
	margin: 1px 1px 1px 1px;
}
#People.column_header, #People.column_subheader {
	margin: 0;
	padding: 10px 0;
	max-height: 28px;
        text-transform: uppercase;
	font-weight: bold;
	color: white;
	clear: both;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid white;
	background-color: #193661;
}
#Institutions.column_header, #Institutions.column_subheader {
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	clear: both;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid white;
	background-color: #6b0a0c;
}
#Communities.column_header, #Communities.column_subheader {
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	clear: both;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid white;
	background-color: #658d3c;
}
.section_text {
	line-height: 20px;
	position: relative;
	top: -5px;
}
.dash_pair {
	clear: both;
	background: #F1F0EE;
	margin: 0;
	width: 100%;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}
.dash_value {
	width: 33%;
	background: #DADADA;
	margin: 1px 1px 1px 1px;
	text-align: right;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.dash_field {
	width: 64%;
	margin: 1px 1px 1px 1px;
	padding: 5px;
	font-size: 11px;
	color: #626262;
	background: #F1F0EE;
	line-height: 120%;
}
.sub_value {
	width: 33%;
	background: #e3e1e1;
	margin: 1px 1px 1px 1px;
	text-align: right;
	letter-spacing: 2px;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
}
.sub_field {
	width: 64%;
	margin: 1px 1px 1px 1px;
	padding: 5px;
	font-size: 11px;
	color: #626262;
	background: #F1F0EE;
}
.dash_footnote {
	margin: 0px;
	padding: 6px;
	font-size: 11px;
	color: #626262;
	background: #F1F0EE !important;
	background-clip: content-box;
}
#dash_location_header {
	text-transform: uppercase;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: gray;
}
#dash_location {
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}
#dash_location_filters_label {
	text-transform: uppercase;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: gray;
}
#dash_location_filters_header {
	text-transform: uppercase;
}
#dash_investments_link {
	font-size: 12px;
	padding: 0 10px 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#dash_investments_link a {
	color: #438cc0;
	font-weight: bold;
	padding: 5px 0;
	text-decoration: underline;
	font-size: 11px;
}
.intro_demographic {
	font-size: 22px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.demo_bullet {
	float: left;
	width: 10px;
	height: 50px;
	background: #2878bb;
}
.demo_field {
	text-transform: uppercase;
	margin-left: 20px;
	font-size: 12px;
	color: gray;
	height: 28px;
}
.demo_value {
	font-weight: bold;
	margin-left: 20px;
	font-size: 22px;
}
/*-- The Map Div --*/
.map_container {
	width: 940px;
	height: 400px;
	background: #f1f1f1;
	display: none;
}
.ie7 .map_container {
	z-index: 100;
}
.ie7 #map_div {
	z-index: 100;
}
#map_div {
	width: 940px !important;
	height: 400px;
	background: #eee;
}
#map_div.wax-fullscreen-map {
	width: 100% !important;
}
.wax-tooltip {
	color: #111;
	border: 1px solid #ccc;
	background: white;
	border-radius: 3px;
	left: 222px;
	top: 0px;
	z-index: 500;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	-khtml-box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.hide_me {
	display: none;
}
.hover-over {
	font-size: 12px;
	background: white !important;
}
.hover-over .row b {
	font-weight: bold;
	font-size: 14px;
}
.hover-over .row {
	margin-bottom: 10px;
	margin-right: 17px;
}
.hover-over .link {
	color: blue;
}
/*-- Buttons to switch between map and dashboard --*/
.dash_map_switch_btns {
	position: absolute;
	color: #F9F9F9;
	z-index: 50;
	top: 5px;
	font-size: 12px;
}
.ie7 .dash_map_switch_btns {
	z-index: 300;
	top: -8px;
	line-height: 40px;
}
.dash_map_switch_btns li {
	display: inline;
	list-style-type: none;
	padding: 5px 25px;
	margin-right: 1px;
}
.dash_btn {
	background: #efefef;
	padding: 7px;
	color:#333;
	font-weight:bold;
	box-shadow: 0px 2px 1px -1px #444;
}
.map_btn {
	background: #efefef;
	padding: 7px;
	color:#333;
	font-weight:bold;
	box-shadow: 0px 2px 1px -1px #444;
}
.border_radius_bottom_10 {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.border_radius_top_10 {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.border_radius_10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.border_radius_5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.border_radius_3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.box_shadow_menu_btns {
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
/*-- Middle Sidebar Area --*/
.middle_container {
	background: #069;
	margin-bottom: 20px;
}
/*-- Content Navigation Area --*/
.content_nav {
	margin: 10px 10px;
	height: 290px;
}
.state_selector {
	margin-bottom: 20px;
	height: 252px;
	width: 100px;
	background-color: #444;
}
.content_selector {
	background: #fff;
	height: 250px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 1px -1px #444;
	-moz-box-shadow: 0px 2px 1px -1px #444;
	-webkit-box-shadow: 0px 2px 1px -1px #444;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.content_selector h1 {
	text-align: center;
	margin: 10px 0px;
}
.content_selector p {
	color: #333;
	text-align: left;
	font-size: 12px;
	padding: 0px 5px;
	line-height: 20px;
}
.fixed_content {
	height: 160px;
	background: #CCC;
}
.footer {
	position: relative;
	bottom: 0;
	color: #636363;
	margin-top: -160px;
	font-size: 12px;
	background-image: url(../img/white_speckled_bg.gif);
	border-top: 1px solid #E0E0E0;
}
.ie7 .footer {
	margin-top: -50px;
}
.footer .footer_upper {
	min-height: 160px;
	overflow: hidden;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	box-shadow: inset 0 -1px 0 white;
	background-color: #F8F8F8;
}
.footer_container {
	width: 920px;
	margin: 0 auto;
}
.footer_text {
	padding: 15px 0px;
	line-height: 22px;
	color: #888;
}
.footer li {
	display: inline;
	list-style-type: none;
	padding: 0px 5px;
	font-size: 13px;
}
.footer a {
	text-decoration: none;
	color: #2994BC;
}
.footer a:hover {
	text-decoration: underline;
}
.search_attribute {

	background: #135e9d;
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#4e8bb2', endColorstr='#135e9d'); /* for IE */
	/* IE10 */
	background-image: -ms-linear-gradient(top, #4e8bb2 0%, #135e9d 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #4e8bb2 0%, #135e9d 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #4e8bb2 0%, #135e9d 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4e8bb2), color-stop(1, #135e9d));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #4e8bb2 0%, #135e9d 100%);
	/* Proposed W3C Markup */
	background-image: linear-gradient(top, #4e8bb2 0%, #135e9d 100%);
	height: 151px;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.search_inner_attribute {
	position: relative;
	top: 15px;
}
.search_inner_attribute.state {
	background: url("../img/search_drop_down_bg.png") no-repeat scroll 0 0 transparent;
	height: 40px;
	left: 12px;
	position: relative;
	top: 25px;
	width: 198px;
	margin-bottom: 30px;
}
.search_inner_attribute select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	left: 0;
	margin-left: 5px;
	overflow: hidden;
	padding: 9px 2px;
	width: 190px;
	margin-right: 5px;
	height: 36px;
}
.ie7 .search_inner_attribute select {
	width: 187px;
	margin-top: 7px;
}
.ie8 .search_inner_attribute select {
	width: 187px;
}
.search_inner_attribute option {
	background: none repeat scroll 0 0 white;
}
.ie7 .search_inner_attribute option,
.ie8 .search_inner_attribute option,
.ie9 .search_inner_attribute option {
        background: transparent;
}
.submit_search_button {
	background: url("../img/search_btn_bg.png") no-repeat scroll -2px -2px transparent;
	border: medium none;
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	height: 40px;
	width: 76px;
}
#zip_code_input {
	background: url("../img/zip_code_bg.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	margin-left: 11px;
	text-align: center;
	width: 103px;
}
.ie7 #zip_code_input {
	padding-top: 7px;
}
.ie8 #zip_code_input {
	padding-top: 7px;
}
.search_container {
	position: absolute;
	right: 9px;
	top: -3px;
}
.content_nav_btn {
	position: relative;
	height: 140px;
	border: 1px solid #ccc;
}
/*-- Head rollover custom colors --*/
#getting_started_smallbox.btn_menu_bg {
	border: 1px solid #c7dbe7;
	cursor: pointer;
	background-color: #d0e4f0;
}
#communities_smallbox.btn_menu_bg {
	border: 1px solid #c7dbe7;
	cursor: pointer;
	background-color: #edf1e9;
}
#institutions_smallbox.btn_menu_bg {
	border: 1px solid #c7dbe7;
	cursor: pointer;
	background-color: #f1e6e7;
}
#people_smallbox.btn_menu_bg {
	border: 1px solid #c7dbe7;
	cursor: pointer;
	background-color: #d1dae7;
}
#communities_smallbox.nonhighlight, #institutions_smallbox.nonhighlight, #people_smallbox.nonhighlight {
	/*  border: 1px solid #3A7DA8;*/
	background-color: #dbdbdb;
	color: #262121;
}
#getting_started_smallbox.highlight {
	background: no-repeat 100% 0% #3371ab;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
#communities_smallbox.highlight {
	background: no-repeat 100% 0% #658d3c;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
#institutions_smallbox.highlight {
	background: no-repeat 100% 0% #6b0a0c;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
#people_smallbox.highlight {
	background: no-repeat 100% 0% #193661;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.getting_started_menu {
	position: relative;
	height: 150px;
	border: 1px solid #ccc;
}
.getting_started_inner {
	height: 140px;
	margin-bottom: 10px;
}
/*-- Filters --*/

.filter_choices {
	color: #444;
	font-size: 12px;
	position:relative;
	top:32px;
}
.disabled {
	color: #ccc;
	cursor: default !important;
}
.disabled:hover {
	/*this is used so there is no hover effect on a disabled button*/
	color: #ccc !important;
	background-color: #f5f5f5 !important;
	border: 1px solid #dedede !important;
	border-top: 1px solid #eee !important;
	border-left: 1px solid #eee !important;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 0px 0px !important;
}
.checkbox_spacer {
	position: relative;
	display: block;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 0px 0px;
	cursor: pointer;
}
.checkbox_spacer:hover {
	background-color: #DFEBF5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 0px 0px;
}
.spacer {
	position: relative;
	display: block;
	height: 24px;
	padding: 10px 0px;
	background: white;
}
/* Left Column */
.left .checkbox_spacer img {
	position: absolute;
	top: 1px;
	left: 5px;
}
.left .checkbox_spacer {
	height: 8px;
	padding: 7px 0px;
}
.left .checkbox_spacer p {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 35px;
}
.left .select_all_bg {
	background-color: #135E9D;
	height: 13px;
	position: absolute;
	border: 1px solid #CCC;
	width: 698px;
	color: white;
	text-align: center;
	font-size: 13px;
	top:-32px;
}
.left .background {
	background-color: #d8e5f6;
	width: 700px;
	height: 122px;
	position: absolute;
	top: 0px;
}

.left .select_all_bg p {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 250px;
        line-height: 20px;
}
.ie7 .select_all_bg p,
.ie8 .select_all_bg p,
.ie9 .select_all_bg p {
	margin-left: 48.5px;
	font-size: 100%;
}

/* Middle Column */
.middle .checkbox_spacer img {
	position: absolute;
	top: 4px;
	left: 5px;
}
.middle .checkbox_spacer {
	height: 14px;
	padding: 4px 0px;
}
.middle .checkbox_spacer p {
	left: 30px;
	position: relative;
	top: 0px;
}
/*Right Column*/
.right .checkbox_spacer img {
	position: absolute;
	top: 1px;
	left: 5px;
}
.right .checkbox_spacer {
	height: 14px;
	padding: 4px 0px;
}
.right .checkbox_spacer p {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 34px;
}
.select_all_bg {
	background-color: #f2f5ca;
}
.checked_box_lightblue_bg {
	border: 1px solid #bcbcbc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #b7d7f2;
}
.checked_box_lightblue_bg:hover {
	background-color: #b7d7f2;
}
#legend_container {
	left: 10px;
	position: relative;
	top: 40px;
	width: 190px;
	z-index: 100;
}
#legend_container p,
#legend_pulltab p {
	display: none;
}
.legend_box {
	background: #ABC7D2;
	background: none repeat scroll 0 0 rgba(171, 199, 210, 0.7);
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/
	margin-bottom: 1px;
	padding: 6px;
	font-size: 11px;
	display: none;
}
.legend_icon_spacer {
	padding-left: 20px;
}
#legend_mobile_only {
	display: none;
}
/*-- Menu Overlay Styles --*/
.menu_overlay {
	position: absolute;
	top: 125px;
	background: white;
	height: 271px;
	display: inline;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	box-shadow: 0px 2px 1px -1px #444;
	-moz-box-shadow: 0px 2px 1px -1px #444;
	-webkit-box-shadow: 0px 2px 1px -1px #444;
	z-index: 200;
	width: 938px;
}
.menu_overlay_border{
	border-top: 5px solid #3371ab;
}
.ie7 .menu_overlay {
	border-bottom: 1px solid #CCC;
}
.ie8 .menu_overlay {
	border-bottom: 1px solid #CCC;
}
.menu_overlay_three_tabs {
	left: 240px;
	top: 45px;
	width: 698px;
}
.menu_overlay_filter_area {
	position: absolute;
	left: 0px;
	font-size: 13px;
	width: 219px;
}
.menu_overlay_getting_started_links {
	position: absolute;
	left: 0px;
	font-size: 13px;
	width: 220px;
	height: 247px;
}
.menu_absolute {
	position: absolute;
	z-index: 100;
}
.getting_started_link {
	background: #DDD;
	color: white;
	cursor: pointer;
	border-left: 1px solid #CCC;
	position: relative;
	height: 68px;
	right: 1px;
}
.getting_started_link:hover {
	filter: alpha(opacity=75);
	opacity: .75;
}
.gs_inner_text {
	padding: 26px 10px;
	font-size: 14px;
}
.menu_overlay_content_area {
	z-index: 200;
	position: absolute;
	width: 690px;
	line-height: 160%;
	font-size: 12px;
	top: 10px;
	left: 237px;
}
.menu_overlay_content_area_three_tabs {
	width: 678px;
	top: 0px;
	left: 0px;
	padding: 10px;
}
#getting_started_summary .menu_overlay_content_area_three_tabs {
	width: 678px;
	top: 0px;
	left: 0px;
	padding: 10px;
}
#communities_summary .menu_overlay_content_area_three_tabs {
	width: 678px;
	top: 0px;
	left: 0px;
	padding: 10px;
	border-top: 5px solid #658d3c;
}
#institutions_summary .menu_overlay_content_area_three_tabs {
	width: 678px;
	top: 0px;
	left: 0px;
	padding: 10px;
	border-top: 5px solid #6b0a0c;
}
#people_summary .menu_overlay_content_area_three_tabs {
	width: 678px;
	top: 0px;
	left: 0px;
	padding: 10px;
	border-top: 5px solid #193661;
}
#getting_started.grid_16.alpha.omega {
	margin-top: 19px;
}
.getting_started_content_area {
	display: none;
}
.menu_overlay_getting_started {
	display: none;
}
.menu_overlay_communities {
	display: none;
}
.menu_overlay_institutions {
	display: none;
}
.menu_overlay_people {
	display: none;
}
.menu_overlay_top {

}
.close_btn {
	display: none;
	background: transparent url("../img/minus.png") 0px 0px no-repeat !important;
	height: 35px;
	position: absolute;
	width: 43px;
	right: -28px;
	top: -13px;
}
.text_link {
	color: #438CC0;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
	text-decoration: underline;
}
.text_tool_explain {
	display: inline-block;
	font-size: 13px;
	color: white;
	background-color: #5997BB;
	padding: 2px 8px;
	margin-right: 5px;
}
.gs_content_3 .text_tool_explain {
	margin-bottom: 10px;
}
/*-- Map buttons --*/
a.wax-fullscreen {
	width: 68px;
	top: 20px;
	left: auto;
	right: 10px;
	padding: 4px;
	background: none repeat scroll 0 0 #333333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #F1F1F1;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	z-index: 300;
}
a.wax-fullscreen.hover {
	color: #1e2122;
	background-color: #88b8d7;
}
.map_btns_interact {
	cursor: pointer;
	position: absolute;
	width: 35px;
	height: 31px;
	z-index: 100;
}
.share_btn {
	right: 31px;
	top: 156px;
	background: white url(../img/map_interact_icons.png) 0px 0px no-repeat;
}
.download_btn {
	background: url("../img/map_interact_icons.png") no-repeat scroll 0 -44px white;
	right: 32px;
	top: 195px;
}
.print_btn {
	right: 31px;
	top: 236px;
	background: white url(../img/map_interact_icons.png) 0px -90px no-repeat;
}
#share_hover {
	position: absolute;
	top: -2px;
}
#download_hover {
	position: absolute;
	top: 37px;
}
#print_hover {
	position: absolute;
	top: 80px;
}
.line_separator {
	right: 10px;
	top: 140px;
	border-bottom: 2px solid #EFEFEF;
	width: 76px;
	height: 5px;
}
/*-- General styles --*/
.btn_hover {
	cursor: pointer;
	background: #c4d2e0; /*#e3e9f1;*/
	color: #333;
}
.selected {
	color: #ffffff;
	background:#333;
}
.home_last_column {
	float: left;
	width: 33%;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0px;
}
/*-- Zoom Buttons --*/
a.zoomer {
	position: absolute;
	top: 110px;
	left: auto;
	height: 25px;
	width: 25px;
	z-index: 300;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	color: #444444;
	font-size: 20px;
	line-height: 25px;
	background-color: white;
}
a.zoomin {
	background-position: -32px -2px;
	right: 52px;
}
a.zoomout {
	background-position: -62px -2px;
	right: 19px;
}
a.zoomdisabled {
	background-color: #CCC !important;
	color: white !important;
	cursor: default;
}
.checkbox_spacer {
	border-bottom: 1px solid #EFEFEF;
	padding: 1px 0px;
}
.checkbox_spacer:hover {
	color: white;
	background-color: #62a4da;
	cursor: pointer;
}
.select_all_bg {
	background-color: #f2f5ca;
}
.checked_box_lightblue_bg {
	background-color: #b7d7f2;
}
.getting_started_bg {
	background: url("../img/gs_inner_bg.png") repeat-x;
}
.getting_started_highlight {
	background: #fff;
	color: #444;
	font-weight: bold;
}
.bottom_getting_started_link {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	height: 62px;
}
.text_explanation {
	border-right: 2px solid #CCCCCC;
	float: left;
	line-height: 19.2px;
	padding-right: 8px;
	width: 440px;
}
.presentation {
	display: block;
	float: right;
}
/*-- State Territories map overlay css --*/
.states_and_territories {
	bottom: 15px;
	left: 10px;
	position: absolute;
	width: 900px;
	z-index: 10;
        pointer-events: none;
}
.states_and_territories_hovers {
	bottom: 73px;
	left: 6px;
	position: absolute;
	width: 900px;
	z-index: 110;
        pointer-events: none;
}
.state_shortcuts_hover {
	display: none;
}
.states_and_territories_hovers div {
	display: inline-block;
}
.state_shortcuts {
	background: none repeat scroll 0 0 white;
	border: 3px solid #F1F1F1;
	cursor: pointer;
	margin-right: 5px;
	padding: 25px 5px;
        pointer-events: auto;
}
.ie8 #territories.state_shortcuts,
.ie9 #territories.state_shortcuts {
        margin-right: 1px;
}
.state_shortcuts:hover {
	filter: alpha(opacity=85);
	opacity: .85;
	border: 3px solid #ccc;
}
.state_shortcuts_text {
	font-size: 11px;
	display: none;
	padding: 10px 4px;
}
#usa_hover {
	bottom: 0;
	left: 0;
	position: absolute;
}
#alaska_hover {
	bottom: 0;
	left: 105px;
	position: absolute;
}
#hawaii_hover {
	bottom: 0;
	left: 193px;
	position: absolute;
}
/*-- Nav Button Hover CSS --*/
.navbtn_hovers {
	height: 136px;
	position: absolute;
	right: 103px;
	top: 149px;
	width: 100px;
	z-index: 11;
	pointer-events: none;
}
.navbtn_hover {
	display: none;
}
.navbtn_hovers div {
	width: 100px;
	height: 32px;
	display: inline-block;
}
.gs_content_1 {
	display: none;
}
.gs_content_2 {
	display: none;
}
.gs_content_3 {
	display: none;
	height: 250px;
	overflow-y: scroll;
	overflow-x: none;
}
.gs_content_4 {
	display: none;
}
.controls_container {
	position: relative;
}
/*
 *
 navigation controls for north, east, south, west and zoom controls of +/-
 *
 */
.nav_controls_main {
	position: absolute;
	top: 36px;
	right: 10px;
	background: white;
	padding: 5px;
	padding-bottom: 80px;
	box-shadow: 0 5px 12px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 5px 12px rgba(0,0,0,.6);
	-moz-box-shadow: 0 5px 12px rgba(0,0,0,.6);
	-khtml-box-shadow: 0 5px 12px rgba(0,0,0,.6);
	height: 157px;
	z-index: 10;
}
.invisible_nav {
	position: relative;
	z-index: 100;
}
.invisible_zoom {
	position: relative;
	z-index: 100;
}
.nav_position {
	height: 73px;
	width: 73px;
	position: absolute;
	top: -3px;
	z-index: 90;
}
.zoom_position {
	height: 32px;
	width: 73px;
	position: absolute;
	top: 70px;
	z-index: 90;
	left: 2px;
}
.default_zoom {
	background: transparent left -368px no-repeat url("../img/controls.png");
}
.default_nav {
	background: transparent left -3px no-repeat url("../img/controls.png");
}
.top_nav {
	background: transparent left -77px no-repeat url("../img/controls.png");
}
.right_nav {
	background: transparent left -151px no-repeat url("../img/controls.png");
}
.bottom_nav {
	background: transparent left -224px no-repeat url("../img/controls.png");
}
.left_nav {
	background: transparent left -297px no-repeat url("../img/controls.png");
}
.minus_zoom {
	background: transparent left -398px no-repeat url("../img/controls.png");
}
.plus_zoom {
	background: transparent left -427px no-repeat url("../img/controls.png");
}
/*-- Share Popup Stying --*/
.share_popup {
	background: rgba(32,32,32,0.75);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
}
.ie7 .share_popup {
	background: #202020;
	filter: alpha(opacity=95);
}
.ie8 .share_popup {
	background: #202020;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
.share_popup .share_content {
	position: absolute;
	display: block;
	right: 50%;
	top: 272px;
	margin: -210px -180px 0px 0px;
	padding: 20px 20px 20px 10px;
	width: 308px;
	height: 150px;
	/* height: 197px; */
	border: 1px solid #ccc;
	background: white;
	border-radius: 3px;
	box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
	overflow: hidden;
}
.share_popup #share_social_buttons {
	text-align: center;
	margin-bottom: 10px;
}
.share_popup #share_social_buttons a {
	margin: 8px;
}
.share_popup a.close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666;
}
.share_popup h2 {
	font: normal 30px;
	color: #222;
	margin: 0px 0px 9px 0px;
	text-align: center;
}
.share_popup small {
	color: #999;
}
.share_popup textarea {
	display: block;
	resize: none;
	border: 1px solid #ccc;
	padding: 4px;
	width: 310px;
	height: 100px;
}
.share_close_btn {
	background: url("../img/minus.png") no-repeat scroll 0 0 transparent !important;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: -14px;
	top: 1px;
	width: 43px;
}
/* slide show */
#outside_slide_container {
	position: absolute;
	z-index: 9999;
	display: block;
}
#slides {
	display: none;
	position: absolute;
	top: 20px;
	background: white;
}
.slides_container {
	width: 940px;
	height: 388px;
	z-index: 0;
}
.slides_container div {
	width: 940px;
	height: 388px;
	display: block;
}
.prev {
	position: absolute;
	left: -24px;
	top: 190px;
	z-index: 9999;
}
.next {
	position: absolute;
	right: -24px;
	top: 190px;
	z-index: 9999;
}
.pagination {
	margin: 6px auto 0;
	width: 100px;
}
.ie7 .pagination {
	margin: 6px 430px 0;
	width: 100px;
}
.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}
.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../img/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.pagination li.current a {
	background-position: 0 -12px;
}
.pixel_400 {
	height: 400px !important; //Yeah, need this for page to load nicely.
}
.close {
	background: url("../img/minus.png") no-repeat scroll 15px 0 transparent !important;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: -14px;
	top: 1px;
	width: 43px;
	text-indent: -999px;
}

/* Wax-legend actually just refers to the population density overlay. */
.wax-legend {
	background: none repeat scroll 0 0 rgba(171, 199, 210, 0.7);
	bottom: 85px;
	font-size: 11px;
	left: 10px;
	padding: 2px 3px;
	position: absolute;
	z-index: 100;
	display: none;
}
.wax-legend .title {
	text-align: left;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 90%;
}
.wax-legend .scale ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.wax-legend .scale ul li {
	display: block;
	float: left;
	width: 50px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 80%;
	list-style: none;
}
.wax-legend ul.labels li span {
	height: 15px;
	width: 50px;
}
.wax-legend ul li span {
	display: block;
	float: left;
}
.wax-legend .source {
	font-size: 70%;
	color: #999;
	clear: both;
}
.wax-attribution a, .wax-legend a {
	color: #777;
}
/*-- Hide Mobile-Only UI Elements --*/
/*
.mobile_button_map_left_container,
.mobile_button_map_right_container
#map_location_draggable_container_container,
#legend_draggable_container {
	display: none;
	visibility: hidden;
}
*/

/*-- Use "view_indicator" to keep track of responsive status. --*/
#view_indicator {
  position: relative;
  z-index: 0;
}
