﻿@charset "UTF-8";
    

    html, body, form, fieldset {
	    font: normal 13px Arial, Helvetica, sans-serif;
    }       
    
    /* DNN Body */
    #Body {
	    /* CSS3 */
	    background-color:#e5e3e4;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 14px;
	    color: #333;
        line-height: 1.2;
	   
     
    }

ul.searchSkinObjectPreview {
    left: 0;
}
    
/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
    body,th,td,table,h1,h2,h3,h4,h5,h6, 
    .Head,.SubHead,.SubSubHead, 
    .Normal,.NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled, 
    a:link, a:visited, a:hover, input, .CommandButton {
	    font-family: Arial, Helvetica, sans-serif;
        font-size:13px;
    }

    em { 
	    font-style: italic; 
	    letter-spacing: 0; 
    }

    strong { 
	    
	    font-weight: bold; 
    }
    small { 
	    font-size: 12px; 
	    letter-spacing: 0;
    }

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
    h1, h2, h3, h4, h5, h6 {	
	    line-height: 1;
	    margin: 0 0 10px 0;
    }
   h1, h1 .Head {
	font-family: Arial, Helvetica, sans-serif;
        padding: 0px 0px 10px 0px;
        font-size: 24px;
        color: #152450;
        line-height: 110%;
        font-weight: normal;
        letter-spacing: 1px;
    }
    h2, h2 .Head {
	    font-family: Arial, Helvetica, sans-serif;
        padding:10px 0px;
 
        font-size: 18px;
        color: #b91c22;
        line-height: 110%;
        font-weight: bold;
        letter-spacing: 1px;
    }

     h3, h3 .Head {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #152450;
        line-height: 110%;
        font-weight: bold;
        letter-spacing: 1px;
    }

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
    a,a:link,a:visited,a:active{ 
        color: #253688;
	   
    }
    a:hover{
	    color: #b10223;
	    
    }

/* DNN Specific Selectors 
-------------------------------------*/
    .CommandButton {
	    font-size: 13px;
	    color: #3d3d3d;
	    font-weight: bold;
    }
    .CommandButton:hover {
	    color: #007cae;
    }
    a.CommandButton:link {
	    font-size: 13px;
	    text-decoration: none;
	    color: #3d3d3d;
	    font-weight: bold;	
    }
    a.CommandButton:hover {
	    text-decoration: underline;
	    color: #007cae;
    }

