/* CSS */

/* ------------- GENERAL ------------- */

body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	background-color: #6F1A17;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0;
	width: 834px;
	
}


/* ------------- NAVIGATION ------------- */

#header {
	margin: 1px auto;
	padding: 0;
	width: 834px;
	height: 250px;
	background-color:#FFFFFF;
}

.header1 { /* Home */
	background-image: url(images/header-1.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
}

.header2 { /* Who we are */
	background-image: url(images/header-2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header3 { /* What we do */
	background-image: url(images/header-3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header4 { /* Results */
	background-image: url(images/header-4.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header5 { /* Contact us */
	background-image: url(images/header-5.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header6 { /* Helpful links */
	background-image: url(images/header-6.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header7 { /* Legislative calendar */
	background-image: url(images/header-7.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* ------------- NAVIGATION ------------- */

#navigation {
	margin: 0 auto;
	padding: 4px;
	padding-top: 5px;
	width: 790px;
	color: #fff;
	font-size: 95%;
	background: #791718;
}

* html #navigation {
	margin-top: -2px;
}

#navigation ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style: none;
	overflow: hidden; /* shows bg color in safari/firefox */
}

#navigation li {
	/* Don't set margin: 0 as this will cause Firefox to turn off its default margins - these margins help equalize it with IE6 */
	padding: 0;
	margin-right: 10px;
	display: inline; /* display:block and float:left do not center */
	text-align: center;
}

#navigation a {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}



/* ------------- MAIN ------------- */

#main {
	margin: 0 auto;
	padding: 10px;
	padding-left: 35px;
	padding-top: 25px;
	width: 755px;
	min-height: 600px; /* creates min-height effect in gecko browsers */
	background: #fefbec;
	background-image: url(images/body.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

* html #main {
	height: 600px;
}

* + html #main {
	height: 100%; /* resets the height so min-height will work in IE7 */
	min-height: 600px; /* keeps footer below bg pic */
}

a {
	color: #508dc3;
}

#leftcontent {
	margin: 0;
	padding: 10px;
	padding-left: 20px;
	padding-top: 15px;
	width: 95px;
	height: 580px; /* keeps main text from running into sidebar in FF */
	min-height: 580px; /* "" */
	float: left;
	font-size: 90%;
	text-align: right;
}

#maincontent {
	margin: 0;
	margin-right: 60px; /* moves main content closer to nav */
	padding: 0;
	float: right;
	font-size: 90%;
	line-height: 130%;
	color: #444;
	width: 500px;
}

* html #maincontent {
	margin-right: 40px;
	width: 500px;
}

* + html #maincontent {
	width: 500px;
}

h1 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 100%;
	color: #791718;
}

h1.home {
	display: none;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#leftcontent h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-size: 120%;
	color: #791718;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

h4 a {
	color:#791718;
	margin: 0;
	padding: 0;
	font-size: 110%;
}

p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 90%;
}

ul {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 90%;
	list-style: inside;
}

#leftcontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftcontent li {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	color: #444;
}

#leftcontent li a {
	color: #444;
	text-decoration: none;
}

#leftcontent li a:hover {
	text-decoration: underline;
}

#profilepic {
	margin: 0;
	padding: 0;
	padding-left: 7px;
	float: right;
}



/* ------------- FOOTER ------------- */

#footer {
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 0;
	padding-top: 20px;
	padding-left: 35px;
	padding-bottom: 10px;
	width: 765px;
	color: #791718;
	font-size: 70%;
	line-height: 130%;
	background: #fefbec;
	background-image: url(images/footer.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	margin-top: 15px;
	padding: 0;
}
