/*  D E V E L O P E R   C U S T O M I Z A B L E   S T Y L E S    */
/*  State of Delaware - CLF 2012 - May 2012  */
body {


	color:#444444;
	
}

.table .table {
background-color: transparent !important;
}

pre {
background-color: transparent !important;
}


/*  D E S I G N E R   A I D S  */

/* Grids hide/show
- Uncomment to hide grids. --> DEFAULT
- Comment the next next three lines to show grids. */

#mcauser4 {
    background:             none;
    }


/* Screen width and nav bar variable state information hide/show.
- Uncomment to hide information. --> DEFAULT
- Comment the next three lines to show information. */

 
#developmentScreenInformation {
    display:             	none;
    }



/*  C O N T E N T   A R E A   C U S T O M   B A C K G R O U N D (ONLY FOR INTERIOR PAGES NOT HOMEPAGES)  */

/* User content area - graphical background style controls */
/* Uncomment styles to activate. Replace green-background png files with your files.
As coded, the background assumes it stretches from left to right in the content area,
then repeats from top to bottom. You can edit the repeat behavior to suit your graphic.
Note that the 'overflow: auto' line should remain to prevent box model problems. You have
basic Photoshop templates for each of these items. */

#mcaw1 {
	padding-top:			0px;
}
	
	
	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#mcaw1 {
		background:				url('/usr/img/CLF_back_mcaw1_small.png');
		background-repeat:      repeat-y;
				
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#mcaw1 {
		background:				url('/usr/img/CLF_back_mcaw1_large.png');
		background-repeat:      repeat-y;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#mcaw1 {
		background:				url('/usr/img/CLF_back_mcaw1_large.png');
		background-repeat:      repeat-y;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#mcaw1 {
	   background:             url('/usr/img/CLF_back_mcaw1_small.png');
		background-repeat:      repeat-y;
		overflow:				auto;
	    background-position: 	162px 0px;
	    }}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#mcaw1 {
		background:             url('/usr/img/CLF_back_mcaw1_large.png');
		background-repeat:      repeat-y;
		overflow:				auto;
		background-position: 	216px 0px;
		}}







/*  N A V   S I D E B A R   B A D G E S   */
/* Controls for the two badges that can appear in the navigation bar. In most
cases, simply leaving these styles alone is OK. You will use the badge template
.PSDs and badge naming conventions. You will also add or remove badge code from
the nav bar .shtml file. This means you will never need to edit the items below.
But, they're here, in case you need to make an edit. You have Photoshop templates
for each of these items. */

#nav_badges .badge1 {
	background-repeat:	no-repeat;
	border:				1px solid #646464;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#nav_badges .badge1 {
		background:				url('/usr/img/CLF_badge1_large.png');
		width:					272px;
		height:					160px;			
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#nav_badges .badge1 {
		background:				url('/usr/img/CLF_badge1_large.png');
		width:					272px;
		height:					160px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#nav_badges .badge1 {
		background:				url('/usr/img/CLF_badge1_large.png');
		width:					272px;
		height:					160px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#nav_badges .badge1 {
		background:				url('/usr/img/CLF_badge1_small.png');
		width:					144px;
		height:					80px;	
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#nav_badges .badge1 {
		background:				url('/usr/img/CLF_badge1_medium.png');
		width:					192px;
		height:					112px;	
		}}
		

#nav_badges .badge2 {
	background-repeat:	no-repeat;
	border:				1px solid #646464;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#nav_badges .badge2 {
		background:				url('/usr/img/CLF_badge2_large.png');
		width:					272px;
		height:					160px;	
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#nav_badges .badge2 {
		background:				url('/usr/img/CLF_badge2_large.png');
		width:					272px;
		height:					160px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#nav_badges .badge2 {
		background:				url('/usr/img/CLF_badge2_large.png');
		width:					272px;
		height:					160px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#nav_badges .badge2 {
		background:				url('/usr/img/CLF_badge2_small.png');
		width:					144px;
		height:					80px;	
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#nav_badges .badge2 {
		background:				url('/usr/img/CLF_badge2_medium.png');
		width:					192px;
		height:					112px;	
		}}




/*  C U S T O M   H E A D E R   I M A G E   */

/*  Uncomment items in this section if you want to use a custom header image. 
(By default, the header image pulls from Delaware.gov, not from the local
folder.) You have Photoshop templates for each of these items. NOTE that you
should use the template to create the source images. This is to get the best
image-to-K .JPG compression and also to incorporate the top and side shadows,
which are too complex to be layered over a raw image by CSS. */

/* WANT NO HEADER IMAGE? (Showing the slimline bar only?) Leave this code alone.
Instead, see the headerImage.shtml file. */


#hgp1 .headerPhoto {
    background-repeat:	no-repeat;
} 

    /* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
		#hgp1 .headerPhoto {
		background:				url('/usr/img/CLF_headerphoto_small.jpg');
		width:				    729px;
		height:                 99px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
		#hgp1 .headerPhoto {
	    background:				url('/usr/img/CLF_headerphoto_big.jpg');
		width:				    972px;
		height:                 132px;
		}}











/* Custom Styles for Homepage Design and Interior Page Design */



