/*
Theme Name: GNO Inc.
Theme URI: http://gnoinc.org/
Description: Theme for GNO Inc.
Version: 1.0
Author: Peter A Mayer Interactive
Author URI: http://www.peteramayer.com
*/

/* Global reset-RESET (restores some sensible defaults) based on EJS's reset.css */
* {outline: 0 none;} /* Getting rid of outline around links when clicked */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }

/*** GENERAL TYPEOGRAPHY ***/

html {
	background-color: #eaeaea;
	color: #4a4a4a;
}

body {
	background-color: #eaeaea;
	color: #4a4a4a;
	font-family: Arial,Helvetica,sans-serif;
}

a {
	color: #4a8fbf;
	text-decoration: none;
}

a:hover {
/* 	text-decoration: underline; */
}

body h2 {
	font-family: 'Raleway', sans-serif;
	color: #4a4a4a;
	font-size: 197%;
	margin-bottom: 10px;
	font-weight: bold;
}

body h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 138.5%;
	color: #4a4a4a;
	margin-bottom: 10px;
	font-weight: bold;
}

body h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 116%;
	color: #4a4a4a;
	margin-bottom: 4px;
	font-weight: bold;
}

body p {
	margin-bottom: 15px;
	font-size: 108%;
}

ul {
	margin-left: 18px;
}

ul li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif; 
}

/******************************************/
/*********  GENERAL LAYOUT  **************/
/*****************************************/
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/** Top Nav **/

#top_wrapper {
	position: relative;
	overflow: hidden;
	padding: 0 0 10px 0;
}

#head_logo {
	width: 285px;
	height: 74px;
	display: block;
	background: url('images/gnoLogo.gif') left top no-repeat;
	float: left;
	overflow: hidden;
}

#head_logo div {
	text-indent: -9999px;
}

#top_nav_wrapper {
	padding: 20px 0 0 36px;
	float: right;
	overflow: hidden;
}

#top_nav {
	float: left;
	padding: 0;
	margin: 0;
}

#top_nav li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 25px 0 0;
}

#top_nav li a {
	font-family: 'Raleway', sans-serif;
	color: #757575;
	text-decoration: none;
	font-size: 93%;
	display: block;
	height: 25px;	
}

#top_nav li a:hover {
	text-decoration: none;
	color: #000;
	background: url('images/topNavBG.gif') center bottom no-repeat;
}

#top_nav li a.active {
	text-decoration: none;
	color: #000;
	background: url('images/topNavBG.gif') center bottom no-repeat;
}

#top_nav_websites {
	float: left;
}

#top_nav_websites select {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #CCC;
	border: 1px solid #a6a6a6;
	padding: 3px;
	color: #5b5b5b;
}

/** Main Navigation **/

#main_nav_wrapper {
	border-top: 8px solid #4a4a4a;
	border-bottom: 8px solid #4a4a4a;
	overflow: hidden;
	padding: 0;
	height: 80px;
	width: 950px;
}

#main_navigation {
	float: left;
	padding: 15px 0;
	width: 778px;
}

#main_navigation ul {
	margin: 0;
	padding: 0;
}

#main_navigation ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 0;
}

#main_navigation ul li a {
	color: #4a4a4a;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-size: 123.1%;
	display: block;
	padding: 15px 0 15px 0;
	border-right: 1px solid #c8c8c8;
}

#main_navigation ul li a:hover {
	color: #4a8fbf;
}

#main_navigation ul li a.active {
	color: #4a8fbf;
}

#main_nav_explore a {
	width: 160px;
}

#main_nav_init a {
	width: 121px;
}

#main_nav_industry a {
	width: 161px;
}

#main_nav_incent a {
	width: 151px;
}

#main_nav_sites a {
	width: 146px;
}

#main_navigation ul li.last a {
	border: none;
	width: 166px;
}

/*
#main_nav_search {
	display: block;
	float: left;
	background-color: #d2d2d2;
	height: 100%;
	width: 172px;
}
*/

#main_search_bg {
	background: url('images/searchBG.png') left top no-repeat;
	width: 143px;
	height: 23px;
	margin: 27px 0 0 15px;
	position: relative;
}

#main_nav_search .main_search_input {
	border: hidden;
	background: none;
	border-width: 0;
	padding: 0 0 0 0;
	color: #666;
	width: 90px;
	margin: 4px 0 0 25px;
}

.main_search_btn {
	width: 17px;
	height: 23px;
	position: absolute;
	right: 0;
	top: 0;
}

/** Header Images **/

#header_img {
	width: 950px;
	height: 181px;
	border-bottom: 8px solid #4a4a4a;
	margin-bottom: 70px;
}

#header_img h1 {
	background: url('images/header_tag.png') top left no-repeat;
	height: 88px;
	margin: 50px 0 0 -30px;
	float: left;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 197%;
	padding: 11px 40px 0 70px;
}

#header_img.news {
	background: url('images/headers/newsHeader.jpg') left top no-repeat;
}

