/***** Structure 
/sites/all/themes/brady/images/
*****/
@charset "UTF-8";

html {
  background: #ffffff url(../images/background-body.png) top repeat-x;
  margin: 0;
  padding: 0;
}

body {
  background: transparent url(../images/background-header.jpg) top center no-repeat; 
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #555555;
  margin: 0 0 0 0;
  padding: 0;
}

body.logged-in #header {
  background: transparent url(../images/header.jpg) top center no-repeat;
  height: 139px;
  margin: 0 auto;
  width: 960px;
}

#page-wrapper { 
  margin: 5px 0px 0px 0px; 
  padding: 0px;
}

#page {
  background: #ffffff;
  margin: 0 auto;
  padding: 0px;
  width: 960px;
}

#content-border { 
  background: transparent /*url(../images/background-content-border.png) bottom center no-repeat*/;
  margin: 0 auto;
  padding: 0px;
  width: 960px;
}

#footer-wrapper { 
  background: transparent;
  border: none;
  width: 100%;
}

#main-wrapper {
  background: transparent;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  width: 960px;  
}

#main-wrapper-interior {
  background: transparent url(../images/background-main-wrapper-interior.png) top right repeat-y;
  margin: 0 auto;
  padding: 0px 0px 10px 0px;
  width: 960px;  
}

#home-main-content {
  background: transparent;
  border: none;
  margin: 0;
}

#home-main-content #flicrk-gallery .block-content { padding-top: 10px; }

#home-main-content #latest-video .block-content { padding-top: 15px; }

#main { 
}

#toolbar { position: absolute;
  z-index: 1000;
}

/***** HTML Elements
*****/

#section_body ul li, .detail-page #inner-content ul li, .detail-page #inner-content ol li {
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 120%;
    line-height: 1.5em;
    list-style-position: inside;
    margin: 0 0 15px 20px;
}

/***** HTML Elements
*****/

a:link, a:visited {
  text-decoration: none;
  color: #425f74;
  }
  
a:hover, a:active {
  text-decoration: underline;
}

.element-invisible { 
  display: none; 
}

p {
  color: #000;
}

/***** Branding
*****/

#header {
  background: transparent url(../images/header.jpg) top center no-repeat;
  height: 139px;
  margin: 0 auto;
  width: 960px;
}

a.logo { margin: 10px 0 0 20px; }

#site-slogan {
  text-indent: -9000px;
}

/***** Common styles
*****/
.section-col {
  margin: 0px;
}

#home-main-content .section-col {
  margin-left: 0px;
  margin: 0px;
  padding: 0px; 
}
#home-main-content .first-col {
  margin: 0px;
}

.col-3 {
  background: transparent;
  float: left;
}

.last-col {
  float: left;
  margin: 0px;
  padding: 0px;
}

.col-2 {
  float: left;
}

#latest-news-wide h3 {
  display: none;
}
 
#latest-news-wide, #flickr-photo-gallery---wide, #editors-choice---wide {
  border: none;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}

#latest-news-wide h4 { font-size: 1.23em; 
  font-weight: bold !important;
}

#latest-news-wide a { color: #425f74 !important; 
}

#latest-news-wide .views-row-odd {
    float: left;
    padding: 0 5px 0 5px;
    width: 588px;
}

#latest-news-wide .views-row-even {
    float: left;
    padding: 0 5px 0 5px;
    width: 588px;
}

#latest-news-wide .read-more {  
	text-transform: none;
}

#latest-news-wide .read-more a {  
  color: #425f74 !important;
  font-weight: bold !important; 
}

.region-home-two-col-right, .region-home-left, .region-home-middle, .region-home-right { padding: 0px; margin: 0px; }

.region-home-middle, .region-home-left, .region-home-two-col-left { }

.region-home-left photo-gallery { margin: 0 0 10px 0; }

.region-home-two-col-left { padding-right: 10px; }

/***** Regions
*****/

.region-home-top { 
  background-color: transparent;
  border: none;
  padding: 0;
}

 /***** Header Search and Subscribe
*****/

#header-right-content {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  width: 295px;
}

#header-search {
  background: transparent url(../images/background-search.png) top center no-repeat;
  border: none; 
/*  border: 1px solid #c9d9ed; */
  height: 35px;
  margin: 0px;
  padding: 0px; 
  width: 290px; 
}

#header-search .form-text {
  background: transparent url(../images/shade_black.png) top right repeat;
  float: left;
  height: 20px;
  padding: 3px 30px 3px 10px;
  border: 1px solid #556f81;
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 1.167em;
  font-style: italic;
  text-align: right;
  width: 210px;
}

#header-search input#edit-submit {
  background: transparent url(../images/search.png) no-repeat;
  cursor:pointer;
  height:28px;
  margin:0 0 0 -1px;
  text-indent:-9999px;
  width:34px;
  font-size:0;
  line-height:0;
  float: left;
}

#header-search input#edit-submit--2 {
  background: transparent url(../images/search.png) no-repeat;
  cursor:pointer;
  height:28px;
  margin:0 0 0 -1px;
  text-indent:-9999px;
  width:34px;
  font-size:0;
  line-height:0;
  float: left;
}

