/***** Structure 
/sites/all/themes/patriot/images/
*****/

body {
  background: #104170 url(../images/background-patriot-template.gif) top repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #555555;
  margin: 0 0 20px 0;
  padding: 0;
}

#page {
  margin:0 auto;
  width:990px;
  background: none;  
}

#main-wrapper {
  background: #ffffff url(../images/line-space-upper.gif) top no-repeat; 
  border-bottom: 1px solid #4f87ad;
  margin: 0 auto;
  padding: 15px 0px 10px 0px;
  width: 960px;  
}

#home-main-content {
	margin: 0;
}

#main {
	background: #FFF;
	width: 595px;
	float: left;
	padding: 15px 15px 0px 15px;
}

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

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

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


#header {
  background: #052545 url(../images/capitol_dome.jpg) top right no-repeat;
  height: 130px;
  margin: 0 auto;
  width: 960px;
}

#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 {
	float: left;
	width: 320px;
}

.col-2 {
	float: left;
	width: 640px;
}

#latest-news-wide, #flickr-photo-gallery---wide, #editors-choice---wide {
	background: #dddddd url(../images/background-section.gif) top center repeat-x;
	border:	2px solid #ffffff;
	margin: 0px;
	padding: 0px;
	width: 614px !important;
}

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

#latest-news-wide .read-more { 
	font-size: 10px; 
	text-transform: uppercase;
}

#latest-news-wide .read-more a { 
	display: block;
    margin: 10px 10px 10px 455px; 
	padding: 0 0 0 10px; 
	background: transparent url(../images/arrow.gif) top left no-repeat;
	color: #666666 !important;
}

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

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

#header-right-content {
  float: right;
  width: 306px;
  padding-right: 15px;
}

#header-search {
  background: transparent url(../images/background-search.png) no-repeat;
  border: none; 
/*  border: 1px solid #c9d9ed; */
  height: 38px;
  margin: 25px 12px 0px 0px;
  padding: 15px; 
  width: 276px; 
}

#header-search .form-text {
  background: #ffffff url(../images/background-search-textbox.gif) repeat-x;
  float: left;
  height: 14px;
  padding: 4px 10px;
  border-top: 1px solid #275279;
  border-right: none;
  border-bottom: 1px solid #275279;
  border-left: 1px solid #275279;
  color: #0f406f;
  font-family: Georgia, serif;
  font-size: 1.167em;
  font-style: italic;
  text-align: right;
  width: 230px;
}

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

#header-search input#edit-submit--2 {
  background: transparent url(../images/search.gif) no-repeat;
  cursor:pointer;
  height:24px;
  margin:0 0 0 -3px;
  text-indent:-9999px;
  width:24px;
  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: 2px 0px 0px 0px;
  padding: 0px;
  text-align: center;
}

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

#navigation {
  width: 940px;
  margin: 0 auto;
  background: #052545 url(../images/background-navbar.gif) no-repeat;
  border-bottom: 1px solid #013d54; 
  padding: 0px 10px 0px 10px;
  position: relative;
  z-index: 10;
}

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

#navigation li a { 
  background: none;
  display: block;
  color: #FFF;
  display: block;
  padding: 12px 20px 12px 20px;
  text-align: center;
  font-family: Georgia, serif;
  text-transform: uppercase;
  font-size: 13px; 
  text-decoration: none;
  text-shadow:0 1px 1px #273f7a;
}

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

#navigation li.active-trail a, #navigation li.active a {
  background: #cd1e28 url(../images/background-nav-on.gif) repeat-x;
  }

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

#breadcrumb {
	color: #0f406f;
	border-bottom: none /*1px solid #CCC*/;
	padding-bottom: 0px;
	font-family:Arial,sans-serif;
	font-size: 1.083em;
}

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

#breadcrumb a:hover{
	color: #0f406f;
	text-decoration: underline;
}

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