#header_img.explore {
	background: url('images/headers/exploreHeader.jpg') left top no-repeat;
}

#header_img.initiatives {
	background: url('images/headers/initiativesHeader.jpg') left top no-repeat;
}

#header_img.industry {
	background: url('images/headers/industryHeader.jpg') left top no-repeat;
}

#header_img.incentives {
	background: url('images/headers/incentivesHeader.jpg') left top no-repeat;
}

#header_img.sites {
	background: url('images/headers/sitesHeader.jpg') left top no-repeat;
}

#header_img.siteselectors {
	background: url('images/headers/sitesHeader.jpg') left top no-repeat;
}

#header_img.about {
	background: url('images/headers/aboutHeader.jpg') left top no-repeat;
}

#header_img.contact {
	background: url('images/headers/contactHeader.jpg') left top no-repeat;
}

#header_img.support {
	background: url('images/headers/supportHeader.jpg') left top no-repeat;
}

#header_img.search {
	background: url('images/headers/searchHeader.jpg') left top no-repeat;
}

#header_img.error_404 {
	background: url('images/headers/error404Header.jpg') left top no-repeat;
}

/** Defualt Flexible 3 column template **/

#content {
	position: relative;
	overflow: hidden;
	width: 950px;
	padding: 0 0 50px 0;
}

/** Styles for Left Nav **/
#content_nav_col {
	float: left;
	width: 275px;
}

#content_nav_col h4 {
	padding-bottom: 15px;
}

#content_nav_col ul {
	margin: 0;
	padding: 0;
	width: 220px;
}

#content_nav_col ul li {
	background: url('images/leftNavHr.png') left top no-repeat;
	margin: 0;
	padding: 12px 0 12px 0;
	list-style-type: none;
}

#content_nav_col ul li:first-child {
	padding: 0 0 12px 0;
	background-image: none;
}

#content_nav_col ul li a {
	font-family: 'Raleway', sans-serif;
	font-size: 123.1%;
	color: #4a4a4a;
	display: block;
	text-decoration: none;
	background: url('images/blackNavArrow.png') left center no-repeat;
	padding: 0 0 0 25px;
}

#content_nav_col ul li a:hover {
	color: #4a8fbf;
	background: url('images/blueNavArrow.png') left center no-repeat;

}

#content_nav_col ul li.current-menu-item a {
	color: #4a8fbf;
	background: url('images/blueNavArrow.png') left center no-repeat;

}

/** Clases to make menu items active for posts **/
body.single-news_posts #content_nav_col ul li.menu-item-172 a, body.single-press_releases #content_nav_col ul li.menu-item-166 a, body.single-success_stories #content_nav_col ul li.menu-item-171 a, body.single-region_reports #content_nav_col ul li.menu-item-167 a {
	color: #4a8fbf;
}
/** end classes to activate post based left menu **/

#content_nav_col ul li ul {
	margin: 0 0 0 35px;
	width: auto;
}

#content_nav_col ul li ul li a {
	background: none !important;
}

#content_nav_col ul li ul li, #content_nav_col ul li ul li:first-child {
	margin: 0;
	padding: 5px 0 5px 0;
	background: none;
}

#content_nav_col ul li ul li a {
	font-size: 108%;
	display: block;
/* 	text-decoration: underline; */
	background: none;
	padding: 0;
}

#content_nav_col ul li ul li a:hover {
	text-decoration: underline;
	background: none;
}

/** End styles for Left Nav **/

/** Center Column Styles **/

#content_main_col {
	float: left;
	width: 675px;
}

#content_main_col h2 {
	margin-bottom: 15px;
}

#content_main_col h3 {
	margin-top: 20px;
}

#content_main_col h4 {
	padding-top: 15px;
}

#content_main_col p {
	line-height: 22px;
}

#content_main_col ul li {
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 108%; 
}

#content_main_col.three_col {
	width: 485px;
	padding: 0 40px 0 0;
}

.stats_table {
	margin: 40px 0 8px 0;
	padding: 0;
	border: 0 none;
}

.stats_table tr {
	border-bottom: 1px solid #d4d4d4;
}

.stats_table th {
	font-family: 'Raleway', sans-serif;
}

.stats_table thead tr {
	border-top: 1px solid #d4d4d4;
}

.stats_table thead th {
	padding: 15px 10px 15px 10px;
	vertical-align: bottom;
}

.stats_table th, .stats_table td {
	padding: 25px 10px 25px 10px;
}

.stats_table td.alt, .stats_table th.alt {
	background-color: #f2f2f2;
}

#content_main_col .news_overview_container h3 {
	font-size: 123.1%;
	margin-bottom: 10px;
	padding-top: 0;
}

.listing_module {
	margin: 0 0 0 0;
	padding: 20px 40px 20px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

#content_main_col .listing_module h3 {
	margin-top: 0;
}

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

.listing_module p.date {
	font-family: 'Raleway', sans-serif;
	margin-bottom: 0;
}

