/* ||| universal set of reset styles |||*/
html, body, div, span, applet, object, iframe, caption, del, dfn, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	line-height: 1px;
	color: black;
}
ol, ul {
	list-style: none;
}

em, i {
	width: 420px;
}

a img { border: none !important; }

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}



/* ||| set of clearing floats |||*/	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}


/* ||| Universal Styles |||*/	

html {
	height: 100%;
}

body {
	position: relative;
	background: #fff;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	}
	
	
/* ||| Main Structure |||*/	

#main-container {
	background-image: url('../images/bg_page.png'); 
	background-repeat: repeat-y;
	background-position: 50% 50%; /* browsers don't properly center */
	width: 960px; 
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 100%;
}

#page-container {
	width: 940px; 
	margin-left: 11px;
	
}

#header {
	display: block;
	width: 940px;
	height: 90px;
	background: #fff url('../images/bg_header.png') repeat-x;
	margin: 0px;
	float: left;
	border: 1px;
	padding: 0px;
}

#showcase {
	clear: both;
	width: 940px;
	height: 355px; 
	display: inline;  
	background: #fff;
	margin: 0px;
	padding: 0px;
	float: left;
}
#showcase #bt_donate{
	position:relative;
	 color:#CCCC00; 
	 font-size:17px; 
	 left:570px; 
	 top:-60px; 
	 text-decoration:underline;
}
#showcase #bt_donate a{
	text-decoration:underline;
	color:#CCCC00;
	font-size:17px; 
}
#showcase #bt_more{
	position:relative; 
	left:570px; 
	top:-55px; 
}
#showcase #bt_more a{
	text-decoration:underline;
	color:#CCCC00;
	font-size:17px; 
}


#body-content {
	width: 924px; 
	height: 100%;
	margin: 5px 0px 15px 15px;
	display: block;
	float: left;
}



#left-col {
	width: 224px;
	height: 600px;
	float: left;
	margin-right: 13px;
	display: inline;
}

#mid-col {
	width: 454px;
	float: left;
	margin-right: 13px;
}

#mid-col-long {
	width: 671px;
	float: left;
}


#right-col {
	width: 205px;
	float: left;
}

#partners {
	clear: both;
	background: #fff;
	width: 940px; 
	height: 85px;
	margin-left: 11px;
	border-bottom: 1px #cecece;
}

#footer {
	clear: both;
	background: #f1f1f1;
	width: 940px; 
	height: 60px;
	margin-left: 11px;
	text-align: center;
	color: #828282;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #828282;
	letter-spacing: .2px;
}

#footer a:hover {
	text-decoration: underline;
}


	
/* ||| Top Header and Links |||*/	

#logo {
	display: inline;
	width: 441px;
	height: 65px;
	float: left;
	margin: 25px 0px 0px 25px;
}

#top-menu {
	margin: 18px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#top-menu ul {
  padding: 0;
  margin-right: 0px;
  list-style: none;
  float: right;
  }
  
#top-menu a {
  color: #56750b;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  }
 
#top-menu a:hover {
  color: #a6b500;
  }
  
#top-menu li {
  position: relative;
  margin: 0px 0px 0px 25px;
  float: left;
  
  }  

#top-menu li ul {
  display: none;
  top: 0px;
  background-color: #fff;
  }

#top-menu li:hover ul { display: block;
background-color: #fff;
line-height: 11px;
}

.search {
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
}



	
/* ||| Main Menu |||*/	


#menu {
	display: block;
	height: 61px;
	background: #fefefe url('../images/bg_grn_menu.png') repeat-x 0 50%;
	clear: both;
}


#menu-right {
	float: right;
}

#menu-right ul {
  padding: 0;
  margin-top: 25px;
  margin-right: 25px;
  list-style: none;
  }
  
#menu-right a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-family: georgia, times, serif;
  padding: 2px;
  display: block;
  }
 
#menu-right a:hover {
  background: #94a017;
  color: #fff;
  text-decoration: none;
  }
  
#menu-right li {
  position: relative;
  margin: 20px 25px 0px 0px;
  float: left;
  
  }  

#menu-right li ul {
  display: none;
  top: 0px;
  background-color: #fff;
  }

#menu-right li:hover ul { 
display: block;
background-color: #fff;
line-height: 11px;
}


#menu-left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#menu-left ul {
  padding: 0;
  margin-top: 25px;
  list-style: none;
  

  }
  
#menu-left a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-family: georgia, times, serif;
  padding: 2px;
  display: block;
  }
 
#menu-left a:hover {
  background: #94a017;
  color: #FFF;
  text-decoration: none;
  }
  
#menu-left li {
  position: relative;
  margin: 20px 0px 0px 25px;
  float: left;
  
  }  

#menu-left li ul {
  display: none;
  top: 0px;
  background-color: #fff;
  }

#menu-left li:hover ul { 
display: block;
background-color: #fff;
line-height: 11px;
}



/* ||| Boxes |||*/	

.box {
	clear: both;
	display: block;
	margin-bottom: 12px;
}

.box-head {
	height: 34px;
	width: 100%;
	background: #fbfbfb url('../images/box_header_bg.png') repeat-x;
	display: block;
	font-family: georgia, times, serif;
	color: #616161;
	font-size: 16px;
	font-weight: 500;
	
}

.box-head P {
	padding: 7px 0px 0px 30px;
}

.box-subhead {
	background: #eee;
	height: 27px;
	border-top: 1px solid #9e9e9e;
}

.box-subhead p {
	color: #8a8a8a;
	font-family: georgia, times, serif;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}


.box-content {
	background: #fff;
	color: #3f3f3f;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 12px;
}

