*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #333333;
	font-family: Arial, Helvetica, sans-serif
	font-size: 1em;
}
img {
	border: none;
}

h2
{
	color: #EDE8AE;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
}

a
{
	color: white;
	border-bottom-style: none;
	text-decoration: underline;
}

a:hover
{
	color: white;
	border-bottom-style: none;
	text-decoration: underline;
}

#page-wrap
{
	max-width: 860px;
	min-width: 860px;
	height: 380px;
	margin: 0 auto;
	position: relative;
	/*background: white url(../images/bg.png) top center repeat-y;*/
	overflow: hidden;
	-moz-box-shadow: 3px 3px 6px #000;
	-webkit-box-shadow: 3px 3px 6px #000;
	box-shadow: 3px 3px 6px #000;
	z-index: 100;
	background-color: #4c4c4c;
}

.button
{
	float: right;
	margin-top: 5px;
	color: #747474;
	background-color: #acacac;
	border: 1px solid;
	padding-right: 5px;
	padding-left: 5px;
}

#don
{
	position: absolute;
	top: 340px;
	left: 220px;
}

#dl
{
	position: absolute;
	top: 340px;
	right: 30px;
}

textarea
{
	width: 99%;
	margin-top: 5px;
	padding: 2px;
	font-size: .9em;
	/*color: #acacac;*/
	color: black;
	resize: none;
}

#header
{
	max-width: 860px;
	min-width: 860px;
	margin: 15px auto 0;
	text-align: left;
}

#main-content
{
	width: 860px;
	/*padding: 0 1%;*/
	float: left;
}

/*For all pages except the anything sliders*/
#sub-content
{
	width: 860px;
	height: 380px;
	/*padding: 0 1%;*/
	float: left;
	background-color: #747474;
}

#content
{
	width: 780px;
	height: 254;
	text-align: left;
	margin: 50px 40px 63px 40px;
}

#left_nav
{
	background-color: #5b5b5b;
	width: 171px;
	text-align: left;
	height: 365px;
	padding-top: 15px;
	padding-left: 17px;
	line-height: 1.7em;
	color: #B3B3B3;
	font-weight: bold;
	float: left;
}

#left_nav a
{
	color: white;
	text-decoration: none;
}

#left_nav ul li a:hover
{
	color: #ede8ae;
	text-decoration: none;
}

#left_nav_current a
{
	color: #B3B3B3;
	border-bottom-style: none;
	text-decoration: none;
}

#support_content
{
	/*width: 860px;*/
	background-color: #747474;
	height: 330px;
	padding-top: 50px;
}

#support_counter
{
	width: 118px;
	height: 380px;
	float: right;
	position: relative;
	top: 0px;
	left: 0px;
}

#mini_wrapper { margin-top: -24px; }

.support_counter_noclr
{
	border-bottom: 1px #747474 solid;
	background-color: white;
	height: 21px;
	padding-top: 10px;
	color: #b4b4b4;
	font-weight: bold;
}

.support_counter_clr
{
	border-bottom: 1px #747474 solid;
	background-color: #b4b4b4;
	height: 21px;
	padding-top: 10px;
	color: #b4b4b4;
	font-weight: bold;
}

#content p
{
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.4em;
}

#story-squares img
{
	color: #CCC;
	padding: -25px 20px 0 0;
	line-height: 1.6em;
}

#story-squares
{
	width: 458px;
	height: 330px;
	margin-left: 374px;
	background-color: white;
	padding: 25px 0 25px 27px;
	text-transform: uppercase;
	text-align: left;
}

#story-squares li {
	display: inline;
	list-style-type: none;
	padding: 0 6px 0 0;
}

#donate
{
	float: right;
	clear: right;
	margin-top: -16px;
	z-index: 1500;
	-moz-box-shadow: 3px 0px 6px #000;
	-webkit-box-shadow: 3px 3px 6px #000;
	box-shadow: 3px 3px 6px #000;
}

#left_arrow
{
	overflow: hidden;
	position: absolute;
	width: 31px;
	height: 43px;
	z-index: 1100;
	text-align: left;
	padding-top: 337px;
	padding-left: 10px;
}

#right_arrow
{
	overflow: hidden;
	position: absolute;
	width: 31px;
	height: 43px;
	z-index: 1110;
	text-align: right;
	padding-top: 337px;
	padding-right: 10px;
	margin-left: 333px;
}

/*display any php errors red*/

p.error
{
	color: #f9ced0;
}

input.error
{
	background-color: #f9ced0;
}

#ty
{
	text-align: center;
	font-size: 1.2em;
	height: 178px;
	background-color: #9d9c9c;
	margin-top: 20px;
}

#ty p
{
	color: black;
	padding-top: 70px;
}

#slideshow
{
	padding-top: 70px;
}

#impact
{
	padding-top: 23px;
}

#mini_nav
{
	float: right;
	text-transform: uppercase;
	position: relative;
	left: -475px;
	line-height: 1.8em;
	font-weight: bold;
}

#mini_nav a
{
	color: #333333;
	text-decoration: none;
}

#mini_nav ul li a:hover
{
	color: white;
	text-decoration: none;
}

#mini_current a
{
	color: #ede8ae;
	border-bottom-style: none;
	text-decoration: none;
}

textarea.error { 
	background-color: #f9ced0;
}

#form_body { margin-top: 10px; }

#form_body fieldset ul, p, h2
{
	margin: 0px;
	padding: 0px;
}

#form_body fieldset { width: 780px; }

#form_body fieldset p label
{
	width: 32.9%;
	float: left;
	text-indent: 0em;
	margin-left: 3px;
	color: #cccccc;
}

#form_body fieldset p input
{
	text-indent: 0em;
	border: 0px;
	font-size: .9em;
	padding: 2px;
}

.top_form input
{
	width: 32.4%;
	padding: 2px;
	font-size: .9em;
	/*color: #acacac;*/
	color: black;
}

#updates
{
	font-size: .9em;
	margin-top: 5px;
	color: #cccccc;
}

#update_date
{
	color: #b4b4b4;
	text-align: right;
	margin-right:10px;
	margin-top:-25px;
	padding-right:110px;
	text-align:right;
}

#nav
{
	clear: both;
	max-width: 860px;
	min-width: 860px;
	background: #222;
	background-color: #9f3c40;
	text-transform: uppercase;
	height: 36px;
	position: relative;
	-moz-box-shadow: 3px 3px 6px #000;
	-webkit-box-shadow: 3px 3px 6px #000;
	box-shadow: 3px 3px 6px #000;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	position: relative;
	z-index: 2;
	width: 100%;
}

#nav li {
	display: inline;
	text-align: center;
	margin: 0 5px;
}

#navlist { margin-left: 7px; }

#navlist a
{
	color: white;
	border-bottom-style: none;
	text-decoration: none;
}

#navlist a:hover
{
	color: #5a0205;
	border-bottom-style: none;
	text-decoration: none;
}

#current a
{
	color: #5a0205;
	border-bottom-style: none;
	text-decoration: none;
}

#nav ul li {
	display: block;
	float: left;
	text-align: center;
}

#navlist li
{
	display: inline;
	height: 36px;
	margin: 0 0;
	padding: 1px 0;
	float: left;
	line-height: 36px;
	font-size: 1em;
}

#footer p
{
	padding: 10px;
	color: white;
	font-size: .8em;
}

#footer a
{
	color: #CCC;
	text-decoration: none;
}