#navigation ul.dropdown {
    background: #cd1e28; 
    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 a {
    font-weight: normal;
    text-shadow: none;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: left;
    background: none;
    color: #ffffff;
    font-weight: normal;
	text-transform: none;
    padding: 10px 10px 10px 20px;
}

#navigation ul.dropdown li a:hover {
  background: #b21a23;
}


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

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

.block-content ul {
  margin: 0;
}

#home-events { background: #578baf url(../images/background-calendar.jpg) bottom center no-repeat; 
  min-height: 260px; color: #ffffff; }

#home-events h3 {
  background: #417ba0;
  border-bottom: 1px dotted #7ba4c0; 
  color: #0a3b68;
  display: block; 
  font-family: Georgia, "Times New Roman", Times, serif;
  text-shadow:0 1px 1px #629cc2;
  padding-bottom: 7px; 
  width: 272px;
}

.event-box {
  width: 50px;
  height: 45px;
  background: none;
  border: none;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 0 0;
  font-size: 1.15em;
  text-transform: uppercase;
  float: left;
  margin: 0 10px 0px 0;
  display: block;
}

#home-events .entry h4 a {
  font-weight: bold;
  color: #ffffff; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
}

#home-events .entry p { 
  color: #ffffff; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; 
} 
 
#home-events .event-box {
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  padding: 0 0 0 0;
  display: block;
  float: left;
  font-size: 1.25em; 
  font-weight: normal;
  text-align: center; 
  text-shadow:0 1px 1px #000066;
}

#home-events .event-box .event-date{
  margin: -7px 0 0 0;
  font-size: 2em; 
  font-weight: bold;
  padding: 0px;
  text-shadow:0 1px 1px #000066;
}

#home-events .read-more a { 
	background: transparent url(../images/arrow.gif) top left no-repeat;
	color: #ffffff !important;
	display: block;
    margin: 10px 10px 10px 140px; 
	padding: 0 0 0 10px; 
}

#home-events .divide {
	border-top: 1px dotted #7ba4c0 !important;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
}

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

#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;
}

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

#home-the-issues img { border: 1px solid #0f406f; }

#home-the-issues h4 a { color: #0f406f; }

img.photo {
	border: none;
}

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

.read-more a { 
	display: block;
    margin: 10px 10px 10px 140px; 
	padding: 0 0 0 10px; 
	background: transparent url(../images/arrow.gif) top left no-repeat;
	color: #666666 !important;
}

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

#sub-footer {
    color: #ffffff;
	font-family: Arial, sans-serif;
	padding: 15px 15px 15px 15px;
	margin: 0px;
	clear: both;
	background: #4f87ad;
}

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

/*
#sub-contact-welcome p {
  margin-right: 40px;
}

#sub-footer h3 {
  color: #FFF;
  font-family: Georgia, serif;
  font-size: 1.667em;
  margin: 0 0 10px 0;
}
*/
#sub-footer a {font-weight: bold; color: #ffffff;}

#sub-footer p {color: #ffffff; line-height: 1.3em; font-size: 1em;}

#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: #3a7499 url(../images/background-office-selected.gif) no-repeat !important;
  color: #ffffff;
}

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

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

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

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

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

#sub-address {
  background: #4f87ad url(../images/background-office-info.gif) top left no-repeat;
  float: left; 
  font-size: 11px;
  margin: 0px;
  padding: 15px 15px 15px 15px;
  width: 196px; 
  height: 113px; 
}

#sub-photos { 
  background: #4f87ad url(../images/background-office-photo.gif) top right no-repeat;
  float: right; 
  margin: 0 0 0 0;
  padding: 15px;
  width: 196px;
}

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

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

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

#footer a {color: #114272}

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

ul#global-footer {
	text-align: left;
	padding: 7px 0 4px 0px;
}

ul#global-footer li {
	display: inline;
	border-right: 1px solid #73b1c5;
	padding: 0px 5px 0 5px;
	margin: 0;
	font-family: Arial, sans-serif;
}

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