/*------------------------------------------------*/
/* HR STYLE */
/*------------------------------------------------*/

    hr { 
	    clear: both;
	    border: solid #c0c0c0; 
	    border-width: 1px 0 0;  
	    padding: 0 0 10px 0; 
	    margin:0 0;
        color: #9E9E9E;
        height: 1px;
        width: 100%;
    }

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
    img {  border: 0;  }

    /* Image Align Left 
    -------------------------------------*/
    .imgLeft {
	    float:left;
        margin-top: 18px;
    }

    /* Image Align Right 
    -------------------------------------*/
    .imgRight {
	    float: right;
	    margin-left: 30px;
	    margin-bottom: 30px;
    }

    /* Image with border 
    -------------------------------------*/
    .imgBorder {
	    border: solid 3px #fff;
    }

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/

    a.dnnPrimaryAction{ color:#efefef; }
    a.dnnSecondaryAction { color:#555; }
 
/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
    .spacingTop{        margin-top: 30px; }
    .spacingRight {	    margin-right: 30px;}
   
    .spacingLeft {	    margin-left: 30px;}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
    #userControls { 	height: 32px;}

    .wrapper {
	    margin: 0 Auto;
	    width: 100%;
	   
	    overflow:hidden;
        
    }
	
/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
	.loginGroup 
	{
	    display:inline;
		padding:0;
		margin:0;
	} 
/*------------------------------------------------*/
/* SITE WRAPPER */
/*------------------------------------------------*/
	#siteWrapper {
		width: 960px;
		 margin-left: auto;
	    margin-right: auto;
       z-index: 1;
     
	}
	
/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
    #siteHeadOuter {
	  
    }

     #sitecontentouter{
   
	  
    }

    #siteHeadBanner {
        width: 96%;
       height: 251px;
	   margin: 0 auto;
        background-color: #cecece;
      width:960px;
	}

     #sitecontent {
       width: 96%;
        margin: 0 auto;
        background-color: #b3b3b3;
        min-height: 700px;
        height:100%;
        width: 960px;
	}

      #sitecontentback {
       width: 96%;
        margin: 0 auto;
        background-color: #b3b3b3;
       
       width: 960px;
	}


    #dnn_newscontentpane {
        padding-right: 175px;
        height: 172px;
        overflow: hidden;
        padding-left: 15px;
        background: url(images/wf_news.png) no-repeat 20% 10%;
        padding-top:68px;
       
    }

        #dnn_newscontentpane a:link, #dnn_newscontentpane a:active, #dnn_newscontentpane a:visited {
            text-decoration: none;
        }

    #dnn_sitemenu, .toolsaccordion{
        float:left;
        text-align: center;
        width: 310px;
    
    }

    #topcontent {
        background: #cecece;
        float: left;
        height: 70%;
        overflow:hidden;
        width:100%;
        min-height: 700px;
    }

    #menu {
        
        width: 50%;
        height: 50%;
        float: left;
        background: url(images/wf_menu.png) no-repeat 30% 10px #cecece;
    }

     #menuback {
        
        width: 50%;
        
        float: left;
       
    }

     #bottomcontent{
         background:#b3b3b3;
         float: left;
         height: 40%;
         overflow:hidden;
         min-height: 400px;
     }

    #mission{
  background: url(images/wf_mission.png) no-repeat 25% 3% #b3b3b3;
  float: left;
  width: 50%;
  
    }

    #dnn_missioncontentpane{
       
  padding:50px 170px 0 15px;
    }

    #hottopics{
  background: url(images/wf_hottopics.png) no-repeat 80% 3% #b3b3b3;
  
  float: left;
  width: 50%;
  
    }

    #dnn_hottopicspane{
    min-height: 25% !important;
  
  position: relative;
  top: 55px;
  left: 0px;
    margin: 0px 0px 0 160px;
    }

        #dnn_hottopicspane a:link, #dnn_hottopicspane a:active, #dnn_hottopicspane a:visited {
            text-decoration: none;
        }

    #middlecontentholder {
    position: absolute;
    width: 96%;
    width: 960px;
     height: 100%
    }
#middlecontent {
     width: 321px;
    margin: 0 auto;
    background-color: #053981;
    height:110%;
    min-height: 1100px;
} 

 #backpagecontentholder {
   background: url(images/wf_menu.png) no-repeat 13% 10px #cecece;
    width: 100%;
     width: 960px;
     float:right;
    
    }

#backpagemiddlecontent {
     width: 321px;
    margin: 0 auto;
    background-color: white;
  
}

.backpage {
    background:white;
    height: 100%;
     width: 291px;
      margin-left: auto;
        margin-right:auto;
}

#print {
    background-image:url(images/print.png);
    background-repeat:no-repeat;
    width: 36px;
    height: 34px;
    position:relative;
    float:right;
}

#printhome {
    background-image:url(images/print.png);
    background-repeat:no-repeat;
    width: 36px;
    height: 34px;
    position:relative;
    float:right;
    margin-top:-45px;
}

#video {
    background: url(images/wf_video.png) no-repeat 50% 0% #053981;
    
    width:321px;

}

	#dnn_contentPane {
       
        
	}

    .video {
       padding-top:60px;
       padding-left:15px;
       padding-right: 15px;
       min-height: 0px;
    }

        .video p, .video .normal {
            color: white;
            padding-left:10px;
            padding-top:10px;
        }

    .contactus p, .contactus .Normal {
        color:white;
    }


    #logo {
    margin: 0 auto;
    width: 321px;
    height: 251px; 
     background-image:url(images/wf_staticbanner.jpg);

}

#logoholder {
     position: relative;
   width: 321px;
   margin: 0 auto;
}

    #newsleft {
        background-color: #cecece;
        width: 50%;
        height: 251px;
        float: left;
    }

    #totalsright {
      background-color: #cecece;
        height: 251px;
        width: 50%;
        float: right;
    }

    #totals {
         padding-left: 170px;
        height: 251px;
        overflow: hidden;
    }

      #rightcontent {
      background: url(images/wf_events.png) no-repeat 70% 10px #cecece;
        width: 50%;
        float: right;   
        
    }
        #backpagerightcontent {
      background-color: white;
        width: 50%;
        float: right;  
         
        
    }

           #editrightcontent {
      background-color: white;
        width:940px;
        float: left;  
        padding:10px;
         
        
    }

           #Breadcrumb {
    width:960px;
    margin-bottom:10px;
    height: 23px;
    
}

