/*  
 * shared CSS: body, header, footer, common hidden elements
 *
 *
 *
 */
 
 html, body { 
  font-family: Georgia, Times New Roman, Serif;
  height:100%;
  color: #666
  }
 
 strong {color: #333}
 h2 {color: #333; font-weight: bold; margin-bottom: 10px;}
 h3 {color: #999}
 
.clear {clear:both}
.floatleft {float:left; margin: 0 15px 15px 0}
.floatright{float:right; margin: 0 0 15px 15px}

 .killright {margin-right:0  !important}

 
 
  .highgrey {background: #666; color: #fff; padding: 1px }
  .highred {background: #ff0000; color: #fff; padding: 1px }
  .highblue {background: #7DD9F5; color: #000; padding: 1px }
  .highsky {background: #9FD0E1; color: #000; padding: 1px }
  .highgreen {background: #20BA77; color: #fff; padding: 1px }
  .highorange {background: #EFB13B; color: 000; padding: 1px }
  
   .boxblue {border: 2px solid #0082B0; padding: 1px }
   .boxdashblue {border: 2px dashed #0082B0; padding: 1px}
  
 
a { color: #000}

ol { 	
    list-style: decimal outside;margin:0 20px; padding: 20px 0; } 
ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;  
margin-bottom: 10px;    
}

#footer { margin: 25px; padding-bottom: 15px; font-size: 10px;  font-family: Arial, Helvetica, sans-serif; clear:both;}
#footer img {vertical-align: middle}
 #footer .floatright {padding-top: 5px;}


 #leftColumn {   float:left;
   width:260px;
  margin: 20px 0 0 25px;}
 #leftColumn   h1 {color: #A7BA9D; font-size: 37px; margin: 0 0 0 0;}
  #leftColumn   h1.smaller {font-size: 30px}
 #leftColumn p {margin-top: 15px; font-size: 13px; line-height: 24px; color: #444; font-weight: bold; letter-spacing: -0.03em}
 #leftColumn #cicerologo {position:fixed; bottom: 15px; left: 15px;}
  #leftColumn #returntotop {position:fixed; left: 150px; bottom: 15px;}
 

 
 #rightColumn {/*margin-left: 280px*/ ; margin-top: 20px; padding-left: 25px; max-width: 975px;}
 
 
 #loading {
 display:none;
 }
 
 #navbar {
  background: #59595a url(../images/header-fill-bg.gif) left bottom repeat-x;
  height: 52px;
  min-width:1000px;
width:100%;
 }
 
 #navbar li.current  a{color: #d8d27d}
 
 #leftnav {	
  list-style:none;
	margin:0;
	padding:0;
	border:0;
  float:left
  }
  
  #leftnav li {  
	display:block;
	margin: 9px 0 0 0;
	padding: 9px 18px;
	float:left;
  background: url(../images/header-divider-vert.png) top left repeat-y;
  line-height: 12px;
  }

    #leftnav a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-decoration: none;
    display:block;
  }
  
  
#rightnav {	
  list-style:none;
	margin: 5px 0 3px 0;
	padding: 5px 0 2px 13px;
	border:0;float:right;
  width: 190px;
  text-align:left;
  height: 30px;
  background: url(../images/header-divider-vert.png) bottom left repeat-y
  }
  
    #rightnav li {  
	display:inline-block;
	margin: 0 6px 0 0;
	padding: 0 0 4px 8px;
	float:left;
  width:80px;
  background: url(../images/bullet-subnav.png) top left no-repeat;
  line-height: 10px

  }
  
    #rightnav a {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-decoration: none;
    display:block;
  }
  
  #navbar #logo {background:none; padding: 0; margin: 0 18px 0 9px;}
  

  

  

	
 
  .dtypeC  .districtid, .dtypeC  #bottom-panel-header, .dtypeC .districtlevelselected, .dtypeC .colHeader, .dtypeC #scoreHeaderWrap, .dtypeC #scoreColumnFoot {background-color: #3b9293}
  .dtypeSU .districtid,  .dtypeSU #bottom-panel-header, .dtypeSU .districtlevelselected, .dtypeSU .colHeader, .dtypeSU #scoreHeaderWrap, .dtypeSU #scoreColumnFoot  {background-color: #58ac7b}
  .dtypeSL .districtid, .dtypeSL #bottom-panel-header, .dtypeSL .districtlevelselected, .dtypeSL .colHeader, .dtypeSL #scoreHeaderWrap, .dtypeSL #scoreColumnFoot {background-color: #93ab54}
  .dtypeL .districtid,  .dtypeL #bottom-panel-header, .dtypeL .districtlevelselected, .dtypeL .colHeader, .dtypeL #scoreHeaderWrap, .dtypeL #scoreColumnFoot   {background-color: #c8c267}
  

  
  
  .ddraw  .districtid, .ddraw  #bottom-panel-header,  .ddraw .colHeader  {background-color: #69a8ba}
  
  .dtypeC  #map-container, .dtypeC  #bottom-panel, .dtypeC#scoreCanvas  {border: 2px solid #3b9293}
  .dtypeSU  #map-container, .dtypeSU  #bottom-panel, .dtypeSU#scoreCanvas {border: 2px solid #58ac7b}	
  .dtypeSL  #map-container, .dtypeSL  #bottom-panel, .dtypeSL#scoreCanvas {border: 2px solid #93ab54}	
  .dtypeL  #map-container, .dtypeL  #bottom-panel, .dtypeL#scoreCanvas {border: 2px solid #c8c267}	
	  .ddraw  #map-container, .ddraw  #bottom-panel, .ddraw#scoreCanvas {border: 2px solid #69a8ba}	
	
    .headerLabel {
   font-size: 10px;
   font-style: italic;
   font-weight: bold;
   display:block;
   color: #555658;
   margin-bottom: 9px;
  }

    
  /* The district level chooser box, appears right above the map */
  #districtlevelbox {
	border:0;
	margin:0;
	margin-bottom:40px;
	padding:5px 0 0 0 ;
  position:relative; 
  z-index: 100;
  float:left;
  }
  
  #districtlevelbox  li {
	list-style:none;
	padding:10px 0;
	float:left;	
  text-align: center;
  }
  
    #districtlevelbox  li.headerLabel {
