/*CSS  for Estelle Fennel for Supervisor*/
/*27 November 2007*/ 
/*CSS by bobbiwisby.com*/  /*Use of this CSS file without  permission is stealing! PLEASE DO NOT STEAL*/




*{margin:0; padding:0;}



body {
	margin: 0;
	padding: 0;
	border: 0;	
 	background: #F0F8FF;	   
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	}
	

	/* WRAPPER */

div#wrapper {
		background: transparent url(../siteimages/wrapper_blue_white.gif) top left repeat-y;
		width: 760px; 
		margin: 20px auto;	
		color: #333;
		border: 2px solid #0055A4;			 
		}
	

 	/*  HEADER  */

 
#header {
	width: 100%;
	height: 120px;
	background-color: #0055A4; 		/*blue;*/
	margin: 0;						
	border-bottom: 1px solid #fff;
	}


	/* TOP NAV */

#topnav {
	font-family: verdana, helvetica, serif;
	font-size: 12px;
	background-color: #a3d3ff;				 	 
	width: 760px; 
	height: 30px; 
	border-bottom: 2px solid #0055A4; 
	}


#topnav ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	text-align: center;
	}

#topnav li {
	display: inline;
	}

#topnav a {
	padding: 5px 15px;
	text-decoration: none;
	font-weight: 600;
	color: #0055A4;	 
	}

#topnav a:hover {
	text-decoration: underline;
	color:  #D2232A;
	}



			/* Links  */

 
a, a:link {
	color: navy;		/*#0055A4;*/	 
	text-decoration: underline;
	display: inline;
	}

a:hover {
	text-decoration: underline;
	color:  #D2232A;
	display: inline;
	}



	/*  Main Content  */


#maincontent { 
	width: 502px;		
	padding: 8px 10px 0 20px;
	text-align: left;			 
	float: left;
margin-right: 3px;
	}		

#maincontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	line-height: 13pt;
margin-bottom: 10px;
	}


 
blockquote {
	font-size: 9pt;	
	border-left: 1px solid #0055A4; 
	margin:10px 0 10px 12px;
	padding: 8px;
line-height:13pt;
	}

#maincontent img { 
	border: 1px black solid; 
	padding: 3px; 
	margin: 5px;
	}

#maincontent h2 {
	font-family: georgia, verdana, times;
	font-size: 17pt;		 
	font-weight: 300;
	color: #D2232A; 		/*red*/
	margin: 8px 0 15px 0;
	}

#maincontent h1 {
	font-family: georgia, verdana, times;
	font-size: 17pt;		 
	font-weight: 300;
	color: #0055A4;
	margin: 8px 0 15px 0;
text-align: center;
line-height: 20pt;
	}



#maincontent div.eventbox {
	width: 480px;
	padding: 10px;
	border: 2px solid purple;
	color:  #0055A4;
		}
	
 #maincontent p.thanks {
	font-family: georgia, verdana, times;
	font-size: 11pt;	
	line-height: 13pt;
color:  #0055A4;
text-indent: 15px;
	}



		#maincontent h2.black {
			font-family: georgia, verdana, times;
			font-size: 17pt;		 
			font-weight: 300;
			color: black;		 
			margin: 8px 0 15px 0;
			line-height: 25px;
			}

		#maincontent div.box {
			border: 5px solid black;
			width: 460px;
			padding: 5px;
			}



#maincontent h3 {
	font-family: georgia, verdana, times;
	font-size: 15pt;		 
	font-weight: 300;
	color: #0055A4; 	/*blue*/				 
	margin: 8px 0 6px 0;
text-indent: 10px;
	}

#maincontent h4.endorse {
	font-family: georgia, verdana, times;
	font-size: 13pt;		 
	font-weight: 300;
	color: #0055A4; 	/*blue*/				 
	margin: 8px 0 6px 0;
text-indent: 10px;
	}



			/*content tagline*/
#maincontent h4 {
	font-family: verdana, georgia, times;
	font-size: 10pt;		 
	font-weight: 300;
	color: #0055A4; 	/*blue*/				 
	margin: 8px 0 6px 0;
	}


#maincontent ul li {
	list-style-type: square;
	}

#maincontent ul {
text-align: left;
}

#maincontent li {
	list-style-type: square;
	color:  #0055A4;
	margin-top: 10px;		
}

 #maincontent li.bullet {
	list-style-type: disc;
	color: black;
	margin-top: 10px;
	font-size: 9pt;	
	}

.list {
font-family: georgia, verdana, arial, helvetica;
color: #0055A4;
font-size: 11pt;
font-weight: 500;
text-align: left;
}