#dnn_dnnBreadcrumb_lblBreadCrumb {
  
}

a .breadcrumbLink{
    text-decoration: none;
}

      #dnn_rightcontentpane {
           margin-left: 170px;
           margin-right: 15px;
           padding-top:53px;
           position:relative;
      }
   
       #dnn_backpagerightcontentpane {
           padding-left: 170px;
      }

       .contentspan {
           z-index:2;
           margin-left: -160px;
          padding-left:24px;  
          padding-bottom: 15px;
          padding-top:15px;
           margin-right: 38px;
           background-color:white;
           min-height:700px;
       }

.imgcenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 5px;
}	
    


    #Quicklinks {
  width: 1000px;
   margin: 0 auto;
  
}

#quicklinkbar {
    background: url(images/wf_quicklinksback.jpg) 50% 0%;
  height: 41px;
  width: 96%;
  margin: 0 auto;
  width: 960px;
  
}

#dnn_quicklinkscontentpane {
   
}

#q1 {
    width: 137px; 
    height: 41px;  
    float: left;
    position: relative;
    right: 0px;
    text-align:center;
    height: 41px;
    
    top: 0px;
}

    #q1:hover {
        background: #053981;
               
    }

 


#q2 {         
    width: 127px;
    float: left;
    position: relative;
    right: 0px;
    left: 20px;
    text-align:center;
    height: 41px;
    
    top: 0px;
}


    #q2:hover {
         background: #053981;
           
    }

   

#q3 {
    width: 120px;   
    float: left;
    position: relative;
  
    height: 41px;
    
    top: 0px;
    text-align:center;
}


    #q3:hover {
         background:#053981;
      
       }

   



#q4 {
     width: 140px;   
    float: left;
    position: relative;
    ;left: 15px;
    height: 41px;
    
    top: 0px;
    text-align:center;
}


    #q4:hover {
         background:#053981;
  
    }


#q5 {
     width: 127px;   
    float: left;
    position: relative;
    right: 0px;
    height: 41px;
    left:18px;
    top: 0px;
    text-align:center;
}


    #q5:hover {
         background: #053981;
      
   
    }

    #q6 {
     width: 137px;   
    float: left;
    position: relative;
  
   height: 41px;
    
    top: 0px;
    text-align:center;
}


    #q6:hover {
         background: #053981;
      
   
    }

    #q7 {
     width: 152px;   
    float: left;
    position: relative;
    left:20px;
    height: 41px;
    
    top: 0px;
    text-align:center;
}


    #q7:hover {
         background: #053981;
      
   
    }

#newsbanner {
    margin-top:0px;
   float:left;
}

    #BannerMessage, #BannerMessage p, #BannerMessage span, #BannerMessage td {
        color:white;
        line-height: 1.3em;
    }
    #BannerMessage {
        font-size: 13px !important;
    }
    #hideme {
        position: absolute;
        right: 10;
        top: 30%;
    }
#yellowbar {
     background: #fdc630;
     width: 100%;
      height:50px;
}

#registeredvoters {
    position: relative;
   width: 1070px;
   margin: 0 auto;
}

	
    .logo { float: left;
            width: 1820px;
            height: 178px;
    }
   
    
/*------------------------------------------------*/
    /* REGISTRATION TOTALS
    /*------------------------------------------------*/

#registrationTotals {
 
    color: #253688;
   
    font-family: Verdana;
    font-size:15pt;
    width:300px;
   height:140px;
}

.registrationTotalsList {
    margin:0px;
    padding:0px;
    list-style-type:none;
    line-height:150%;
}

.registrationTotalsList li {
    font-family: Verdana;
    position:relative;
    font-size:12px;
   
   
}

.datePrelude{
  
     position: absolute;
    right: 118px;
    top: 0px;
}

.dateValue{
     position: absolute;
    right: 54px;
    top: 0px;
    
   
}



.totalsField {
   
   
}

.demField {
    position: absolute;
    right: 168px;
    top: 25px;
   
    font-size: 13px;
    font-weight: bold;
}

.demValue {
    position: absolute;
    right: 54px;
    top: 25px;
  
    font-size: 13px;
   
}