.listing_module p.date a {
	font-family: 'Raleway', sans-serif;
}

#content_main_col .posth2 {
	margin-bottom: 5px;
}

.post_info {
	font-family: 'Raleway', sans-serif;
}

/** The next two are for listings that have thumbnails **/

.listing_module .listing_thumb {
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 15px;
}

.listing_module .has_thumb {
	float: left;
	width: 500px;
}

/** The next few are for STAFF listings that have thumbnails **/

listing_modules .listing_thumbs {
	width: 220px;
	height: 220px;
	float: left;
	margin-right: 15px;
}

.listing_modules .has_thumbs {
	float: left;
}

.listing_modules {
	margin: 0 0 0 0;
	padding: 20px 40px 20px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

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

.listing_modules p.date {
	font-family: 'Raleway', sans-serif;
	margin-bottom: 0;
}

.listing_modules p.date a {
	font-family: 'Raleway', sans-serif;
}

/** Filter Form Styles for most pages **/

#filter {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

#filter p.label {
	margin-bottom: 3px;
}

#filter input.text, #filter select {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #CCC;
	border: 1px solid #a6a6a6;
	padding: 3px;
	color: #5b5b5b;
	margin-right: 8px;
}

#filter input.text {
	height: 24px;
}

#filter .search_btn {
	vertical-align: bottom;
}

#filter input.filter_search {
	width: 250px;
}

/** pagination style **/

.pagination {
	overflow: hidden;
	margin: 20px 0 0 0;
	float: right;
}

.pagination .pagi-next, .pagination .pagi-previous, .pagination a.next, .pagination a.prev {
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	overflow: hidden;
}

.pagination .pagi-previous, .pagination a.prev {
	border-right: 1px solid #999;
	margin-right: 5px;
}

.pagination .pagi-next, .pagination a.next {
	border-left: 1px solid #999;
	margin-left: 5px;
}

.pagination .pagi-next a, .pagination .pagi-previous a, .pagination a.next, .pagination a.prev {
	color: #848484;
	display: block;
}

.pagination .pagi-next a:hover, .pagination .pagi-previous a:hover {
	text-decoration: none;
}

.pagination .pagi-next a {
	background: url('images/grayArrwNext.gif') right 0 no-repeat;
	padding: 1px 22px 0 0;
	margin: 0 0 0 10px;	
}

.pagination a.next {
	background: url('images/grayArrwNext.gif') right 0 no-repeat;
	padding: 1px 22px 0 10px !important;
	margin: 0 0 0 6px !important;	
}


.pagination .pagi-previous a {
	background: url('images/grayArrwPrev.gif') left 0 no-repeat;
	padding: 0 0 0 22px;
	margin: 0 10px 0 0;
}

.pagination a.prev {
	background: url('images/grayArrwPrev.gif') left 0 no-repeat;
	padding: 0 10px 0 22px !important;
	margin: 0 6px 0 0 !important;
}


.pagination a.next:hover, .pagination a.prev:hover {
	background-color: #EAEAEA !important;
	color: #848484 !important;
} 


.pagination a.page_number, .pagination a.page-numbers {
	display: block;
	float: left;
	padding: 1px 4px 1px 4px;
	margin: 0 2px 0 2px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}

.pagination a.page_number:hover, .pagination a.page_active {
	background-color: #4a8fbf;
	color: #FFF;
	text-decoration: none;
}

.pagination .current, .pagination a.page-numbers:hover {
	background-color: #4a8fbf;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding: 1px 4px;
}


/** Right Rail Styles **/
#content_right_rail {
	float: left;
	width: 150px;
}

#content_right_rail h3 {
	font-size: 174%;
	font-family: 'Raleway', sans-serif;	
	font-weight: normal;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #d4d4d4;
}

#content_right_rail h4 {
	font-size: 131%;
	font-weight: normal;
}

#content_right_rail a[href $='.pdf'], #content_right_rail a[href $='.doc'], #content_right_rail a[href $='.xls'], #content_right_rail a[href $='.docx'], #content_right_rail a[href $='.xlsx'], #content_right_rail a[href $='.ppt'], #content_right_rail a[href $='.pptx'] {
	background: url(images/downloadBG.png) left top no-repeat;
	display: block;
	color: #4a8fbf;
	padding: 5px 0 5px 30px;
	margin-bottom: 35px;
}

/** Footer **/
#footer {
	position: relative;
	width: 950px;
	border-top: 8px solid #4a4a4a;
	margin-top: 0;
	margin-bottom: 25px;
	padding: 35px 0 0 0;
	overflow: hidden;	
}

#footer h3 {
	text-shadow: 0 1px 1px #fff;
}

#footer a:hover {
	color: #4a8fbf;
}

#footer_contact {
	float: left;
	width: 230px;
	overflow: hidden;
}

#footer_contact p {
	font-size: 93%;
	line-height: 23px;
}

#footer_social {
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 345px;
	padding: 0 25px 0 25px;
	overflow: hidden;
}

