/****************************************** global ***************************************/

#wrap {
	width: 1000px;
	padding: 0 21px;
	margin: 0 auto;
}

#content {
	margin: 45px 0 20px 0;
}

.twoDivide {
	height: 1px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	
}
/************************* text *********************/

.access {
	display: none;
}

p {
	font-family: arial;
	color: #808284;
	font-size: 12px;
	line-height: 15px;
}

h1,h2,h3,h4 {
	font-family: arial;
}

#middleCol h1 {
	color: #006e3a;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.inlineLink {
	padding-right: 11px;
	background: url('/assets/images/global/arrowSmallOn.gif') no-repeat;
	background-position: 100% 2px;
	font-weight: bold;
}

.inlineLink:hover {
	background: url('/assets/images/global/arrowSmallOff.gif') no-repeat;
	background-position: 100% 2px;
	text-decoration: none;
	color: #808284;
}

#middleCol h2 {
	font-size: 18px;
	line-height: 22px;
	color: #006e3a;
	margin: 0 0 10px 0;
}

#middleCol p {
	margin: 0px 0 0;
}

.intro {
	font-size: 14px;
	color: #006e3a;
	margin: 0;
	padding: 0;
}

.littleArrowLink{
	padding-right: 16px;
	background: url('/assets/images/global/arrowSmallOff.gif') no-repeat;
	background-position: 100% 2px;
	font-family: arial;
	color: #808284;
	height: 10px;
	font-weight: bold;
}

.littleArrowLink:hover {
	color: #006e3a;
	background: url('/assets/images/global/arrowSmallOn.gif') no-repeat;
	background-position: 100% 2px;
}

p a {
	color: #006e3a;
}

p a:hover {
	text-decoration: underline;
}

/************************* header *********************/

#header {
	padding: 15px 0 0;
	color: #808284;
}

#header #logo {
	width: 286px;
	height: 66px;
	float: left;
	display: block;
}

#header #contTel {
	width: 237px;
	height: 28px;
	float: right;
	margin: 25px 0 0;
	display: block;
}

#nav {
	clear: both;
	padding: 20px 0 0;
}

#nav li {
	display: block;
	float: left;
	margin: 0 16px 0 0;
}

#nav li a {
	display: inline;
	float: left;
	font-family: lucida,arial;
	font-size: 18px;
	color: #808284;
	height: 24px;
	padding-top: 5px;
	margin: 0 16px 0 0;
	
}

#nav li a:hover {
	color: #006e3a;
	background-position: top left;
}

#nav li .onstate {
	color: #006e3a;
	background-position: top left;
}

#homeNav {
	width: 7em;
}

#donateNav {
	width: 11.5em;
}

#edenNav {
	width: 19em;
}

#projectsNav {
	width: 9em;
}

#partnersNav {
	width: 9em;
}

#newsNav {
	width: 6em;
}

#homeNav a {
	background: url('/assets/images/nav/home.gif') bottom left no-repeat;
	padding-left: 30px;
}

#donateNav a {
	background: url('/assets/images/nav/donateNow.gif') bottom left no-repeat;
	padding-left: 30px;
}

#edenNav a {
	background: url('/assets/images/nav/eden.gif') bottom left no-repeat;
	padding-left: 29px;
}

#projectsNav a {
	background: url('/assets/images/nav/projects.gif') bottom left no-repeat;
	padding-left: 30px;
}

#partnersNav a {
	background: url('/assets/images/nav/partners.gif') bottom left no-repeat;
	padding-left: 34px;
}

#newsNav a {
	background: url('/assets/images/nav/news.gif') bottom left no-repeat;
	padding-left: 30px;
}

/************************* footer *********************/

#footer {
	width: 860px;
	margin: 20px auto 0;
}

#footer img	{
	vertical-align: middle;
}

#footer a {
	margin: 0 23px;
}
/************************* newsLetterBox *********************/

#newsLetterBox {
	width: 204px;
	min-height: 243px;
	  height:auto !important;
	  height: 243px;
	border: 1px solid #006e3a;
	padding: 7px;
	margin-left: 37px;
}

#newsLetterBox h2 {
	background: url('/assets/images/global/written.gif') top left no-repeat;
	padding-left: 36px;
	color: #006e3a;
	font-size: 15px;
	font-weight: bold;
	min-height: 41px;
	  height:auto !important;
	  height: 41px;
}

