/*  
Theme Name: WordPress CivicYouth
Theme URI: http://civicyouth.org/
Description: Designed by FissionStrategy for CivicYouth
Version: 1.0.1
Author: Cindy Mottershead (modifications by Fred Boak)
Author URI: http://fissionstrategy.com
*/

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

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

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

/* --------------------
		Standard Styles
-------------------- */

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

ol, ul {
	list-style-position: outside;
	margin-left:20px;
    margin-bottom:10px;
}

li {
	margin-bottom:6px;
}


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

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

p.spacer {
	margin-bottom:10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin: 0 10px 0 0;
}

img.alignright {
	margin: 0 0 0 10px;
}

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


html, body {
	background-image: url(images/body.gif);
	background-repeat: repeat-x;
	background-color: #415282;
	background-size: contain;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

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

.header {
	height: 198px;
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 10px 0 10px;	
}

.header .top {
	color: #fff;
	height: 55px;
	clear: both;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

.header .more {
	margin-left: 8px;	
}

.header .more img {
	vertical-align: middle;
}

.header .social-media {
	float: right;
	margin-top: -3px;
}

.header .social-media .social-text {
	float: left;
	margin-bottom: 3px;
}

.header .social-media .social-facebook {
	float: left;
	margin-left: 5px;
}

.header .social-media .social-twitter {
	float: left;
	margin-left: 3px;
}

.header .search-icon {
	display: none;
}
.header .search-form {
	display: block;
}

.clear {
	clear: both;
}

form.update {
	float: right;
	width: 335px;
	height: 33px;
	padding-top: 10px;	
}

form.update label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	float: left;
	line-height: 20px;
}

form.update input {
	background: none;
	border: none;
	background-image: url(images/header-update-input.gif);
	background-repeat: no-repeat;
	width: 134px;
	height: 16px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 3px 8px;
	float: left;
	margin-left: 8px;
}

form.update input.submit {
	background-image: url(images/submit-go.gif);
	background-repeat: no-repeat;
	width: 39px;
	height: 23px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	margin-left: 10px;
	padding: 0;
	float: left;
	margin-right: -10px;
	position: relative;
}

.header .logo-area {
	height: 102px;
}
.header .upper-left {
	float: left;
	width: 47%;
	padding: 18px 0 0 1.5%;
}
.header .upper-right {
	float: right;
	width: 47%;
	padding: 19px 1.5% 0 0;
}
.header .upper-right img {
	max-width: 100%;
}
.header .lower-left {
	float: left;
	width: 66%;
	padding: 0 0 0 1.5%;
}
.header .lower-right {
	float: right;
	width: 30%;
	padding: 0 1.5% 0 0;
}

.header .column-left {
	float: left;
	width: 600px;
	height: 94px;
	padding: 18px 0 0 15px;
}

.header .column-right {
	float: right;
	width: 294px;
	height: 93px;
	padding: 19px 6px 0 0;
}

.header .logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 194px;
	height: 51px;
	float: left;
	margin-bottom: 10px;
}

*+html .header .logo {
	margin-bottom: 0;
}

.header .slogan {
	clear: both;
	font-size: 13px;
	color: #333;
	text-transform: uppercase;	
	font-family: Helvetica, sans-serif;
}

*+html .header .slogan {
	margin-top: -8px;c
}

form.search {
	float: right;
//	padding-top: 22px;
	overflow: hidden;
	clear: both;
	width: 288px;
}

form.search input {
	border: none;
	background: none;
	background-image: url(images/input-search.gif);
	background-repeat: no-repeat;
	width: 157px;
	height: 14px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
	padding: 4px 4px 4px 26px;
	float: left;
}

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

#cssmenu {
	clear: both;
	height: 31px;
	background-color: #bf2e1a;
	position: relative;
/*	z-index: 9999; */
}

#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu #submenu-button {
	display: none;
}
#cssmenu ul li ul li ul {
	display: none;
}
#cssmenu ul,
.sidebar .research-topics ul {
	list-style-position: inside;
        margin: 0 0 10px 0;
}
#cssmenu ul li {
	list-style: none;
	float: left;
	background-image: url(images/nav-separator.gif);
	background-repeat: no-repeat;
	margin-bottom: 0;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#cssmenu ul li.first {
	background: none;	
}

#cssmenu .submenu-button {
	float: right;
	height: 31px;
	width: 34px;
	background-image: url(images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: right 12px;
	cursor: pointer;
}
#cssmenu ul li a {
	float: left;
	text-decoration: none;
	color: #fff;
	height: 31px;
	line-height: 31px;
	padding: 0 0 0 12px;
