﻿@charset "UTF-8";
    

    html, body, form, fieldset {
	    font: normal 13px Arial, Helvetica, sans-serif;
    }       
    
    /* DNN Body */
    #Body {
	    /* CSS3 */
	    background-color:#ffffff;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 13px;
	    color: #333;
	   
     
    }

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{ 
	   
    }
    a:hover{
	    
	    
    }

/* 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:100%;
		 margin-left: auto;
	    margin-right: auto;
       z-index: 1;
       min-width: 1100px;
	}
	
/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
    #siteHeadOuter {
	  
    }
    #siteHeadBanner {
        width: 98%;
       height: 160px;
	   margin-left: 2%;
       margin-right: 0px;
       background: #223c86;	
	}

   

    #bannerleft {
        background: url(images/wf_staticbannerleft.jpg);
        width: 507px;
        height: 160px;
        background-repeat:no-repeat;
        float:left;
    }

   

    #bannerright {
      float:right;   
        height: 160px;
        width: 448px;
    }


    #transparent {
        float:right;
        background: url(images/wf_staticbannerright.png);
        background-repeat:no-repeat;
        height: 160px;
        width: 278px;
        position:absolute;
    }


	
    #rotatordiv {
    height: 160px;
    width: 448px;
    float:right;
    margin-right: 18px;
    position:relative;
    z-index:0;
    }

        #rotatordiv ul {
            list-style-type: none;
        }


    #Quicklinks {
  width: 1000px;
   margin: 0 auto;
  
}

#quicklinkbar {
    background-image: url(images/wf_quicklinksexpand.jpg);
    height:59px;
     width: 100%;
  
}

#dnn_quicklinkscontentpane {
   
}

/*#q1 {
   
    background: url(images/wf_registertovote.jpg);
    background-repeat: no-repeat;
    width: 166px;   
    float: left;

}

    #q1:hover {
        background: url(images/wf_mo_registertovote.jpg);
        background-repeat: no-repeat;
        
    }

 


#q2 {
    background: url(images/wf_requestmailballot.jpg);
    background-repeat: no-repeat;   
    width: 202px;
    
    float: left;
}


    #q2:hover {
         background: url(images/wf_mo_requestmailballot.jpg);
        background-repeat: no-repeat;
     
    }

   

#q3 {
    background: url(images/wf_findyourprecinct.jpg);
    background-repeat: no-repeat;  
    width: 188px;
    
    float: left;
}


    #q3:hover {
         background: url(images/wf_mo_findyourprecinct.jpg);
        background-repeat: no-repeat;
      
   
    }

   



#q4 {
    background: url(images/wf_currentelections.jpg);
    background-repeat: no-repeat;
   
    width: 184px;
    float: left;
}


    #q4:hover {
         background: url(images/wf_mo_currentelections.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
  
    }


#q5 {
    background: url(images/wf_contactus.jpg);
    background-repeat: no-repeat;   
    width: 198px;
    
  float: left;
}


    #q5:hover {
         background: url(images/wf_mo_contactus.jpg);
        background-repeat: no-repeat;
      
   
    }*/

#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 {
    float:left;
    color: #253688;
    margin-top:16px;
    font-family: Verdana;
    font-size:13px;
    margin-left: 5px;
   
}

.registrationTotalsList {
    margin:0px;
    padding:0px;
    list-style-type:none;
    line-height:150%;
}

.registrationTotalsList li {
    font-family: Verdana;
    
    font-size:12px;
    display:inline;
   
}

.registrationTotalsList li .totalsField {
    margin-right:3px;
   
}

.registrationTotalsList li .totalsValue {
    
}

.totalsField {
    float: left;
    
}

.totalsValue {
    float: left;
    margin-left: 3px;
}

.demField {
    font-weight:bold;
    margin-left: 40px;
}

.demValue {
   
    
   
   
}

.repField {
    font-weight:bold;
    margin-left: 40px;
   
    
}

.repValue {
  
    
   
}

.othField {
    font-weight:bold;
   margin-left: 40px;
    
   
}

.othValue {
    
    
}

.npaField {
     font-weight:bold;
     margin-left: 40px;
}

.totField {
    font-weight:bold;
    margin-left: 40px;
}

.totValue {
    
}



 /*End Registered Totals*/

/*------------------------------------------------*/
/* LANGUAGE */
/*------------------------------------------------*/
    .language .language-object{
	    float:right;
	    display:block;
	    margin:0;
	    padding:0;
    }
    .language .language-object span{
	    float:left;
	    padding-top: 3px;
	    padding-bottom: 3px;
	    padding-left: 5px;
	    margin:0;
    }
    .language .language-object span:first-child{
	    padding-left:8px; 
    }
    .language .language-object span img{
	    height:12px; 
	    width:17px;
	    opacity:0.3;
    }
    .language .language-object span:hover img{opacity:1;}
    .language .language-object .Language.selected img{
	    opacity:1;
	    border-color:#222;
	    -webkit-border-radius: 2px;
	    border-radius: 2px; 
	    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
	    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8); 
    }




