@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	background: #EBEBEB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 2px solid #f7cb3b;
	border-right: 2px solid #f7cb3b;
	border-bottom: 2px solid #f7cb3b;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 0;
	background-image: url(images/menubg_darker.png);
	background-repeat: repeat-y;
} 

.thrColAbsHdr #header {
	height: 100px;
	background: #000000;
	padding: 0 10px 0 4px;
} 
.thrColAbsHdr #topHeader { 
	height: 28px;
	background: #999999; 
	padding: 0 10px 0 20px;
} 
#sideLinks {
	color: #FFFFFF;
	float: right;
	padding-top: 0;
	font-size: 12px;
	text-transform:uppercase;
	padding-right: 10px;
}
#sideLinks a {
	color: #FFFFFF;
	text-decoration:none;
}
#searchLink {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
}
.thrColAbsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	color: #ffffff;
}
.thrColAbsHdr #sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColAbsHdr #mainContent {
	margin: 0 10px 0 200px;
	padding: 10px 12px 21px 12px;
	 
	top: 128px;
	font-size: 10pt;
	line-height: 130%;
	margin-bottom: 0;
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 128px;
	left: 0;
	width: 190px;
	padding: 12px 0; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent h1 {
	color: #8D2B1C;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0;
	line-height: 130%;
	
}
.thrColAbsHdr #mainContent h2 {
	color: #8D2B1C;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0;
	
}
p {
	padding-top: 0;
	margin-top: 5px;
	margin-bottom: 22px;
}
#searchBox {
	height: 30px;
	width: 340px;
	border: 1px dotted #000000;
	position: absolute;
	visibility: visible;
	left: 515px;
	top: 35px;
	text-align:right;
	border:0;
}
#searchInput {
	font-size: 12px;
	border: 1px solid #ffffff;
	padding: 1px;
}
#fakeContentBox {
	height: 186px;
	width: 340px;
	position: absolute;
	visibility: visible;
	left: 518px;
	top: 71px;
	background-image: url(images/Chalkoard_withimage.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	vertical-align: middle;
}
#fakeContentBoxFront {
	height: 559px;
	width: 360px;
	position: absolute;
	visibility: visible;
	left: 520px;
	top: 68px;
	background-repeat: no-repeat;
	overflow: hidden;
	vertical-align: middle;
}
#fakeContentBoxSpacer {
	width: 340px;
	visibility: visible;
	float: right;
	margin-right: -10px;
	padding-left: 24px;
	padding-bottom: 105px;
}
#fakeContentBoxSpacerFront {
	width: 340px;
	visibility: visible;
	float: right;
	margin-right: -10px;
	padding-left: 24px;
	padding-bottom: 485px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.menuItem {
	padding-top:9px;
	padding-bottom:9px;
	padding-left: 15px;
	margin-right: 18px;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
/*	text-transform: uppercase; */
}
.menuItemSm {
	padding-top:6px;
	padding-bottom:6px;
	padding-left: 15px;
	margin-right: 18px;
	color: #ffffff;
	font-size: 10pt;
	text-transform: uppercase;
}
#copyright {
	text-align: center;
	color: #999999;
}
#stateListBox {
	width: 150px;
	font-size: 10px;
	margin-top: 6px;
}
.pullQuote {
	background-image: url(images/pullquote_bg.png);
	background-repeat: no-repeat;
	margin: 25px 55px 25px 50px;
	padding: 45px 0px 50px 55px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #8D2B1C;
	clear:both;
}

.videoBox {
	margin: 25px 55px 25px 50px;
	padding: 45px 0px 50px 55px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #8D2B1C;
	clear:both;
}


.pullQuoteQuote {
	font-size: 12pt;
	line-height: 140%;
	padding-right: 8px;
}
.pullQuoteCite {
	text-align: right;
	font-size: 10pt;
	padding-top: 40px;
	padding-right: 8px;
	
	background-image: url(images/pullquote_bg_end.png) ;
	background-repeat: no-repeat;
	background-position: top right;
}
.sideBar {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	width: 250px;
	background-color: #FDF4D7;
	padding: 8px 10px 10px 10px;
	border: 1px dashed #8D2B1C;
	
}



.sideBar h2 {
	margin-top: 0;
}

.sideBar p {
padding-left: 5px;
}

.sideBar ul {
font-size: 10pt;
padding: 10px;
margin: 0px;

}


.sideBarFloatTop {
	float: right;
	margin-left: 15px;
	width: 250px;
	background-color: #FDF4D7;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: auto;
	left: 573px;
	top: 420px;
}
.sideBar blockquote {
	margin-right: 0;
	padding-right: 0;
	margin-left: 30px;
}
.continueBox {
    background: transparent url(images/breadcrumb.png) no-repeat center right;
	text-align: right;
    padding-bottom: 2px;
	padding-right: 18px;
}
.continueBox a {
	color: #8D2B1C;
}