/*
	padding: 0 34px 0 12px;
	background-image: url(images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: right 12px;	
*/
	font-family: Arial, Helvetica, sans-serif;
}
#cssmenu ul li:hover,
#cssmenu ul li.my-submenu-opened {
	background-color: #7b1a0d;
}
#cssmenu ul li:hover a,
#cssmenu ul li.my-submenu-opened {
	background-color: #7b1a0d;
}
#cssmenu ul li:hover ul,
#cssmenu ul ul.open{
	display: block;	
	left: auto;
	z-index: 100;
}
#cssmenu ul ul {
	display: none;
	position: absolute;
	top: 31px;
	left: -9999px;
	background-color: #7b1a0d;
}
#cssmenu ul ul li {
	background: none;
	border-top: 1px dotted #a35f56;
        width: 100%;
	float: none;
	display: block;
}
#cssmenu ul ul li {
	float: left;
	display: inline;
	clear: both;
}
#cssmenu ul ul li.first {
	border: none!important;	
}
#cssmenu ul ul li a {
	background: none;
	display: block;
	float: none;
	white-space: nowrap;
	height: 21px;
	padding-right: 21px;
	line-height: 21px;	
}
#cssmenu ul ul li a:hover {
	background-color: #561209;	
}

.main {
	clear: both;
	overflow: hidden;
	background-color: #fff;
	padding: 0 10px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;	
}

.content {
	float: left;
	width: 620px;
	padding-right: 10px;
	padding-bottom: 25px;
}

.pagecontent {
	float: left;
	width: 620px;
	padding: 0px 0px 25px 0px;
}

.map-sidebar,
.sidebar {
	float: right;
	width: 299px;
	padding-left: 11px;
	padding-bottom: 100px;
}
.map-sidebar {
	padding-bottom: 0;
}

.map {
	background-color: #163780;
}
	
.map-body {
	float: left;
	width: 630px;
	background-color: #e6dbbd;
	position: relative;	
}

.map .image {
	width: 600px;
	height: 374px;
	overflow: hidden;
	position: relative;
        background-color: #e6dbbd;
        padding-left: 20px;
}

.map .image img {
	position: absolute;
	left: 20px;
	top: 0;
	display: none;
}