/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
    .contentPane 
    {
        background-color:White;
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
    
    #content 
    {
        background-color:white;
        
    }
    .defaultContent 
    {
        padding-right:0 !important;
        padding-left:0 !important;
    }
    .defaultCenterPane 
    {
        margin-left:auto;
        margin-right:auto;
        float:left;
    }
    
    .leftContentPane 
    {
       background-color:white;
        width:235px;
        border-right:1px dotted grey;
        
    }

    .centerPane 
    {
        background-color:white;
        min-width:425px;
    }
    
    .centerWrapper 
    {
        background-color:White;
        width:100%;
    }
    
    .topCenterPane 
    {
        width: 100%;
    }
    
    .rightContentPane 
    {
        background-color:white;
        width:235px;
        
    }

.backrightcontentpane {

}

.editcontentpane {
   float:left;
   left: 0;
}
/*------------------------------------------------*/
/* 3 COLUMN LAYOUT */
/*------------------------------------------------*/

	#colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:96%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
        background:#fff; 
        margin-bottom: 10px;
         margin-left:2%;
		margin-right:2%;
	}
    #colmid {
        float:left;
        width:200%;
        margin-left:-340px; 	/* Width of right column */
        position:relative;
        right:100%;
        background-image: url('Images/border-right.jpg');
        background-color:#fff;
        background-position:  right;
        background-repeat: repeat-y;
        margin-bottom: 30px;
    }
    #colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:583px;         	/* Left column width + right column width */
        background-image: url('Images/border-right.jpg');
        background-color:#fff;
        background-position:  right;
        background-repeat: repeat-y;

    }
    #col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:243px;        	/* Width of left column */
	}
	#dnn_contentPane {
        margin-left:250px;
       
        position:relative;
	    left:200%;
	    overflow:hidden;
        border-collapse:collapse;
        padding-left:5px;
        padding-right:5px;
        min-width:355px;
        padding-top: 30px;
	}

    .homecontentpane {
    margin-right: 250px;
    }
    
    .backpagecontentpane {
        margin-right: 0;
        }

    #dnn_leftContentPane {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:245px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:-5px;         	/* Width of the left-had side padding on the left column */
    }
    #dnn_rightContentPane {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:252px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right: 20px; 	
        position:relative;
        left:52%;
    }

    #centerBottomWrapper {
        margin-left:245px;
        margin-right:225px;
        position:relative;
	    left:200%;
	    overflow:hidden;
        border-collapse:collapse;
        padding-left:5px;
        padding-right:5px;
        min-width:425px;
    }

    #dnn_bottomLeftCenterPane 
    {
        background-color:White;
        float:left;
        width:49%;
    }
    #dnn_bottomRightCenterPane 
    {
        background-color:White;
        float:right;
        width:49%;
    }

    #dnn_contentpane.defaultContentPane   {
        margin-left:0px;
        margin-right:0px;
        left:0%;
    }

   


#dnn_socialmediacontentpane {
    width:200px;
    
}



#search {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:10px;
}

#dnn_searchcontentpane {
   
}


    #search a {
        color: #96323e;
        font-weight: bold;
    }

#dnn_sitemenu {
    margin-top: 15px;
}

    #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;
 
}



#datesbottom {
    background-image: url(images/wf_upcomingeventsbottom.jpg);
    background-repeat: no-repeat;
    width:201px;
    height: 16px;
	
}
  


/*------------------------------------------------*/
/* FOOTER PANES */
/*------------------------------------------------*/
#redbar {
    background-color: #b3191e;
    height: 12px;
}

   #footer {
    clear: both;
    width: 100%;
    height: 200px;
    background-color: #dce4f0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
   
}

#dnn_footercontentpane {
    padding:2px;
    color: white;
    width: 100%;
    display: inline;
    
    
}

footertext p, .footertext table{
    font-family: Verdana;
    font-size: 10pt;
    color: #223368;
    padding-left:5px;
    padding-right:5px;
    width:800px;
}

.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;display:none;}
	
    /*------------------------------------------------*/
    /* 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_vistaenespanol.jpg);
    background-repeat:no-repeat;
    height:33px; 
    width:216px;
    position:relative;
    cursor:pointer;
    
}

.lang-Translating {
    background-image: url(images/wf_english.jpg) !important;
    background-repeat:no-repeat;
     height:33px; 
    width:216px;
    position:relative;
    cursor:pointer;
}


.mtranslator {
    background-image: url(images/wf_microsoftlogo.jpg);
    height:23px; 
    width:120px;
    position:relative;
  
   
}

.dnnEditState .DnnModule
{
    opacity: 1;
}


     @media print {
    body{
    background-color: white;
    color: black;
    background-image: none; }

        #siteHeadBanner {
            display: none;
        }

    #dnn_leftcontentpane {
    display: none;
    }

     #dnn_rightcontentpane {
    display: none;
    }

        #dnn_contentpane {
            width: 100%;
            margin-left: 0px;
        }

        #quicklinks {
            display: none;
        }

    #registeredvoters {
        display: none;
    }

    #search, #yellowbar, #quicklinkbar {
        display: none;
    }

    #socialmedia, #footer {
        display: none;
    }
}