﻿/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color:#f3f3f3;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 774px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	color: #000;
}
#banner {
	position: relative;
	float:left;
}
.wrapper {
	position:relative;
	width: 775px;
	margin: 5px auto;
	padding: 0 0 5px 0;
	border: 2px solid #00457C;
	background-color: #DDE3EE;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#leftside {
	position: relative;
	width: 160px;
	background-color:#DDE3EE;
	float: left;
	margin-top:10px;
	z-index:2;
}
#rightside {
	position: relative;
	float: left;
	width: 160px;
	margin-top:10px;
	margin-right:-10px;
	background-color: #1b3d63;
	clear: right;
	text-align:center;
	color:#ffffff;
}
#rightside p, li {
	font-size: 10px;
	color: #fff;
}
#rightside h1 {
	font-size: 14px;
	font-weight: bold;
	color: #b20838;
}
#rightside h2 {
	font-size: 12px;
	font-weight: normal;
	color: #1b3d63;
}
#rightside a {
	font-weight: bold;
	color: #b20838;
	text-decoration: none;
	border:0;
}
#rightside a:hover {
	font-weight: bold;
	color: #b20838;
	text-decoration: underline;
}
#rightside img {
	margin: 7px 3px;
}
#main {
	padding: 10px;
	margin: 10px;
	background-color: #fff;
	border:#CCC solid 1px;
	color:#000;
}
#main h1 {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	padding-bottom:10px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin:4px 0;
	color:#F00;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin:4px 0;
	color:#F00;
}
#main p, td, li {
	color:#000;
	font-size: 12px;
	line-height: 130%;
}
#main p {
	padding:5px 0 5px 8px;
}
#main ul {
	margin-left:40px;
	margin-bottom:12px;
}
#main a {
	color: #1b3d63;
}
#main a:hover {
	text-decoration: none;
	color: #F00;
}
#footer {
	font-size:9px;
	float:left;
	width:770px;
}
#footer img {
	margin:-6px 10px 2px 4px;
}
#footer a {
	color:#000;
}
#footer a:hover {
	text-decoration:none;
	color:#1b3d63;
}
#narrowbody {
	width:455px;
	float:left;
	position:relative;
	clear:right;
}
#widebody {
	width:610px;
	float:left;
	position:relative;
}
.blocktitle {
	background-color: #1b3d63;
	padding:3px;
	color:#FFF;
	display:block;
}
.longlist li {
	padding-bottom:8px;
}
.undolonglist li {
	padding-bottom:.1em;
}
.mainphoto {
	border:1px solid #CCC;
	padding:3px;
	float:right;
	width:200px;
	background-color:#DDE3EE;
	margin:3px;
	text-align:center;
	font-size:10px;
}
.mainphoto img {
	border:1px solid #CCC;
}
.smaller {
	font-size:10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#volunteerbutton {
	text-align:center;
	display:block;
	background-color:#1b3d63;
	padding:3px;
	margin:5px;
	width:200px;
	color:#FFF;
	font-size:20px;
	margin-left:100px;
}
#volunteerbutton a {
	color:#FFF;
}
.inverse {
	background-color:#0168b3;
	color:#fff;
}
