/*
Core colors used:
Background Darkish Brown:#BA9D6B;
Red:#B42C33;
Top Menu Test: #615245;
Main Menu Brown: #E2D6C1;
"Programs" text: #8B7650;
Sub Menu Light Brown: #F2EBE2;
Right Sub Menu "Expanding": #816D5C;
Header Divider line: #7F7F7F;

note:  "_" before attribute is a hack that allows you to do specific IE settings
i.e. _height: 10px; << would only effect IE

*/
/* the "holey" hack to fix IE css bugs */

* html #bottomleft p {
  height: 1%;
  margin-left: 0;
  }
* html #bottomleft ul {
  height: 1%;
  vertical-align:top;
  }
* html #bottomleft li {
  height: 1%;
  }
  
BODY
{
	background-color:#BB9D6B;
	margin:0px;
	min-width:775px;
	font-family:Arial;
	font-size:12px;
}

a, a:visited
{
	color:Black;
}

/* main content div for the site */
#flash_content
{
	margin-top: 9px;
}

/* main content div for the site */
#content, #content-flash
{
	text-align:left;
	background-color:White;
	margin-top:20px;
	width:775px;
	min-height:700px;
    border:solid 0px black;
    padding-bottom:70px;
}

#content-flash
{
    min-height: 0px;
	padding-bottom: 0px;
	background-color:#BB9D6B;
}

.textlist ul li
{
	margin-bottom:10px;
}

#footer
{
	margin-top:10px;
	margin-bottom:20px;
	width:775px;
}
#programs_overview
{
	margin-left:60px;
}
#programs_overview p
{
	margin-bottom:25px;
}
#programs_overview img
{
	border:none;
}
/* Bill & Melinda Gates Foundation Logo */
#left 
{
	float:left;
	display:inline;
}
/* fix IE 3px bug */
*html #left
{	
	margin-right:-3px;
}


/**************************************************************************************************
	bottom part of page (contains left nav)
*/
#bottom
{
	margin-top:10px;
	clear:both;
}
#bottomleft
{
	float:left;
	width:125px;
}
#bottom_right
{
	padding-left:155px;	
	padding-right:10px;
	_margin-right:-5px;
	_padding-right:2px;

}
.fullpagetext p
{
	margin-right:25px;
}
#bottom_right h1
{
	font-family:Arial;
	font-size:18pt;
    font-weight:normal;
    color:#816D5C;
    margin-top:0;
    margin-right:15px;
}
h2
{
	font-family:Arial;
	font-size:12pt;
    font-weight:bold;
    color:black;
}	
#bottom_right_text
{
	font-family:Arial;
	color:Black;
	width:340px;
	line-height:16px;
}
#bottom_right_pic
{
	float:right;
	margin-right:-10px;
	_margin-right:0px;
}
#bottom_right_pic img
{
}
#bottom_right h1.president_letter_title
{
	font-size:12pt;
}
.leader_exec
{
	font-weight:bold;
	color:#816D5C;
}
.leader_exec_desc
{
	color:#BB9D6B;
}
#executive_team_img
{
	margin-top:-4px;
}
#pattystonesifer_img
{
	padding-top:7px;
}
.image_title
{
    color:#BB9D6B;
}
.leadership_asterix
{
	color:#BB9D6B;
	margin-right:10px;
}
.full_page_text
{
	margin-right:30px;
}
