/* CSS Document */

@import url(fonts.css);

body {background-color:#2E364F;}

#wrapper {
	width: 830px;
	display: block;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 170px;
	margin-left: auto;
	padding-bottom: 60px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

#wrapper .bkgd {
	background-image: url(images/background.jpg);
	background-position: 0px 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	}
	
#wrapper .bkgd_home {
	background-image: url(images/background2-2.jpg);
	background-position: 0px 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;}
	
#wrapper_splash {
	width: 768px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/splash.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 375px;

	}

#wrapper_splash .type {
	width: 533px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FCE97B;
	margin-left: 150px;
	padding-left: 15px;
	}

	

#header {
	width:830px;
	height:332px;
	background-image: url(images/header-img.png);
	background-repeat: no-repeat;
}

#nav .links {
	width:620px;
	height: 37px;
	float: left;
	padding-top: 14px;
	padding-left: 30px;
}

#nav .update {
	width:180px;
	height:15px;
	padding-top: 35px;
	float: right;
}

/* STRUCTURE */
#content {
	height: 400px;
	background-repeat: no-repeat;
	background-image: url(images/name.png);
	background-position: center 185px;
}

#content_home {
	height: 400px;
}

#container {
	width:680px;
	min-height:100%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top:0px;
	padding-right: 75px;
	padding-left: 75px;
}
.one_column { width:160px; }
.two_column { width:340px; }
.three_column { width:480px; }
.four_column { width:680px; }

.twothirds_column { width:397px; }
.onethirds_column { width:280px; }
.address_column {width:300px;
	background-image: url(images/address.png);
	background-repeat: no-repeat;}
.home_column { width:520px;}

#container .fam_photo { border:4px solid #FFF; margin-right:20px; }
#container .photo { border:4px solid #FFF; }
#container .photo2 { border:1px solid #FFF; }

	/* FLOATS */
.left { float: left; }
.right { float: right; }
.leftimg { float: left; margin:0px 10px 5px 0px; }
.rightimg { float: right; margin:0px 0px 5px 10px; }

/* BREAKS */
.force_break { clear:both; }
.soft_break { clear:both; }
.no_break { clear:right; }

.hr_break {
	clear:both;
	height:21px;
}

#footer {
	width:830px;
	height: 100%;
	background-image: url(images/footer.png);
	background-position: -1px 0px;
	text-align: center;
	background-repeat: no-repeat;
	float: none;
	clear: both;
}

#footer .list {
	width:830px;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: center;
}

#footer .copyright{
	height: 35px;}
	
	
#footer .bottom {
	float:left;
	background-image: url(images/bottom.jpg);
	height: 20px;
	width: 830px;
	background-repeat: no-repeat;
	}

a {	color:#CCC; text-decoration:none;font-weight:bold; }
a:hover { color:#FFF; font-weight:bold; }
a, a img {border:none; }
a:active, a:focus{ outline:none;}

#contact {
	background-image:url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: 15px top;
	float: left;
	width: 770px;
	text-align: right;
	padding-right: 30px;
	padding-left: 30px;
	margin-top:20px;
}

#contact .text {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 23px;
	width: 650px;
	float: right;
	}
	
#page {width:680px;
	clear:both;}

#page .title_about, #page .title_sires, #page .title_donors, #page .title_females, #page .title_none {height: 65px; width: 300px;float: left;background-repeat: no-repeat;background-position: left top;}
#page .title_about {background-image: url(images/about-us.png);}
#page .title_sires {background-image: url(images/sires_semen.png);}
#page .title_donors {background-image: url(images/donors_emb.png);}	
#page .title_females {background-image: url(images/corn_females.png);}
#page .title_none {background-image: none;}

	
#page .number {
	height: 65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 375px;
	height: 25px;
	float: right;
	padding-bottom:10px;
	text-align: right;
	letter-spacing: 1px;
	}
	
#page .title_fem {
	height: 65px;
	width: 300px;
	float: left;
	background-image: url(images/corn_females.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#page .number a {	color:#E9D25F; text-decoration:none;font-weight:bold; }
#page .number a:hover { color:#FEE566; font-weight:bold; }
#page .number a, a img {border:none; }
#page .number a:active, a:focus{ outline:none;}
	
#page .next {
	height: 20px;
	float: right;
	text-align: right;
	font-weight: bold;
	color: #E9D25F;
	background-image: url(images/arrow-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	width: 660px;
}

#page .next a {	color:#E9D25F; text-decoration:none;font-weight:bold; }
#page .next a:hover { color:#FEE566; font-weight:bold; }
#page .next a, a img {border:none; }
#page .next a:active, a:focus{ outline:none;}

#name {
	width: 680px;
	float: left;
	text-align: left;
	word-spacing: 2px;
}

#name .link a {	color:#FFFFFF; text-decoration:none;font-weight:bold; }
#name .link a:hover { color:#CCCCCC; font-weight:bold; }
#name .link a, a img {border:none; }
#name .link a:active, a:focus{ outline:none; color:#E9D25F;}

#pedigree {
	padding-top:3px;
}

#pedigree .name {
	padding-left: 0px;
	text-align: right;
}
#pedigree .ggp {padding-left: 110px;text-transform:uppercase;}
#pedigree .gp {padding-left: 70px;text-transform:uppercase;}
#pedigree .p {padding-left: 25px;font-weight: bold;font-size: 12px;text-transform:uppercase;
}

#epds {
	float: left;
	height: 64px;
	width: 674px;
	padding-left: 0px;
	padding-top: 11px;
	margin-top:15px;
	margin-bottom:15px;
	background-color: #2e364f;
	border: 3px groove #000000;
	font-size: 12px;
	text-align: center;
}

#home_content {
	padding-left: 75px;
	padding-right: 30px;
}

#home_content .photo {
	border:4px solid #FFF;
	margin-top: 15px;
}

#home_content .thumb {
	border:4px solid #FFF;
	margin-top: 0px;
	margin-right:20px;
	float:left;
}

home_content .photo3 {
	align:center;
}

#address{
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#epds_frontpage {
	float: none;
	height: 45px;
	width: 405px;
	padding-left: 0px;
	padding-top: 11px;
	margin-top:15px;
	margin-bottom:15px;
	background-color: #2e364f;
	border: 3px groove #000000;
	font-size: 12px;
	text-align: center;
}

#home_content .article_separator{
	border-bottom: 1px solid #000;
	padding: 8px 0px;
}

.home_break
	{height:10px;
	clear:both;}
	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); 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{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 200%	; }

/* #imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}	*/		
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 150%; height: 800px; background-color: rgba(0,0,0,0.9); }