#header-subscribe {
  color: #FFF;
  font-style: italic;
  margin: 25px 12px 0 0;
  text-align: right;
}

#header-subscribe a {
  color: #FFF;
  text-decoration: none;
}

#header-subscribe a:hover {
  text-decoration: underline;
}

.header-site-links a { 
  color: #ffffff; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
}

.header-site-links { 
  background: none;
  color: #ffffff; 
  margin: 0px 0px 0px 0px;
  padding: 5px 0 0 0;
  text-align: center;
}

.header-social-links {
  background: transparent;
  color: #ffffff; 
  margin: 15px auto;
  padding: 4px 0px 0px 0px;
  text-align: center;
}

.header-social-links p { 
  background: transparent;
  color: #ffffff; 
  margin: 15px auto;
  padding: 0px;
  text-align: center;
}

.header-social-links p img { padding: 0 3px 0 3px; }

.header-social-links iframe { width: 280px!important; height: 25px!important; color: #ffffff!important; }

.connect_widget_summary connect_widget_text { color: #ffffff!important; }

/***** Navigation 
*****/

#navigation {
  background: transparent url(../images/background-navbar.png) top center repeat-x;
  border-top: 5px solid #000; 
  margin: 0 auto;
  padding: 0px;
  position: relative;
  width: 960px;
  z-index: 10;
}

#navigation .section {
  position: relative;
  z-index: 9;
}

#navigation .section ul {
}

#navigation li {
  background: transparent url(../images/shade_white.png) top right no-repeat;
  padding-right: 1px;
}

#navigation li a { 
  background: transparent url(../images/shade_black.png) top right no-repeat;
  display: block;
  color: #0a273d;
  display: block;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  font-weight: bold;
  padding: 15px 22px 15px 22px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;;
  text-transform: capitalize;
}

#navigation li a:hover {
  background: #eeeeee;
}

#navigation li.active-trail a, #navigation li.active a {
  background: #eeeeee;  
}

/***** Breadcrumb
*****/

#breadcrumb {
	color: #2d3747;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0px;
	font-family: Arial,sans-serif;
	font-size: 1em;
}

#breadcrumb a {
  color: #2d3747;
  text-decoration: none;  
  display: inline;
  margin: 0 3px 0 0;
  padding: 0;  
}

#breadcrumb a:hover{
	color: #064b33;
	text-decoration: underline;
}

/***** Drop-down *****/

#navigation ul.dropdown {
    background: #eeeeee; 
    display: none;
    margin: 0;
    padding: 10px 0 10px 0;
    width: 190px;
    position: absolute;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .9);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .9);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    z-index:1000;
}

#navigation ul.dropdown li {
	background: none;
}

#navigation ul.dropdown li a {
    font-weight: normal;
    text-shadow: none;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: left;
    background: none;
    color: #0a273d;
    font-weight: normal;
	text-transform: none;
    padding: 5px 10px 7px 20px;
}

#navigation ul.dropdown li a:hover {
  background: #0a273d;
  color: #ffffff;
}


/***** Homepage Content 
*****/

.block-content {
  text-align: left;
}

.block-content ul {
  margin: 0;
}

#home-events { 
  background: #ffffff url(../images/background-section.png) center 46px repeat-x;
  border:	none;
  padding: 0px;
  margin: 0px;
  min-height: 320px;
}

#home-events h3 {
  background: transparent url(../images/background-rightnav-header.png) top center repeat-x;
  border-bottom: 1px solid #ffffff;
  color: #064b33;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 5px 10px 10px;
  text-align: left;
}

.event-box {
  width: 52px;
  height: 45px;
  background: transparent url(../images/background-eventbox.png) top left repeat-x;
  border: none;
  text-align: center;
  color: #838383;
  padding: 0 0 0 0;
  font-size: 1.15em;
  float: left;
  margin: 0 10px 0px 0;
  display: block;
}

#home-events .entry h4 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-transform: Capitalize;
}

#home-events .entry p { 
  color: #838383; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
} 
 
#home-events .event-box {
  color: #ffffff;
  display: block;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
  font-weight: bold;
  margin: 5px 10px 0px 0; 
  padding: 5px 0 5px 0;

  text-align: center; 
}

#home-events .event-box .event-date {
  color: #ffffff;
  margin: 2px 0 0 0;
  font-size: 28px; 
  font-weight: normal;
  padding: 0px;
  text-shadow:0 1px 1px #333333;
}

#home-events .read-more a {  
}

#home-events .divide {
	border-top: none; 
	margin: 0 10px 0 10px;
	font-size: 1px;
	line-height: 0;
	clear: both;
}

/* Connect block can be placed anywhere within the site */

#stay-connected, #sign-up {
}
#stay-connected ul {margin: 0;}
#stay-connected li {
	list-style-type: none; 
	float: left;
}

#stay-connected li a {
	display: block;
	text-indent: -9000px;
	width: 32px;
	height: 32px;
	margin: 5px;
}

#stay-connected li.rss a {
	background: url(../images/social/rss.png) no-repeat;
}

