/*
CSS stylesheet by Louis Granato / louisgranato.com
*/

/* General 
--------------------------------------------------------------- */

body {
	background: #001e50 url(/graphics/body-bg-shadow.gif) repeat-x;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	outline: none;
}

a, a:link, a:visited {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	color: #ae0500;
	text-decoration: none;
}

a:active {
	color: #ae0500;
	text-decoration: none;
}

h1 {
	border-bottom: 1px solid #cc6666;
	font-family: "Trebuchet MS", "Century Gothic", Arial, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
	padding: 0 0 2px 0;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #000;
	text-decoration: none;
}

h2 {
	color: #006699;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

p {
	line-height: 1.5em;
}

ol {
	line-height: 1.5em;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
}

td {
	vertical-align: top;
}

/* Structural 
--------------------------------------------------------------- */

#content {
	background: #FFFFFF;
	font-size: 0.8em;
	padding: 30px;
}

#footer {
	background: url(/graphics/footer-bg.gif) repeat-x;
	height: 90px;
	padding: 30px 0;
}

#footer-paid {
	border: 1px solid #334667;
	color: #58729c;
	font-size: 0.7em;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 28em;
}

#footer-contact {
	color: #ccc;
	font-size: 0.9em;
	padding-top: 15px;
	text-align: center;
}

#header {
	background: url(/graphics/header-bg.jpg) no-repeat 0px -30px;
	height: 190px;
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 930px;
	color: #EFEFEF;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: right;
}

#logo {
	position: absolute;
	top: 60px;
	height: 110px;
	width: 285px;
}

#nav {
	position: absolute;
	top: 110px;
	right: 0px;
	height: 60px;
	width: 675px;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* Navigation 
--------------------------------------------------------------- */

#top a, #top a:link, #top a:visited {
	border: none;
	color: #EFEFEF;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 1px;
}

#top a:hover, #top a:active {
	border-bottom: 1px solid #ccc;
}

a.home-buttons {
	display: block;
	height: 90px;
	width: 220px;
}

a.home-buttons:hover {
	background-position: 0 90px;
}

#logo a {
	display: block;
	height: 110px;
	width: 285px;
	text-indent: -999em;
	overflow: hidden;
}

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

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav a {
	background: url(/graphics/nav-bg.jpg) no-repeat 0 0;
	display: block;
	height: 60px;
	text-indent: -999em;
	overflow: hidden;
}

#nav-about a {
	background-position: 0 0;
	width: 86px;
}

#nav-issues a {
	background-position: -86px 0; 
	width: 74px;
}

#nav-news a {
	background-position: -160px 0; 
	width: 69px;
}

#nav-district a {
	background-position: -229px 0; 
	width: 85px;
}

#nav-volunteer a {
	background-position: -314px 0; 
	width: 98px;
}

#nav-donate a {
	background-position: -412px 0; 
	width: 81px;
}

#nav-contact a {
	background-position: -493px 0; 
	width: 86px;
}

#nav-home a {
	background-position: -579px 0; 
	width: 96px;
}

#nav-about a:hover {
	background-position: 0 -60px; 
	width: 86px;
}

#nav-issues a:hover {
	background-position: -86px -60px; 
	width: 74px;
}

#nav-news a:hover {
	background-position: -160px -60px; 
	width: 69px;
}

#nav-district a:hover {
	background-position: -229px -60px; 
	width: 85px;
}

#nav-volunteer a:hover {
	background-position: -314px -60px; 
	width: 98px;
}

#nav-donate a:hover {
	background-position: -412px -60px; 
	width: 81px;
}

#nav-contact a:hover {
	background-position: -493px -60px; 
	width: 86px;
}

#nav-home a:hover {
	background-position: -579px -60px; 
	width: 96px;
}

/* Content
--------------------------------------------------------------- */

div.center {
	text-align: center;
}

.error {
	color: #af0500;
}

.strong {
	font-weight: bold;
}

.events {
	padding-left: 30px;
}

#issues {
	width: 580px;
}

#issues div {
	background-color: #EFEFEF;
	padding: 15px 30px;
	text-transform: none;
}

#issues h2 {
	border-bottom: 1px solid #cc6666;
	margin: 15px 0 0px 0;
	padding-bottom: 2px;
}

/* News links
--------------------------------------------------------------- */

#news-links {
	width: 720px;
}

#news-links a {
	background-color: #006699;
	color: #fff;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 15px;
	height: 70px;
	width: 200px;
	line-height: 1.5em;
	text-decoration: none;
}

#news-links a:hover {
	color: #EFEFEF;
	background-color: #001e50;
}

#news-links a:active {
	color: #EFEFEF;
	background-color: #001e50;
}

a.home-link {
	background-color: #efefef;
	display: block;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 15px;
	line-height: 1.5em;
	text-decoration: none;
}

a.home-link:hover {
	background-color: #e0e0e0;
}

/* Forms
--------------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

form div {
	margin-top: 2px;
}

form div.title {
	font-weight: bold;
	margin-top: 15px;
}

form div span.left {
	display: block;
	float: left;
}

form div span.right {
	display: block;
	float: right;
}

form div span.small {
	width: 200px;
}

form div span.medium {
	width: 300px;
}

form div span.large {
	width: 600px;
}

form div span label {
	color: #333333;
	display: block;
	font-size: 0.8em;
	margin: 0;
	padding: 2px 0 0 0;
}

input.text, textarea.text, select.select {
	font-family: Arial, Verdana, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

input.small, select.small, textarea.small {
	width: 190px;
}

input.medium, select.medium, textarea.medium {
	width: 290px;
}

input.large, select.large, textarea.large {
	width: 590px;
}

textarea.large {
	height: 200px;
}

input.submit {
	border: 1px solid #000;
	background-color: #336699;
	color: #EFEFEF;
	font-weight: bold;
	padding: 5px 7px;
}

input.submit:hover {
	background-color: #006699;
	color: #fff;
}

/* Clear floats 
--------------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix {
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}
/* End Holly Hack */