/* MOBILE NAV MENU BKG */
#nav_open_button1, #nav_open_button2, #nav_close_button1, #nav_close_button2 {
    background-image:	url('/usr/img/CLF_menu_bkg_elections_blue.jpg');
	background-position:		top left;
	background-repeat:			repeat-x;
	}
	
    /* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) {
	#nav_open_button1, #nav_open_button2, #nav_close_button1, #nav_close_button2 {
		background-image:   none;
		}}



/* MAIN CONTENT AREA BKG STYLE */

#hgp1_full {
    padding-bottom: 50px;
}

/* 12U * 11 high */

    /* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#hgp1_full {
		background:				url('/usr/img/CLF_back_hgp1_small.png');
		background-repeat:      repeat-y;
				
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#hgp1_full {
		background:				url('/usr/img/CLF_back_hgp1_large.png');
		background-repeat:      repeat-y;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#hgp1_full {
		background:				url('/usr/img/CLF_back_hgp1_large.png');
		background-repeat:      repeat-y;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#hgp1_full {
	   	background:             url('/usr/img/CLF_back_hgp1_729.png');
		background-repeat:      repeat-y;
		overflow:				auto;
		width:					729px;
	    }}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#hgp1_full {
		background:             url('/usr/img/CLF_back_hgp1_972.png');
		background-repeat:      repeat-y;
		overflow:				auto;
		width:					972px;
		}}




/* HOMEPAGE BLUE NAV BAR STYLE (ADDED BY MATT C.) */
#home_nav {

	}

    /* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#home_nav {
		display:none;
				
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#home_nav {
		display:none;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#home_nav {
		display:none;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) {
	#home_nav {
		background-image:	url('/usr/img/elections_main_nav_972.png');
		background-position:		top left;
		background-repeat:			repeat-x;
		width:						729px;
		height:						75px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#home_nav {
		background-image:	url('/usr/img/elections_main_nav_972.png');
		background-position:		top left;
		background-repeat:			repeat-x;
		width:						972px;
		height:						100px;
		}}



/* VOTE PIN CONTAINER STYLE */
#lower-seal {
    margin-top: -35px;
    text-align: center;
}


/* HOMEPAGE CONTENT AREA STYLES -- LOWER SECTION */
#mcaw1_full {
	padding-top:		0px;
	border-top:			1px solid #DDDDDD;
    margin-top: 		0px;
    padding-top: 		1px;
    max-width: 			100%;
}
	
	
	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#mcaw1_full {
		background:				url('/usr/img/elections_lower_bkg.jpg');
		background-repeat:      repeat;	
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#mcaw1_full {
		background:				url('/usr/img/elections_lower_bkg.jpg');
		background-repeat:      repeat;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#mcaw1_full {
		background:				url('/usr/img/elections_lower_bkg.jpg');
		background-repeat:      repeat;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#mcaw1_full {
	   	background:				url('/usr/img/elections_lower_bkg.jpg');
		background-repeat:      repeat;
	    }}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#mcaw1_full {
		background:             url('/usr/img/elections_lower_bkg.jpg');
		background-repeat:      repeat;
		}}

#mcaw2_full {
	padding-top:			0px;
}
	
	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#mcaw2_full {
	    background-color:		#FFFFFF;
	    background:				none;
	    }}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#mcaw2_full {
	    background-color:		#FFFFFF;
	    background:				none;
	    }}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#mcaw2_full {
	    background-color:		#FFFFFF;
	    background:				none;
	    }}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#mcaw2_full {
		/* 
		background:             url('/private/CLF30/img/CLF_back_mcaw2_U9.png');
		background-repeat:      repeat-y;
	    background-position: 	161px 0px;
	    overflow:				auto;
 */
	    }}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#mcaw2_full {
		/* 
		background:             url('/private/CLF30/img/CLF_back_mcaw2_U12.png');
		background-repeat:      repeat-y;
		overflow:				auto;
		background-position: 	215px 0px;
 */
		}}

#mcaw3_full {
	padding-top:			0px;
}
	
	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#mcaw3_full {
	    background-color:		#FFFFFF;
	    background:				none;
	    }}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#mcaw3_full {
	    background-color:		#FFFFFF;
	    background:				none;
	    }}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#mcaw3_full {
	    background-color:		#FFFFFF;
	    background:				none;
	    }}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#mcaw3_full {
/* 
		background:             url('/private/CLF30/img/CLF_back_mcaw3_U9.png');
		background-repeat:      repeat-x;
		overflow:				auto;
	    background-position: 	161px 0px;
 */
	    }}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#mcaw3_full {
/* 
		background:             url('/private/CLF30/img/CLF_back_mcaw3_U12.png');
		background-repeat:      repeat-x;
		overflow:				auto;
		background-position: 	215px 0px;
 */
		}}
	