.box-content a {
	color: #56750b;
	
	text-decoration: underline;
	font-size: 11px;
}

.box-content a:hover {
	color: #a6b500;
	text-decoration: underline;
	font-size: 11px;
}


.box-head-green P {
	padding: 7px 0px 0px 30px;
}

.box-subhead-green {
	background: #8c9d03;
	height: 27px;
	border-top: 1px solid #9e9e9e;
}

.box-subhead-green  {
	color: #414141;
	font-family: georgia, times, serif;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}


.box-content-green {
	background-color: #96a803;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 12px;
}

.box-content-green a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

.box-content-green a:hover {
	color: #a6b500;
	text-decoration: none;
	font-size: 10px;
}



.news-links li {
	list-style-image: url('../images/bullet_orange.png');
	margin-left: 20px;	
}



.news-links-green li {
	list-style-image: url('../images/bullet_green.png');
	margin-left: 20px;	
	text-decoration: none;
}

.news-links-green a {
	font-size: 11px;
	text-decoration: none;
}

.news-links-green a:hover {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}



.box-feature {
	background: #fff;
	height: 126px;
	width:100%;  
	display: block;
	clear: both;
	margin-bottom: 2px;
	overflow:  hidden;
}



.feature-image {
	float: left;
	width: 163px;
}


.press-image {
	float: left;
	width: 100px;
	padding-right: 10px;
}

.feature-desc {
	float: left;
	width: 281px;
	margin-left: 10px;
}

.box-community {
	background: #fff;
	padding: 10px;
	margin-bottom: 2px;
}

.box-community a {
	color: #ff5622;
	text-decoration: none;
	font-size: 10px;
}

.box-community a:hover {
	color: #a6b500;
	text-decoration: none;
	font-size: 10px;
}


.feature-tag {
	display: block;
	color: #fff;
	float: right;
	padding: 2px 20px 2px 20px;
	background: #56750b;
	clear: both;
	text-transform: uppercase;
	font-size: 10px;
}

.feature-hdr {
	font-family: georgia, times, serif;
	font-size: 14px;
	color: #56750b;
	margin-top: 35px;
	font-weight: bold;
}

.feature-copy {
	display: block;
	height: 40px;
	overflow:  hidden;
	color: #3f3f3f;
	font-size: 12px;
	letter-spacing: -.5px;
}

.feature-desc a{
	text-decoration: none;
	color: #56750b;
}


.feature-desc a:hover{
	text-decoration: none;
	color: #a6b500;
}


/* ||| Forms |||*/	


.form-mailinglist {
	width: 100px;
	float: left;
	margin-right: 5px;
	font-size: 10px;
}

.text-input {
	width: 154px;
	height: 15px;
	color: #56750b;
	font-weight: bold;
	border: solid 1px #d4d4d5;
	}
	
.text-input:focus {
	background-color: #fbffcc;
	color: #56750b;
	}	
	
.search-btn {
	width: 55px;
	padding: 2px 5px 2px 5px;
	background-color: #a6b500;
	color: #fff;
	font-weight: bold;
	display: inline;
}

.submit-btn {
	width: 70px;
	padding: 2px 5px 2px 5px;
	background-color: #ff5622;
	color: #fff;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	font-family: georgia, times, serif;
}

a.submit-btn  {
	background-color: #ff5622;
	color: #fff;
	text-decoration: none;
}

a:hover.submit-btn  {
	background-color: #fff;
	color: #ff5622;
	text-decoration: none;
}

#top-menu a.search-btn {
	background-color: #a6b500;
	color: #fff; 
	font-family: georgia, times, serif;
	text-transform: none;
}

#top-menu a:hover.search-btn {
	color: #fff; 
	background-color: #56750b;
}

.elements-image {
	float: left;
	width: 165px;
	display: inline;
	clear: both;
}

.tsr-image {
	float: left;
	width: 90px;
	display: inline;
	clear: both;
}

.tsr-text {
	float: left;
}



.subhdr-grn {
	color: #56750b;
	font-family: georgia, times, serif;
	font-weight: bold;
	margin-bottom: 8px;
}

.br-grey {
	border-top-width: 1px;
	border-top-style: solid;;
	border-top-color: #d4d4d5;
	height: 0px;
	width: 100%;
}

h2 {
	font-family: georgia, times, serif;
	font-size: 14px;
	color: #ff5622;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}
h3 {
	font-family: georgia, times, serif;
	font-size: 13px;
	color: #698408;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

.story-title-lg {
	font-family: georgia, times, serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.story-title-lg a{
	text-decoration: none;
	font-family: georgia, times, serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.story-title-lg a:hover{
	color: #a6b500;
	text-decoration: none;
	font-family: georgia, times, serif;
	font-size: 14px;
}

.story-title-sm {
	font-family: georgia, times, serif;
	font-size: 12px;
	color: #30491f;
	font-weight: bold;
	line-height:12px;
}


.story-title-sm a{
	text-decoration: none;
	font-family: georgia, times, serif;
	font-size: 12px;
	color: #30491f;
	font-weight: bold;
	line-height:10px;
}

.story-title-sm a:hover{
	color: #a6b500;
	text-decoration: none;
	font-family: georgia, times, serif;
	font-size: 12px;
	line-height:10px;
}


.story_subtitle_lg {
	font-family: arial, helvetica, sans-serif;
	font-size: 8px;
	color: #333;
	font-weight: 200;
	text-transform: uppercase;
}

.story_subtitle_sm {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #838383;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 9px;
	margin-bottom: 5px;
}

.story-image {
	float: left;
	width: 70px;
	display: inline;
}