.footer_social_nav {
	float: left;
	text-align: center;
	width: 85px;	
}

.footer_social_nav img {
	padding-bottom: 10px;
	padding-top: 8px;
}

.footer_social_nav p a {
	font-family: 'Raleway', sans-serif;
	color: #4a4a4a;
	text-decoration: none;
}

#footer_nav {
	float: left;
	width: 320px;
	overflow: hidden;
}

#footer_nav_list {
	margin: 0;
	padding: 35px 0 0 30px;
	overflow: hidden;
}

#footer_nav_list li {
	display: block;
	float: left;
	list-style-type: none;
	width: 145px;
	margin-bottom: 10px;
}

#footer_nav_list li a {
	font-size: 93%;
	text-decoration: none;
	color: #4a4a4a;
}

#footer_copyright {
	clear: both;
	color: #999999;
	font-size: 85%;
	padding-top: 50px;
}

/** Conditional Footer displayed on all pages except home **/

#footer_latest_news {
	width: 950px;
	height: 71px;
	border-top: 1px solid #c4c4c4;
	background: url('images/lrgGrayArrw.gif') 25px center no-repeat;
	margin-top: 25px;
	overflow: hidden;
}

#footer_latest_headlines {
	margin-bottom: 0;
	margin-left: 65px;
	margin-top: 25px;
	float: left;
	display: block;
	overflow: hidden;
	clear: both;
	width: 755px;
}

#footer_latest_headlines h4 {
	float: left;
	display: block;
	margin-right: 5px;
}

#footer_latest_headlines p.footer_news_title {
	font-family: 'Raleway', sans-serif;
	float: left;
	display: block;
	font-size: 116%;
	font-weight: normal;
	color: #666;
}

#footer_latest_headlines p.footer_news_title a {
	font-family: 'Raleway', sans-serif;
	text-decoration: underline;
	font-weight: normal;
	color: #4a8fbf;
}

#footer_latest_news p.footer_news_signup {
	float: left;
	font-weight: bold;
	border-left: 1px solid #c4c4c4;
	font-family: 'Raleway', sans-serif;
	margin-top: 12px;
	padding: 5px 0 5px 15px;
	color: #666;
}

#footer_latest_news p.footer_news_title a.latest_headline {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

#footer_latest_news p.footer_news_signup a {
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	color: #666;
}

#footer_latest_news p.footer_news_signup img {
	vertical-align: middle;
}

/******************************************/
/********* HOME SPECIFIC LAYOUTS **********/
/*****************************************/

.home_content_module {
	position: relative;
	overflow: hidden;
	width: 950px;
	border-bottom: 2px solid #9e9e9e;
	padding: 50px 0;
}

.home_content_module.last {
	border-bottom: none;
	padding-bottom: 0;
}

.home_explore {
	background: url('images/homeMap.png') left top no-repeat;
	width: 368px;
	height: 200px;
	float: left;
	padding: 0 42px 0 230px;
	margin-left: 48px;
}

.home_media {
	width: 598px;
	height: 200px;
	float: left;
	padding: 0 42px 0 48px;
}

<!-- background: url('http://gnoinc.org/wp-content/uploads/media_library.gif') left top no-repeat; -->

.home_media h3 {
	font-size: 135%;
	margin-bottom: 5px;
}

.home_media p {
	line-height: normal;
}

.home_media a {
	color: #4a4a4a;
	font-family: 'Raleway', sans-serif;
	font-size: 110%;
	padding: 5px 0 5px 5px;
}

.home_media a:hover {
	color: #4a8fbf;
	text-decoration: none;
}

.home_emergency {
	background: #FF9933 url('http://gnoinc.org/wp-content/uploads/media_library.gif') left top no-repeat;
	width: 950px;
	height: 200px;
	float: left;
	padding: 0 42px 0 230px;
	margin-left: 48px;
}

.home_emergency h3 {
	font-size: 135%;
	margin-bottom: 5px;
}

.home_emergency p {
	line-height: normal;
}

.home_emergency a {
	color: #4a4a4a;
	font-family: 'Raleway', sans-serif;
	font-size: 110%;
	padding: 5px 0 5px 5px;
}

.home_emergency a:hover {
	color: #4a8fbf;
	text-decoration: none;
}

.home_explore h3 {
	font-size: 182%;
	margin-bottom: 5px;
}

.home_explore p {
	line-height: normal;
}

.home_explore a {
	color: #4a4a4a;
	font-family: 'Raleway', sans-serif;
	font-size: 123.1%;
	background: url('images/lrgBlueArrw.png') left center no-repeat;
	padding: 5px 0 5px 35px;
}

.home_explore a:hover {
	color: #4a8fbf;
	text-decoration: none;
}

.home_support {
  border-left: 1px solid #CCCCCC;
  float: left;
  padding-left: 30px;
  width: 230px;
}

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

.home_support ul li {
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	padding-bottom: 25px;
	padding-top: 25px;
}

.home_support ul li.last {
	border-bottom: none;
	padding-bottom: 0;
}