#stay-connected li.fb a {
	background: url(../images/social/facebook.png) no-repeat;
}

#stay-connected li.linkedin a {
	background: url(../images/social/linkedin.png) no-repeat;
}

#stay-connected li.youtube a {
	background: url(../images/social/youtube.png) no-repeat;
}

#stay-connected li.twitter a {
	background: url(../images/social/twitter.png) no-repeat;
}

#stay-connected li.flickr a {
	background: url(../images/social/flickr.png) no-repeat;
}

.header-site-links ul {margin: 0;}
.header-site-links li {
	list-style-type: none; 
	float: right;
}

.header-site-links li a {
	display: block;
	text-indent: -9000px;
	width: 32px;
	height: 32px;
	margin: 5px;
}

.header-site-linksli.rss a {
	background: url(../images/social/feed_32x32.png) no-repeat;
}

.header-site-links li.fb a {
	background: url(../images/social/facebook_32x32.png) no-repeat;
}

.header-site-links li.linkedin a {
	background: url(../images/social/linkedin_32x32.png) no-repeat;
}

.header-site-links li.youtube a {
	background: url(../images/social/youtube_32x32.png) no-repeat;
}

.header-site-links li.twitter a {
	background: url(../images/social/twitter_32x32.png) no-repeat;
}

.header-site-links li.flickr a {
	background: url(../images/social/flickr_32x32.png) no-repeat;
}


/***** Common styles
*****/

#home-the-issues { 
  background: transparent;
  color: #ffffff;
}


#home-the-issues { background: #eeeeee; }
/*
#home-the-issues .entry { width: 280px; float: left; height: 55px; padding: 10px 10px 0px 10px; margin: 0px!important;}

#home-the-issues .entry img { border: 1px solid #333; }

#home-the-issues .entry h4 { font-size: 100% !important; float: right; width: 180px; }

#home-the-issues .entry h4 a { color: #85beee; font-weight: bold; }

#home-the-issues .entry p { float: right; width: 180px; }
*/
/*
#home-the-issues .divide { display: none;
  border: none;
}*/

.region-home-two-col {padding-bottom: 0px!important; }

.region-home-two-col:after {
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}

.region-home-two-col  {display: inline-block;} /* Hide from IE Mac \*/
.region-home-two-col  {display: block;} /* End hide from IE Mac */

#home-the-issues .read-more { clear: both; }

#home-the-issues .read-more a { 
	display: block;    
	padding: 7px;  
	background: transparent url(../images/button_blank.png) top left no-repeat;
	color: #ffffff !important;
}

img.photo { /*
	border: 1px solid #dddddd;
	padding: 2px; */
}

.read-more { 
	font-size: 10px; 
	text-transform: normal;
}

.read-more a { 
	display: block;
    margin: 0px; padding: 0px; 
	color: #425f74;
  font-size: 13px; 
	text-transform: capitalize;
}

/***** Subfooter
*****/

#sub-footer {
	background: transparent;
	border-top: 5px solid #5b6e7d;
	clear: both;
    color: #666666;
	font-family: Arial, sans-serif;
	margin: 0 auto;
	padding: 15px 15px 5px 15px;
	width: 930px;
}

#sub-footer .col-3 {
	width: 298px;
}

#sub-contact-welcome {
  border: none;
}

#sub-contact-welcome a {
  color: #3f5d3d !important;
  font-weight: normal !important;
}

/*
#sub-contact-welcome p {
  margin-right: 40px;
}
*/
#sub-footer h3 {
  color: #3f5d3d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.667em;
  margin: 0 0 10px 0;
}

#sub-footer a {font-weight: bold; color: #666666;}

#sub-footer p {color: #666666; line-height: 1.3em; font-size: 11px;}

#sub-office-locations {
  width: 180px;
  float: left;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  }

#sub-office-locations ul {
  margin: 0px;
  background: none; 
  width: 160px;
  }

#sub-office-locations li {
  list-style-type: none;
  font-size: 1em;
  float: left;
  margin: 0px;
  }

#sub-office-locations li.active a {
  background: transparent url(../images/background-office-selected.gif) no-repeat !important;
  color: #ffffff;
}

#sub-office-locations li a {
  color: #666666;
  margin: 0px;
  width: 150px;  
  padding: 5px 10px 5px 20px;
  float: left;
  display: block;
  position: relative;
  cursor:pointer;
  }

#sub-office-locations li a:hover {
  background: transparent url(../images/background-office-selected.gif) no-repeat !important;
  text-decoration: none;
  color: #3f5d3d;
}

#sub-office-locations li.active a {color: #3f5d3d;}

#sub-address span.office {font-weight: bold;}

#sub-address span.office a {color: #3f5d3d;}

#sub-address {
  background: transparent;
  float: left; 
  font-size: 11px;
  margin: 0px;
  padding: 15px 15px 15px 15px;
  width: 196px; 
  height: 113px; 
}

#sub-photos { 
  background: transparent;
  float: right; 
  margin: 0 0 0 0;
  padding: 15px;
  width: 196px;
}

#sub-photos img {border: 5px solid #d5d5cb;}

