
/* Body and Links */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.5;
	font:12px Arial,helvetica,verdana,sans-serif;
	background-image:;
	background-repeat:;
	background-color: #fff;
	text-align:left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img{
	border:0;
}

h1{
	margin:0px;
	padding:0px 0px 5px 0px;
}

ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

li span {
	font-size:80%;
}

h3{
	padding:5px;
	margin:0px;
}

p{
	padding:0px;
	margin:0px;
}


/* End Main and Links*/

/*START Container!*/

#container{
	width: 900px;
	margin:0px auto 0px auto;
	padding: 0px 25px 0px 25px;
	overflow:auto;
	background-image: url(./images/containerBG.png);
	background-repeat: repeat-y;
}
/*END Container!*/

/*START Header*/
#header{
	width: 900px;
	margin:0px auto 0px auto;
	padding:252px 25px 0px 25px;
	overflow:auto;
	height:21px;
	background-image: url(./images/header.png);
	
}

#editHeader{
	width: 900px;
	margin:0px auto 0px auto;
	padding:252px 25px 0px 25px;
	overflow:auto;
	height:21px;
	background-image: url(./images/header2.png);
}
/*END Header*/

#bgfooter{
	width: 900px;
	height:30px;
	margin:0px auto 0px auto;
	padding: 0px 25px 0px 25px;
	overflow:auto;
	background-image: url(./images/footerBG.png);
}

#footer{
	width:410px;
	margin:0px auto 10px auto;
	padding:20px;
	text-align:center;
	border:1px dotted #ccc;
}

#footer a{
	color:#aaa;
}

#main{
	width:900px;
	overflow:auto;
	background-image: url(./images/drop-shadow-main.png);
	background-repeat: repeat-x;
}

/*START content*/
.content{
	/*background-image: url(../images/contentbg.gif);*/
	
	background-position: top center;
	background-color:#fff;
	background-repeat:repeat-x;
	width:545px;
	overflow:auto;
	padding:20px 5px 0px 20px;
	background-image: url(./images/drop-shadow-main.png);
	background-repeat: repeat-x;
	border-right: 1px dotted #ccc;
}

.content h2{
	font-size:15px;
	line-height:30px;
	padding:0px 0px 0px 5px;
	margin:0px;	
	color:white;	
	background-image: url(./images/littleHeader.png);
	background-repeat: repeat-x;
}

.content h3{
	padding:0px;
}

.content p{
	padding:0px;
	margin:0px;
}

#sidebar{
	width:325px;
	float:right;
	text-align:center;
	padding-top:10px;
}

#sidebar h1{
	font-size:15px;
	text-align:right;
	border-bottom:1px #888897 dotted;
	line-height:20px;
	color:white;	
	background-image: url(./images/drop-shadow-main.png);
	background-repeat: repeat-x;
	padding-top:15px;
	padding-right:3px;
}

.donateBox{
	width:220px;
	height:130px;
	border: 1px #aaa dotted;
	padding:10px;
}

.donateBox .title{
	font-family:"Century Gothic", "Trebuchet MS", Arial, sans-serif;
	letter-spacing: -0.05em;
	font-weight:100;
	text-transform:uppercase;
	font-size:50px;
	}
	
.donateButton{
	width:242px;
	float:right;
	text-indent: -999em;
}

.donateButton  a {
	height:152px;
	display: block;
	border-bottom:0px;
	background-image: url(./images/donateOnline.png);
}

.donateButton  a:hover {
	background-position: 0px -152px;
	border-bottom:0px;
}


/*END content*/

/*START Menu*/
#menu{
 
}

#menu ul
{
	margin: 0px;
	padding:0px;
}

#menu ul li
{
	display: inline;
	margin-left:20px;	
}

#menu a{
	color:white;
}
/*START Menu*/



#takeAction{
	margin:0 auto 0 auto;
	width:250px;
	height:215px;
	background-image: url(./images/takeaction.png);
	border:1px solid #fff;
}

.TAC a{
	background-image: url(./images/contribute-takeaction.png);
}

.TAV a{
	background-image: url(./images/volunteer.png);
}

.TAR a{
	background-image: url(./images/register.png);
}

.TACo a{
	background-image: url(./images/contact.png);
}

.takeActionLink {
	width: 220px;
	position: relative;
	text-indent: -999em;
	overflow: hidden;
	margin:0 auto 0 auto;
}

.takeActionLink  a {
	height: 40px;
	display: block;
	border-bottom:0px;
}

.takeActionLink  a:hover {
	background-position: 0px -40px;
	border-bottom:0px;
}




/*home page stuff*/
#newsHomepage{
	padding:0px;
	width:250px;
	float:right;
	margin-right:20px;
	display:inline;
	border:1px solid #ccc;
}

#newsHomepage ul{
	padding:4px 0px 0px 4px;
}

#newsHomepage p{
	margin:0px;
	padding:0px;
}

#eventsHomepage{
	padding:0px;
	width:250px;
	border:1px solid #ccc;
}
#eventsHomepage ul{
	padding:4px 0px 0px 4px;
}

#eventsHomepage p{
	margin:0px;
	padding:0px;
}



/* Date stuff */
.date {
float:left;
width:46px;
height:50px;
color:#fff;
background:url(images/date.gif) no-repeat;
}

.date div {
text-align:center;
margin:0px;
position:relative;
top:2px;
}

.day {
font-size:18px;
font-weight:bold;
}

.mounth {
font-size:10px;
margin-top:2px;
text-transform: uppercase;
}

.year {
font-size:10px;
}

/*END DAte */

#takeAction{
	margin:0 auto 0 auto;
	width:250px;
	height:215px;
	background-image: url(./images/takeaction.png);
	border:1px solid #fff;
}

.takeActionLink {
	width: 220px;
	position: relative;
	text-indent: -999em;
	overflow: hidden;
	margin:0 auto 0 auto;
}

.donateNow  a {
	height: 40px;
	display: block;
	border-bottom:0px;
}

.donateNow  a:hover {
	background-position: 0px -40px;
	border-bottom:0px;
}