.home_support ul li.first {
	padding-top: 0;
}

.home_support ul li a {
	font-family: 'Raleway', sans-serif;
	font-size: 146.5%;
	color: #4a4a4a;
	display: block;
	text-decoration: none;
	background: url('images/smBlueArrw.gif') left 5px no-repeat;
	padding: 0 0 0 25px;
	margin: 0;
}

.home_support ul li a:hover {
	color: #4a8fbf;
}

/*
.home_support span {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
}

span.home_support_invest {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}

.home_support_iphone {
	background: url('images/iphone.png') center top no-repeat;
	padding-top: 65px;
	margin-top: 25px;
}

.home_support a {
	font-family: 'Raleway', sans-serif;
	font-family: 'Raleway', sans-serif;

	font-size: 146.5%;
	font-style: italic;
	color: #4a4a4a;
	display: block;
	text-decoration: none;
	background: url('images/smBlueArrw.gif') left 5px no-repeat;
	padding: 0 0 0 25px;
	margin: 0;
}

.home_support a:hover {
	color: #4a8fbf;
}
*/

.home_subnav_col {
	width: 300px;
	float: left;
	margin-right: 25px;
}

.home_subnav_col.last {
	margin-right: 0;
	float: right;
}

.home_subnav_col h4 {
	font-weight: normal;
	font-size: 182%;
	margin-bottom: 0;
}

.home_subnav_col ul {
	margin-left: 0;
	width: 270px;
}

.home_subnav_col ul li {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 12px 0 12px 0;
	list-style-type: none;
}

.home_subnav_col li:first-child {
	padding: 0 0 12px 0;
	border-top: none;
}

.home_subnav_col ul li a {
	font-family: 'Raleway', sans-serif;
	font-size: 123.1%;
	color: #4a4a4a;
	display: block;
	text-decoration: none;
	background: url('images/smBlueArrw.gif') left center no-repeat;
	padding: 0 0 0 25px;
	margin: 0;
}

.home_subnav_col ul li a:hover {
	color: #4a8fbf;
}

.home_subnav_col .sub_head {
	font-style: italic;
	border-bottom: 1px solid #999;
	padding-bottom: 8px;
	font-family: 'Raleway', sans-serif;
}

ul#home_news_nav {
	margin: 0;
	padding: 0;
	width: 220px;
	float: left;
}

ul#home_news_nav li {
	background: url('images/leftNavHr.png') left top no-repeat;
	margin: 0;
	padding: 12px 0 12px 0;
	list-style-type: none;
}

ul#home_news_nav li:first-child {
	padding: 0 0 12px 0;
	background-image: none;
}

ul#home_news_nav li a {
	font-family: 'Raleway', sans-serif;
	font-size: 123.1%;
	color: #4a4a4a;
	display: block;
	text-decoration: none;
	background: url('images/smBlueArrw.gif') left center no-repeat;
	padding: 0 0 0 25px;
}

ul#home_news_nav li a:hover {
	color: #4a8fbf;
}

ul#home_news_nav li ul {
	margin: 0 0 0 35px;
	width: auto;
}

ul#home_news_nav li ul li, ul#home_news_nav li ul li:first-child {
	margin: 0;
	padding: 5px 0 5px 0;
	background: none;
}

ul#home_news_nav li ul li a {
	font-size: 108%;
	display: block;
	text-decoration: underline;
	background: none;
	padding: 0;
}

#home_news_module {
	float: left;
	width: 625px;
}

#home_news_module h4 {
	font-size: 161.6%;
	font-weight: normal;
	padding-bottom: 15px;
	margin-bottom: 0;
}

#home_news_module a {
	font-style: italic;
}

#home_news_header {
	overflow: hidden;
	clear: both;
}

#home_news_header h4 {
	float: left;
}

#home_news_header .rss {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#home_news_header .rss a {
	color: #4a4a4a;
	background: url('images/rss.png') right top no-repeat;
	padding: 2px 20px 5px 0;
	font-size: 85%;
	font-style: normal;
}

#home_news_header .rss a:hover {
	color: #4a8fbf;
	text-decoration: none;
}

#home_news_listings {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

#home_signup_module {
	overflow: hidden;
	width: 280px;
	float: left;
	margin-left: 25px;
	text-align: center;
}

.home_form_top {
	width: 280px;
	height: 6px;
	background: url('images/homeFormTopRnd.png') left top no-repeat;
}

.home_form_btm {
	width: 280px;
	height: 6px;
	background: url('images/homeFormBtmRnd.png') left top no-repeat;
}

#home_signup_module h4 {
	background-color: #4a4a4a;
	color: #eaeaea;
	font-size: 167%;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #b0b0b0;
}

#home_signup_module h4 span {
	font-size: 140%;
	font-weight: bold;
}

.home_form_cont {
	background-color: #4a4a4a;
	padding: 20px 0 0 0;
	overflow: hidden;
}

.home_form_cont #region_subscribe_form label.error {
	color: #fff;
	margin-top: 5px;
}