#office-locations-wrapper {
  min-height:140px;
  padding: 0;
  margin: 0px; 
}

/***** Footer
*****/

#footer a {color: #666666;}

#footer li {list-style-type: none;}

ul#global-footer {
	text-align: center;
	padding: 5px 0px 5px 0px;
}

ul#global-footer li {
	display: inline;
	border-right: none;
	height: 12px;
	padding: 0px 5px 0px 10px;
	margin: 0;
	font-family: Arial, sans-serif;
}

ul#global-footer li a { 
	color: #3f5d3d; 
}

ul#global-footer li.last { 
	border-right: none; 
}

	
/*
#footer .category-box {
	width: 130px;
	float: left;
}

#footer .long-category {
	width: 160px;
}

*/

#footer {
	background: none; 
	border-top: none;
	width: 960px;
	margin: 0 auto;
	padding: 00px;
}

/* Accessibility and Other footer links */
#global-footer {
	background: #eeeeee; 
	border-top: 1px solid #5b6e7d;
	padding: 0px;
	width: 960px;
}

/* Footer navigation links */
#footer-category-links {
	background: none; /*#ff0000; */
	margin: 0px 0px 0px 0px; 
	padding: 15px 10px 15px 15px;
	clear: both;
}

#footer h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #3f5d3d;
	margin: 0px; 
	text-transform: uppercase;
	text-shadow: none;
}

#footer .category-box li {
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 5px 5px 0px 0px;
}

#footer .category-box ul li a {
  color: #666666;
}

#footer .category-box li h4 a {
	margin: 0px 15px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#global-footer .first { padding-left: 15px !important; }

#district-map {
}

view-content {
	margin: 0;
}

#section_body ul li, .detail-page #inner-content ul li, .detail-page #inner-content ol li {
    color: #666666;
    font-family: Arial,sans-serif;
    font-size: 120%;
    line-height: 1.5em;
    list-style-position: inside;
    margin: 0 0 15px 20px;
}

/***** Section Front / Issue page
*****/

.section-content {
	background: transparent;
	border:	none;
	padding: 0px;
	margin: 0px;
/*	background: #dddddd url(../images/background-section.gif) top center repeat-x;
	border:	2px solid #ffffff;
	padding: 0px;
	margin: 0px;
	width: 294px !important;*/
}

.section-content h3 {
  background: transparent;
  color: #252525;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 5px 10px 10px;
  text-align: left;
}

.featured-list-item {
	border-bottom: none;
	padding: 0 0 0 0;
	margin-top: 0;
}

#callout p { 
  color: #333333;
}

/***** Homepage Rotator 
*****/

.view-site-pages-carousel {
}

.view-home-page-feature-rotator {
  width: 960;
  margin: 0px;
  padding: 0px;
}

.home-rotator-slide {
  background: #516370 url(../images/background-slider.jpg) top left no-repeat;
  padding: 0px;
  border: none;
  width: 960px;
  min-height: 350px;
}

#home-rotator {
  background: #516370;
  border: none;
  height: 340px;
  margin: 0px;
  padding: 0px; 
  width: 960px;
}

.home-rotator-text-block {
  background: transparent url(../images/foreground-slider.png) top left no-repeat;
  width: 960px;
  float: left;
  height: 350px;
  margin: 0px;
  padding: 0;
  position: absolute;
  z-index: 70;
}

.home-rotator-photo {
  background: transparent;
  border: none;
  /*1px solid #c1dce7;
  background: transparent url(../images/background-feature-photo.png) top center no-repeat;*/
  /*float: right;*/
  height: 295px; 
  margin: 0px;
  padding: 0px;
  width: 540px; 
  left: 455px;
  position: absolute; 
  z-index: 60;
}

.home-rotator-photo .field-items { padding: 0px !important; margin: 0px !important; }

.home-top-intro h2 {
  line-height: 26px;
  margin: 20px 15px 10px 15px;
  text-shadow: none; 
  text-align: center;
  width: 420px; }

.home-top-intro h2 a {
  color: #ffffff;
}

.home-top-intro p,  .home-top-intro .field-name-body {
  color: #ffffff;
  margin: 0 15px 0px 15px;
  padding: 0px;
  text-align: center;
  width: 420px; 
  }
  
#home-top-read-more {
  width: 159px;
  text-align: center;
  margin: 15px 0 15px 145px;
  padding: 0px; 
  text-indent: -9999;
}
  
#home-top-read-more a {
  background: transparent url(../images/button_readmore.png) no-repeat;
  display: block;
  width: 157px;
  height: 28px;
  text-align: center;
  border: none;
  color: #2a3545;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0px;
  font-style: normal;
  font-weight: bold;
  padding: 7px 5px 5px 5px;
  text-decoration: none;
  text-indent: -9999;
}

#home-top-numbers {
  font-family: Arial, sans-serif;
  font-size: 1.167em;
  margin: 0;
}

#home-top-numbers ul {
  background: transparent;
  height: 36px;
  margin: auto;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 960px;
}

