/*--------------- Defaults ---------------*/
* {
	margin: 0;
	padding: 0;
}
	
/*--------------- Styles ---------------*/
html {
	font-size: 100%;
	}

body {
	font: 62.5%/1.5 "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	background: url("../images/body_bg.gif") repeat-x #002e76;
	color: #000;
	}
	
p, ul {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	margin-bottom: 1em;
	color: #000;
	}
	
img {
	border: 0;
}
	
.center {
	text-align:center;
}

h1 {
	font: bold 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #C41C2D;
	border-bottom: 1px dotted #BFBFBF;
	margin-bottom: 5px;
	padding: 6px 0 4px;
}

h2 {
	font: bold 1.4em/2.0em Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #002E76;
}

h3	{
	font: bold 1.3em/1.0em Georgia, "Times New Roman", Times, serif;
	color: #002E76;
	padding-bottom: 5px;
	text-transform: none;
}

h4 {
	font: bold 1.3em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #996600;
	margin-bottom: 4px;
}

.red {
	color: #C41C2D;
}

.clearFloat {
	display: block;
	clear:both;
}

.borderimg {
	border: 1px solid #C9C6DB;	
}

.borderimg img {
	padding: 1px;
}

input.button {
	font: bold 1em Verdana, Arial, sans-serif;
	color:#ffffff;
	cursor: pointer;
	background-color:#002E76;
	border-style:outset;
	border-width:1px;
	border-color:#CCCCCC;
	margin: 3px 0;
	padding: 4px;
}

.form {
	font: normal 1.2em/1.5em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
}

div.hr { margin: 8px 0px; border: none; border-top: 1px dotted #BFBFBF;}
div.hr hr { display: none; }

/*--------------- Lists ---------------*/	
.mainlist {
	font: normal 12px/1.5em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
}
	
.mainlist li {
	list-style-type: none;
	background-image: url("../images/bullet_black.gif");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: .8em;
	padding-bottom: 5px;
	color: #000;
	line-height: 1.4em;
}
	
.mainlist a {

	}
	
.linklist {
	font: bold 12px/1.5em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	}
	
.linklist li{
	list-style-type: none;
	background-image: url("../images/bullet_red.gif");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: .8em;
	padding-bottom: 5px;
	line-height: 1.4em;
}

.linklist a:link, .linklist a:visited {
	color:#002E76;
	text-decoration: none;
	
	}

.linklist a:hover {
	color: #C41C2D;
	text-decoration: underline;
}

/*--------------- Links & Navigation ---------------*/

a, a:active, a:link, a:visited  {
	color:#002E76;
	text-decoration:underline;
}
	
a:hover {
	color: #C41C2D;
}

#content h2 a {
	font-weight: bold;
	color:#342B1A;
}

#content h2 a:hover {
	font-weight: bold;
	color:#651E08;
}

a.red, a:active.red, a:link.red, a:visited.red {
	color:#C41C2D;
	text-decoration:none;
}

a.red:hover {
	color: #002E76;
	text-decoration: underline;
}

/*--------------- Structure ---------------*/
#header {
	margin: 0 auto;
	height: 37px;
	width: 800px;	
	background:url("../images/header_bg.gif") left top no-repeat #002e76;
}

#pagecontainer {
	border: 1px solid #000;
	background: #F2F2F2;
  	margin: 0 auto;
  	width: 770px;
	padding: 15px;
}

#masthead {
	background: #FFFFFF url("../images/banner.gif") no-repeat top left;
	height: 197px;
	border: 1px solid #000;
}

/*--------------- Menu ---------------*/
#menu {
	width: 768px;
	background: #FBC826;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 7px 0 8px 0;
	border: 1px solid #000;
	border-top: 0;
}

#menu ul {
	margin: 0;
	margin-left: 4px;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align:center;
}

#menu li {
	display: inline;
	padding: 0;
	margin: 0;
	margin-left: -4px;
}

#menu a {
	margin: 10px 0 0 0;
	padding: 8px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #002E76;
	border-right: 1px solid #d09e00;
	/*background: url("../images/tab_bg.gif") #fbc826;*/
	background: #FBC826;
}