#mcaw4_full {
	padding-top:			0px;
	/* 
	background:             url('/private/CLF30/img/CLF_sidebar_rule_U12.png');
	background-repeat:      repeat-y;
 */
    }
	
	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#mcaw4_full {
	    background-color:		#FFFFFF;
	    background:				none;
	    }}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#mcaw4_full {
	    background-color:		#FFFFFF;
	    background:				none;
	    }}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#mcaw4_full {
	    background-color:		#FFFFFF;
	    background:				none;
	    }}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#mcaw4_full {
	    background-position: 	161px 0px;
	    }}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#mcaw4_full {
		background-position: 	215px 0px;
		}}


/*  CONTENT AREA USER HOMEPAGE FULL WIDTH */

#mcauser1_full {}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#mcauser1_full {
		width:					100%;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#mcauser1_full {
		width:					100%;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#mcauser1_full {
		width:					100%;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#mcauser1_full {
		float:					right;
	    width:                  728px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#mcauser1_full {
		float:					right;
		width:					972px;
		}}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#mcauser_hdr1_full {
		margin-left:			11px;
		margin-right:			11px;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#mcauser_hdr1_full {
		margin-left:			11px;
		margin-right:			11px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#mcauser_hdr1_full {
		margin-left:			11px;
		margin-right:			11px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#mcauser_hdr1_full {
		width:              728px;
		margin-left:        18px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#mcauser_hdr1_full {
		width:				972px;
		margin-left:        24px;
		}}

/* Wrappers for main content area user content, below full-width in-article header (mcauuser_cont) */
/* This is the true content area. User content is placed in here */
#mcauser_cont1_full {
	/* specify width and overflow hidden to prevent wide content from
	blowing up the CLF left-to-right */
	overflow:			hidden;
	border:				0px solid green;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#mcauser_cont1_full {
		margin-left:			11px;
		margin-right:			11px;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#mcauser_cont1_full {
		margin-left:			11px;
		margin-right:			11px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#mcauser_cont1_full {
		margin-left:			11px;
		margin-right:			11px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#mcauser_cont1_full {
		width:              728px;
		margin-left:        18px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#mcauser_cont1_full {
		width:				972px;
		margin-left:        24px;
		}}
		
		
		

/*  NAV STYLES ONLY FOR HOMEPAGE FULL WIDTH */

/* Wrappers for nav (mcanav) */
#mcanav1_full {
	border:				0px solid green;
	background:			#FFFFFF;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#mcanav1_full {
	    width:				100%;
	    }}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#mcanav1_full {
	    width:				100%;
	    }}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#mcanav1_full {
	    width:				100%;
	    }}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#mcanav1_full {
	    display:none;
	    }}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#mcanav1_full {
		display:none;
		}}
	
#mcanav2_full {
	border:				0px solid red;
	overflow:           hidden;
	}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#mcanav2_full {
		margin-left:		0px;
        margin-right:		0px;
        }}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#mcanav2_full {
		margin-left:		0px;
        margin-right:		0px;
        }}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#mcanav2_full {
		margin-left:		0px;
        margin-right:		0px;
        }}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#mcanav2_full {
		display:none;
        }}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#mcanav2_full {
		display:none;
		}}
		


/* LAYOUT DIVS (ADDED BY MATT C.) */

.table-wrap {
        width:100%;
     }
    .table-wrap div {
        margin:0;
    }
    .row-wrap {
        clear:both;
    }
    .clear {clear:both;}




/* FOR THE MAIN NAV AREA */

	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	    .left-td-main {
        float:left;
        width:14%;
        padding:1%;
    }}

	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	    .left-td-main {
        float:left;
        width:14%;
        padding:1%;
    }}




/* FOR THE LOWER HOMEPAGE AREA LEFT CELL */

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.left-td-home {
	    max-width:100%;
        padding:2%;
	    }}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.left-td-home {
	    max-width:100%;
        padding:2%;
	    }}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.left-td-home {
	    float:left;
        width:46%;
        padding:2%;
        border-right:  1px solid #999999;
	    }}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.left-td-home {
	    float:left;
        width:43.5%;
        padding:2%;
        border-right:  1px solid #999999;
	    }}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.left-td-home {
		float:left;
        width:43.5%;
        padding:2%;
        border-right:  1px solid #999999;
		}}



/* FOR THE LOWER HOMEPAGE AREA RIGHT CELL */

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	    .right-td-home {
	    max-width:100%;
        padding:2%;
	    }}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	    .right-td-home {
	    max-width:100%;
        padding:2%;
	    }}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	    .right-td-home {
        float:left;
        width:44%;
        padding:2%;
	    }}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	    .right-td-home {
	    float:left;
        width:44%;
        padding:2%;
	    }}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	    .right-td-home {
		float:left;
        width:44%;
        padding:2%;
		}}