#home-top-numbers ul li a {
  font-size: 12px;  
  color: #ffffff; 
  margin-top: 5px;
  padding: 5px 10px 5px 10px;
}

#home-top-numbers a.activeSlide {
  background: transparent url(../images/bullet_on.png) top center no-repeat;
  color: #ffffff; 
  border: none;
}

#home-top-numbers a.activeSlide:hover {
  background: transparent url(../images/bullet_on.png) top center no-repeat;
  color: #ffffff; 
}

#home-top-numbers li {
  display: inline;
  list-style-type: none;
  margin: 0px;
  float: none;
  width: 50px;
}

#home-top-numbers li a {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  border: none;
  margin: 0 5px 0 5px;
  text-decoration: none;
  color: #a03135; 
  background: transparent url(../images/bullet_off.png) top center no-repeat;
}

#home-top-numbers li a:hover {
  background: transparent url(../images/bullet_on.png) top center no-repeat;
  color: #ffffff !important;
  text-indent: -9999;
}

/***** Homepage Breaking News 
*****/


#breaking-news {
  border: none;
  background: #3e4b55 url(../images/breaking_news.png) no-repeat;
  border-left: 0; 
  height: 26px;
  margin: 0px;
  padding: 8px 0 8px 0;
  }

#breaking-news h3 {
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  width: 160px;
  font-style: normal;
  float: left;
  margin: 0px;
  padding: 0 0 0 40px;
  text-transform: uppercase;
  /*left:-900px;
  position:absolute;
  top:-900px;*/
}

#breaking-news .headline {
  float: right;
  width: 750px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 0 0 0;
  background: transparent;
  margin: 0;
}

#breaking-news .headline a {
  color: #ffffff; 
}

/***** Homepage Services for You 
*****/

#services-carousel {
  margin: 0 auto; }

#home-services-for-you {
  background: #3e4b55 url(../images/background-services.png) center bottom repeat-x;
  border: none; 
  height: /*90px  02-19-14 STW*/130px; 
  padding: 17px 0px 10px 0px;
  overflow: hidden;
}

#home-services-for-you h3 {
  color: #1d3d8e;
  font-family: Arial, Helvetica, sans-serif;
  font-size:  	1.5em;
  margin: 0 0 10px 35px;
  display: none;
}

#home-services-for-you li {
  list-style-type: none;
  float: left;
  height: auto;
}


li.nav-button a, 
#home-services-for-you .nav-button a,
#home-issue-rotator .nav-button a {
  width: 60px;
  height: 65px;
  display: block;
  text-indent: -9000px;
}

#home-services-for-you #service-previous { float: left; padding: 5px 0 0 0; }

#home-services-for-you #service-next { float: right; padding: 5px 0 0 0; }

#home-services-for-you #service-previous a {
  background: transparent url(../images/button_forwardback.png) no-repeat 0 0;
}

#home-services-for-you #service-previous a:hover {
  background: transparent url(../images/button_forwardback.png) no-repeat 0 0;
}

#home-services-for-you #service-next a {
  background: transparent url(../images/button_forwardback.png) no-repeat -60px 0;
}

#home-services-for-you #service-next a:hover {
  background: transparent url(../images/button_forwardback.png) no-repeat -60px 0px;
}

#home-services-for-you li.entry {
  width: 138px;
  margin: 0 10px 0 10px;
}

#home-services-for-you li.entry a {display: block;}

#home-services-for-you li.entry img {border: 3px solid #ffffff; border-radius: 4px; -moz-border-radius: 4px;}

#home-services-for-you li.entry img:hover {border: none;}

#home-services-for-you li.entry h4 {
 /* text-indent: -9999px; 02-19-14 - to allow title display*/
  font-size: 1.167em;
  color: #ffffff;
  margin: 5px 0 0 0;
}

#my-offices .field-content a { 
  font-weight: bold; 
  font-size: 12px;
}

#my-offices .entry { 
  font-size: 10px;
  line-height: 16px;
}

.view-press-releases, #block-house-core-house-sign-up, #block-views-issues-block-1, #block-views-news-block-1, #block-views-events-block-1, #block-house-core-house-related-content, #node-68, #block-views-offices-block-1, #block-house-social-media-facebook, #block-house-social-media-twitter, #block-house-member-voting-record-house-member-voting-record { border: none; margin: 0 0 10px 0; }

#block-nodeblock-59, #block-nodeblock-60, #block-nodeblock-61, #block-nodeblock-62, #block-nodeblock-63, #block-nodeblock-64, #block-nodeblock-65, #block-nodeblock-66, #block-nodeblock-67, #block-nodeblock-68, #block-nodeblock-69, #block-nodeblock-70, #block-nodeblock-71, #block-nodeblock-72, #block-nodeblock-73, #block-nodeblock-74, #block-nodeblock-75, #block-nodeblock-76, #block-nodeblock-90 {border: none; margin: 0 0 10px 0; } 

.node-editors-choice {border: none; margin: 0 0 10px 0; }

#block-views-issues-block-1 { background: transparent; }

#block-house-social-media-facebook h3 { display: none; }

#latest-news h4 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  color: #425f74;
}

#latest-news-right h4 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;  
  color: #425f74;
}