.map .module-nav {
	background-image: url(images/module-nav-bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	color: #fff;
}

.map .module-nav span {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 30px;
	line-height: 35px;	
}

.map .module-nav .lights {
	background-image: url(images/dark-arrow.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 27px;
	float: left;
	overflow: hidden;
	padding: 8px 0 0 25px;	
}

.map .module-nav .lights a {
	background-image: url(images/module-nav.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.map .module-nav .lights a:hover, .map .module-nav .lights a.selected {
	background-image: url(images/module-nav-hover.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-top: 0;
	margin-right: 8px;
	margin-left: -2px;
	position: relative;
}

.content h1 {
	background-image: url(images/h1-border.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 36px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 25px;	
}

.content h1.big {
	font-size: 20px;
}

.content h1.small {
	font-size: 16px;
}

.content h1 a {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bf2e1a;
	font-weight: bold;
	text-decoration: none;	
}

* html .content h1 a {
	margin-top: 10px;	
}

.rss {
	background-image: url(images/icon-rss.gif);
	padding-right: 26px;
	background-repeat: no-repeat;
	background-position: right center;
}

.content h1 a img {
	vertical-align: middle;
	margin-left: 8px;
}

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 21px;
	margin-bottom: 15px;	
}

.content h2 a {
	color: #1b429a;
	text-decoration: none;
}

.content h2 a:hover {
	text-decoration: underline;
}

.sidebar .latest-research {
	margin-left: -2px;
}

.sidebar .latest-research ul {
	margin-left: 0px;
}

.sidebar .block h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1b429a;
	line-height: 21px;
	margin-bottom: 15px;	
}

.content .block {
	border-bottom: 1px dotted #999;
	padding-bottom: 18px;
	margin-bottom: 18px;
	line-height: 18px;
	overflow: hidden;
}

.content .block img.alignleft, .content .block img.alignright {
	margin-top: 5px;
}

.content .block-content {
	float: left;
	width: 445px;	
}

.content .block-bar {
	float: right;
	width: 152px;
	margin-left: 20px;
}

.content a {
	color: #bf2e1a;
	text-decoration: none;	
}

.content a:hover {
	text-decoration: underline;	
}

.content .block img {
	vertical-align: middle;
	margin-right: 5px;
}

.content .block .tags {
	color: #020202;
}

.content .block-bar .post {
	font-weight: bold;
	color: #bf2e1a;
	clear: both;
	overflow: hidden;
	clear: both;
	padding-bottom: 8px;	
}

.content .block-bar .post a {
	color: #bf2e1a;
}

.content .block-bar .date {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	line-height: 18px;
	margin-bottom: 12px;
	margin-top: 5px;
	padding: 5px 0;
}

.content .block-bar .post .post-number {
	background-image: url(images/post-arrow.gif);
	background-repeat: no-repeat;
	width: 51px;
	height: 20px;
	float: left;
	padding: 4px 10px 0 5px;
	color: #333;
	font-weight: bold;
	margin-right: 8px;	
}

.content .block-bar .post .post-number img {
	vertical-align: top;
	margin-right: 7px;	
}

.sidebar #research_side,
.map-sidebar #research_side {
        display: block;
}

.sidebar .research,
.map-sidebar .research {
        height: 384px;
	background-image: url(images/research-bg.gif);
	background-repeat: no-repeat;
	background-color: #0b1b3e;
	padding: 15px 12px 10px 10px;
	color: #fff;
	overflow: hidden;
	margin-left: -11px;
	position: relative;
}

.sidebar .research .research-data,
.map-sidebar .research .research-data {
        margin-top: 20px;
        height: 195px;
        overflow-y: auto;
}

.sidebar .research .top,
.map-sidebar .research .top {
	background-image: url(images/research-top-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
}

.sidebar .research h2,
.map-sidebar .research h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e6dcbe;
	text-transform: uppercase;
	line-height: 21px;
	padding-left: 9px;
}

.sidebar .research h3,
.map-sidebar .research h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	padding-left: 9px;
}

.sidebar .research h4,
.map-sidebar .research h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	padding-left: 9px;
}

.sidebar .research, .line,
.map-sidebar .research .line {
	border-bottom: 1px solid #fff;
	clear: both;
	overflow: hidden;
	padding: 5px 0 12px 0;
}

.sidebar .research .line .box,
.map-sidebar .research .line .box {
	float: left;
	width: 126px;
	padding-left: 8px;	
}

.sidebar .research .line .box div,
.map-sidebar .research .line .box div {
	width: 126px;
}

.sidebar .research .line .box big,
.map-sidebar .research .line .box big {
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 37px;	
}

.sidebar .research .line .box .link,
.map-sidebar .research .line .box .link {
    clear:both;
    color: white;
}

.sidebar .research .learn-more,
.map-sidebar .research .learn-more {
	background-image: url(images/button-learn-more.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 118px;
	height: 32px;
	padding-left: 24px;
	line-height: 32px;
	text-align: left;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 0 0 70px;	
	position:absolute;
	bottom:5px;
}

.sidebar .block {
        float: left;
	width: 298px;
	margin-top: 14px;	
}

.sidebar .block .subtitle {
	height: 24px;
	line-height: 24px;
	background-color: #8da0cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 35px;
	background-image: url(images/subtitle-bg.gif);
	background-repeat: no-repeat;
	background-position: 17px 9px;
}

.sidebar .block h2 {
	background-image: url(images/sidebar-h2-bg.gif);
	background-repeat: no-repeat;
	height: 33px;
	line-height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-left: 16px;
}

.sidebar .block-content {
	background-image: url(images/block-content-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 12px 8px 12px;
	overflow: hidden;
}

.sidebar .block-content .more {
	background-image: url(images/block-learn-more.gif);
	background-repeat: no-repeat;
	height: 25px;
	display: block;
	margin: 0 -11px;
	position: relative;	
}

.sidebar .block a {
	text-decoration: none;
	color: #bf2e1a;	
}

.sidebar .block a:hover {
	text-decoration: underline;	
}

.sidebar .block h3 {
	margin-bottom: 5px;	
}

.sidebar .block h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	padding-bottom: 2px;
}

.sidebar .newsletter {
	margin: 30px 0;	
}

.sidebar .newsletter .latest {
	background-image: url(images/button-latest-issue.gif);
	background-repeat: no-repeat;
	width: 142px;
	height: 32px;
	float: left;
	margin: -18px 0 0 8px;
	position: relative;
}

.sidebar .newsletter .signup {
	background-image: url(images/button-sign-up-here.gif);
	background-repeat: no-repeat;
	width: 142px;
	height: 32px;
	float: left;
	margin: -32px 0 0 150px;
	position: relative;
}

.footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 69px;
	padding: 10px 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 12px;
	color: #fff;
}

.footer .column-left {
	float: left;
	width: 543px;	
}

.footer .column-right {
	float: right;
	width: 300px;	
}

.footer form.update {
	width: 290px;
	padding-top: 0;	
}

.footer form.update label {
	display: block;
	float: none;
	padding-bottom: 8px;	
}

.footer form.update input {
	margin-left: 0;
	background-image: url(images/footer-update-input.gif);
	width: 190px;
	padding: 4px 2px 4px 08px;	
}

.footer form.update input.submit {
	margin-left: 10px;
	background-image: url(images/submit-go.gif);
	width: 39px;
	padding: 0;	
}

.footer .copyright {
	font-weight: bold;
}

.footer a {
	color: #fff;	
}

.breadcrumbs {
	background-image: url(images/breadcrumbs-bg.gif);
	background-repeat: no-repeat;
	height: 12px;
	margin-bottom: 20px;
	padding: 8px 4px 8px 16px; 	
	width: 604px;
	overflow: hidden;
}

.breadcrumbs a, .breadcrumbs .current {
	float: left;
	line-height: 17px;
}

.breadcrumbs a.home {
	margin-top: 2px;
}

.breadcrumbs img.arrow {
	margin: 4px 5px 0 5px;
	float: left;
}

.padded {
	padding: 10px 0;	
}

.content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1b429a;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 31px;
	line-height: 22px;
	margin-top: 10px;
}

