/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: #dcd6be url(images/main_bg.jpg) repeat-x;
}
body, p{
	
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* An extra div if needed, not plugged into the HTML by default */
#contact{
	
}
#container{
	display: block;
	margin: auto;
	width: 748px;
	}
#header{
	height: 200px;
}

#subhead{
	font: italic 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #002448;
	padding-top: 3px;
	padding-bottom: 3px;
	text-shadow: #938a56 -3px 3px 3px;
}

#nav{
	display: block;
	margin: auto;
	height: 32px;
}

#wrapper{
	
}
#content{
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	min-height: 350px;
	margin-bottom: 8px;
}
#footer {
    width: 100%;
    padding: 11px 0px 20px;
    text-align: center;
    color: #000;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	background: url(images/footer_bg.jpg) no-repeat;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #9d9886;
	padding-bottom: 10px;
}

#api a{
	color: #9d9886;
}

#api a:hover{
	color: #767264;
}

.photo{
	background-color: #fff;
	padding: 5px;
	border: 1px solid #c0bba5;
	margin: 4px;
}

.dropcap{
	color: #012241;
	border: 1px solid #c0bba5;
	display: block;
	float: left;
	margin-top: 4px;
	padding: 6px 6px 8px;
	margin-right: 4px;
	background: #fff url(images/dropcapbg.gif) no-repeat;
	width: 38px;
	height: 36px;
	text-align: center;
	line-height: 33px;
	font-size: 40px;
	font-weight: bold;
}

.cutline{
	font-size: 11px;
	font-style: italic;
}

/* @end */

/* @group EPDs and Pedigrees */

.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.ped_name{
	
}

.ped_calved{
	
}

.ped_sirename{
	
}

.ped_damname{
	
}

.ped_pedbody{
}

#epdtable{
	
}

#epdtable td{
}

.epd_all{
	}

.epdhead{
	
}

.epdsubhead{
	}

.epddata{
	}

/* @end */
/* @group misc. */
#banner{
	width: 250px;
	height: 160px;
	background: url(images/banners/coupon.gif) no-repeat;
	margin: 0 auto;
	padding: 50px 25px 10px;
}
#banner h3{
	font-variant: small-caps;
	font-size: 17px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#banner p strong{
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* @end */
/* @group GeneStar Table */
#genestar{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#genestar td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
	text-align: center;
}

.gs_head{
	padding: 2px;
	background-color: #0c4c89;
	color: #fff;
	font-weight: bold;
}

.gs_subhead{
	background-color: #bc2d27;
	color: #fff;
}
/* @end */

/* @group AJAX Members List */

#memnav a{
 	font-size: 15px;
	font-weight: bold;
	background-color: #c11676;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	}
	
#memnav a:hover{
	font-size: 15px;
	font-weight: bold;
	background-color: #4ab855;
	color: #fff;
	text-decoration: none;
	padding: 3px;

	}
/* @end */

/* @group Lightbox */

#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/prev.gif) no-repeat left 15%;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(images/next.gif) no-repeat right 15%;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	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;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}



/* @end */