padding: 10px 15px 10px 15px;
  }
  
  #districtlevelbox a {

  color: #7c7d7d;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin: 0 15px;
  }
  
  .districtlevelselected {
   -moz-border-radius-topleft: 8px; 
 -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px; 
 -webkit-border-top-right-radius: 8px;
	background: #6CA6BB;
  color: #fff;
  }
  
  #districtlevelbox .districtlevelselected  a {
  color: #fff; text-decoration: none;
  }
  
  .districtlevelselected .dSwatch {
  display:none
  }
  
  #helpDistrictLevel {padding: 0 10px 0 0; vertical-align:middle;}
  .dSwatch {margin-right: 5px;}
  
  
  
  /*content layout */
.dtypeSU .disthead, .greenhead {width: 100%; background: url(../images/box-headfoot-green.png) 0 -4px repeat-x; height:6px;} 
.dtypeSU .distfoot, .greenfoot {clear: both; width: 100%; background: url(../images/box-headfoot-green.png) 0 0 repeat-x; height:6px; }



.dtypeSL .disthead, .orangehead {clear: both; position:relative; bottom: 0;width: 100%; background: url(../images/box-headfoot-orange.png) 0 -4px repeat-x; height:6px; } 
.dtypeSL .distfoot, .orangefoot{ width: 100%; background: url(../images/box-headfoot-orange.png) 0 0 repeat-x; height:6px; }


.pinkhead {clear: both; position:relative; bottom: 0;width: 100%; background: url(../images/box-headfoot-pink.png) 0 -4px repeat-x; height:6px;} 
.pinkfoot{ width: 100%; background: url(../images/box-headfoot-pink.png) 0 0 repeat-x; height:6px; }

.dtypeC .disthead, .bluehead {clear: both; position:relative; bottom: 0;width: 100%; background: url(../images/box-headfoot-blue.png) 0 -4px repeat-x; height:6px;} 
.dtypeC .distfoot, .bluefoot{ width: 100%; background: url(../images/box-headfoot-blue.png) 0 0 repeat-x; height:6px; }