.home_form_cont hr {
	width: 85%;
	height: 1px;
	padding: 0;
	margin: 15px auto;
	text-align: center;
	background-color: #b0b0b0;
	color: #b0b0b0;
	border: none;
}

.home_signup_more {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.home_signup_more a {
	color: #fff;
	background: url('images/smBlueArrw.png') left center no-repeat;
	padding-left: 20px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;

}

#home_latest_news {
	width: 950px;
	height: 71px;
	border-bottom: 1px solid #c4c4c4;
	background: url('images/lrgGrayArrw.gif') 25px center no-repeat;
	margin-top: 1px;
	overflow: hidden;
}

#home_latest_news_NEW {
	width: 950px;
	height: 71px;
	border-bottom: 1px solid #c4c4c4;
	background: #FAFAFA url('images/lrgGrayArrw.gif') 25px center no-repeat;
	margin-top: 1px;
	overflow: hidden;
}

#home_latest_headlines {
	margin-bottom: 0;
	margin-left: 65px;
	margin-top: 25px;
	float: left;
	display: block;
	overflow: hidden;
	clear: both;
	width: 755px;
}

#home_latest_headlines h4 {
	float: left;
	display: block;
	margin-right: 5px;
}

#home_latest_headlines p.home_news_title {
	font-family: 'Raleway', sans-serif;
	float: left;
	display: block;
	font-size: 116%;
	font-weight: normal;
	color: #666;
}

#home_latest_headlines p.home_news_title a {
	font-family: 'Raleway', sans-serif;
	text-decoration: underline;
	font-weight: normal;
	color: #4a8fbf;
	font-style: italic;
}

#home_latest_news p.home_news_section {
	float: left;
	font-weight: bold;
	border-left: 1px solid #c4c4c4;
	font-family: 'Raleway', sans-serif;
	margin-top: 12px;
	padding: 5px 0 5px 15px;
	color: #666;
}

#home_latest_news p.home_news_title a.latest_headline {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

#home_latest_news p.home_news_section a {
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	color: #666;
}

#home_latest_headlines p.home_news_section img {
	vertical-align: middle;
}

/******************************************/
/********* CURRY SPECIFIC LAYOUTS **********/
/*****************************************/

#emergency_img h1 {
	background: url('images/header_tag.png') top left no-repeat;
	height: 28px;
	margin: 0px 0 10px -30px;
	float: left;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 107%;
	padding: 11px 40px 0 70px;
}

/******************************************/
/********* ORANGE BOX **********/
/*****************************************/

#emergency_latest_news {
	width: 950px;
	height: 250px;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #c4c4c4;
	background: #FF9933;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

/******************************************/
/********* TEXT AREA **********/
/*****************************************/

#emergency_latest_headlines {
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 0;
	float: left;
	display: block;
	overflow: hidden;
	clear: both;
	width: 905px;
	height: 240px;
}

#emergency_image {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
	float: right;
	display: block;
	overflow: hidden;
	width: 320px;
	height: 10px;
}

#emergency_latest_headlines a {
	color: #4a4a4a;
	font-family: 'Raleway', sans-serif;
	font-size: 105%;
	padding: 5px 0 5px 5px;
}

#emergency_latest_headlines a:hover {
	color: #ffffff;
	text-decoration: none;
}

#emergency_latest_headlines h4 {
	float: left;
	display: block;
	margin-right: 5px;
	margin-left: 65px;
}

#emergency_latest_headlines p.emergency_news_title {
	font-family: 'Raleway', sans-serif;
	float: left;
	margin-left: 65px;
	display: block;
	font-size: 116%;
	font-weight: normal;
	color: #666;
}

#emergency_latest_headlines p.emergency_news_title a.emergency_latest_headline {
	font-family: 'Raleway', sans-serif;
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	margin-left: 65px;
}

#emergency_latest_news p.emergency_news_section {
	float: left;
	font-weight: bold;
	border-left: 1px solid #c4c4c4;
	font-family: 'Raleway', sans-serif;
	margin-top: 7px;
	padding: 5px 0 65px 15px;
	color: #666;
}

#emergency_latest_news p.emergency_news_title a.latest_headline {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	margin-left: 30px;
	padding: 0 0 0 30px;
}

#emergency_latest_news p.emergency_news_section a {
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	color: #666;
}

#emergency_latest_headlines p.emergency_news_section img {
	vertical-align: middle;
}

#emergency_latest_news ul {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0;
	width: 570px;
	font-family: 'Raleway', sans-serif;
}

#emergency_latest_news ul li  {
	list-style-type: disc;
	padding-bottom: 2px;
	padding-top: 2px;
}

/******************************************/
/********* EMERGENCY MAP SPECIFIC LAYOUTS ******/
/*****************************************/

#emergency_parish_dropdown {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #CCC;
	border: 1px solid #a6a6a6;
	padding: 2px;
	color: #5b5b5b;
	margin-bottom: 10px;
}