#latest-news .date, #latest-news-right .date, #latest-news-wide .date {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  text-transform: capitalize;
}

#latest-news span.date, #latest-news-right span.date { border: none;
}

#latest-news span.tag a, #latest-news-right span.tag a { border: none;
}

#latest-news .read-more a {  
  color: #425f74;
  font-weight: bold; }

.date, .tag {
  font-family: Arial, Helvetica, sans-serif;
}

#latest-news .divide, #latest-news-right .divide {
  display: none;
}

.section-content .divide, #content .divide {
	border-top: none;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
}

.event-info .event-date {
  color: #555555 !important;
}

.sidebar { 
  margin-right: 10px; 
}

#signup-form {
	margin: 10px 0;
}
#sign-up .form-text {
  float: left;
  height: 20px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #dddddd;
  color: #999;
  font-family:Arial, Helvetica, sans-serif;
  font-size:  	1em;
  font-style: italic;
  width: 170px;
}

#sign-up input#edit-submit {
  background: transparent url(../images/button_signup.png) no-repeat;
  border: none;
  cursor: pointer;
  height: 30px;
  margin:0 0 0 2px;
  text-indent:-9999px;
  width:78px;
  font-size:0;
  line-height:0;
  float: left;
}

#home-issue-rotator {
	border: none;
	background: transparent;
	padding: 5px 0;
	text-align: center;
	position: relative;
	height: 200px;
	width: 298px;
}

#home-issue-rotator ul#slides {
  text-align: center;
  margin-left: 20px;
}

#home-issue-rotator li.entry {
  text-align: center;
  height: 180px;
  margin-left: 50px;
  width: 190px;
}

#home-issue-rotator ul.controls li {
  list-style-type: none;
  float: left;
}

#home-issue-rotator ul.controls li a {
  display: block;
  height: 40px;
  width: 25px;
}

#home-issue-rotator ul.controls {
  position: absolute;
  top: 170px;
  left: 240px;
}

#home-issue-rotator li#issue-previous a {
  background: url(../images/button_arrow.png) no-repeat 0 0;
  margin-right: 0px;  
}

#home-issue-rotator li#issue-previous a:hover {
  background: url(../images/button_arrow.png) no-repeat 0 0;
}

#home-issue-rotator li#issue-next a {
  background: url(../images/button_arrow.png) no-repeat -25px;
}

#home-issue-rotator li#issue-next a:hover {
  background: url(../images/button_arrow.png) no-repeat -25px;
}
 
#edit-signup-theme-form-1 {
  width: 150px;
}

#our-district img { border: none; }

/***** Photo Gallery, Media Callouts
*****/

#section-bottom {
  float: left;
  margin: 0 0 0 0;
  width: 642px; 
}

.section_middle_margin {
  margin-left:0px;
}

#section-bottom #photo-gallery, #section-bottom #video-gallery {
	background: #ffffff;
	text-align: center;
	width: 310px !important;
	min-height: 220px;
	margin: 0 1px;
}

#flickr-gallery, #latest-video {
  text-align: center; 
}

#photo-gallery .block-content, #video-gallery .block-content, #flickr-gallery .block-content, #latest-video .block-content {
  text-align: center;
  margin: 0 auto; 
  min-height: 250px !important;
  padding: 0px;
}

#district-map .featured-image {
  padding-bottom: 10px; 
}

#photo-gallery .featured-image {
  margin: 0 auto; 
  padding: 5px 0 10px 0; 
}

#video-gallery .featured-image {
  margin: 0 auto; 
  padding: 5px 0 10px 0; 
}

#right-rail {
  margin: 0px;
  padding: 0px;
  background: transparent;  
}

#right-rail .section-content {}

#right-rail #photo-gallery, #right-rail #video-gallery, #right-rail #my-offices {
  background: #ffffff url(../images/background-section.png) center 46px repeat-x;
  margin: 0 0 10px 0;
}

#right-rail #sign-up { height: 130px !important; }

#photo-gallery, #video-gallery { background: none; }

#photo-gallery h3, #video-gallery h3 { 
  background: none repeat scroll 0 0 transparent;
  color: #252525;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 5px 10px 10px;
  text-align: left; }

#photo-gallery h3 a, #video-gallery h3 a {color: #FFF;}

#video-gallery {
  overflow:hidden;
}

img.gallery-photos-callout {
	margin: 0 auto;
}

img.gallery-videos-callout {
	margin: 13px auto;
}
 

/***** Paging
*****/

#inner-content ul.pager {
	text-align: center;
	font-family: Arial, sans-serif;
	color: #064b33;
	margin: 50px 0 30px 0;	
}

#inner-content ul.pager li.pager-current {
	color: #ffffff;
	padding: 2px 6px;
	font-weight: normal;
	background: #064b33; 
	border: 1px solid #313b45;	
	-moz-border-radius: .25em;
}


#inner-content ul.pager li.pager-next a.active {
  color: #064b33;
}


/***** Right Nav
*****/

#main-wrapper-top {
  background: transparent url(../images/background-main-wrapper-top.png) top center no-repeat;
  height: 10px;
  margin: 0 auto;
  padding: 0px;
  width: 958px;
}