.repField {
    position: absolute;
    right: 160px;
    top: 45px;
    
    font-size: 13px;
    font-weight: bold;
}

.repValue {
     position: absolute;
    right: 54px;
    top: 45px;
   
    font-size: 13px;
}

.npaField {
    position: absolute;
    right: 216px;
    top: 65px;
    
    font-size: 13px;
    font-weight: bold;
}

.npaValue {
     position: absolute;
    right: 55px;
    top: 65px;
   
    font-size: 13px;
}

.othField {
     position: absolute;
    right: 206px;
    top: 85px;
   
    font-size: 13px;
    font-weight: bold;
}

.othValue {
      position: absolute;
    right: 55px;
    top: 85px;
   
    font-size: 13px;
}

.totField {
    position: absolute;
    right: 209px;
    top: 105px;
   
    font-size: 13px;
    font-weight: bold;
}

.totValue {
     position: absolute;
    right: 53px;
    top: 105px;
   
    font-size: 13px;
}



   #rotatordiv {
    margin-left:0px;   
    height: 179px;
    width: 325px;
    left:3%;
    border-collapse:collapse;
                    
    }

        #rotatordiv ul {
            list-style-type: none;
        }
        
        ul, ol{
            margin-bottom: 0px;
            margin-left: 0px;
        }

#controls {
    background-color: #053981;
    width:321px;
    height: 60px;
    margin-top:-10px;
}

   
   


#dnn_socialmediacontentpane {
    width:200px;
    
}

#pic{
    background: url(images/wf_pic1.jpg) no-repeat 0% 1%;
    height:172px;
    width:321px; 
}

#dnn_search {
   background: url(images/wf_search.png) no-repeat 23% 10% #053981;
  height: 75px;
  width: 258px;
  margin-left: 63px;
  padding-top: 70px;
}

.sb-material-white {
    margin-left: -64px;
}

#fontsize{
    background: url(images/wf_fontsize.png) no-repeat 50% 67% #053981;
    height:100px;
    width: 321px;
   
}

#increase{
    background: url(images/wf_fontsizeup.png) no-repeat 0% 0%;
    height: 15px;
    width:33px;
    position: relative;
  left: 198px;
  top: 47px;
   cursor: pointer;
   z-index:999;
}

#increase:hover{
    background: url(images/wf_mo_fontsizeup.png) no-repeat 0% 0%;
}

#decrease{
    background: url(images/wf_fontsizedown.png) no-repeat 0% 0%;
    height: 15px;
    width:33px;
    position: relative;
  left: 245px;
  top: 31px;
   cursor: pointer;
   z-index:999;
}

#decrease:hover{
    background: url(images/wf_mo_fontsizedown.png) no-repeat 0% 0%;
}
   

    #search a {
        color: #96323e;
        font-weight: bold;
    }

    #calendar a, #calendar a:link {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
    float: right;
    cursor: pointer;
    margin-right: 22px;
    margin-top: 10px;
    

   
}

#calendar a:hover, #calendar a:active, #calendar a:hover, #calendar a:visited {
        color: #ffffff;
        cursor: pointer;
    }


#events {
	width: 201px;
    height:38px;	
	background-image: url(images/wf_upcomingeventstop.jpg);
	background-repeat: no-repeat;
    margin-top: 15px;
}


#eventsmiddle {
	min-height: 250px;
	background-image: url(images/wf_upcomingeventsmiddle.jpg);
    background-repeat: repeat-y;
    width: 201px;
}

#dnn_eventscontentpane {
   padding: 10px;
}

#eventsbottom {
    background-image: url(images/wf_upcomingeventsbottom.jpg);
    background-repeat: no-repeat;
    width:201px;
    height: 16px;
}

#dates {
    margin-top: 30px;
    width: 201px;
    height: 38px;
    background-image: url(images/wf_datestoremembertop.jpg);
    background-repeat: no-repeat;
}

#datesmiddle {
	min-height: 250px;
	background-image: url(images/wf_upcomingeventsmiddle.jpg);
    background-repeat: repeat-y;
    width: 201px;
}

#dnn_datescontentpane {
   padding: 10px;
 
}

.video {
    padding-left: 0px;
}

#datesbottom {
    background-image: url(images/wf_upcomingeventsbottom.jpg);
    background-repeat: no-repeat;
    width:201px;
    height: 16px;
	
}
  