#emergency_map {
	width: 320px;
	height: 278px;
	background: url('images/exploreMapSmall.png') left top no-repeat;
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
}

#emergency_map ul {
	position: relative;
	padding: 0;
	margin: 0;
	width: 320px;
	height: 278px;
}

#emergency_map ul li {
	list-style-type: none;
	margin: 0;
	position: absolute;
	float: left;
	display: block;
	padding-bottom: 8px;
}

#emergency_map ul li a {
    background: url("images/exploreArrwSmall.png") no-repeat scroll right 3px #5A5A5A;
    color: #FFFFFF;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 50%;
    margin: 0;
    padding: 2px 15px 3px 5px;
    text-decoration: none;
    border-bottom: 1px solid #464646;
}

#emergency_map ul li a:hover {
	color: #ccc;
}

#emergency_map ul li.plaquemines {
	top: 216px;
	left: 223px;
	background-image: url('images/mapTagLeftSmall.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#emergency_map ul li.jefferson {
	top: 183px;
	left: 119px;
	background-image: url('images/mapTagRightSmall.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#emergency_map ul li.charles {
	top: 153px;
	left: 82px;
	background-image: url('images/mapTagRightSmall.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#emergency_map ul li.bernard {
	top: 130px;
	left: 206px;
	background-image: url('images/mapTagLeftSmall.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#emergency_map ul li.orleans {
	top: 118px;
	left: 145px;
	background-image: url('images/mapTagLeftSmall.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#emergency_map ul li.james {
	top: 118px;
	left: 18px;
	background-image: url('images/mapTagRightSmall.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#emergency_map ul li.baptist {
	top: 98px;
	left: 38px;
	background-image: url('images/mapTagRightSmall.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#emergency_map ul li.tangipahoa {
	top: 40px;
	left: 48px;
	background-image: url('images/mapTagRightSmall.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#emergency_map ul li.tammany {
	top: 63px;
	left: 135px;
	background-image: url('images/mapTagLeftSmall.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#emergency_map ul li.washington {
	top: 21px;
	left: 133px;
	background-image: url('images/mapTagLeftSmall.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

/******************************************/
/********* EXPLORE SPECIFIC LAYOUTS ******/
/*****************************************/

#explore_parish_dropdown {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #CCC;
	border: 1px solid #a6a6a6;
	padding: 3px;
	color: #5b5b5b;
	margin-bottom: 20px;
}

#explore_map {
	width: 641px;
	height: 556px;
	background: url('images/exploreMap.png') left top no-repeat;
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
}

#explore_map ul {
	position: relative;
	padding: 0;
	margin: 0;
	width: 641px;
	height: 556px;
}

#explore_map ul li {
	list-style-type: none;
	margin: 0;
	position: absolute;
	float: left;
	display: block;
	padding-bottom: 16px;
}

#explore_map ul li a {
    background: url("images/exploreArrw.png") no-repeat scroll right 5px #5A5A5A;
    color: #FFFFFF;
    display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
    margin: 0;
    padding: 3px 30px 5px 10px;
    text-decoration: none;
    border-bottom: 1px solid #464646;
}

#explore_map ul li a:hover {
	color: #ccc;
}

#explore_map ul li.plaquemines {
	top: 433px;
	left: 445px;
	background-image: url('images/mapTagLeft.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#explore_map ul li.jefferson {
	top: 366px;
	left: 242px;
	background-image: url('images/mapTagRight.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#explore_map ul li.charles {
	top: 305px;
	left: 163px;
	background-image: url('images/mapTagRight.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#explore_map ul li.bernard {
	top: 260px;
	left: 412px;
	background-image: url('images/mapTagLeft.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#explore_map ul li.orleans {
	top: 235px;
	left: 293px;
	background-image: url('images/mapTagLeft.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#explore_map ul li.james {
	top: 235px;
	left: 36px;
	background-image: url('images/mapTagRight.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#explore_map ul li.baptist {
	top: 196px;
	left: 80px;
	background-image: url('images/mapTagRight.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#explore_map ul li.tangipahoa {
	top: 80px;
	left: 99px;
	background-image: url('images/mapTagRight.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#explore_map ul li.tammany {
	top: 126px;
	left: 270px;
	background-image: url('images/mapTagLeft.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#explore_map ul li.washington {
	top: 42px;
	left: 265px;
	background-image: url('images/mapTagLeft.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

/******************************************/
/********* NEWS SPECIFIC LAYOUTS *********/
/*****************************************/

/** News Overview **/

.news_overview_container h2 {
	margin-bottom: 30px;
}

#success_stories.news_overview_container h2 {
	padding-top: 30px;
}

.view_more {
	margin-top: 20px;
}

/** Social **/
.social-links {
	margin:20px 0px 10px 0px;
	height:35px;
}

.fb {
	float: left;
	margin-right : 10px;
}

.googplus {
	float: left;
}

.tweet {
	float: left;
}

.linkedinshare {
	float: left;
	margin-right : 20px;
}

.stumble {
	float: left;
	margin-top: 2px;
}


/** Events Calendar **/
.event_listing {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 25px 40px 10px 30px;
	background-color: #e1e1e1;
}

div.event_listing.alt {
	background-color: #eaeaea;
}

#content_main_col .event_listing h3 {
	margin-top: 0;
}

.event_left {
	float: left;
	width: 170px;
	margin-right: 50px;
	font-family: 'Raleway', sans-serif;
}

#content_main_col .event_left p {
	line-height: normal;
	margin: 0;
}

.event_right {
	float: left;
	width: 380px;
}

#content_main_col .event_right p {
	line-height: normal;
}


/** Media Library **/

h3.media_listing_h3 {
	margin-bottom: 0px;
}

/******************************************/
/*********** INCENTIVE STYLES ************/
/*****************************************/

.incentive_excerpt a {
	font-family: 'Raleway', sans-serif;
}

/******************************************/
/********* VERTICAL "TAB" STYLES **********/
/******************************************/

ul#vertNav {
    margin: 0px 0px 20px;
}

ul#vertNav li{
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

ul#vertNav li a{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 138.5%;
    margin: 0px;
    padding: 8px 20px;
}

ul#vertNav li a:hover, 
ul#vertNav li a.active{
    background: #4A8FBF;
    color: #fff;
    text-decoration: none;
}



/******************************************/
/************* CONTACT STYLES ************/
/*****************************************/

#contact-form .input, .comments{
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #CCC;
	border: 1px solid #a6a6a6;
	padding: 3px;
	color: #5b5b5b;
	margin-right: 8px;
	height: 22px;
}

/******************************************/
/******* REGION REPORT SIGN UP STYLES *****/
/*****************************************/

#region_subscribe_form label.error {
	display: block;
	color: #990000;
	font-family: 'Raleway', sans-serif;
	font-size: 85%;
}

#region_subscribe_form input.text, #region_subscribe_form select {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #CCC;
	border: 1px solid #a6a6a6;
	padding: 0px 0px 0px 7px;
	color: #5b5b5b;
}

/******************************************/
/************* 404 STYLES *****************/
/*****************************************/

.error404 #content_main_col {
	padding-left: 40px;
}

/******************************************/
/************* SEARCH STYLES *************/
/*****************************************/

.search_url {
	font-size: 93%;
	font-style: italic;
}

/******************************************/
/************* UTILITY STYLES *************/
/*****************************************/

.reference_text {
	font-size: 93%;
	color: #999;
}

#homemap {
text-align: center;
margin: auto auto;
width: 589px;
height: 328px;
}
#mapblock {

width: 589px;
height: 336px;
background-color: #ffffff;
}
#mapimage {
float:left;
width: 336px;
height: 336px;
}
#maplinks {
color:#ffffff;
float:left;
width: 220px;
padding-left:30px;
padding-top:30px;
}

