/*top bar*/

.home #maintext,  .aboutus #maintext, .whatyoucando #maintext, .contactus #maintext, .donateonline #maintext, .shoponline #maintext {
background-color:#70b7db;
}

.whatwedo #maintext {
background-color:#39c;
}

/* CSS Document */

#nav {
background:#70b7db;
}

#nav a {

display:block;
color:#fff;
text-decoration:none;
}

#nav a:hover {
background-color:#39c;
}


/* bullets */

#main ul li {
background:#eaf5fa;
padding: 3px 0 3px 10px;
margin: 0 0 0 -2px;
border-bottom:#fff 1px solid;
list-style-image:url(../imgs/whatwedo/bullet.gif)
}

/* text */

a {
text-decoration:none;
color:#39c;
}

a:hover {
text-decoration:underline;
color:#39c;
}

h1 {
color:#39c;
}

h2 {
color:#39c;
border-bottom:#70b7db 1px dotted;
}

h3 {
color:#39c;
}

h4 {
background-color:#39c;
color:#fff;
}

h5 {
color:#39c;
}


h6 {
color:#39c;
}

.newsItem {
	font-size: 12px;
}
.newsItemBody{
	padding: 5px;
	border: 1px #BFD1BE;
	border-top: 0px;
	border-style: solid;
	background: #fff;
	}
 .newsItemTitle a:visited {
	color: #333333;
}
 .newsItemTitle a:hover {
	background: #ededed url(/images/ButtonStyles/GreyGradientOver.jpg);
	color: #333333;
}
.newsItemTitle a{
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #cccccc;
	border-bottom: 0;
	padding: 5px;
	display: block;
	color: #333333;
	background: #ededed url(/images/ButtonStyles/GreyGradient.jpg);
	font-weight: bold;
	text-decoration: none;
}
.LatestNewsItem{
	border-top:#70b7db 1px dotted;
	margin-bottom:5px;
	}
.LatestNewsItem	h4 {
	color: #6a0;
	font-size:12px;
	margin: 1em 0 0.4em 0;
	background-color:#fff;
}


.LatestNewsTitle{
	margin: 0 0 0 4.7em;
	display:block;
	color:#39c;
	}
.LatestNewsItemBody{
	margin: 0 0 0 6em;
	display:block;
	}

.LatestNewsDate {
	width:5em;
	display:block;
	float:left;
	position:absolute;
	font-size:0.9em !important;
	color:#666;
	}
.newsItemDate, .read_more {
	font-style: normal;
	font-size: 12px;
}