ul#global-footer li.last { 
	border-right: none; 
}
	
/*
#footer .category-box {
	width: 130px;
	float: left;
}

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

*/

#footer {
	background: #93c5eb url(../images/background-footer.gif) repeat-x; 
	border-top: 1px solid #ffffff;
	width: 960px;
	margin: 0 auto;
	padding: 0 0px 0px 0px;
}

/* Accessibility and Other footer links */
#global-footer {
	background: #93c5eb url(../images/footer_bottom.gif) bottom center no-repeat; 
	border-top: 1px solid #a6daff; 
	height: 20px;
	padding: 0px;
	width: 960px;
}

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

#footer h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #114272;
	margin: 0px;
	text-shadow:0 1px 1px #ffffff;
	text-transform: uppercase;
}

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

#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 {
	background: #dddddd url(../images/background-section.gif) top center repeat-x;
}

view-content {
	margin: 0;
}

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

.section-content h3 {
	background: none;
	color: #666666;
	font-size: 1.667em;
	padding: 8px 10px 0 10px;
}


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

.view-site-pages-carousel {
  background: #ffffff url(../images/line-space-lower.gif) top no-repeat; 
  padding-top: 5px;
}

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

#home-rotator {
  background: #dddddd url(../images/background-slider-on.gif) repeat-x;
  border: 1px solid #dddddd;
  height: 314px;
  margin: 0px;
  padding: 0px; 
  width: 938px;
}

.home-rotator-text-block {
  background: #ffffff url(../images/background-slider-on.gif) repeat-x;
  width: 405px;
  float: left;
  height: 300px;
  margin: 0px;
  padding: 0 2px 0 0;
}

.home-rotator-photo {
  background: transparent url(../images/background-feature-photo.png) top center no-repeat;
  float: right;
  height: 285px; 
  margin: 5px 5px 0 5px;
  padding: 7px;
  width: 500px; 
}

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

.home-top-intro h2 {
  text-align: center;
  font-family: Georgia, serif;
  color: #0f406f;
  text-shadow: 0 1px 1px #ffffff;
  font-size: 2.333em;
  font-weight: normal;
  margin: 25px 20px 15px 20px;
  line-height: 1em;
}

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

.home-top-intro p,  .home-top-intro .field-name-body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1.25em;
  font-style: normal;
  margin: 0 20px 0 20px;
  }
  
#home-top-read-more {
  width: 135px;
  text-align: center;
  margin: 15px auto 15px auto;
}
  
#home-top-read-more a {
  background: transparent url(../images/button_blank.gif);
  display: block;
  width: 125px;
  height: 21px;
  text-align: center;
  border: none;
  color: #ffffff;
  font-size: 1.167em;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  padding: 5px;
  text-decoration: none;
}

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

#home-top-numbers ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#home-top-numbers ul li a {
  font-size: 0; /*text-indent: -9999px*/
  color: #2c2c2c; 
  padding: 8px;
}

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

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

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

#home-top-numbers li a {
  display: inline-block;
  padding: 3px 8px 2px 8px;
  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: #a03135 !important;
  text-indent: -9999;
}

.home-rotator-slide {
  background: #dddddd url(../images/background-slider-on.gif) repeat-x;
  padding: 0px;
  border: 2px solid #ffffff;
  width: 934px;
  min-height: 310px;
}

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


#breaking-news {
  border: none;
  background: #ffffff url(../images/breaking_news.gif) no-repeat;
  border-left: 0;
  height: 45px;
  margin: 0px 10px 10px 10px;
  padding: 0;
  }

#breaking-news h3 {
  color: #FFF;
  font-family: Georgia, serif;
  font-size: 1.5em;
  font-style: italic;
  width: 200px;
  font-weight: normal;
  float: left;
  padding: 12px 20px 0 35px;
  left:-900px;
  position:absolute;
  top:-900px;
}

