* { padding: 0; margin: 0; }

body {
 margin: 0;
 font-family: tahoma, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: url(/images/aid/homebg.gif) top left repeat-y #A32638;
}
#header {
 color: #333;
  border: 1px solid #fff;
 height: 35px;
 margin: 25px 0 0 0;
 background: #ffeb94;
}
#header ul {
	padding-left: 0;
	margin-left: 20px;
	background-color: #ffeb94;
	color: #a32638;
	font-weight: bold;
	float: left;
	width: 760px;
}
#header ul li {
	display: inline;
}
#header ul li a.top:link {
	padding: 0.75em 1.2em;
	color: #a32638;
	text-decoration: none;
	float: left;
}
#header ul li a.top:visited {
	padding: 0.75em 1.2em;
	color: #a32638;
	text-decoration: none;
	float: left;
}
#header ul li a.top:hover {
	padding: 0.75em 1.2em;
	background-color: #a32638;
	color: #ffeb94;
	text-decoration: none;
	float: left;
}
#header ul li a.main {
	background-color: #a32638;
	padding: 0.75em 1.2em;
	text-decoration: none;
	float: right;
	color: #ffeb94;
	font-family: georgia, times, serif;
}
#titlebar {
 width: 780px;
 padding: 10px;
 margin: 25px 0 0 0;
}
img.hidden {
	display: none;
}
#content { 
 color: #fff;
 margin: 0px 40px;
 padding: 15px 10px;
 width: 720px;
}
#photosnew {
	background: url(/images/aid/globe_new.gif) right no-repeat;
	padding: 0.2em;
	height: 329px;
}
#donspon {
	float: right;
	margin: 25px 15px 0 0;
}
#donspon p {
	padding: 0.75em;
}
#btmnav { 
 color: #333;
 border: 1px solid #fff;
 background: #ffeb94;
 margin: 0px 0px 10px 0px;
 padding: 6px;
}
#btmnav ul {
	margin-left: 70px;
	background-color: #ffeb94;
	color: #a32638;
}
#btmnav ul li {
	display: inline;
}
#btmnav ul li a.btm:link {
	padding: 0.3em  1.2em;
	background-color: #ffeb94;
	color: #a32638;
	text-decoration: none;
}
#btmnav ul li a.btm:visited {
	padding: 0.3em  1.2em;
	background-color: #ffeb94;
	color: #a32638;
	text-decoration: none;
}
#btmnav ul li a.btm:hover {
	padding: 0.3em  1.2em;
	background-color: #a32638;
	color: #ffeb94;
	text-decoration: none;
}
#footer {
	font-size: 11px;
	color: #fff;
	margin: 20px 0 20px 105px;
}
.clear {
	clear: both;
}
#photos {
	padding: 0.2em;
}
#promo {
	font-family: georgia, times, serif;
	font-weight: bold;
	font-size: 98%;
	padding: 0.25em 0.1em;
}
#promo .date {
	color: #FFF5C7;
	margin-right: 1em;
}
#promo .appeal {
	color: #A32638;
	margin-left: 2em;
}
#promo .info {
	color: #FFF5C7;
}
#promo a:link {
	color: #FFF5C7;
	text-decoration: none;
}
#promo a:visited {
	color: #FFF5C7;
	text-decoration: none;
}
#promo a:hover {
	color: #ffeb94;
	text-decoration: none;
}
#pix {
	float: left;
	padding: 1px;
	border: 2px solid #fff;
	margin: 0.5em 0;
}
.detail a:link {
	font-family: georgia, times, serif;
	font-size: 115%;
	font-weight: bold;
	color: #fff5c7;
	text-decoration: none;
	padding-left: 1em;
}
.detail a:visited {
	font-family: georgia, times, serif;
	font-size: 115%;
	font-weight: bold;
	color: #fff5c7;
	text-decoration: none;
	padding-left: 1em;
}
.detail a:hover {
	font-family: georgia, times, serif;
	font-size: 115%;
	font-weight: bold;
	color: #E694A1;
	text-decoration: none;
	padding-left: 1em;
}
.first {
	font-size: 155%;
	font-style: italic;
}
table.projects  {
	width: 640px;
	border: none;
	padding: 0;
}
table.projects td {
	padding: 2em 0;
}
table.projects td.sponsor {
	background-color: #ffeb94;
	border: 2px solid #96a349;
	padding: 0 1em;
}
.category {
	margin-top: 2em;
	border-bottom: 1px solid #fff5c7;
	width: 440px;
}
img.detail {
	border: 1px solid #fff5c7;
	float: left;
	padding: 1px;
}
p.project {
	margin-left: 2em;
	font-size: 95%;
}
#mainnav {
	width:100%;
	background: #ffeb94;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #a32638; 
	position:relative; 
	margin-top: 25px;
	z-index:100;
}
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 760px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 180px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  border: 1px solid #ffeb94;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #ffeb94;
  color: #a32638;
  font: bold 11px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #a32638;
  color: #ffeb94;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #e694a1;
  color: #ffeb94;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #a32638;
  color: #ffeb94;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #fff4c7;
  color: #a32638;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #a32638;
  color: #ffeb94;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}
ul#navmenu-h a.current:link {
	color: #a32638;
	background-color: #FFD51A;
}
ul#navmenu-h a.current:visited {
	color: #a32638;
	background-color: #FFD51A;
}
ul#navmenu-h a.main:link {
	font-family: georgia, times, serif;
	color: #ffeb94;
	background-color: #a32638;
	margin-left: 15px;
}
ul#navmenu-h a.main:visited {
	font-family: georgia, times, serif;
	color: #ffeb94;
	background-color: #a32638;
	margin-left: 15px;
}
ul#navmenu-h a.main:hover {
	font-family: georgia, times, serif;
	color: #fff;
	background-color: #5c87cc;
	margin-left: 15px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}
#tabcontent{ /*2nd level content wrapper*/
	background-color: #a32638;
	height: 100% /*IE7 beta2 fix*/
}

#tabcontent ul{
	padding: 3px;
	margin: 0;
	list-style-type: none;
	display: none;
}

#tabcontent ul li{
	display: inline;
}

#tabcontent ul.selected{ /*selected 2nd level content*/
	display: block;
}

#tabcontent ul li a{
	font-family: tahoma, helvetica, sans-serif;
	color: #fff;
	padding: 2px 5px;
	display: block;
	float: left;
	text-decoration: none;
}


#tabcontent ul li a:hover{
	color: #ffd51a;
}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.asp*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
