@charset "UTF-8";

/*
+------------------------------+
  REED - Main Style Sheet
+------------------------------+
  > By David Sword
  > http://davidsword.ca/
  > Version 1.0
  > Started   2008/11/08-05:24
  > Completed 2000/00/00-00:00
+------------------------------+
*/



.kellygreen {
	color: #09732b;
}

/*Document*/
* {
	margin:0;
	padding:0;
}
body {
	background-color: #660000;
	margin:15px;
}
body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul {
	list-style-position:disc;
	list-style: #666666;
	margin:0px;
	margin-left:15px;
}
ol {
	margin-left:15px;
	color: #615918;
}
img {
	border: 0px;
}

p img {
	padding-right:5px;
}

/*Main Links*/
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

/*Main Elements*/
.container {
	text-align:center;
	margin:0px auto;
	width:750px;
	min-width:750px;
	max-width:750px;
}
.box {
	text-align:left;
	border:1px solid white;
	width:750px;
	min-width:750px;
	max-width:750px;
}

/*Header/Navigation*/
.header {
	width:750px;
	height:167px;
	border-bottom:1px solid white;
	background: black;
	overflow: hidden;
}
.headerleft {
	float: left;
	background: black url(images/headerimg.png);
	width: 437px;
	min-width: 437px;
	max-width: 437px;
	height:167px;
}
.headerright {
	float: right;
	width: 312px;
	height:167px;
	background-image: url(images/logo.png);
	border-left: 1px solid white;
}
.navheader {
	width:750px;
	height: 181px;
	border-bottom:1px solid white;
	background: black url(images/navheaderimg.png) right;
	overflow: hidden;
}
.navheaderleft {
	width: 156px;
	height: 160px;
	border-right: 1px solid white;
	float: left;
	background: black;
	padding-top: 21px;
}
.navheaderright {
	width: 593px;
	min-width: 593px;
	max-width: 593px;
	height: 181px;
	min-height: 181px;
	max-height: 181px;
	float: right;
				background: red;

}

#nav, #nav ul {
	font-size: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
#nav a {
	display: block;
	color:#666666;
	background:black;
	padding: 0px 14px 7px 0;
}
#nav li {
	background: black;
	width: 146px;
	text-align: right;
	color: white;
	text-decoration: none;
	cursor: pointer;
	float: right;
}
#nav li:hover a {
	color: #999999;
	background:black;
	text-decoration: none;
}
#nav active a, #nav.active, #active, #active a, #active a:hover {
	color: white;
}


/*Other Elements*/
.barbedwire {
	width: 750px;
	height: 43px;
	border-bottom: 1px solid white;
	background: url(images/barbed.png) no-repeat #333333;
}
.main_container {
	border-top:1px solid white;
}
.main_left {
	background: black;
	width: 136px;
	overflow: hidden;
	float: left;
	padding: 14px 0px 0 17px;
}
.main_right {
	width: 564px;
	background: white;
	padding: 20px 15px 20px 15px;
	text-align: justify;
	float: right;
	min-height: 300px;
}
.main {
	width: 750px;
	text-align: justify;
	overflow: hidden;
	background: black;
}


/*footer*/
.footer {
	width:750px;
	color: black;
	padding-top:25px;
	padding-bottom: 15px;
	border-top: 1px solid white;
	font-size: 10px;
	background: #333333;
}
.footer a {
	color: #666666;
	text-decoration: none;
}

.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #66666;
}
.footer a:hover {
	text-decoration: none;
	color: #999999;
}
.footer a:active {
	text-decoration: none;
	color: #999999;
}
.footerbarbed {
	background: #333333 url(images/barbed.png) no-repeat;
	height: 30px;
	width: 750px;
	padding-bottom: 15px;
}
.footercopy {
	padding-left: 172px;
}

/*Font Elements*/
h1 {
	color: #660000;
	font-size: 14px;
	margin-bottom: 14px;
}
h2, h2 a:link, h2 a:visited {
	color: black;
	font-size: 12px;
}
h2 a:hover {
	color: #660000;
}
h3 {
	color: #660000;
	font-size: 12px;
}
h4 {
	color: #660000;
	font-size: 12px;
}
h5 {
	color: #660000;
	font-size: 12px;
}
h6 {
	color: #660000;
	font-size: 12px;
}
.sndlink a {
	color: #666666;
	text-decoration: none;
}
.sndlink a:link, .sndlink a:visited {
	color: #666666;
	text-decoration: none;
}
.sndlink a:hover {
	text-decoration: underline;
	color: #999999;
}
.sndlink a:active {
	text-decoration: none;
	color: #999999;
}
.red {
	color: #660000;
}



/*Show/Hide News*/
.morenews {
	display: none;
}
a.showLink, a.hideLink {
	text-decoration: none;
}
a.hideLink {
}
a.showLink:hover, a.hideLink:hover {
	text-decoration: underline;
}


/*Rollover Donation*/
a.rollover {
   display: block;
   width: 122px;
   height: 29px;
   text-decoration: none;
   background: url("images/button.jpg");
}
a.rollover:hover {
   background-position: 0 29px;
}


/*Rollover bsns*/
a.bsnap {
   display: block;
   width: 122px;
   height: 161px;
   text-decoration: none;
   background: url("images/BSNS_button.gif");
}
/*a.bsnap:hover {
   background-position: 0 213px;
}*/

