@charset "utf-8";
/* CSS Document */


html {
height: 101%;
}

h1, h2, h3, h4, h5, h6, p {
  position: relative;
}

.clear {
clear: left;
}

h2 {
font-size: 11px;
margin: 4px 0;
padding: 0;
}

h3 {
margin: 0;
color: #413675;
font-size: 10px;
font-weight: bold;
clear: left;
}

h3 a {
font-size: 14px;
text-decoration: none;
font-weight: bold;
color: #413675;
}

h3 a:hover {
color: #666;
}

body {
padding: 0;
margin: 0 0 25px 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #413675;
}

#container {
margin: 25px auto;
width: 635px;
text-align: left;
}

/*************************** TOP BANNERS **************************/

#header {
height: 15px;
background: #EEB211;
color: #636467;
padding: 4px 0 4px 4px;
font-size: 11px;
}

.right {
float: right;
width: 170px;
text-align: right;
margin: 0 4px 0 0;
font-weight: bold;
font-size: 12px;
}

#banner {
margin: 12px 0;
background: url(../images/topbanner.jpg);
height: 111px;
position: relative;
}

#logo { position: absolute; top: 73px; left: 20px;}

/**************************** MAIN CONTENT *******************************/ 

#main {
border: 2px solid #fff;
background: url(../images/yellow.gif) repeat-x #fff;
height: auto;
}

#left {
margin: 78px 12px 0 12px;
float: left;
width: 147px;
}

#left p {
text-align: left;
font-size: 11px;
padding: 0;
margin: 4px 0;
}

#left img {
text-align: center;
}

#nav {
margin: 0;
background: #f5cc78;
border: 1px solid #636467;
width: 147px;
color: #fff;
font-weight: bold;
}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center; 
}

#nav li {
margin: 0px;
padding: 0px;
list-style: none;
}

#nav li a {
margin: 5px auto;
padding: 3px 0 1px;
height: 18px;
width: 133px;
display: block;
border: 1px solid #EEB211;
background: #413675;
color: #fff;
text-decoration: none;
}

#nav li a:hover {
background: #EEB211;
border: 1px solid #636467;
color: #333;
}

#content {
width: 454px;
border: 1px solid #A3A29F;
margin: 8px 0 0 0;
float: right;
min-height: 374px!important;
background: #fff;
display: inline;
}

#content h1 {
text-align: center;
padding: 8px 0 0 0;
}

#content p {
padding: 10px;
margin: 0;
}

#content p a {
color: #000;
text-decoration: none;
font-weight: bold;
}

#content p a:hover {
color: #413675;
}

.centering h2, h3{
text-align: center;
margin: 8px 0;
}

#content li {
list-style: square;
}

.fltleft {
float: left;
padding: 0 8px 8px 0;
}

/**************************** PROFILE BOXES ***************************/

.box {
display: block;
padding: 0;
font-size: 11px;
margin: 8px 0 0 0;
}

.boxright {
width: 208px;
margin: 0 0 0 240px;}

.box h1 {
font-weight: bold;
font-size: 16px;
color: #413675;
}

.pedigree {
background: #BCBEC0;
padding: 4px;
}

.box img {
float: left;
margin: 0 8px 4px 8px;
padding: 4px;
border: 3px solid #413675;
}

.heading {
font-size: 12px;
color: #413675;
font-weight: bold;
}

.heading2 {
font-size: 12px;
font-weight: bold;
}

/*************************** PHOTO BOXES - GALLERY POP OVER *********************/


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.6em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding: 0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	color: #413675;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 1.0em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}





/*************************** PURPLE BACKGROUND BOXES *********************/

.bgpurple {
margin: 4px;
background: #413675;
display: block;
}

.bgpurple img {
padding: 3px;
display: inline;
}

/**************************** PARTNERS *******************************/

.partners img {
margin: 0 12px 12px 20px;
}

/**************************** FOOTER *********************************/

#footer {
clear: both;
background: url(../images/bottombanner.jpg) top no-repeat #413675;
height: 80px;
}

.credit {
padding: 65px 0 20px 0;
color: #fff;
font-size: 11px;
text-align: center;
}

.credit a {
text-decoration: none;
color: #fff;
font-weight: bold;
}

.credit a:hover {
color: #EEB211;
}


