@charset "utf-8";
/* CSS Document */

/*
Color Pallette
#FF2801
*/

body {
	color:#FF2801;
	background-color:#000;
	text-align:center;
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
}

#center {
	text-align:center;
}

#container {
	width:980px;
	margin:auto;
}

#redbar {
	height:4px;
	background-color:#FF2801;
	width:100%;
}

/* Top Navigation */
#headerlinks {
	text-align:right;
	width:980px;
	margin-top:5px;
	
}

#headerlinks ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#headerlinks ul li {
	display:inline;
	margin:0;
	padding:0;
}

#headerlinks ul li a {
	text-decoration:none;
	color:#fff;
	padding: 5px 1.6em;
}

#headerlinks ul li a:hover {
	color:#000;
	background-color:#fff;
}

.donate a {
	background-color:#FF2801;
	color:#000;
	
}

/*
#headerlinks li:hover {
	background-color:#fff;
	color:#000;
}

* html #headerlinks li a{/* make hover effect work in IE *//*
	width:100%;
	height:100%;
}

#headerlinks li a:hover {
	color:#000;
}

#headerlinks li a { 
        text-decoration:none;
		line-height:25px;
		color:#FFF;
}



* html #leftnav li a:hover {
	background-color:#06F;
	background-image:url(../images/navtriangle10x10.png);
	background-position:right center;
	background-repeat:no-repeat;
}
*/




/* End Top Navigation */


.logo {
	margin: 40px auto;
}

/* Main banner */
#banner {
	width:980px;
	height:250px;
	margin: 0 auto 40px auto;
}

.leftphoto {
	float:left;
}

#leftcontent {
	width=100%;
	margin-right:250px;
}


/*--- About Page Content Formating -----*/

#about {
	text-align:left;
	padding-right:50px;
	min-height:600px;
}

#about td {
	width:100px;
	padding:2px 10px;
	text-align:center;
	color:#ccc;
}

#table {
	border:none;
	
}

#about a {
	text-decoration:none;
	color:#af1c01;
	font-weight:700;
}

#about h2 {
color:#af1c01;
font-size:24px;
margin-left:15px;
}

#image {
	float:right;
	margin:10px;
	font-size:11px;
	width:300px;
	text-align:center;
	color:#ccc;
}

#about ul{
	list-style:none;
	font-size:14px;
	line-height:1.7em;
	margin-left:50px;
	margin-bottom:30px;
	color:#ccc;
}

#about li {
	margin-left:5px;
	margin-bottom:5px;
}


#about p {
	color:#ccc;
	font-size:14px;
	line-height:1.3em;
	padding:0px 20px 30px 20px;
}

#about form {
	line-height:30px;
	font-size:14px;
	color:#ccc;

}

/* --- right column----*/
#rightcontent {
	width:220px;
	height:300px;
	float:right;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
}

.righttitle {
color:#999;
font-size:14px;
font-weight:700;
line-height:20px;
padding-left:0px;
border-bottom:1px solid #af1c01;
}

#form {
	line-height:20px;
	text-align:left;
	padding-left:10px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	margin-left:10px;
	margin-bottom:30px;
	color:#888;
	background-color:#060606;
}

.rightnewslettertitle {
color:#999;
font-size:14px;
font-weight:700;
line-height:20px;
padding-left:0px;
border-bottom:1px solid #af1c01;
}

#newsletter {
	text-align:left;
	padding-left:10px;
	padding-top:5px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	margin-left:10px;
	margin-bottom:30px;
	color:#888;
	background-color:#060606;
}

.signupbutton {
	padding:1px 5px;
	color:#000;
	background-color:#AF1C01;
	font-size:10px;
	font-weight:700;
	margin:5px 0px 5px 3px;
	border:none;
}
.signupbutton:hover {
	background-color:#333;
	color:#FF2801;
}

.amount {
	border:none;
	background-color:#AAA;
}

.donatebutton {
	padding:1px 5px;
	color:#000;
	background-color:#AF1C01;
	font-size:10px;
	font-weight:700;
	margin:10px 0px 10px 130px;
	border:none;
}

.donatebutton:hover {
	background-color:#333;
	color:#FF2801;
}


#noswfborder{
outline:none;
background-color:#000;
}


/* Footer */

#footer {
	width:100%;
	text-align:center;
	background-color:#FF2801;
	height:30px;
	margin-top:40px;
	padding-top:3px;
}

#footercontent {
	width:980px;
	height:100%;
	margin:auto;
}

#footerlinks {
	text-align:left;
	width:980px;
	margin:auto;
	font-size:12px;
	
}

#footerlinks ul {
	list-style-type:none;
}

#footerlinks li {
	display:inline;
	padding:5px 15px;
}

#footerlinks li a { 
        text-decoration: none;
		line-height:25px;
		color:#000;
		font-weight:700;
}

#footer a {
	color:#000;
}

#footersignature {
	float:right;
	font-size:10px;
	font-style:bold;
	color:#000;
	text-align:right;
}

#footersignature li {
	list-style:none;
	margin:1px;
}