.content h3 a {
	color: #1b429a;
	text-decoration: none;
}

.content h3 a:hover {
	text-decoration: underline;
}

.sidebar .research-topics {
	margin-left: -11px;
	position: relative;
}

* html .sidebar .research-topics {
	margin-left: -27px;
}

.sidebar .research-topics ul li {
	list-style: none;
	background-color: #dfe5f1;
	background-image: url(images/research-topics-border.gif);
	background-repeat: repeat-x;
	margin-bottom: 0;
	height: 21px;
	padding-left: 18px;
	padding-top: 5px;
}

.sidebar .research-topics ul li.first {
	background-image: none;	
}

.sidebar .research-topics ul li a {
	color: #bf2e1a;
	text-decoration: none;
	background-image: url(images/icon-star.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 17px;
}

.sidebar .research-topics ul li a:hover {
	text-decoration: underline;
}

.sidebar .block-content ul li {
	list-style: none;
	background-image: url(images/list-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 22px;
	margin-bottom: 8px;			
}

* html .sidebar .block-content ul li {
	float: left;
}

.sidebar ul.list {
	list-style: none;
}

.sidebar ul.list li {
	display: block;
	padding: 8px 0 8px 33px;
	line-height: 20px;
	background: none;
	color: #bf2e1a;
	font-size: 14px;
	margin: 0;
	clear: both;
}

.sidebar ul.list li .count {
	float: left;
	position: relative;
	margin-left: -33px;
	background-image: url(images/count-bg.gif);
	width: 25px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.relevant {
	background-image: url(images/relevant-bg.gif);
	background-repeat: repeat;
	padding: 12px;
	margin: 0 0 15px 0;
}

.noborder {
	border: none !important;
	margin-bottom: 0 !important;
}

.content h3.heading {
	background: none;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
}

.relevant ul li {
	display: block;
	list-style: none;
	overflow: hidden;
	padding-bottom: 4px;
}

.relevant ul li img {
	float: left;
	margin-right: 10px;
	margin-top: 1px;
}

.content .comments h3.heading {
	background-image: url(images/h1-border.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.comments .comment {
	overflow: hidden;
	border-top: 1px dotted #333333;
	padding: 10px 0;
	color: #333333;
	font-size: 12px;
}
.comments .first {
	border: none;
}

.comments .comment .author {
	float: left;
	width: 130px;
	padding: 0 5px;
	font-size: 11px;
}

.comments .comment .name {
	font-weight: bold;
	font-size: 12px;
	color: #bf2e1a;
}

.comments .comment .comment-content {
	float: left;
	width: 470px;
}

form.commentform {
	background-color: #dfe5f1;
	clear: both;
	padding: 0 15px 25px 15px;
	overflow: hidden;
	zoom: 1;
}

form.commentform h4 {
	background-color: #1b429a;
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	position: relative;
	margin: 0 -15px 25px -15px;;
}

form.commentform textarea {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	background: none;
	border: none;
	background-repeat: no-repeat;
	overflow: auto;
	margin-bottom: 11px;
	background-image: url(images/textarea-bg.gif);
	width: 565px;
	height: 82px;
}

form.commentform input {
	border: none;
	background: none;
	background-image: url(images/input-bg.gif);
	width: 167px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	padding: 4px 10px;
	margin: 0 12px 0 0;
	float: left;
}

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

.pager {
	overflow: hidden;
	clear: both;
	line-height: 16px;
}

.pager span {
	float: left;
	margin-left: 5px;
}

.pager a {
	float: left;
	margin-left: 5px;
	height: 16px;
	padding: 0 5px;
}

.pager a.previous {
	margin: 0;
}

.pager a:hover {
	color: #fff;
	padding: 0;
	background-color: #bf2e1a;
	text-decoration: none;
	padding: 0 5px;
}

.pager a.previous:hover, .pager a.next:hover {
	background: none;
	color: #bf2e1a;
	text-decoration: underline;
}

#tooltip {
  display: none;
  position: absolute;
  background: url(images/map-hover.png) top left no-repeat;
  overflow: hidden;
  width: 112px;
  height: 63px;
  z-index: 99999;
}

#tooltip_inner {
  font-weight: bold;
  float: left;
  width: 112px;
  margin-top: 4px;
  display: inline-block;
  text-align: center;
}

.tipinner {
  display: none;
}

.statename {
  color: red;
}

.sample_number {
  color: darkblue;
}

.mapinfo {
  text-align: left;
  padding-left: 10px;
  font-size: 10px;
  line-height: 1em;
}

.active {
  display: block;
}

.hidden {
  display: none;
}

.chart img {
  width: 270px;
}

a.reduce-space {
	margin:0px;
}

.emailtd {
    font-size: 12px;
    color: #000000;
    line-height: 150%;
    font-family: arial;
}
.emaila {
    color: #bf2e1a;
    color: #bf2e1a;
    color: #bf2e1a;
}
.emailside {
    font-size: 12px;
    color: #000000;
    line-height: 150%;
    font-family: arial;
    background-color: #436293;
    border-left: 1px solid #bf2e1a;
    text-align: left;
}
.emailfooter {
    background-color: #0c1c40;
}
.emailfooter1 {
    background-color: #0c1c40;
    border-top: 10px solid #0c1c40;
}

#show-in-browser {
	display: none;
}

.quickfacts {
  height: auto; 
  float: left; 
  padding: 0 10px 0 0 !important;
  margin-top: 0px; 
  width: 300px;
}

@media only screen and (max-width : 985px) {
	.html .body {
		background-image: none;
	}

	.wrapper {
		width: 98%;
	}
	.header {
		background-image: none;
		padding: 0;
		height: auto;
	}

	.header .top {
		height: auto;
	}

	.header .social-media {
		float: right;
	/*	bottom: 0px; */
	/*	right: 0px; */
		margin: 3px 0;
	}
	.header .social-media .social-text {
		float: left;
		margin-bottom: 3px;
	}
	.header .social-media .social-facebook {
		float: left;
		margin-left: 5px;
	}
	.header .social-media .social-twitter {
		float: left;
		margin-left: 3px;
	}
	.header .logo-area {
	/*	height: 115px; */
		height: auto;
		padding: 0 5px;
		background-color: #fff;
		border-radius: 10px 10px 0 0;
	}
	.header .column-left {
		width: 65%;
	}
	.header .column-right {
		width: 30%;
	}	
	.header .slogan {
		font-size: 12px;
	}

	form.search {
		width: 100%;
	}

	form.search input {
		width: 52%;
		background-size: 99% 22px;
	}

	form.search input.search {
		width: 32%;
		background-size: 100% 23px;
		margin-left: 6px;
	}

	.main {
		background-image: none;
	}

	.content {
		width: 66%;	
		border-right: 5px solid #dedede;
		box-shadow: 2px 0 2px -2px #eee;
	}

	.pagecontent {
		width: 99%;
	}

	.pagecontent img {
		max-width: 95%;
	}

	.map {
		width: 99%;
	}

	.map-body {
		width: 69%;
	}

	.map-sidebar,
	.sidebar {
		width: 30%;
	}
	.map-sidebar {
		padding-left: 0;
	}

	.map .image {
		width: 95%;
		padding: 0 3% 0 0;
	}
	.map .image img {
		max-width: 100%;
		left: 2%;
	}

	.sidebar .research,
	.map-sidebar .research {
		background-image: none;
		background: #163780;
		background: -webkit-linear-gradient(#1a409c, #08132c);
		background: -o-linear-gradient(#1a409c, #08132c);
		background: -moz-linear-gradient(#1a409c, #08132c);
		background: linear-gradient(#1a409c, #08132c);
		padding: 8px 12px 17px 10px;
	}

	.sidebar .research .top,
	.map-sidebar .research .top {
		background-image: none;
		background: linear-gradient(#1a409c, #163780);
		padding-bottom: 10px;
	}

	.sidebar .research .line .box,
	.map-sidebar .research .line .box {
		width: 48%;
		padding-left: 1%;	
	}

	.sidebar .research .line .box div,
	.map-sidebar .research .line .box div {
		width: 100%;
	}

	.sidebar .research .line .box big,
	.map-sidebar .research .line .box big {
		clear: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: bold;
		line-height: 37px;	
	}

	.content .block-content {
		width: 74%;	
	}

	.content .post .entry img {
		max-width: 99% !important;
		height: auto !important;
	}

	.content .post .entry iframe {
		display: block;
		width: 99% !important;
	}

	.content .block-bar {
		width: 20%;
	}

	.breadcrumbs {
		background-color: #f0ead8;
		background-image: none;
		width: 98%;
	}

	.sidebar .research-topics ul li {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.sidebar .block {
		width: 100%;
	}

	.sidebar .block .subtitle {
		padding-left: 10%;
		width: 88%;
		background-position: 5%;
	}

	.sidebar .block h2 {
		background-size: 98% 35px;
		line-height: 30px;
		font-size: 16px;
		height: auto;
	}

	.sidebar .block h3 {
		line-height: 18px;
		font-size: 16px;
	}

	.sidebar .block img {
		width: 95%;
		height: auto;
	}

	.sidebar .block-content {
		background-size: 98%;
	}

	.sidebar .block-content .more {
		background-size: 98%;
		height: 22px;
	}

	.sidebar .newsletter img {
		width: 100%;
		height: auto;
	}

	.sidebar .newsletter .latest {
		width: 48%;
		background-size: contain;
		float: left;
		margin: -5% 0 0 2%;
	}

	.sidebar .newsletter .signup {
		width: 48%;
		background-size: contain;
		float: right;
		margin: -5% 0 2% 0;
	}

	#cssmenu	{
		font-size: 10px;
		margin-top: -10px;
	}

	#cssmenu ul li a {
		background-size: 20px 6px;
		padding: 0 25px 0 5px;
	}

	.footer {
		background-color: #0c1c40;
		border-radius: 0 0 10px 10px;
		padding-top: 10px;
		line-height: 20px;
		font-size: 12px;
	}

	.footer .column-left {
		width: 95%;
	}
	.footer .column-right {
		width: 1%;
	}

	.quickfacts {
		width: 100%;
	}
}

@media only screen and (max-width : 920px) {
	.map .image img {
		top: 5px;
	}
}

@media only screen and (max-width : 890px) {
	.map .image img {
		top: 10px;
	}

	.sidebar .research .line .box {
		font-size: 11px;
		line-height: 16px;
	}

	.sidebar .research .line .box big,
	.map-sidebar .research .line .box big {
		font-size: 24px;
		line-height: 29px;
	}

	.sidebar .research .learn-more,
	.map-sidebar .research .learn-more {
		margin: 10px 0 0 50px;	
	}
}

@media only screen and (max-width : 850px) {
	.header {
	/*	height: 188px; */
	}
	.header .logo-area {
	/*	height: 110px; */
	}
	.header .upper-left {
		padding: 12px 0 0 .75%;
	}
	.header .lower-left {
		width: 60%;
	}
	.header .lower-right {
		width: 35%;
	}	
	.header .slogan {
		font-size: 11px;
		line-height: 15px;
	}
	#cssmenu ul li a {
		padding: 0 25px 0 10px;
	}
	.map .image img {
		top: 20px;
	}

	.sidebar .research .research-data,
	.map-sidebar .research .research-data {
        margin-top: 10px;
        height: 220px;
		line-height: 17px;
	}
	.sidebar .research h3,
	.map-sidebar .research h3 {
		font-size: 16px;
		line-height: 21px;
	}
	.sidebar .research h4,
	.map-sidebar .research h4 {
		font-size: 12px;
		line-height: 16px;
		padding-bottom: 10px;
	}
	.sidebar .research .learn-more,
	.map-sidebar .research .learn-more {
		margin: 10px 0 0 40px;	
	}
	.sidebar .block h2 {
		background-size: 98% 30px;
		line-height: 27px;
		font-size: 14px;
	}

	.sidebar .block h3 {
		line-height: 16px;
		font-size: 14px;
	}

	.sidebar .block-content {
		background-size: 98%;
	}

	.sidebar .block-content .more {
		background-size: 98%;
		height: 20px;
	}
}

@media only screen and (max-width : 770px) {
	.map .image img {
		top: 40px;
	}

	.sidebar .block h2 {
		background-size: 98% 30px;
		line-height: 25px;
		font-size: 12px;
	}

	.sidebar .block h3 {
		line-height: 14px;
		font-size: 12px;
	}

	.sidebar .block-content {
		background-size: 98%;
	}

	.sidebar .block-content .more {
		background-size: 98%;
		height: 18px;
	}
}

@media only screen and (max-width : 700px)	{
	.main {
		background-image: none;
	}

	.header {
	/*	height: 199px; */
	}

	.header .top {
		font-size: 11px;
	/*	height: 65px; */
	}

	.more img {
		height: 17px;
		width: auto;
	}

	.header .lower-left {
		width: 90%;
		float: left;
		padding-bottom: 10px;
	}

	.header .lower-right {
		display: none;
		width: 100%;
		float: left;
		background-color: #fff;
		padding: 0 0 10px 0;
	}
	.header .search-icon {
		display: block;
		float: right;
		padding: 2px 1.5% 0 0;
		cursor: pointer;
	}
	form.search {
		float: right;
		width: 288px;
	}
		
	#cssmenu {
		font-size: 12px;
		line-height: 31px;
		position: relative;
	}
	#cssmenu ul li {
		width: 100%;
		background: #bf2e1a;
	}
	#cssmenu ul ul {
		position: relative;
		top: auto;
		left: auto;
	}
	#cssmenu #menu-button {
		display: block;
		text-decoration: none;
		font-size: 14px;
		line-height: 31px;
		font-weight: 700;
		color: #fff;
		padding: 0 25px 0 12px;
		cursor: pointer;
	}
	#cssmenu #menu-button:before {
		display: block;	
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		content: '';
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		right: 25px;
		top: 10px;
	}
	#cssmenu #menu-button:after {
		display: block;
		content: '';
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 2px solid #ddd;
		right: 25px;
		top:20px;
	}
	#cssmenu #menu-button.menu-opened:before {
		top: 15px;
		width 15px;
		height: 2px;
		border: 0;
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#cssmenu #menu-button.menu-opened:after {
		top: 15px;
		border: 0;
		height: 2px;
		width 35px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #7c1e11;
		background-image: none;
		height: 31px;
		width: 46px;
		cursor: pointer;
	}
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 11px;
		right: 22px;
		display: block;
		width: 2px;
		height: 9px;
		background: #ddd;
		content: '';
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 14px;
		right: 19px;
		display: block;
		width: 9px;
		height: 2px;
		background: #ddd;
		content: '';
	}
	#cssmenu .submenu-button.submenu-opened {
		background: #7b1a0d;
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}
	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff;
	}
	#cssmenu > ul {
		width: 100%;
		height: 31px;
		line-height: 31px;
		background: #bf2e1a;
		display: none;
	}
	#cssmenu > ul.open {
		display: block;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	#cssmenu.align-right > ul {
		float: none;
	}
	#cssmenu.align-center > ul {
		text-align: left;
	}
	#cssmenu > ul > li,
	#cssmenu.align-right > ul > li {
		display: block;
		background-image: none;
		position: relative;
	}
	#cssmenu > ul > li > a {
		display: block;
		background: #bf2e1a;
		padding: 0 0 0 25px;
		border-right: 0;
		background-image: none;
		position: relative;
	}
	#cssmenu > ul > li:hover > a,
	#cssmenu > ul > li:active > a {
		background: rgba (0, 0, 0, 0.1);
		width: 100%;
	}
	#cssmenu ul #submenu-button::before {
		display: block;	
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		content: '';
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		right: 45px;
		top: 10px;
	}
	#cssmenu ul #submenu-button::after {
		display: block;
		content: '';
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 2px solid #ddd;
		right: 45px;
		top:20px;
	}
	#cssmenu ul ul,
	#cssmenu ul li:hover > ul,
	#cssmenu > ul > li > ul,
	#cssmenu ul ul ul,
	#cssmenu ul ul li:hover > ul,
	#cssmenu.align-right ul ul,
	#cssmenu.align-right ul li.hover > ul,
	#cssmenu.align-right > ul > li > ul,
	#cssmenu.align-right ul ul ul,
	#cssmenu.align-right ul ul li:hover > ul {
		left: auto;
		right: auto;
		top: auto;
		padding: 0;
		position: relative;
		text-align: left;
		z-index: 9999;
	}
	#cssmenu ul ul li {
		display: block;	
		padding: 0;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	#cssmenu ul ul li a {
		box-shadow: none;
		padding-left: 35px;
	}
	#cssmenu ul ul ul li a {
		padding-left: 45px;
	}
	#cssmenu > ul > li.has-sub > a::after,
	#cssmenu ul ul li.has-sub > a::after {
		display: none;
	}

	.map-body {
		float: left;
		width: 100%;
	}

	.map .image {
		height: 374px;
	}

	.map .image img {
		top: 0;
		position: relative;
	}
	.map .module-nav span {
		padding: 0;
	}

	.map-sidebar {
		float: left;
		width: 100%;
		padding-bottom: 10px;
	}

	.map-sidebar .research {
        height: auto;
		padding: 15px 12px 10px 10px;
		margin-left: 0;
	}

	.map-sidebar .research .research-data {
        margin-top: 20px;
        height: auto;
        overflow-y: auto;
		line-height: 18px;
	}

	.map-sidebar .research .top {
		padding-bottom: 20px;
	}

	.map-sidebar .research h2 {
		font-size: 16px;
		line-height: 21px;
	}

	.map-sidebar .research h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.map-sidebar .research h4 {
		font-size: 13px;
		line-height: 18px;
		padding-bottom: 15px;
	}
	.map-sidebar .map-link {
		claer: both;
	}
	.map-sidebar .research .learn-more {
		position: relative;
		float: right;
		margin: 0;
	}

	.sidebar .research .line .box {
		font-size: 12px;
		line-height: 17px;
	}

	.sidebar .research .line .box big,
	.map-sidebar .research .line .box big {
		font-size: 30px;
		line-height: 37px;
	}

	.content {
		width: 99%;	
		border-right: none;
		box-shadow: none;
	}

	.pagecontent {
		width: 99%;
	}

	.sidebar {
		clear: both;
		float: none;
		display: block;
		width: 299px;
	}

	.sidebar .block {
        float: left;
		width: 299px;
		margin-top: 14px;	
	}

	.sidebar .block .subtitle {
		padding-left: 10%;
		width: 86.57%;
		background-position: 5%;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		padding-left: 35px;
	}

	.sidebar .block h2 {
		background-size: 98% 35px;
		height: 33px;
		line-height: 33px;
		font-size: 18px;
		padding-left: 16px;
	}

	.sidebar .block h3 {
		font-size: 18px;
		line-height: 21px;
	}

	.sidebar .block-content {
	}

	.sidebar .block-content .more {
		height: 25px;
		display: block;
		margin: 0 -11px;
		position: relative;	
	}

	.sidebar .newsletter {
		float: left;
		width: 299px;
		margin-top; 14px;
	}

	.sidebar .newsletter img {
		width: 100%;
		height: auto;
	}

	.sidebar .newsletter .latest {
		width: 48%;
		float: left;
		margin: -5% 0 0 2%;
	}

	.sidebar .newsletter .signup {
		width: 48%;
		float: right;
		margin: -5% 0 2% 0;
	}
}