#main-wrapper-interior .section-content h3 {
  background: transparent ;
  color: #252525;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 5px 10px 10px;
  text-align: left;
}

#block-house-blocks-house-sidebar-navigation { 
  margin: 0 0 10px 0; 
}

#right-nav {
  background: none;
  border: none; 
  padding: 0;
  width: 288px;
  margin: 0px;
}


#right-nav h3 {
  background: transparent url(../images/background-rightnav-header.png) no-repeat;
  border-bottom: none;
  color: #2d3747;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  padding: 15px 5px 10px 10px;
  text-align: left;
}

#right-nav ul { 
	list-style-type: none;
}

#right-nav li {
  background: #f4f4f4;
  border: none;
  border-bottom: 1px dotted #b2b3b6;
  color: #064b33;
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
}

#right-nav li a {
  background: transparent; 
  border: none;
  color: #2d3747;
  font-weight: bold;
  margin: 0px;
  padding: 10px;
} 

#right-nav li a:hover {
	background: #2d3747; 
	border: none; 
	color: #ffffff;
	padding: 10px;
	text-decoration: none;
}

#right-nav li.active a {
	background: #999999; 
	border: none; 
	color: #ffffff;
	text-decoration: none;
}

/***** POLL Block
*****/

#poll .radio { background: none !important; border: none !important; }

#poll input.form-submit {
  background: transparent url(../images/button_vote.png) no-repeat;
  border: none;
  cursor:pointer;
  height: 30px;
  margin:0 0 0 -2px;
  text-indent:-9999px;
  width: 67px;
  font-size:0;
  line-height:0; 
}

#poll .pollemailsize {
  height: 20px;
  padding: 4px 10px;
  border-radius: 0 !important;
  border: 1px solid #dddddd !important;
  color: #999;
  font-size: 1em;
  font-style: normal !important;
  margin: 0 !important;
  width: 140px;
}

#thomas-bill-search h3, .block-house-member-voting-record h3, #stay-connected h3, #sign-up h3 {
  background: transparent;
  color: #252525;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 5px 10px 10px;
  text-align: left;
}

#thomas-bill-search, .block-house-member-voting-record, #stay-connected, #sign-up, #related-items, #latest-news-right  {
 
}

.block-house-member-voting-record {
}

.sticky-table { padding: 10px; }

/***** THOMAS Block
*****/

#thomas-bill-search { 
  height: 200px;
  padding: 0 0 10px 0;
  text-align: left;
}

#thomas-bill-search label { 
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
}

#today-in-congress ul {
  padding: 20px;
}

#billsearch {
  text-align: left; 
}

#thomas-bill-search input.form-submit {
  background: transparent url(../images/button_search.png) no-repeat;
  border: none;
  cursor: pointer;
  height: 30px;
  margin:0 0 0 2px;
  text-indent:-9999px;
  width:78px;
  font-size:0;
  line-height:0;
  float: left;
}

#thomas-bill-search .form-text {
  float: left;
  height: 20px;
  padding: 2px 10px;
  border: 1px solid #dddddd;
  color: #999;
  font-size: 1em;
  font-style: italic;
  width: 170px;
}

.example { font-size: 10px; }

/***** POPUP Block
*****/

#block-house-enews-popup-house-enews-popup h2 {
  color: #000000;
}

#block-house-enews-popup-house-enews-popup .content {
  color: #000000;
}

/***** OTHER
*****/

h1#page-title {
	color: #2d3747;
	font-size: 2.667em;
	background: none;
	padding: 5px 0 15px 0px;
	margin-bottom: 5px;
}

h1#page-title-no-line {
	color: #2d3747;
	font-size: 2.667em;
	background: none;
	padding: 5px 0 15px 0px;
	margin-bottom: 5px;
}

.divide-double-line {
  background: none;
  height: 0px;
  margin: 0;
}

/***** SITE NAVIGATION BOTTOM
*****/

.section-content:after {
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}

.section-content {display: inline-block;} /* Hide from IE Mac \*/
.section-content {display: block;} /* End hide from IE Mac */


#headerDivImg {
  background: #f2f2e8; 
  border-top: 1px solid #ffffff;
  font-size: 90%; 
}

#contentDivImg {
  display: none;
}

#titleTextImg {
  margin: 0 auto; text-align: center; width: 300px;
}

.element-invisible { 
  display: none; 
}

/***** POP UP STYLING
*****/

#block-house-enews-popup-house-enews-popup {
    -moz-box-shadow: 0 0 20px 20px #6da4d2;
    /*background: url("enewspop-bk.png") no-repeat scroll right top #FFFFFF;*/
    background: #eeeeee url(../images/enews-bk.png) no-repeat scroll right top;
    border: 5px solid #ffffff;
    color: #333333;
    display: none;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    left: 45%;
    line-height: 1.5em;
    margin: 0 0 0 -225px;
    padding: 30px;
    position: fixed;
    top: 150px;
    width: 650px;
    z-index: 10000;
}
/*
#block-house-enews-popup-house-enews-popup h2 {
    font-size: 2em;
    padding: 0 0 1em;
}
#block-house-enews-popup-house-enews-popup .content label {
    width: 260px;
}
*/
#close-enews-popup {
    -moz-border-radius: 4px 4px 4px 4px /*40px 40px 40px 40px*/;
    background: transparent url(../images/close.png) no-repeat/*none repeat scroll 0 0 #CCCCCC*/;
    color: #ffffff;
    cursor: pointer;
    font-family: verdana;
    font-size: 0px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: -30px;
    width: 40px;
}

