/*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;
	clear:both;
}


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;
	background-image: url(/images/background_menu.jpg);
}

#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.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 50px;
}
#main.partial {
	margin-left: 255px;
}
#submenu {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	margin-bottom: 20px;
}
#submenu a:hover {
	text-decoration: underline;
}

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

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

h2    {
	color: #B21212;
	font-size:140%;
	line-height:2em;
}

h3   {
	/*clear: both;*/
	color:#0971B2;
	font-size:120%;
	line-height:1.2em;
	margin-top: 15px;
	margin-bottom:4px;

}

h4  {
	/*color:#474831;*/
	color: #B21212;
	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 {
	display: block;
	width: 80px;
	height: 23px;
	color: #fff;
	background: #554025;
	font-family: serif;
	font-size: 10pt;
	line-height: 22px;
	text-align: center;
	border-radius: 10px;
}

#topnav a.highlight, #topnav a.active {
	background: #7695A9;
}

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

img {
	border: 1px solid #999;
}

#main img {
	width: 240px;
	margin: 0;
}
#main img.right {
	float: right;
	margin: 3px  0 15px 15px;
}
#main img.left {
	float: left;
	margin: 3px 15px 15px 0;
}

#main div.right {
	float: right;
}
#main div.left {
	float: left;
}
#main div.photobox, #main img.photobox {
	/* margin-top: 15px; */
	margin-bottom: 15px;
}
#main div.caption {
		font-style: italic;
		font-size: .8em;
    position: relative;
    text-align: center;
    top: 5px;
}

p.pics img {
	margin: 2px;
}

/* bulls / families pages */

.elephant-container {
	float: left;
	width: 49%;
	min-height: 450px;
  	padding-top: 10px;
	/*border: 1px solid #090;*/
}

.elephantbio {
	margin: 0 auto;
	/*border: 1px solid #009;*/
}

.bulls .elephantbio {
	width: 260px;
}

.families .elephantbio {
	width: 295px;
}

.elephantbio div {
	padding-top: 15px;
	text-align: justify;
}

#main .elephantbio img {
	display: block;
	border: 1px solid #5A583F;
	margin: 0 auto;
	height: 220px;
	width: auto;
}

.elephantbio strong {
	color: #800;
}

/* Collapsing notes
em {
  margin: 15px 0;
  display: block;
  font-size: 11px;
}
*/
div.notes {
  display: none;
}
h3.collapse {
  cursor: pointer;
}