#newsLetterBox h3 {
	font-size: 14px;
	font-family: arial;
	color: #006e3a;
	margin: 5px 0 5px 0;
	line-height: 20px;
}

/****************************************** home ***************************************/

#leftPicWrap {
	width: 220px;
	float: left;
}

#middleCol {
	width: 487px;
	float: left;
	margin-left: 30px;
	display: inline;
}

#rightCol {
	width: 200px;
	float: left;
}

#newsletterHomeWrap {
	float: right;
	width: 226px;
}

#clickHereBig {
	margin: 10px 0 0;
	display: block;
	height: 22px;
	width: 260px;
	background: url('/assets/images/global/clickHereToDonateNow.gif') top left no-repeat;
}

#clickHereBig:hover {
	background-position: bottom left;
}


/****************************************** urgent ***************************************/

#justGiving {
	margin: 0 0 0 40px;
}

/****************************************** projects ***************************************/

.proj {
	margin: 25px 0 30px 0;
}

.proj img {
	display: block;
	height: 106px;
	width: 106px;
	float: left;
}

.proj div {
	width: 344px;
	float: left;
	padding: 0 0 0 12px;
}

.proj h2 {
	color: #007440;
	font-size: 20px;
	font-weight: bold;

}

.proj h2 span {
	font-size: 16px;
	color: #5a5b5b;
	display: block;
	font-weight: bold;
}

.proj table {
	border-top: 1px solid #e3e1e1;
	border-left: 1px solid #e3e1e1;
	border-right: 1px solid #e3e1e1;
	margin: 20px 0 10px 0;
	font-family: arial;
	color: #434343;
}

.proj  table td {
	padding: 7px;
	background: url('/assets/images/programs/tableBg.gif') left bottom repeat-x;
}

.proj .money {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #e3e1e1;
}

/****************************************** partners ***************************************/

.partner {
	margin: 20px 0;
}

.partnerLeft {
	width: 90px;
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
}
.partnerRight {
	width: 363px;
	float: left;
}

.partnerRight h3 {
	font-size: 16px;
	font-weight: bold;
	color: #007440;
	margin: 0 0 0px 0;
}

.partnerRight a {
	font-size: 14px;
	color: #5a5b5b;
	font-family: arial;
	font-weight: bold;
}

#middleCol .partnerRight p {
	margin: 10px 0 0;
}

/****************************************** news ***************************************/

#tabWrap {
	width: 332px;
	height: 25px;
	margin: 0 0 0px -3px;
	padding: 12px 0 0 12px;
	background: url('/assets/images/news/tabLeft.gif') left top no-repeat;
}

#textTabs {
	background: url('/assets/images/news/line.gif') 341px 100% no-repeat;
	margin: 0 0 30px 0;
}

#textTabs .right {
	background: url('/assets/images/news/tabRight.gif') left top no-repeat;
	
}

#textTabs #tabWrap a {
	font-size: 14px;
	color: #a7a9ac;
	font-weight: bold;
	font-family: arial;
}

#textTabs #tabWrap .on {
	color: #58595b;
}

#textLeft {
	margin: 0 83px 0 23px;
}

.newsItem {
	margin: 0 0 25px 0;
}

#middleCol .newsItem .date {
	font-size: 13px;
	font-weight: bold;
	color: #5a5c5c;
	margin: 0 0 5px 0;
}

#middleCol .newsItem p {
	margin: 0 0 15px 0;
}

.newsItem h3 {
	font-size: 16px;
	font-weight: bold;
	color: #007440;
}

/************************* newsletter *********************/

.letterWrap {
	margin: 0 0 40px 0;
}

.letterWrap img {
	display: block;
	width: 165px;
	float: left;
	margin: 0 15px 0 0;
}

.letterWrap div {
	display: inline;
	float: left;
	width: 305px;
}

#middleCol .letterWrap .includes {
		font-size: 16px;
		font-weight: bold;
		color: #007440;
		margin: 0 0 5px 0;
}

.letterWrap ul {
	margin: 0 0 5px 0px;
}

.letterWrap  ul li {
	font-family: arial;
	margin: 0 0 2px 0px;
	color: #808284;
}

.letterWrap a {
	font-family: arial;
	color: #5a5c5c;
	font-weight: bold;
	font-size: 14px;
}