/*------------------------------------------------*/
/* FOOTER PANES */
/*------------------------------------------------*/
#redbar {
    
}

   #footer {
    clear: both;
    width: 96%;
    height: 300px;
    width:960px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
   background: url(images/wf_footerexpand.jpg) repeat-x;
}

#footercontentpane {
    padding:2px;
    color: white;
    width: 100%;
    background: url(images/wf_footer.jpg) no-repeat 25% 0%;
    float:left;
    height: 100%;
}

footertext p, .footertext table{
    font-family: Arial;
    font-size: 13pt;
    color: #6a6a6a;
    padding-left:5px;
    padding-right:5px;
    width:800px;
}

#mainoffice{
    position:relative;
    top: 0%;
    left: 32%;
    margin-top: -125px;
    height:100%;
    width:65%;
    float: left;
    padding-right: 30px;
}

#dnn_mainofficecontentpane{
    
    margin: 10px;
    height:100%;
    width:98%;
}

#socialmedia{
    position:relative;
    top: 55%;
    left: 0%;
    
    height:35%;
    width:30%;
    }

#dnn_socialmediapane{
    
    margin: 10px;
    height:100%;
    width:100%;
}

.footertext td {
    padding-left:20px;
}
#copyrightcontentpane {
    width: 100%;
    padding: 10px;
    height: 84px;

}

.copyrighttext p {
    font-family: Verdana;
    font-size: 10pt;
    color: black;
    text-align: center;
    
}
/*------------------------------------------------*/
/* EMPTY PANES */
/*------------------------------------------------*/
    .DNNEmptyPane{width:0; margin:0;}
	
    /*------------------------------------------------*/
    /* GENERIC CLASSES
    /*------------------------------------------------*/

    /* Clear-fix for floated elements 
    -------------------------------------*/
    .clear {
	    clear: both;
	    display: block;
	    overflow: hidden;
	    visibility: hidden;
	    width: 0;
	    height: 0;
    }
    .clearfix:after {
	    clear: both;
	    content: ' ';
	    display: block;
	    font-size: 0;
	    line-height: 0;
	    visibility: hidden;
    }

    .left {	float: left; }
    .right { float: right; }

/*Translator CSS*/

.lang-ES {
    background-image: url(images/wf_spanish.png);
	background-repeat: no-repeat;
    height: 55px;
    width: 321px;
   margin-left:13px;
    position:relative;
    cursor:pointer;
    float:left;
}

.lang-ES:hover {
background-image: url(images/wf_mo_spanish.png);
	background-repeat: no-repeat;
}

.lang-Translating {
    background-image: url(images/wf_english.png) !important;
    background-repeat:no-repeat;
     height:55px;
     margin-left:13px; 
    width:321px;
    position:relative;
    cursor:pointer;
}

    .lang-Translating:hover {
        background-image: url(images/wf_mo_english.png) !important;
        background-repeat: no-repeat;
}


.mtranslator {
    background-image: url(images/wf_microsoftlogo.jpg);
    height:23px; 
    width:120px;
    position:relative;
  
   
}

.dnnEditState .DnnModule
{
    opacity: 1;
}




#EDR_ChameleonSlider_18759 {
    background: none;
    border: none;
}


     @media print {
    #body{
    background-color: white;
    color: black;
    background-image: none; }

        #siteHeadBanner {
            display: none;
        }

    #dnn_leftcontentpane, #dnn_SiteMenu, #topcontent {
    display: none;
    }

     #dnn_rightcontentpane, #middlecontent {
    display: none;
    }
        #backpagerightcontent {
            width: 100%;
        }
        #dnn_contentpane, .contentspan, #mission {
            width: 90%;
            margin-left: 0px;
            background:white;
        }

        #quicklinks, #quicklinkbar, #hottopics {
            display: none;
            background-image:none;
        }

    #registeredvoters, #menu, #print {
        display: none;
    }

    #search, #yellowbar {
        display: none;
    }

    #socialmedia, #footer {
        display: none;
    }

     #backpagecontentholder,  #sitecontentback, #sitecontent, #bottomcontent {
        background: white;
        background-image:none;
    }
}

#newsbanner {
  z-index: 99999;
  position: absolute;
}

.eds_news_Ozone.eds_subCollection_news .edn_metaDetails  {display:none!important;}