/* FOR THE INTERIOR PAGES 3 COLUMN LAYOUT */

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.left-td-3col {
	    max-width:100%;
        padding:2%;
    	position: relative;
	    }}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.left-td-3col {
	    max-width:100%;
        padding:2%;
    	position: relative;
	    }}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.left-td-3col {
	    float:left;
        width:30%;
        padding:1%;
    	position: relative;
	    }}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.left-td-3col {
	    float:left;
        width:30%;
        padding:1%;
    	position: relative;
	    }}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.left-td-3col {
		float:left;
        width:30%;
        padding:1%;
    	position: relative;
		}}


/* VIDEO CONTAINER FOR YOUTUBE, VIMEO, ETC. (ADDED BY MATT C.) */

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.weekly-message {
		position: relative;
   	 	padding-bottom: 56.25%;
   		padding-top: 30px; height: 0; overflow: hidden;
   }}

	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.weekly-message {
		position: relative;
   	 	padding-bottom: 56.25%;
   		padding-top: 30px; height: 0; overflow: hidden;
   }}

	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.weekly-message {
		position: relative;
   	 	padding-bottom: 56.25%;
   		padding-top: 30px; height: 0; overflow: hidden;
   }}

	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.weekly-message {
    	top: 0;
    	left: 0;
    	float: left;
    	margin-right: 10px;
	    }}

	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.weekly-message {
    top: 0;
    left: 0;
    float: left;
    margin-right: 10px;
	}}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.weekly-message iframe,
	.weekly-message object,
	.weekly-message embed {
	    position:absolute;
    	top: 0;
   		left: 0;
    	max-width: 100%;
    	max-height: 100%;
	    }}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.weekly-message iframe,
	.weekly-message object,
	.weekly-message embed {
	    position:absolute;
    	top: 0;
   		left: 0;
    	max-width: 100%;
    	max-height: 100%;
	    }}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.weekly-message iframe,
	.weekly-message object,
	.weekly-message embed {
    	position:absolute;
    	top: 0;
   		left: 0;
    	max-width: 100%;
    	max-height: 100%;
	    }}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.weekly-message iframe,
	.weekly-message object,
	.weekly-message embed {
    	top: 0;
    	left: 0;
    	width: 350px;
    	height: 197px;
	    }}

	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.weekly-message iframe,
	.weekly-message object,
	.weekly-message embed {
    top: 0;
    left: 0;
    width: 500px;
    height: 281px;
	}}




/* LOCATIONS PAGES CONTAINER FOR GOOGLE MAP AND QR-CODE (ADDED BY MATT C.) */

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.map-on {
	    display:none;
	    }}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.map-on {
	    display:none;
	    }}


	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.map-off {
    	display:none;
	    }}
	    
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.map-off {
    	display:none;
	    }}

	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.map-off {
    	display:none;
	}}
	

.light_border {
	border: 1px solid #2E658F;
	padding: 10px;
}

/* Div Style for Related Information (Small Size Text) */
.realted {
    color:          	#222222;
    margin-top:         0em;
    margin-bottom:      0.5em;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.related {
		font-size:      	0.8em;
		line-height:    	1.5em;
		margin-bottom:      0.9em;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.related {
		font-size:      	0.8em;
		line-height:    	1.5em;
		margin-bottom:      0.9em;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.related {
		font-size:      	0.8em;
		line-height:    	1.5em;
		margin-bottom:      0.9em;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.related {
		font-size:      	0.8em;
		line-height:    	1.6em;
		margin-bottom:      0.9em;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.related {
		font-size:      	0.8em;
		line-height:    	1.6em;
		margin-bottom:      1.0em;
		}}




/* UL and OL Text and Style Color */
#CLF_ON section ul, #CLF_ON section ol {
    color:          	#2E658F;
    margin-top:         0em;
    margin-bottom:      0.5em;
}





/* H1 Text and Color Style */
 #CLF_ON section H1 { 
 	color: #252b54;
 	font-family: 'Fjalla One', sans-serif; font-weight: 400;
 	font-style: normal;
 	text-transform: uppercase;
   	font-weight: bold;
    text-shadow: -2px 2px 2px #EDEAE6, -4px 4px 2px #B4B5B5;
 	}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#CLF_ON section H1 {
		font-size:      	2.0em;
		line-height:    	1.0em;
		margin-bottom:      0.5em;
		margin-left:		0.1em;
		margin-top:			0.5em;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#CLF_ON section H1 {
		font-size:      	2.0em;
		line-height:    	1.0em;
		margin-bottom:      0.5em;
		margin-left:		0.1em;
		margin-top:			0.5em;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#CLF_ON section H1 {
		font-size:      	1.8em;
		line-height:    	1.0em;
		margin-bottom:      0.5em;
		margin-left:		0.1em;
		margin-top:			0.5em;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#CLF_ON section H1 {
		font-size:      	2.0em;
		line-height:    	1.0em;
		margin-bottom:      0.5em;
		margin-left:		0.1em;
		margin-top:			0.5em;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#CLF_ON section H1 {
		font-size:      	2.9em;
		line-height:    	1.0em;
		margin-bottom:      0.5em;
		margin-left:		0.1em;
		margin-top:			0.5em;
		}}	



