body {
	overflow-y:scroll;
} 
p {
	font-size: 1em;
}
h1 {
	margin-top: 0px;
	text-align: center;
	color: #666;
}
h2  {
	color: #800000;
	font-size: 1.4em;
}

h4 {
	color: #800000;
}
hr {
	height: 1px;
	color: #123455;
	background-color: #123455;
	border: none;
}
.banner {
	width: 50%;
	height: auto;
}
.carousel img{
	width: 100%;
}
.footer{
width: 100%;
background-color: #45749e;
font-size: 1em;
font-weight:lighter;
color: #FFF;
text-align: center;
}
.footer a{
color: #FFFF80;
}
.source {
text-align: left;	
font-size: 10px; 
font-style: italic;
font-family:trebuchet ms, arial, sans-serif;
}
.shading {
text-align: left;
padding-left: 4px; 
padding-right: 4px; 
padding-top: 1px; 
padding-bottom: 1px;
font-family:trebuchet ms, arial, sans-serif;
font-size: 12px; 
font-style: italic;
background-color: #E8E8E8;
padding-left: 5px;
letter-spacing: .1em;
margin: 0px;
}
.senator {
font-size: 1em;	
}
.senator h2 {
font-size: 1em;
line-height: 0px;
}

/*calendar*/
.day {
	background-color: #ededed;
		padding-left: 5px;
}
.month {
	background-color:#ccc;
	padding-left: 5px;
	font-weight: bold;
}
.calendar {
    color: #666;
    font-size: 12px;
	border: 1px solid #bbbbbb;

}
.calendar a {    color: #467b89;
}
.calendar caption {
    background: #ccc;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
	border: 1px solid #bbbbbb;
}
.calendar .month {
	background: #ccc;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
	border: 1px solid #bbbbbb;
}
.calendar .days {
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    color: #666;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    border: 1px solid #bbbbbb;
    background: #fff;
}
.calendar tbody th {
    color: #666;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    padding: 6px;
    text-align: center;
    font-weight: bold;
    border: 1px solid;
	border: 1px solid #bbbbbb;
    background: #ededed;
}
.calendar tbody td {
    color: #666;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    padding: 6px;
    text-align: center;
    font-weight: bold;
    border: 1px solid;
	border: 1px solid #bbbbbb;
    background: #ededed;
}
.calendar tbody td.pad {
    background: #f5f5f5;
}
.calendar .today {
    color: #fff;
    border: 1px solid #467b89;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    background: #6eafbf;
    background: -moz-radial-gradient(50% 50% 0deg,ellipse cover, #6eafbf, #569EB1);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#6eafbf), to(#569EB1));
}
/*Gov't Appts*/
.appts {
    max-width: 100%;
	float: left;
	font-size: 1.1em;
	
}

.appts label {
    height: 35px !important;
    line-height: 11px !important;
    font-size: 1em !important;
    font-family: 'Open Sans','Arial Narrow',Arial,sans-serif !important;
    padding: 5px 5px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #666;
    background: #fff;
}

.appts {
    width: 100%;
    margin: 0px auto 0px auto;
    text-align: left;
}

.appts label:hover {
    background: #ccc;
	color: #666;
	font-weight: bold;
	padding: 8px;
}

.appts input:checked + label,.appts input:checked + label:hover {
    background: #ccc;
    color: #666;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3),0 2px 2px rgba(0,0,0,0.1);
    height: 0px;
    line-height: 1px;
    font-size: 13px;
}

.appts label:hover:after,.appts input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.appts input:checked + label:hover:after {
    background-image: url(../images/arrow_up.png);
}

.appts input {
    display: none;
}

.appts article {
    background: #fff;
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}
.appts table {
	border-collapse: collapse;

}
.appts th {
	padding: 2px 10px 2px 10px;
	font-family: 'Open Sans','Arial Narrow',Arial,sans-serif !important;
	text-align: left;
	
}
.appts td {
	border: 0px;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	font-family: 'Open Sans','Arial Narrow',Arial,sans-serif !important;
	font-size: 1.1em;
	vertical-align:top;
}

/*Senator Lists*/
.alpha table, td, tr{ border: 1px solid gray }
.alpha table {
	font-family:Trebuchet MS; 
	font-size: 1em;
	border-collapse: collapse;
	border: 1px solid gray;
	width: 100%;
}
.odd {	border-width: 1px;
	background-color: #fff;
}
.even {
	border-width: 1px;
	background-color: #EEEEEE;
}

.party {
	vertical-align:bottom;
	text-align:center;
	width: 8%;
}
.dist {
	vertical-align:bottom;
	text-align:center;
	width: 6%;
}
.member {
	vertical-align:bottom;
	text-align:left;
	padding-left:5px;
	width: 20%;
}
.contact {
	vertical-align:bottom;
	text-align:left;
	padding-left:5px;
	width:12%;
}
.phone {
	vertical-align:bottom;
	text-align:left;
	padding-left:5px;
	width: 12%;
}
.fax {
	vertical-align:bottom;
	text-align:left;
	padding-left:5px;
	width: 12%;
}
.location {
	vertical-align:bottom;
	text-align:left;
	padding-left:5px;
	width: 16%;
}

/*nav*/

.navbar-default {
	background-color: #45749e;
	color: #fff;	
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 13px;
	margin-top: 1px;
}
.navbar > row {
	color: #fff;
	text-decoration: none;
}
.dropdown-header {
	color: #fff;
	font-weight: bold;
}
.dropdown-large {
  position: static !important;
}
.dropdown-menu > li ul > li > a:hover,
.dropdown-menu > li ul > li > a:focus {
  color: #262626 ;
  background-color: #ccc !important;
  text-decoration: none;
}
nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #ccc !important;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover,
.dropdown-menu .disabled > a:focus {
  color: #999;
}
.dropdown-menu .disabled > a:hover,
.dropdown-menu .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  color: #262626;
  background-color: #F5F5F5;
  text-decoration: none;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {

.navbar-default .navbar-nav > li > a {
	color: #666;
	background-color: #fff;
	padding: 13px 16px 13px 16px;
	margin-top: 1px;
}
.dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
	background-color: #fff;
}
.dropdown-menu-large > li {
    margin-bottom: 2px;
	background-color: #fff;
}
.dropdown-menu-large > li:last-child {
    margin-bottom: 0;
}
.dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
}
.carousel {
	display: none;
}
.bldginfo {
    display: none;
}
#calendar {
	text-align: left;
}
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

/*Carousel
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 50%;
    margin: auto;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-repeat: no-repeat;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
*/