html, body {
	padding:0px;
	margin:0px;
	
	width:100%;
}

body{
	background:url(../img/header-bg.jpg) #5596B8 repeat-x ;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
}
a
{
  outline: none;
}


#container{
	width:990px;
	margin:auto;
	overflow:hidden;
}

#menu-bar{
	width:992px;
	height:50px;
	background:url(../img/menu-bar.jpg) no-repeat;
	margin:auto;
	position:relative;
	
}

#logo-bar{
	background:transparent url(../img/logo-bar.jpg) no-repeat scroll 0 0;
height:220px;
margin-left:-3px;
margin-top:0px;
width:990px;
}


#body-container{
	width:1005px;
	margin-top:-10px;
}

#left-column{
	width:715px;
	float:left;
	
}

#right-column{
	float:left;
	width:285px;
}


#feature-block{
	list-style:none;
	padding:0px;
	margin:0px;
	position:relative;
	z-index:1;
}

#feature-overlay{
	height:266px;
	width:715px;
	background:url(../img/feature-overlay.gif) no-repeat;
	position:relative;
	margin-top:-254px;
	z-index:10;
}

#donate-box{
	width:275px;
	height:264px;
	background:url(../img/involved-box.jpg) no-repeat;
}

#news-container{
	margin-top:5px;
	padding-left:5px;
}

.news-header{
	width:100%;
	height:51px;
	
}
.news-head-img{
	width:202px;
	height:51px;
	background:url(../img/news-head.jpg) no-repeat;
	float:left;
	display:block;
}
.newsletters-head-img{
	width:496px;
	height:51px;
	background:url(../img/newsletters-head.jpg) no-repeat;
	float:left;
	display:block;
}

.newsletter-head-img{
	width:505px;
	height:51px;
	background:url(../img/newsletter.jpg) no-repeat;
	float:left;
	display:block;
}


#news-container .rss-link, #events-container .rss-link{
	display:block;
	border:0px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}

.rss-link img{
	border:0px;
}

.news-image img{
	border:5px solid #ffffff;
}

.news-image{float:left;display:block;}
.first-news-post, .news-subfeature{
	margin-top:10px;
}
.news-preview{
	float:left;
	width:490px;
	height:178px;
	background-color:#84B3CC;
	border:1px solid #ffffff;
}
.news-title{
	background-color:#FF6600;
	padding:5px;
	color:#F3F300;
	font-size:1.3em;
	font-weight:bold;
}
.news-body{
	padding:15px;
	font-size:0.9em;
}
p {
	font-size:0.75em;
}
.news-subfeature .news-preview{
	float:left;
	width:255px;
	height:auto;
	background-color:#84B3CC;
	border:1px solid #ffffff;
}

.news-subfeature{
	float:left;
}
.first-sub{
	margin-right:10px;
}
.events-head-img{
	width:260px;
	height:51px;
	background:url(../img/events-head.jpg) no-repeat;
	float:left;
}
#events-container{
	position:relative;
	margin-top:15px;
	padding-left:5px;
}

.footer-top{
	width:100%;
	background:url(../img/grass-tile.jpg) repeat-x;
	height:84px;
}

#footer{
	background-color:#6E9A29;
}

.donate-button{
	display:block;
	width:222px;
	height:68px;
	background:url(../img/donate-sprite.jpg);
	margin:auto;
	
	position:relative;
	top:170px;
}
.donate-button:hover{
	
	background:url(../img/donate-sprite.jpg) ;
	background-position:0px -68px;
}

.side-box{
	width:273px;
	background:url(../img/side-box-bg.jpg) repeat-y;
	height:auto;
	position:relative;
}

.side-box .top{
 	position:relative;
	top:0px;
	width:273px;
	height:10px;
	background:url(../img/side-box.jpg);
	
}

.side-box .bottom{
	position:absolute;
	
	left:0px;
	width:273px;
	height:10px;
	background:url(../img/side-box.jpg);
	background-position:0px -15px;
	bottom:-10px;
}

.title{
	width:192px;
	height:27px;
	background:url(../img/headers.jpg);
	margin:auto;
}

.speach-tick{
	background:url(../img/speach-tick.jpg);
	height:40px;
	width:25px;
	display:block;
}

.twitter-container{
	padding-left:10px;
	margin-top:10px;
}

.twitter-container .left{
	float:left;
	width:76px;
}
.twitter-container .speach{
	width:25px;
}

.twitter-container .speach-tick{
	width:25px;
	margin:5px 0px 0px 5px;
}
.twitter-container .speach-bubble{
	width:150px;
	position:relative;
	background-color:#ffffff;
	
}
.speach-bubble .top{
	height:8px;
	background:url(../img/speach-bubble.jpg);
	position:absolute;
	top:0px;
	width:150px;
}
.speach-bubble .bottom{
	height:8px;
	background:url(../img/speach-bubble.jpg);
	background-position:0px -8px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:150px;
}

.tweet{
	padding:5px;
	font-size:0.9em;
	color:#F66200;
}

.tweet .timeago{
	margin-top:7px;
	font-size:0.8em;
	text-align:right;
	color:#000000;
	padding-bottom:3px;
}

.twitter-container .link{

	color:#F66200;
font-size:0.7em;
font-weight:bold;
text-decoration:none;
}
.twitter-container .link:hover{
	text-decoration:underline;
}
.followers{
	font-size:0.6em;
	margin:3px 2px 10px 2px;
	display:block; 
}
.left{
	float:left;
}
.right{
	float:right;
}
#footer-container{
	width:990px;
	margin:auto;
}
#footer-container .left{
	width:645px;
}

#footer-container .right{
	width:340px;
}

#footer-menu{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

#footer-menu li{
	list-style:none;
	padding-left:100px;
	
}

#footer-menu a{
	text-decoration:none;
	color:#F3F300;
	font-size:0.7em;
}

#footer-container .blurb{
	border:1px solid #ffff00;
	padding:10px;
	color:#ffffff;
	font-size:0.8em;
	margin:10px 0px 10px 5px;
}

.copyright{
	font-weight:bold;
	color:#F3F300;
	font-size:0.8em;
	padding-left:20px;
	margin-bottom:5px;
}

.smaller-body{
	padding:5px;
	font-size:0.8em;
}

.news-subfeature .news-title{
	font-size:1em;
}

.news-title a{
	color:#F3F300;
	text-decoration:none;
}
.news-title a:hover{
	color:#ffff00;
	text-decoration:underline;
}


.main-feature{
	width:710px;
	height:254px;
	overflow:hidden;
	position:relative;
}

.news-date{
	font-size:0.5em;
	font-weight:normal;
	padding-left:3px;
}

#home-link{
	display:block;
	height:180px;
	width:200px;
}

#top-menu{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	padding-top:10px;
	position:relative;
	
	
}

#top-menu li{
	padding:30px 19px 30px 19px;
	list-style:none;
	display:inline;
	
	margin:0px;
	
	
}

#top-menu li a{
	color:#F66200;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
	
}

#top-menu li a:hover{
	color:#F6F600;
}

.side-box p{
	padding:10px;
	margin-bottom:30px;
}

.side-box .side-image{
	text-align:center;
}

.events-container{
	margin-top:50px !important;
}