.dtypeL .disthead, .yellowhead {clear: both; position:relative; bottom: 0;width: 100%; background: url(../images/box-headfoot-yellow.png) 0 -4px repeat-x; height:6px;} 
.dtypeL .distfoot, .yellowfoot{ width: 100%; background: url(../images/box-headfoot-yellow.png) 0 0 repeat-x; height:6px; }


 .widecontent {background: #ffffff url(../images/bg-leftright-wide.png) 0 0 repeat-y; width: 669px;}
 .widecontent h3 {padding: 18px;}
 .widecontent .widecontentinner {padding: 0 18px 0 18px}
 
  .thincontent {background: #ffffff url(../images/bg-leftright-thin.png) 0 0 repeat-y; width: 282px;}
 .thincontent h3 {padding: 18px;}
 .thincontent .thincontentinner {padding: 0 18px 0 18px}
 
 
 .buttonwrap .buttonL {height: 39px; width: 5px; float:left; background: url(../images/button-sprite.png) 0 0 no-repeat} 
  .buttonwrap .buttonC {height: 39px; float:left; background: url(../images/button-sprite.png) 0 -39px repeat-x; color: #fff; line-height: 34px; letter-spacing: -0.02em; font-family: arial, helvetica, sans-serif; font-weight: bold; padding: 0 8px} 
  .buttonwrap .buttonC img {vertical-align:middle; margin-left: -3px; margin-right: 5px;}
  .buttonwrap .buttonR{height: 39px; width: 8px; float:left; background: url(../images/button-sprite.png) -5px 0 no-repeat}
  


  
   .buttonwrap.selectedAction .buttonL {
   background-position: 0 -156px;
   }
   .buttonwrap.selectedAction .buttonR {
   background-position: -5px -156px;
   }
   .buttonwrap.selectedAction .buttonC {
   background-position: 0 -195px;
   }

  /*content page wrappers */
  
  .full-content{ width: 95%; margin-bottom: 20px;}
  .full-content p {margin-bottom: 13px}
  .full-content p, .full-content ul {font-size: 12px; line-height: 18px}
  .full-content h2 {padding: 15px 0 5px 0}
  .full-content ul {padding-top: 3px;padding-left: 15px; list-style-type: disc}
   .full-content ul li {margin-bottom: 8px}
  
   .half-content{float:left; width: 47%; margin-bottom: 20px; margin-right: 3%}
   
   .half-content p, .half-content ul {font-size: 12px; line-height: 16px}
  .half-content h2 {padding: 15px 0 5px 0}
  .half-content ul {padding-top: 10px;padding-left: 15px; list-style-type: disc}  
   .half-content ul li {margin-bottom: 8px}
   
   
     .half-content .wrap-left-bg {background: #fff url(../images/body-divider-vert.png) repeat-y scroll top right}
  .half-content .wrap-right-bg {background: url(../images/body-divider-vert.png) repeat-y scroll 0 0; padding: 0 15px 15px 15px}
   
  .full-content .wrap-left-bg {background: #fff url(../images/body-divider-vert.png) repeat-y scroll top right}
  .full-content .wrap-right-bg {background: url(../images/body-divider-vert.png) repeat-y scroll 0 0; padding: 0 30px 30px 30px}
  
  
  ul.firsthalf {width: 40%; margin-right: 15px; float: left; line-height: 14px; color: #333; font-weight: bold}
  ul.secondhalf {width: 50%; float:left; line-height: 14px; color: #333; font-weight: bold}
  
  
  
  
  
    .tooltip {
	display:none; 
    background-color:#333; 
    border:1px solid #000; 
    padding:10px 10px; 
    width:400px;
    color:#fff; 
    line-height: 18px; 
    text-align:left; 
    font-size:11px;
	z-index: 200;
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
} 

.tooltip.header {width: 500px}

.tooltip p {margin-bottom: 10px;}
.tooltip strong {color: #fff}
.tooltip img {float:left; margin: 0 15px 0 0; border: 2px solid #000}
.tooltip img.listimg {margin-right: 30px}
.tooltip ol {margin-top: 0; padding-top:0}
.tooltip a {color: #fff}




.apple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#fff; 
     
    width:700px;     
    min-height:200px; 
    border:1px solid #666; 
     padding: 30px 0;
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #666; 
    -webkit-box-shadow: 0 0 90px #666;     
} 
 
/* close button positioned on upper right corner */ 
.apple_overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.apple_overlay h2 {padding-top:0; font-size: 26px;}


  .story-exerpt {font-size: 12px; line-height: 16px;}

	
	    h2.scoreDistName { font-size: 22px;  margin: 0 0 0 0; text-align:left; font-weight: normal; padding-top: 0}
    h3.scoreLegName {font-size: 12px; margin: 5px 0 15px 2px; line-height: 15px}
    .scoreDistScore {float:right; margin: 23px 15px 0 10px; font-size: 10px; color: #aaa}
    .scoreMapLink { display:block; text-align:left; font-size: 12px; margin: 5px 0 0 15px; padding-bottom: 15px;}
    
    .half-content .scoreDistType {text-align:right; padding-top: 10px; font-size: 11px}
	
  
  



.overlaythumb {position: relative; cursor:pointer; margin-bottom: 30px;}
.enlargethumb {position: absolute; bottom: -25px; left: 0; background: #bbb; color: #fff; padding: 3px; font-size: 11px;}
.enlargethumb:hover {background: #999}

.overlay-wrap {padding: 0 15px 0 20px; max-height: 400px; overflow: auto; margin-top:-10px; margin-right: 5px}
.overlay-wrap p {padding-bottom: 15px; font-size: 13px; line-height: 22px}

.overlay-wrap img.story-image-sm {padding: 10px 20px 20px 0}
	img.story-image-sm {float:left; padding: 10px 10px 30px 0 }
	
.overlay-wrap .scoreDistType {float:right; font-size: 16px;}
.overlay-wrap .maplink {float: right; font-size: 14px; margin-right: 15px;}



.readlink a {margin-right: 10px;}
  
  
