/*Normalizing across site///////////////////////////////////////////////*/

body, div, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: bold;
}


img {
	border: 0;
}

a {
	text-decoration: none;
	color: #6e493a;
}

p {
	font-size:.8em;
	line-height: 1.4em;
	margin: 7px 0;
}

li  {
	font-size:.8em;
	margin-bottom:4px;
}


/*End Normalizing////////////////////////////////////////////////////////*/

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#7f7164 ;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #E6D1A2;
}

#content {
	background-repeat:no-repeat;
	min-height: 675px; 
}

#content.home {
	background-image: url(/images/background_home.jpg);
}
#content.history {
	background-image: url(/images/background_history.jpg);
}
#content.studysite {
	background-image: url(/images/background_studysite.jpg);
}
#content.research {
	background-image: url(/images/background_research.jpg);
}
#content.bulls {
	background-image: url(/images/background_bulls.jpg);
}
#content.females {
	background-image: url(/images/background_females.jpg);
}
#content.fieldnotes {
	background-image: url(/images/background_fieldnotes.jpg);
}
#content.getinvolved {
	background-image: url(/images/background_getinvolved.jpg);
}
#content.support {
	background-image: url(/images/background_support.jpg);
}

.fill {
	float: left; width: 255px; height: 620px;
}
#main {
	margin: 10px 80px 0 255px;
}
#main.wrap {
	margin-left: 50px;
}
#submenu {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}
#submenu a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	padding: 50px 0 10px 0;
	font-size: .7em;
	color: #555;
}

h1     {
	color:#474831;
	font-size:155%;
}

h2    {
	color:#6e493a;
	font-size:130%;
	line-height:3em;
}

h3   {
	color:#7695a8;
	font-size:115%;
	line-height:1.2em;
	margin-top:11px;
	margin-bottom:4px;

}

h4  {
	color:#474831;
	font-size:90% ;
	line-height: 1.8em ;	
}
	
h5 {
	color:#6e493a;
	font-size:75% ;	
}
	
h6 {
	color:#6e493a;
	font-size:130% ;
} 

/* header styles */

#header {
	background: url(/images/header.jpg) 0 0 no-repeat;
	height: 220px;
	width: 100%;
}

#headerphoto {
	float: right;
	margin: 7px;
}


/* menu styles */

#topnav {
	height: 50px;
	padding-left: 16px;
}

#topnav a.menu {
	display: block;
	width: 80px;
	height: 23px;
	background: url("/images/buttons.png") 0 0 no-repeat;
}

#topnav span {
	float: left;
	margin: 11px 18px 0 0;
}

#homebutton a.menu {
	background-position: 0 -25px;
}
#homebutton_active a.menu,
#homebutton a.menu:hover {
	background-position: 0 -3px;
}

#historybutton a.menu {
	background-position: 0 -72px; /* +25 */
}
#historybutton_active a.menu,
#historybutton a.menu:hover {	
	background-position: 0 -50px; /* +22 */
}

#studysitebutton a.menu {
	background-position: 0 -119px;
}
#studysitebutton_active a.menu,
#studysitebutton a.menu:hover {	
	background-position: 0 -97px;
}

#researchbutton a.menu {
	background-position: 0 -166px;
}
#researchbutton_active a.menu,
#researchbutton a.menu:hover {	
	background-position: 0 -144px;
}

#bullsbutton a.menu {
	background-position: 0 -213px;
}
#bullsbutton_active a.menu,
#bullsbutton a.menu:hover {	
	background-position: 0 -191px;
}

#femalesbutton a.menu {
	background-position: 0 -260px;
}
#femalesbutton_active a.menu,
#femalesbutton a.menu:hover {	
	background-position: 0 -238px;
}

#fieldnotesbutton a.menu {
	background-position: 0 -307px;
}
#fieldnotesbutton_active a.menu,
#fieldnotesbutton a.menu:hover {	
	background-position: 0 -285px;
}

#getinvolvedbutton a.menu {
	background-position: 0 -354px;
}
#getinvolvedbutton_active a.menu,
#getinvolvedbutton a.menu:hover {	
	background-position: 0 -332px;
}

#supportbutton a.menu {
	background-position: 0 -401px;
}
#supportbutton_active a.menu,
#supportbutton a.menu:hover {	
	background-position: 0 -379px;
}

/* bulls / females pages */


.elephantbio {
	clear: both;
	min-height: 175px;
	margin-top: 20px;
}

.elephantbio img { 
	float: left;
	margin-right: 20px;
	border: 2px solid #5A583F;
}