#breaking-news .headline {
  float: right;
  width: 659px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 14px 0 14px 10px;
  background: transparent url(../images/background-breaking.gif) top right no-repeat;
  height: 26px;
  margin: 0;
}

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

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

#home-services-for-you {
  background: #ffffff url(../images/background-services.gif) center top no-repeat;
  border: none;
  padding: 17px 10px 10px 10px;
  height: 90px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

#home-services-for-you li.entry h4 {
  text-indent: -9999px;
  font-size: 1.167em;
  margin: 5px 0 0 0;
}

.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 {border: 1px solid #dddddd; 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 {border: 1px solid #dddddd; margin: 0 0 10px 0; } */

.node-editors-choice {border: 1px solid #dddddd; margin: 0 0 10px 0; }

#latest-news h4, #latest-news-right h4 {
  line-height: 14px;
}

#latest-news h4 a, #latest-news-right h4 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  font-color: #12607f !important;
}

#latest-news .date-tag, #latest-news-right .date-tag {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-color: #555555 !important;
}

.date, .tag {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-color: #555555 !important;
}

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

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

.sidebar { 
  margin-right: 10px; 
}

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

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

#home-issue-rotator {
	border: 1px solid #dddddd;
	background: #ffffff;
	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.gif) no-repeat 0 0;
  margin-right: 0px;  
}

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

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

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

#our-district img {
  border: 1px solid #ffffff; }

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

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

#photo-gallery, #video-gallery {
	background: #dddddd url(../images/background-section.gif) repeat-x;
	text-align: center;
	width: 292px;
	min-height: 220px;
	margin: 0;
}

#photo-gallery .block-content, #video-gallery .block-content {
  text-align: center;
  margin: 0 auto; 
}

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

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

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

#right-rail #photo-gallery, #right-rail #video-gallery, #right-rail #my-offices {
    width:294px;
}

#photo-gallery h3, #video-gallery h3 {background: none; padding: 5px 20px 0px 12px; text-align: left !important; }

#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: #0f406f;
	margin: 50px 0 30px 0;	
}

#inner-content ul.pager li.pager-current {
	color: #0f406f;
	padding: 2px 6px;
	font-weight:normal;
	background: #eaf4fd; 
	border: 1px solid #0f406f;	
}

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

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

#right-nav {
	background: #e0eff9;
	border: 1px solid #dddddd;
	border-bottom: none;
	padding: 0;
	width: 298px;
	margin: 0 0 0 0;
}

#right-nav h3 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  color: #052545;
}

#right-nav li {
	list-style-type: none;
	font-family: Arial, sans-serif;
	font-size: 1.167em;
}

#right-nav li a {
	display: block;
	background: #e0eff9;
	padding: 12px 0 12px 24px;
	font-weight: bold;
	color: #052545;
	border-bottom: 1px solid #dddddd;
}

#right-nav li a:hover {
	color: #FFF;
	background: #052545;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
}

#right-nav li.active a {
	background: #052545;
	color: #FFF;
	border-bottom: 1px solid #dddddd;
}

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

#thomas-bill-search { 
  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.gif) no-repeat;
  border: none;
  cursor:pointer;
  height:27px;
  margin:0 0 0 -2px;
  text-indent:-9999px;
  width:78px;
  font-size:0;
  line-height:0;
  float: left;
}

#thomas-bill-search h3 {
  display: block;
  background: transparent url(../images/thomas.gif) top left no-repeat;
  padding: 10px 0px 0px 0px;
  margin: 12px 12px 0px 12px;
  color: #666666;
  font-size: 1.667em;
}

#thomas-bill-search .form-text {
  float: left;
  height: 14px;
  padding: 4px 10px;
  border: 1px solid #CCC;
  color: #999;
  font-size:  	1em;
  font-style: italic;
  width: 160px;
}

.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;
}