#overlay {
	left: 0px;
	top: 0px;
	position:absolute;
	left:50%;
	top:0px;
	width:100%;
	margin-left: -50%;
	height:100%;
	z-index:1;
	display: block;
	background-image: url(images/transpixel.png) !important;  /* Mozilla only */
	background-color: transparent !important;           /* Mozilla only */  
	cursor: pointer;
}
#infoBox {
	background-color: #FFFFFF;
   filter:alpha(opacity=100);  /* discarded */
   -moz-opacity:1.0;           /* discarded */
   opacity: 1.0;               /* discarded */
   padding: 20px;
	left:0;
	top:0;
	width:400px;
	height: 500px;
	z-index: 2;
}
#hidebtn {
   filter:alpha(opacity=100);  /* discarded */
   -moz-opacity:1.0;           /* discarded */
   opacity: 1.0;               /* discarded */
   color: #000000;
   text-align:left;
   text-decoration:none;
}
.pageTools {
	margin-top: -10px;
	margin-bottom: 25px;
	color: #CCCCCC;
}
.pageTools a {
	color: #CCCCCC;
	text-decoration: none;
}

.didYouKnow {
	visibility:	visible;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15pt;
}
.didYouKnow strong {
	font-size: 13pt;
	font-weight:600;
}

#fakeContentBoxText {
	padding-left: 141px;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.frontQuote {

	font-weight: bold;
	font-size: 80%;
	font-style: italic;
}
.frontQuoteSource {
	font-size: 90%;
	margin-top: 10px;
}
.nctqReportDiv {
	margin-bottom: 0;
}
.districtLabel	{
	font-style: italic;
	color: #999999;
}

#partyContribPercentage {
	width: 240px;
	float:right;
	margin-left: 12px;
}
.stateName	{
	font-size: 44px;
	margin-bottom: 10px;
}
.stateSection0 {
	background-color:#eeeeee;
	padding: 8px;
	margin-top: 14px;
	border: 1px #999999 solid;
}
h2.stateHeader {
	margin-top: 0;
	padding-top: 0;
}
.stateSection1 {
	padding: 8px;
	margin-top: 14px;
}
#statePieChart {
	float:right;
}
.affiliateLink {
	font-style: italic;
	color:#333333;
	font-size:smaller;
}
#stateBasicStats {
}
.stateSources {
	font-size: 6pt;
	margin-top: 7px;
	border-top: 1px #999999 solid;
	padding-top: 4px;
}
.stateLabel	{
	font-weight: bold;
}
#stateReportCard {
	width: 400px;
	float: left;
	margin-right: 32px;
}

a {
	color: #8D2B1C;
}
/*
a[href $='.pdf'] { 

   padding: 4px 18px 4px 0;
   background: transparent url(images/pdf.png) no-repeat center right;
}

*/
.stateTableRow0	{
	padding-top: 3px;
}
.stateTableRow0 a	{
	color: #000000;
	text-decoration:none;
}
.stateTableRow0 a:hover	{
	text-decoration:underline;
}
.stateTableRow1 {
	padding-top: 3px;
	background-color: #FBEDEC;
}
.stateTableRow1 a	{
	color: #000000;
	text-decoration:none;
}
.stateTableRow1 a:hover	{
	text-decoration:underline;
}
.stateTableRowLast {
	padding-top: 3px;
	border-bottom: 1px solid #999999;
	padding-bottom: 4px;
}
.unionsOfInterestStateLeft {
	float: right;
	margin-left: 20px;
	width: 280px;
	text-align: center;
}
.unionsOfInterestStateRight {
	width: 280px;
	text-align: center;
}
a.more {
	text-decoration:none;
	text-align: right;
}
a.more:hover {
	text-decoration:underline;
	text-align: right;
}
hr {
	width: 75%;
	color: #8D2B1C;
	background-color: #8D2B1C;
	border-style: solid;
	height: 4px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.highlight {
	background-color:#FFFF00;
}
.specialFeature {
	margin-left: 45px;
	margin-right: 45px;
	margin-bottom: 20px;
	margin-top: 18px;
	background-color: #FDF4D7;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #E7B60C;
}
.tenuredFiringRate {
	color: #8D2B1C;
	font-size: 32px;
	font-weight: bold;
	line-height: 100%
}
.tenuredFiringRateLabel {
	color: #8D2B1C;
}

.pasteUp {
	width: 186px;
	margin-left: 15px;
	margin-top: 3px;
	background-color: #FDF4D7;
	padding: 8px 10px 5px 10px;

	float: right;
	border: 1px dashed #8D2B1C;
}
.pasteUpText {
	text-align: left;
	font-size: 10px;
	
}

.pasteUp h2 {

margin-top: 0px;
padding-top: 0px;

}


img {
	border-color:#000000;
}

.toplink {
	font-size: 90%; 
	margin-bottom: 0.3em;
}

.blog {
text-align: left;
margin: 10px 0 10px 0;
padding-left: 15px;
}


.buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.buttons li a {
 display: block;
 text-decoration: none;
}

.quote {
	text-align:left; 
	width: 280px;
	margin-top: 15px;
}

.breadcrumb{
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000;
}

.breadcrumb a{
background: transparent url(images/breadcrumb.png) no-repeat center right;
text-decoration: none;
padding-right: 15px; /*adjust bullet image padding*/
color: #537d68;
margin-right: 4px;

}

.breadcrumb a:visited, .breadcrumb a:active{
color: #8D2B1C;
}

.breadcrumb a:hover{
text-decoration: underline;
}

#searchLink {
border:none;
padding:0;
margin:0;
font-size:90%;
text-decoration:none;
color:white;
background-color:transparent;
cursor:pointer; 
}