/* Heading 1 Red Stars that go before and after Heading 1 Text */
.redstar {
		*display : none; /* IE8 and below */
		color: #8f2b2a;
}

.main_table {
		border-top: 5px solid #2E658F;
}

.main_table_inner {
		border-left: solid 1px #C6C7CA; 
		border-right: solid 1px #C6C7CA; 
		border-bottom: solid 1px #C6C7CA; 
		padding: 10px;
}
	

/* Local Footer: Agency BKG Style */
#ftra1 {
	background-image:			url('/usr/img/CLF_menu_bkg_elections_footer.jpg');
	background-position:		top left;
	background-repeat:			repeat-x;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#ftra1 {
		padding-top:			0.8em;
		padding-bottom:			1.0em;
		padding-left:			11px;
		padding-right:			9px;
		font-size:				0.7em;			
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#ftra1 {
		padding-top:			0.8em;
		padding-bottom:			1.0em;
		padding-left:			11px;
		padding-right:			11px;
		font-size:				0.8em;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#ftra1 {
		padding-top:			0.8em;
		padding-bottom:			0.0em;
		padding-left:			8px;
		padding-right:			11px;
		font-size:				0.8em;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#ftra1 {
		padding-top:			0.6em;
		padding-bottom:			0.6em;
		padding-left:			3px;
		padding-right:			9px;
		font-size:				0.8em;	
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#ftra1 {
		padding-top:			0.8em;
		padding-bottom:			0.8em;
		padding-left:			12px;
		padding-right:			12px;
		font-size:				0.9em;
		line-height:			1.5em;
		}}

#ftra2 {}
#ftra3 {}
#ftra4 {}












/* User Image Calls */

/* For each image, you will need the master class call and all eight responsive media queries. Copy, paste, and customize them, as needed. */

/* For each image, replace "myImageClassName" with the class name you have selected for that image. */

/* For each image, replace "myImageName" with the name of the file. (And, of course, make sure you have your custom image saved in the /usr/img/ directory.) */

/* For each image, replace the width and height of 0px with your image's width and height. */

/* Alternate: List your the image's NAME for each responsive condition. Do not specify an width/height. (Delete both width and height tags in each code section.) Then, use a pre-built imageShape class. See the zsample_imageElements file for more information about how to handle sample images. Point being, what is shown below is an example of how to a) list the image name and b) specify the image width/height. You may not need to do it this way--there is a library of common image size/placement classes to support you. */

/* In your code, ensure you include the 1px image call, alt tag, title tag, and class name. See the CLF_zsample_imageElements.shtml file in the samples folder for examples. */

/* If your image should NOT display on mobile, for EACH of the three touch44/11 conditions, comment out the background, width, and height attributes. Then uncomment the "display: none" attribute. */





