/*---------------------------------------------------------------------------------------------
AMY COFFMAN for State Representative CSS
Copyright 2007, 2008
Created October 2007 
Author: Scott Phelps

Table of Contents
1. Basic Reset
2. Body
3. Container
4. Header
5. SubNavigation
6. Content
	6a. Typography
7. Links (Sidebar)
8. Footer
9. Extra
----------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------
1. Basic Reset
----------------------------------------------------------------------------------------------*/
* {
margin: 0px; 
padding: 0px
}

/*---------------------------------------------------------------------------------------------
2. Body
----------------------------------------------------------------------------------------------*/
body {
	background: #fff url(images/background.jpg) top center repeat-x;
	color: #000;
	font: 13px Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
	text-align: center;
}

/*---------------------------------------------------------------------------------------------
3. Container
----------------------------------------------------------------------------------------------*/
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 700px;
	}

/*---------------------------------------------------------------------------------------------
4. Header
----------------------------------------------------------------------------------------------*/
#header {
	background: #5F793A url(images/header_background.jpg) no-repeat 0 0;
	height: 141px;
	width: 700px;
	}

	#header ul { 
		}

	#header li { 
		list-style: none inside;
		display: inline;
		margin: 0 10px;
		}

		#header a, #header a:visited {
			background: transparent url(images/tab.gif) no-repeat 0 0;
			color: #fff;
			font: 15px Trebuchet MS, Helvetica, serif;
			text-decoration: none;
			display: block;
			width: 93px;
			height: 31px;
			float: left;
			text-align: center;
			line-height: 28px;
			font-weight: bold;
			background-position: 0px 0x;
			}

			/* Persistent State */
			#endorse #header a.endorse, 
			#issues #header a.issues,
			#bio #header a.bio,
			#volunteer #header a.volunteer,
			#contact #header a.contact,
			#contribute #header a.contribute {
				background-position: 0px -30px;
				color: #000;
				}
			
			#header a:hover.issues,
			#header a:hover.bio, 
			#header a:hover.volunteer,
			#header a:hover.contact,
			#header a:hover.endorse,
			#header a:hover.contribute {
				background-position: 0px -30px;
				color: #000;
				}

	#header a.home_button {
		background: transparent none;
		display: block;
		width: 700px;
		height: 112px;
		color: #5F793A;
		font-size: .001em;
		text-align: right;
		}

/*---------------------------------------------------------------------------------------------
5. Subnavigation
----------------------------------------------------------------------------------------------*/
#subnav {
	background-color: transparent;
	display: relative;
	height: 164px;
	width: 700px;
	}

		#subnav ul { 
			}

		#subnav li  {
		list-style: none inside;
		display: inline;	
			}
		
		#subnav li a {
			float: left;
			display: block;
			font-size: .001em;
			margin-right: 10px;
			margin-left: 10px;
			height: 160px;
			}

			#subnav li a.health {
				background: url(images/health.jpg) no-repeat 0 0;
				width: 127px;
				}

			#subnav li a.education {
				background: url(images/education.jpg) no-repeat 0 0;
				width: 128px;
				}
	
			#subnav li a.economy {
				background: url(images/economy.jpg) no-repeat 0 0;
				width: 130px;
				}

			#subnav li a.senior {
				background: url(images/seniors.jpg) no-repeat 0 0;
				width: 127px;
				}
			

/*---------------------------------------------------------------------------------------------
6. Content
----------------------------------------------------------------------------------------------*/
#content {
	color: #000;  
	float: left;
	height: auto;  
	width: 480px;
}

	#content p {
		padding: 10px;
		text-align: justify;
		}

	a, a:visited {
		color: #5f7a38;
		text-decoration: underline;
		}

	a:hover {
		text-decoration: none;
		}

	#headline {
		height: 37px; 
		padding-top: 4px;
		width: 700px;
		}

	#content ul { 
		margin-left: 10px;
		}

	#content li {
		list-style: inside;
		}

	#form { 
		text-align: center;
		}

	#form label { }
	
	#form fieldset {
		padding: 6px;
		}

	#form input{
		font-weight: bold;
		}

		/*-------------------------------------------------------------
		6a. Typography
		---------------------------------------------------------------*/
		h1 {
			color: #000; 
			font-size: 1.75em;
			margin: 5px 0 8px 10px;
			letter-spacing: -.01em;
			}

		h2 {
			color: #000; 
			font-size: 1.5em;
			margin: 5px 0 8px 10px;
			}

		h3 {
			color: #000; 
			font-size: 1.25em;
			margin: 5px 0 6px 12px;
			}

		h4 {
			color: #000; 
			font-size: 1.1em;
			margin: 7px 0 9px 12px;
			}

		dl {
			margin-left: 10px;
			}

		dt {
			font-weight: bold;
			}

		dd {
			margin-left: 11px;
			margin-bottom: 8px;
			}

		q {
			background: #FDFFEF;
			font-style: italic;
			margin: 6px 0 8px 14px;
			display: block;
			width: auto;
			border: 1px #d0d0d0 dotted;
			padding: 5px;
			}

/*---------------------------------------------------------------------------------------------
7. Links (Sidebar)
----------------------------------------------------------------------------------------------*/
#links {
	border-left: 1px #5f7a38 dotted;
	float: left;
	height: 100%;
	min-height: 400px;
	width: 210px;
	margin-left: 4px;
	padding-left: 4px;
	}

	#links a, a:visited {
		color: #5f7a38;
		text-decoration: underline;
		}

	#links a:hover {
		text-decoration: none;
		}
	
	#links p {
		margin: 9px;
		}
	
	#links cite {
		font-style: normal;
		font-weight: bold;
		text-align: right;
		}

	#links q {
		background: #DEFFAF;
		}

	p.button {
	vertical-align: center;
	}

	#links p.button a, #links p.button a:visited {
		background: #9AC65C;
		border: #6E9F27 1px dotted;
		color: #fff;
		padding: 4px;
		text-decoration: none;
		}
	
	#links p.button a:hover {
		background: #DEFFAF;
		color: #000;
		}

	#links p.button a:active {
		background: #3F4F14;
		}
/*---------------------------------------------------------------------------------------------
8. Footer
----------------------------------------------------------------------------------------------*/
#footer {
	background-color: #9ac65c; 
	clear: both;
	color: #fff;
	height: 200px;
	padding: 10px 0;
	text-align: center; 
	width: 100%;
	}
	
	#footer p { 
		margin: 8px 0 8x 0;
		}

	#footer ul { }

	#footer li  { 
		list-style: none inside;
		display: inline;
		margin: 0 10px;
		}

		#footer a, #footer a:visited {
			color: #fff;
			font-size: 1.3em;
			text-decoration: none;
			padding: 4px;
			}

		#footer a:hover {
			background: #e5ffbf;
			color: #000;
			}

		body#endorse div#footer a.endorse {
			background: #e5ffbf;
			color: #000;
			}

/*---------------------------------------------------------------------------------------------
9. Extra
----------------------------------------------------------------------------------------------*/
.vote {
	font-size: 2.0em;
	line-height: 2.0em;
	margin: 10px 0;
	}

.paid_for {
	color: #000;
	margin: 0 0 10px;
	}

.sitemap {
	font-size: .001em;
	color: #9AC65C;
	}