#maplinks a {
color: #000000;
	font-style: bold;
	font-family: 'Raleway', sans-serif;
	font-size: 105%;
	padding: 5px 0 5px 5px;
	line-height:150%
}

#mapblock ul{
list-style: none outside none;
padding-top: 2px;
}
#mapblock ul li {
color:#ffffff;
text-decoration:none;
padding-bottom: 2px;
}
#mapblock ul li a {
color:#ffffff;
text-decoration:none;
}
#mapblock ul li a:hover {
color:#fbcc7c;
text-decoration:none;
}


#map_side {
				width: 238px;
				float: right;
				margin-right: 10px;
			}
				#map_side #map_home_bg {
					width: 200px;
					height: 110px;
					float: left;
					background-image: url(http://coastalvitalityproject.org/images/right_map_bg.jpg);
					background-repeat: no-repeat;
						list-style: none;
						margin-top: 2px;
padding-bottom: 19px;
padding-left: 19px;
padding-right: 19px;
padding-top: -19px;
				}
					
	
					#map_side #map_home_bg ul li {
						height: 120px;
						width: 200px;
list-style: none;
					}
					#map_side #map_home_bg ul li a {
						height: 120px;
						width: 200px;
						display: block;
						text-indent: -5000px;
					}
					#map_side #map_home_bg li a {
						background-image: url(http://coastalvitalityproject.org/images/right_map.png);
						background-repeat: no-repeat;
					}
#map_side #map_home_bg li a:hover {
						background: url(http://coastalvitalityproject.org/images/right_map.png) -205px 0px;
						background-repeat: no-repeat;
					}
					
						span.wpcf7-list-item { display: block; }
						
/* CALENDAR ADJUSTMENTS **********************************/
/* hide Calendar category dropdown */
.ai1ec-calendar-toolbar {
	display: none;
}

/*hide Calendar views dropdown */
.ai1ec-views-dropdown {
	display: none;
}

#timely .ai1ec-calendar-toolbar .ai1ec-clearfix {
	display: none;
}

.ai1ec-pagination .ai1ec-btn-group {
	display: none;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}