/* Main Graphic for Homepage, Seasonal */
.homepage_main {
	background-repeat:	no-repeat;
	position:			relative;
	border-bottom:		2px solid #acacab;
	
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.homepage_main {
		max-width:				100%;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.homepage_main {
		max-width:				100%;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.homepage_main {
		max-width:				100%;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.homepage_main {
		width:					729px;
		height:					270px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.homepage_main {
		width:					972px;
		height:					360px;
		}}




/* Main Title Image */
.main_title {
	background-repeat:	no-repeat;
	position:			relative;
	
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.main_title {
		max-width:				100%;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.main_title {
		max-width:				100%;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.main_title {
		max-width:				100%;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.main_title {
		width:					729px;
		height:					113px;
		margin-top:				-4px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.main_title {
		width:					972px;
		height:					150px;
		margin-top:				-4px;
		}}



/* Homepage Logo Image */
.logo {
	background-repeat:	no-repeat;
	position:			relative;
	float:				right;
	margin-right:		10px;
	margin-left:		10px;
	border: 0px;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.logo {
		max-width:				30%;
		/* display:             none; */
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.logo {
		max-width:				30%;
		/* display:             none; */
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.logo {
		max-width:				30%;
		/* display:             none; */
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.logo {
		width:					150px;
		height:					150px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.logo {
		width:					200px;
		height:					200px;	
		}}
		
		


/* Nav Bar Icons - Template A for a navbar with 6 Icons, may have to adjust if homepage has more or less than 6 icons */
#mainnav_icons {
	background-repeat:	no-repeat;
	position:			relative;
	border:				0px;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#mainnav_icons {
		display:				none;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#mainnav_icons {
		display:				none;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#mainnav_icons {
		display:				none;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#mainnav_icons {
		width:					100px;
		height:					59px;
		margin-top:				-12px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#mainnav_icons {
		width:					144px;
		height:					85px;
		margin-top:				-20px;
		}}





/* Image on Interior Pages Floats to Left of Page */
.interior_left {
	background-repeat:	no-repeat;
	position:			relative;
	float:				left;
	margin-right:		10px;
	margin-left:		10px;
	border: 0px;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.interior_left {
		max-width:				40%;
		/* display:             none; */
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.interior_left {
		max-width:				50%;
		/* display:             none; */
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.interior_left {
		max-width:				50%;
		/* display:             none; */
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.interior_left {
		width:					250px;
		height:					125px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.interior_left {
		width:					300px;
		height:					150px;	
		}}





/* Image on Interior Pages Centers in the Middle of the Page */
.interior_centered {
	background-repeat:	no-repeat;
	position:			relative;
	z-index:			0;
	border: 0px;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
 	.interior_centered {
		max-width:				75%;
		/* display:             none; */
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	 .interior_centered {
		max-width:				75%;
		/* display:             none; */
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	 .interior_centered {
		width:					400px;
		height:					346px;
		/* display:             none; */
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	 .interior_centered {
		width:					400px;
		height:					346px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	 .interior_centered {
		width:					400px;
		height:					346px;
		}}	



/* Image on Interior Pages Floats to Right of Page */
.interior_right {
	background-repeat:	no-repeat;
	position:			relative;
	float:				right;
	margin-right:		10px;
	margin-left:		10px;
	border: 0px;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.interior_right {
		max-width:				40%;
		/* display:             none; */
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.interior_right {
		max-width:				50%;
		/* display:             none; */
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.interior_right {
		max-width:				50%;
		/* display:             none; */
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.interior_right {
		width:					250px;
		height:					125px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.interior_right {
		width:					300px;
		height:					150px;	
		}}
		






/* Locations Page, New Castle County Image */
.map_ncco {
	background-repeat:	no-repeat;
	position:			relative;
	float: 				right;
	margin-left:		10px;
	margin-right:		0px;
	
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.map_ncco {
		width:					75px;
		height:					78px;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.map_ncco {
		width:					100px;
		height:					103px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.map_ncco {
		width:					100px;
		height:					103px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.map_ncco {
		width:					100px;
		height:					103px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.map_ncco {
		width:					125px;
		height:					129px;
		}}




/* Locations Page, Kent County Image */
.map_kent {
	background-repeat:	no-repeat;
	position:			relative;
	float: 				right;
	margin-left:		10px;
	margin-right:		0px;
	
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.map_kent {
		width:					75px;
		height:					78px;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.map_kent {
		width:					100px;
		height:					103px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.map_kent {
		width:					100px;
		height:					103px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.map_kent {
		width:					100px;
		height:					103px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.map_kent {
		width:					125px;
		height:					129px;
		}}



/* Locations Page, Sussex County Image */
.map_sussex {
	background-repeat:	no-repeat;
	position:			relative;
	float: 				right;
	margin-left:		10px;
	margin-right:		0px;
	
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.map_sussex {
		width:					75px;
		height:					78px;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.map_sussex {
		width:					100px;
		height:					103px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.map_sussex {
		width:					100px;
		height:					103px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.map_sussex {
		width:					100px;
		height:					103px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.map_sussex {
		width:					125px;
		height:					129px;
		}}
	
	
		

/* Red Stars HR, used to divide page elements horizontally */
.hr_stars {
	background-repeat:	no-repeat;
	position:			relative;
	
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.hr_stars {
		background:				url('/usr/img/elections_stars_hr_300.png');
		width:					300px;
		height:					27px;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.hr_stars {
		background:				url('/usr/img/elections_stars_hr_300.png');
		width:					300px;
		height:					27px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.hr_stars {
		background:				url('/usr/img/elections_stars_hr.png');
		width:					440px;
		height:					40px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.hr_stars {
		background:				url('/usr/img/elections_stars_hr.png');
		width:					440px;
		height:					40px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.hr_stars {
		background:				url('/usr/img/elections_stars_hr.png');
		width:					440px;
		height:					40px;
		}}
			


#CLF_ON section blockquote.big {
display: block;
border: 1px #646464 solid;
background-color:white;
font-size: 20px;
padding: 10px 50px;
width: 180px;
text-align: center;
color: #444444;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#CLF_ON section blockquote.big {
		
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.#CLF_ON section blockquote.big {
		
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#CLF_ON section blockquote.big {
		float:right;
		margin-left:10px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#CLF_ON section blockquote.big {
		float:right;
		margin-left:10px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#CLF_ON section blockquote.big {
		float:right;
		margin-left:10px;
		}}



/* Quote Mark Styles */
#CLF_ON section blockquote.big:before, #CLF_ON section blockquote.big:after {
color: #444444;
display: block;
font-size: 500%;
width: 50px;
}

/* Left Quote */
#CLF_ON section blockquote.big:before {
content: open-quote;
height: 0;
margin-top: 30px;
margin-left: -0.55em;
}

/* Right Quote */
#CLF_ON section blockquote.big:after {
content: close-quote;
height: 50px;
margin-top: -30px;
margin-left: 180px;
}



/* Small News Icon Style in Homepage News Box */
.news_icon {
	width: 30px;
	float:left;
	margin-right:8px;
	padding-top:14px;
	border: 0px;
}




/* Small Loading Icon for Auto-populated content like News */
.loading {
	height:			50px;
	width:			50px;
	margin-top: 	20px;
	margin-bottom: 	20px;
	padding-left: 	20px;
	padding-right: 	20px;
	border: 		0px;
}




/* Small Icons, i.e. PDF, RSS, etc. */
.icons {
	background-repeat:	no-repeat;
	float:				left;
	margin-right:		5px;
	border:				0px;
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	.icons {
		width:					30px;
		height:					30px;
		/* display:             none; */
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	.icons {
		width:					30px;
		height:					30px;
		/* display:             none; */
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	.icons {
		width:					30px;
		height:					30px;
		/* display:             none; */
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	.icons {
		width:					30px;
		height:					30px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	.icons {
		width:					30px;
		height:					30px;	
		}}
		



/*  A G E N C Y    L O G O S   */

/* Logo calls. The Great Seal is the default State Agency image. Each of the images
below can be replaced with a version of the Agency logo. Sizing should remain "as is."
E.g., for the footer, logos may appear "really small." This is correct. You have 
Photoshop templates for each of these items. */

/* Agency Footer Logo */
#ftr1 .logo_agency {
	background-repeat:	no-repeat;
	border:				0px solid red;
}


	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#ftr1 .logo_agency {
		background:				url('/usr/img/CLF_ftr_vote_logo_small.png');
		max-width:				34px;
		height:					34px;
		margin-left:			-10px;
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#ftr1 .logo_agency {
		background:				url('/usr/img/CLF_ftr_vote_logo_small.png');
		max-width:				34px;
		height:					34px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#ftr1 .logo_agency {
		background:				url('/usr/img/CLF_ftr_vote_logo_small.png');
		max-width:				34px;
		height:					34px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#ftr1 .logo_agency {
		background:				url('/usr/img/CLF_ftr_vote_logo_small.png');
		max-width:				34px;
		height:					34px;	
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#ftr1 .logo_agency {
		background:				url('/usr/img/CLF_ftr_vote_logo_large.png');
		max-width:				42px;
		height:					42px;	
		}}


.no_border {
	border: 0px;
}




/*  EXTRA IMAGE SIZES AND CLASSES

	If you need to use more images or more image sizes there are some below. Just place your image in the usr/img/ file folder. Then in your HTML file change the class to the desired size, i.e. .image_small, .image_regular, etc. And rename your img tag src to whatever image name you choose.
	
	If you desire the image to not be alined with the left side of the page, simply uncomment the "float: right;" and "margin-left: 10px;" block and delete the "float:left" and margin-right:8px;" blocks.
	
	Note: Images must be cropped to the "blue - U12/7" screen size, so an image with a class of ".image_small" MUST be cropped to 100 pixels wide and 75 pixels high if it is to look acceptable.
	
	
 */		


#CLF_ON .image_small {
	display:                in-line;
	float:                  left;
	margin-right:			8px;
	border:					0px;
	/* 
	float:					right;
	margin-left:			10px;
 	*/
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#CLF_ON .image_small {
		width:					80px;
		height:					60px;	
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#CLF_ON .image_small {
		width:					80px;
		height:					60px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#CLF_ON .image_small {
		width:					80px;
		height:					60px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#CLF_ON .image_small {
		width:					80px;
		height:					60px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#CLF_ON .image_small {
		width:					100px;
		height:					75px;	
		}}
	



#CLF_ON .image_regular {
	display:                in-line;
	float:                  left;
	margin-right:			8px;
	border:					0px;
	/* 
	float:					right;
	margin-left:			10px;
 	*/
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#CLF_ON .image_regular {
		width:					125px;
		height:					94px;	
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#CLF_ON .image_regular {
		width:					170px;
		height:					128px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#CLF_ON .image_regular {
		width:					170px;
		height:					128px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#CLF_ON .image_regular {
		width:					170px;
		height:					128px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#CLF_ON .image_regular {
		width:					200px;
		height:					150px;	
		}}
	



#CLF_ON .image_medium {
	display:                in-line;
	text-align:				center;
	margin-right:			0px;
	border:					0px;
	/* 
	float:					right;
	margin-left:			10px;
 	*/
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#CLF_ON .image_medium {
		width:					200px;
		height:					150px;	
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#CLF_ON .image_medium {
		width:					260px;
		height:					195px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#CLF_ON .image_medium {
		width:					260px;
		height:					195px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#CLF_ON .image_medium {
		width:					260px;
		height:					195px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#CLF_ON .image_medium {
		width:					300px;
		height:					225px;	
		}}
	

	

#CLF_ON .image_large {
	display:                in-line;
	float:                  left;
	margin-right:			8px;
	border:					0px;
	/* 
	float:					right;
	margin-left:			10px;
 	*/
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#CLF_ON .image_large {
		width:					300px;
		height:					225px;	
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#CLF_ON .image_large {
		width:					300px;
		height:					225px;
		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#CLF_ON .image_large {
		width:					350px;
		height:					263px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#CLF_ON .image_large {
		width:					350px;
		height:					263px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#CLF_ON .image_large {
		width:					450px;
		height:					338px;	
		}}
	

		
		
#CLF_ON .image_xlarge {
	display:                in-line;
	float:                  left;
	margin-right:			8px;
	border:					0px;
	/* 
	float:					right;
	margin-left:			10px;
 	*/
}

	/* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
	#CLF_ON .image_xlarge {
		max-width:				100%;	
		}}
	
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
	#CLF_ON .image_xlarge {
		max-width:				100%;

		}}
	
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
	#CLF_ON .image_xlarge {
		width:					450px;
		height:					338px;
		}}
	
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
	#CLF_ON .image_xlarge {
		width:					410px;
		height:					308px;
		}}
	
	/* blue - U12/7 - serves 1024x768 screens */
	@media screen and (min-width:996px) {
	#CLF_ON .image_xlarge {
		width:					600px;
		height:					450px;
		}}
/************************* PRE TEXT STYLES ************************/

.pre-scrollable {
	
	border: 1px solid;
}

@media screen and (min-width:800px) and (max-width:995px) {
pre {
	font-size: 10px !important;
	border: 1px solid;
}}
@media screen and (min-width:640px) and (max-width:799px) {
pre {
	font-size: 12px !important;
}}
@media screen and (min-width:480px) and (max-width:639px) {
pre {
	font-size: 10px !important;
}}
@media screen and (min-width:320px) and (max-width:479px) {
pre {
	font-size: 8px !important;
}}

a.addthis_button_compact.at300m {
width: 75%;
}                   


/************************* Added 2021-01-25 ************************/
		.local-note {
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		font-style: italic;
		line-height: normal;
		font-weight: normal;
		color: #3987C6;
		text-decoration: none;
		}
		.local-note-dark {
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		font-style: italic;
		line-height: normal;
		font-weight: normal;
		color:  #664033;
		text-decoration: none;
		}
		.local-highlight {
			font-family: Arial, Helvetica, sans-serif;
			font-size: medium;
			font-style: italic;
			line-height: normal;
			font-weight: bold;
			color: #D32411;
			text-decoration: none;
		}
		.local-highlight12 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: italic;
			line-height: normal;
			font-weight: bold;
			color: #D32411;
			text-decoration: none;
		}
		.local-highlight14 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-style: italic;
			line-height: normal;
			font-weight: bold;
			color: #D32411;
			text-decoration: none;
		}

		div.blueTable {
		  border: 1px solid #1C6EA4;
		  background-color: #EEEEEE;
		  width: 100%;
		  text-align: left;
		  border-collapse: collapse;
		}
		.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
		  border: 1px solid #AAAAAA;
		  padding: 10px 5px;
		}
		.divTable.blueTable .divTableBody .divTableCell {
		  font-size: 14px;
		}
		.divTable.blueTable .divTableRow:nth-child(even) {
		  background: #D0E4F5;
		}
		.divTable.blueTable .divTableHeading {
		  background: #1C6EA4;
		  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
		  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
		  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
		  border-bottom: 2px solid #444444;
		}
		.divTable.blueTable .divTableHeading .divTableHead {
		  font-size: 14px;
		  font-weight: bold;
		  color: #FFFFFF;
		  border-left: 2px solid #D0E4F5;
		}
		.divTable.blueTable .divTableHeading .divTableHead:first-child {
		  border-left: none;
		}

		.divTable.blueTable .divTableHeading .divTableHead  .links a{
		  display: inline-block;
		  color: #FFFFFF;
		  background-color: aliceblue;
		}


		.blueTable .tableFootStyle {
		  font-size: 14px;
		  font-weight: bold;
		  color: #FFFFFF;
		  background: #D0E4F5;
		  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
		  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
		  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
		  border-top: 2px solid #444444;
		}
		.blueTable .tableFootStyle {
		  font-size: 12px;
		}
		.blueTable .tableFootStyle .links {
			 text-align: right;
		}
		.blueTable .tableFootStyle .links a{
		  display: inline-block;
		  background: #1C6EA4;
		  color: #FFFFFF;
		  padding: 2px 8px;
		  border-radius: 5px;
		}
		.blueTable.outerTableFooter {
		  border-top: none;
		}
		.blueTable.outerTableFooter .tableFootStyle {
		  padding: 3px 5px; 
		}
		
		.divTable{ display: table; }
		.divTableRow { display: table-row; }
		.divTableHeading { display: table-header-group;}
		.divTableCell, .divTableHead { display: table-cell;}
		.divTableHeading { display: table-header-group;}
		.divTableFoot { display: table-footer-group;}
		.divTableBody { display: table-row-group;}