#menu .first {
	border-left: 1px solid #d09e00;
}


#menu a:hover {
	color: #292E32;
	background: #FFFBB2;
}

#menu .current a {
	color: #292E32;
	background:#FFFBB2;
}

/*--------------- Page Content ---------------*/
#content {
	width: 768px;
	margin: 0;
	padding: 0;
	background: url("../images/content_bg.gif") left top repeat-y #FFFFFF;
	border: 1px solid #000;
	border-top: 0;
}

/*--------------- Main Section ---------------*/
#main {
  	float: right;
	width: 532px;
	margin: 10px 0 0 0;
	padding-right: 8px;
}

/*--------------- Volunteer Form ---------------*/

#volunteer {
	font: bold 1.0em/1.8em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	padding: 0 0 8px 0;
}

.formFieldTitle {
	clear: left;
	float: left;
	font-weight: bold;
	width: 85px;
}

.formElement {
	height: 25px;
}

.responseText {
	font: normal 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
}

/*--------------- Survey ---------------*/
#survey form {
	font-size: 1.2em;
}

#survey form .formFieldTitle {
	width: 100px;
}

#survey form .formElement input {
	width: 250px;
}

#survey form .question {
	font-weight: bold;
	margin-bottom: 4px;
}

#survey form .radio_input {
	margin-bottom: 10px;
}

#survey form .radio_input input {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}

#survey form .radio_input span {
	float: left;
	margin-top: -3px;
	*margin-top: 0px;
}

#survey form .radio_input .other {
	margin: -3px 0 0 5px;
	*margin-top: 0px;
	width: 350px;
}

#survey form .textarea_input textarea {
	width: 500px;
	height: 150px;
}

/*--------------- News ---------------*/
.news_headline {
	font: bold 1.3em/1.5em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
}

.news_date {
	font: 1.1em/1.0em Georgia, "Times New Roman", Times, serif;
	color: #002E76;
	text-align: left;
}

.news_more {
	text-align: right;
	font: 1.1em/1.0em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
}

.news_author {
	text-align: lerft;
	font: 1.1em/1.0em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #002E76;
}

/*--------------- Sidebar ---------------*/
#sidebar {
	/*margin-right: 547px;*/
	width: 220px;
	padding: 0;
}

#sidebar .paddedcontent {
	padding: 8px 8px 0 8px;
}

#sidebar p, #sidebar ul {
	font-size: 1.0em;
}

.leftnavItem {
	 border-bottom: 1px solid #000;
	 border-top: 1px solid #000;
	 margin-bottom: 5px;
}

a.contributeButton{
	display: block;
	width: 220px;
	height: 50px;
	background: url("../images/contribute.jpg") 0 0 no-repeat;
}

a.contributeButton:hover{
	background: url("../images/contribute.jpg") 0 -50px no-repeat;
}

a.getupdatesButton{
	display: block;
	width: 220px;
	height: 50px;
	background: url("../images/getupdates.jpg") 0 0 no-repeat;
}

a.getupdatesButton:hover{
	background: url("../images/getupdates.jpg") 0 -50px no-repeat;
}

a.volunteerButton{
	display: block;
	width: 220px;
	height: 50px;
	background: url("../images/volunteer.jpg") 0 0 no-repeat;
}

a.volunteerButton:hover{
	background: url("../images/volunteer.jpg") 0 -50px no-repeat;
}
	
/*--------------- Footer ---------------*/
#footer {
	clear: both;
	padding: 10px 0;
	margin-bottom: 15px;
}

#footer p {
	color: #FFF;
	text-align:center;
	font: normal 0.9em/1.8em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
}

#footer_nav {
	margin: 0;
	padding: 4px 0 6px 0;
}

#footer_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align:center;
}

#footer_nav li {
	display: inline;
	padding: 0;
	margin: 0;
	margin-left: -4px;
}

#footer_nav a {
	padding: 8px 20px;
	text-decoration: none;
	font: normal 0.9em/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}


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

/*--------------- Clearfix ---------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