blockquote.divider {	
	border-top: 2px solid #0055A4; 
	border-left: 0;
	margin:10px 20px 10px 20px;
	}


#maincontent table {
width: 480px;
background: transparent;
}

#maincontent tr td {
vertical-align: top;
background: transparent;
font-family: georgia, verdana, arial, helvetica;
color: #0055A4;
font-size: 11pt;
font-weight: 500;
text-align: left;
}

 
 




			/* Right Sidebar */

div#rightside {				 
	width: 225px;	
	background-color: transparent;	/*gets blue from wrapper gif*/		 
	float: right;
	font-size: 11px;
	margin: 0;  
	padding: 0;  				
	}

		
 
#rightside h2 {
	width: 225px;
	color: #fff;
	background-color: #0055A4;				
	font-family: verdana, georgia, serif;
	font-size: 8pt;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #fff;
text-indent: 5px;
text-align: left;
	}

 

#rightside p {
	padding: 0; 
	margin: 0 6px 0 12px;
	}

#rightside img { 
	border: 1px black solid; 
	padding: 3px; 
	margin: 10px 0 5px 0;
	}

#rightside a {			
	color: #0055A4;		
	text-decoration: none; 
	font-weight: 600;
	/*padding: 0 6px 0 12px;*/
padding: 0 6px 0 6px; 
	margin: 0; 
	line-height: 14pt;
	}

#rightside a:hover {
	color: #D2232A; 	 
	text-decoration: underline;
	}

#rightside ul {
text-align: left;
	margin: 5px 0 5px 20px;
}

#rightside li {
list-style-type: square;
color:  #0055A4;		
}

#rightside li.events {
list-style-type: circle;
color:  #D2232A;		
}

	#rightside div.box {
		background-color: black;
		width: 204px;
		height: 169px;
		}


ul { 
margin: 5px 0 5px 20px;
}

ol {
margin: 5px 0 5px 20px;
}



.submit {
	font-size: 12pt;
	color: #0055A4;
}

.size {
height: 13pt;
border: 1px solid #0055A4;
}








		/* BOTTOM NAV */

#bottomnav {
clear: both;
	font-family: verdana, times, helvetica, serif;
	font-size: 12px;
	background-color: #a3d3ff;					 
	width: 760px; 
	height: 30px; 
	border-top: 1px solid #fff;
	}


#bottomnav ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	text-align: center;
	}

#bottomnav li {
	display: inline;
	}

#bottomnav a {
	padding: 5px 15px;
	text-decoration: none;
	font-weight: 600;
	color: #0055A4;		/*white;*/
	}

#bottomnav a:hover {
	text-decoration: underline;
	color:  #D2232A;
	}




 
 	/*BOTTOM IMAGE*/

#bottomImage {
	background-color: #a3d3ff;	 
	clear: both;
	width: 100%;
	margin-top: 0;
	padding: 0;
	border-top: solid 1px #0055A4;		 
	color: #fff;
	text-align: left;
	}



		/* Footer */

#footer {
width: 760px;
height: 25px;				/*need w-h for ie7*/
	background-color: #0055A4;	 
	clear: both;
	border-top: solid 1px #fff;
	color: #fff;
	}
 
#footer p {
	padding: 5px 0 5px 0; 
	text-align: center;
	}
	
 
#footer a {
	text-decoration: none;
	font-weight: 600;
	color: white;		/*white;*/
	}

#footer a:hover {
	text-decoration: underline;
	color: yellow;
	}
 
 



	/* the usual */

.center {
	text-align: center;
	}

.justify {
	text-align: justify;
	}

.right {
	text-align: right;
	}

.left {
	text-align: left;
	}

.tiny {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	}

.strong {
	font-weight: 600;
	} 

.red {
	color: #D2232A;
	}
 
.blue {
	color: #0055A4;
	}

.indent {
text-indent: 20px;
	}

.black {
color: black;
}

.postponed {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	color: black;
}


 


.vote {
font-weight: 600;
color: #D2232A;
font-size: 20pt;
font-family:  "times new roman", georgia, verdana, arial, helvetica;
}


img.bar {
border: none;
}

img a { 
border: none;
}

 
img.left { 
float: left; 
border: none; 
padding: 8px; 
margin: 0;
}
 


 /*
#header h4 {
	font-family: georgia, verdana, sans-serif;
	font-size: 20pt;
	font-variant: small-caps;
	font-weight: normal;
	color: #F0F0F0;
	margin: 10px 0 0 0px;
	}
 */		



 
 
 
 

	 
	 
 


 

 