#close-enews-popup:hover {
    background: transparent url(../images/close_hover.png) no-repeat
}

#html-greyed-out {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
/*
#house_enews_popup {
    margin: 1.5em 0;
}
#house_enews_popup #required-valid-email {
    border: 1px solid #CCCCCC;
    color: #666666;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    padding: 0 0.5em;
}
*/

#house_enews_popup .form-submit {
    background: none repeat scroll 0 0 #02213c;
    border: 1px solid #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    padding: 0 0.5em;
}

#photo-gallery-embed {
    background: none repeat scroll 0 0 #ffffff;
    border: none;
	border-top: none;
    color: #CCCCCC;
    margin: 0px auto 10px auto;
    padding: 15px 0 0 0;
    text-align: center;
/*	width: 618px;*/
}

#block-block-6 {padding-top: 0px; }

.social_block_icons { padding: 0 10px 0 10px; }

.social_block_icons img { padding: 0 0 10px 0; }

.connect_widget_text_summary { color: #ffffff!important; }

.connect_widget_not_connected_text,.connect_widget_connected_text { color: #ffffff!important; }

.mt-image-none {
  border: 1px solid #dddddd;
  margin: 10px auto;
  padding: 2px; 
}

.block-house-member-voting-record table.sticky-table {
    margin: 0 auto ;
    width: 100%;
}
.sticky-table {
    padding: 0px;
} 

/***** QUICKTABS
*****/

.block-quicktabs {
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.block-quicktabs h3 {
  display: none;
}

ul.quicktabs-tabs:after {
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}

ul.quicktabs-tabs {display: inline-block;} /* Hide from IE Mac \*/
ul.quicktabs-tabs{display: block;} /* End hide from IE Mac */

.quicktabs_main { margin: 0; padding: 0; 
  background: #eeeeee;
}

/*
ul.quicktabs-tabs.quicktabs-style-basic li.active a {
  background: transparent url(../images/block-tab-on1.png) top center repeat-x;
  border: none; 
  color: #ffffff;
  padding: 12px;
} 

ul.quicktabs-tabs.quicktabs-style-basic li {
  border-right: 1px solid #ffffff; 
  padding: 0px;
}

ul.quicktabs-tabs.quicktabs-style-basic li:hover {
  border: none; 
  padding: 0px;
}

ul.quicktabs-tabs.quicktabs-style-basic li a {
  background: transparent url(../images/block-tab1.png) top center repeat-x;
    color: #ffffff;
    font-family: Arial !important;
    font-size: 18px !important;
	font-weight: normal !important;
	padding: 12px;
    text-decoration: none;
}
 
 */
 
 
.quicktabs_main.quicktabs-style-basic {
    background-color: #eeeeee;
    border: none;
    clear: both;
    font-family: Arial !important; 	
	min-height: 210px;
    padding: 10px;
}
ul.quicktabs-tabs.quicktabs-style-basic {
    border: none;
    font: bold 18px Arial !important;
  height: 30px;
    margin: 0;
    padding: 0;
}
ul.quicktabs-tabs.quicktabs-style-basic a {
    color: #FFFFFF;
    font: bold 18px Arial !important;
    text-decoration: none;
  padding: 12px 20px 12px 20px; 
}
ul.quicktabs-tabs.quicktabs-style-basic a:hover {
    color: #FFFFFF !important;
  padding: 12px 20px 12px 20px; 
}
ul.quicktabs-tabs.quicktabs-style-basic li {
  background: transparent url(../images/block-tab.png) top center repeat-x;
  border: none;
  margin: 0 1px 0 0;
  color: #FFFFFF;
  padding: 12px 0px 12px 0px; 
  position: relative;
}
ul.quicktabs-tabs.quicktabs-style-basic li:hover {
  background: transparent url(../images/block-tab-on.png) top center repeat-x;
  border: none;
  color: #FFFFFF;
  padding: 12px 0px 12px 0px; 
}
ul.quicktabs-tabs.quicktabs-style-basic li.active {
  background: transparent url(../images/block-tab-on.png) top center repeat-x;
  border: none;
  color: #FFFFFF;
  padding: 12px 0px 12px 0px; 
}
ul.quicktabs-tabs.quicktabs-style-basic li.active a {
  border: none;
  color: #FFFFFF;
}


.block-content:after {
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}

.block-content {display: inline-block;} /* Hide from IE Mac \*/
.block-content {display: block;} /* End hide from IE Mac */

/*Injections*/
#home-services-for-you li.entry a {
    color: #FFFFFF;
       font-weight: bold;
}