
* {
	margin: 0;
	padding: 0;
}

body {
  font-family: arial, Helvetica,sans-serif;
  background-color: #adafb1;
  color: #5a5b5e;
  font-size: 12px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0px;
}


#site {
  width: 777px;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
}

#nav {
  margin-bottom: 8px;
  overflow: hidden;
  padding-left: 10px;
}

#nav ul {
  list-style:none;
}

#nav li {
  float: left;
}

#nav li a {
  color: #347e29;
  font-size: 12px;
  padding: 0px 10px;
}

#header-left {
  background-color: #a4d69d;
  clear: both;
  float: left;
  margin-right: 5px;
  width: 228px;
  height: 228px;
}

#header-left div {
  padding-top: 12px;
  padding-left: 12px;
}

#header-right {
  background-color: #90c9de;
  float: left;
  height: 228px;
  width: 544px;
}

#header-right div {
  float: left;
  padding-top: 42px;
  padding-left: 26px;
}


#main-content {
  width: 550px;
  float: left;
  padding: 20px 15px;  
  background-color: #e8f4f8;
  margin-right: 5px;
  line-height: 20px;  
}

#main-content .title {
  font-weight: bold;
}

#main-content .regtext {
  font-weight: normal;
}

#side-image {
  padding-left: 5px;
  padding-top: 10px;
  background-color: #d1eace; 
}

#side-all {
  padding: 20px 15px;
}

#side-content {
  width: 192px;
  float: left;
  background-color: #d1eace;

  line-height: 20px;
}

#side-content div.title {
  color: #4aae3b;
  text-transform: uppercase;
  font-weight: bold;
}


#footer {
  width: 777px;
  margin: 0 auto;
  padding-top: 5px;
  color: #FFF;  
}

#footer a {
  color: #FFF;
}

#copyright {
  float: left;
}

#footer-nav {
  float: right;
}

#footer-nav ul {
  list-style: none;
}

#footer-nav li {
  float: left;
  padding: 0px 10px;
}

#menus {
  height: 53px;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
}

#menus ul li {
	list-style: none;
  margin-right: 4px;  
}

#menus ul li a {
  display: block;
  height: 53px;
  width: 152px;
  color: #EAFFED;
}

#menu-who-we-are a {
  background: url("/nav_images/who_we_are.jpg") no-repeat scroll 0 0;
}

#menu-our-programs a {
  background: url("/nav_images/our_programs.jpg") no-repeat scroll 0 0;
}

#menu-how-you-can-help a {
  background: url("/nav_images/how_you_can_help.jpg") no-repeat scroll 0 0;
}

#menu-news-and-events a {
  background: url("/nav_images/news_and_events.jpg") no-repeat scroll 0 0;
}

#menu-donate-now {
  margin-right: 0px !important;
  margin-left: 1px;
}

#menu-donate-now a {
  background: url("/nav_images/donate_now.jpg") no-repeat scroll 0 0;
}

#menus ul li ul li {
	height: 23px;
  width: 152px;
}

#menus ul li ul li a {
	background: #fdf1dc;
	color: #5a5b5e;
  width: 132px;
  padding-top: 5px;
  padding-left: 20px;
  height: 17px;
  border-bottom: 1px solid #c6c1b7;
  font-size: 10px;
}

#menus ul li ul li a:hover {
  background: #ecdcc1;
}


#thickbox {
  width: 528px;
  border-top: 4px solid #62b2e6;
  background-color: #fff;
  border-bottom: 4px solid #62b2e6;
  overflow: hidden;
  padding: 5px 0px;
}

#thickbox-logo {
  float: left;
  padding: 15px 10px;
  background-color: #b0dcac;
}

#thickbox #main {
  padding: 10px 30px;
  float: left;
  width: 330px;
}

#errors {
	background-color: #FFCCCC;
	border: 1px solid #DD7777;
	color: #A30000;
	margin:0;
	padding:3px;
  margin-bottom: 8px;
}

.side-description {
  padding-bottom: 15px;
}