html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


img {
	border: 0;
}

body {
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

a {
	color: #003574;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input {
	border: 0;
	padding: 3px;
	margin-right: 10px;
	border: 1px solid #02571c;
}

#header {
	width: 950px;
	height: 221px;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#soc_nets {
	float: left;
	padding-left: 50px;
	padding-top: 2px;
}

#head1_form {
	padding-left: 380px;
	padding-top: 7px;
	float: left;
}

#head1_form input {
	border: 0;
	padding: 3px;
	margin-right: 10px;
	border: 1px solid #02571c;
}

#nav {
	width: 950px;
	background: #FFFFFF;
}

#content {
	width: 950px;
	text-align:left;
	background-image: url(/img/content_bg.jpg);
	background-repeat: repeat-y;
	min-height: 500px;
	margin: 0;
	padding: 0;
}

#content-area {
	padding: 40px;
	padding-top: 10px;
}

#paid-for-by {
	border: 1px solid #045b2f;
}

#footer {
	font-size: 11px;
	text-align: center;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	width: 600px;
}

#sidebar {
	float: left;
	top: -26px;
	left: 70px;
	z-index: 1000;
	position: relative;
	width: 305px;
	background-image: url(/img/rightcolumn.jpg);
	background-repeat: no-repeat;
	height: 485px;
}

#sidebar_donate {
	margin-left: 21px;
	margin-top: 15px;
}

#sidebar_volunteer {
	margin-left: 21px;
	margin-top: 5px;
}

#sidebar_news {
	margin-right: 21px;
	margin-left: 21px;
	margin-top: 42px;
	height: 130px;
	overflow: hidden;
}

#sidebar_twitter {
	margin-left: 21px;
	margin-top: 54px;
}

#sidebar_facebook {
	margin-left: 21px;
	margin-top: 5px;
}

#sidebar_flickr {
	margin-left: 21px;
	margin-top: 4px;
}

/************************* media page content ***************************/

#media_list_item
{
	width: 31%;
	float: left;
	margin: 3px;
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px solid #ccd6e7;
}

#media_list_featured
{
	width: 97%;
	float: none;
	margin-bottom: 10px;
	margin: 4px;
	padding: 8px;
	background-color: #FFFFFF;
	border: 1px solid #ccd6e7;
}

#media_list_title
{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#media_list_small_title
{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#bold_16
{
	font-size: 16px;
	font-weight: bold;
}

#bold_14
{
	font-size: 14px;
	font-weight: bold;
}

hr.media_hr
{
	border: none 0; 
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	width: 100%;
	height: 1px;
	margin: 2px auto 0 auto;
	text-align: left;
}


#clearboth {
	clear: both;
}

/************************* issues page content ***************************/

#issues
{
	float: left;
	font-size: 14px;
	margin: 0;
	list-style: none;
	padding-left: 0px;
}

#issues li
{
	padding-bottom: 5px;
	font-size: 14px;
}

/************************* blog page content ***************************/

#contentbox
{
	margin: 5px;
	margin-top: 15px;
	background-color: #FFFFFF;
	border: 1px solid #CCD6E7;
}

#contentbox_title
{

	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	margin: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;

}

#contentbox_title a
{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

#contentbox_title a:hover
{
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

#contentbox_text
{
	padding: 6px;
	margin-top: 5px;
}

/************************* photo gallery content ***************************/

div.gallery {

	float: left;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;

}

.galleryimg img{

	border: 1px solid #fff1fc;
	
}

.galleryimg:hover img{

	border: 1px solid black;
	
}

.galleryimg:hover{

	color: red; /* only used to overcome IE's incompetence */
	
}

/************************* events content ***************************/

#standardtd
{
	background: #FFFFFF;
}