@media only screen and (max-width : 667px)	{
	.map .image {
		height: 362px;
	}
}

@media only screen and (max-width : 640px)	{
	.map .image {
		height: 346px;
	}
}

@media only screen and (max-width : 600px)	{
	.header .about-circle {
		display: none;
	}
/*
	.header .lower-left {
		width: 100%;
		float: left;
		padding-bottom: 10px;
	}
	.header .lower-right {
		width: 100%;
		float: left;
		background-color: #fff;
		padding: 0 0 10px 0;
	}	
*/
	.content .block-bar {
		margin-left: 1%;
	}
	.footer {
		padding-top: 10px;
		line-height: 18px;
		font-size: 11px;
	}
	.footer .column-left {
		width: 100%;
	}
}

@media only screen and (max-width : 568px)	{
	.header .top {
		font-size: 10px;
	}

	.map .image {
		height: 305px;
	}

	.map .module-nav span {
		font-size: 11px;
	}

	.footer {
		padding-top: 3px;
		line-height: 16px;
		font-size: 10px;
	}
}

@media only screen and (max-width : 480px)	{
	.map .image {
		height: 254px;
	}
}

@media only screen and (max-width : 450px) {
	.header .top br {
		display: none;
	}

	.header .logo {
		width: 95%;
		height: 40px;
		background-size: contain;
	}

	.map .module-nav span {
		line-height: 17px;
	}
}

@media only screen and (max-width : 415px) {
	.map .image {
		height: 217px;
	}
}

@media only screen and (max-width : 390px)	{
	.footer {
		padding-top: 2px;
		line-height: 12px;
		font-size: 9.5px;
	}
}

@media only screen and (max-width : 375px) {
	.map .image {
		height: 195px;
	}
}

@media only screen and (max-width: 350px) {
	form.search {
		float: left;
		width: 80%;
		padding-left: 8%;
	}
}

@media only screen and (max-width : 325px) {
	.map .image {
		height: 163px;
	}
}
