/* CSS Document */
body{
	padding:0px;
	margin:0px;
	color:#6b6b6b;
	background-color: #FFFFFF;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
div, p, ul, h2, h3, h4, img{padding:0px; margin:0px;}

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

ul{list-style-type:none;}

.clear {clear: both; margin: 0px}

/* CONTAINER */

#container{
	width:980px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}

/* LEFT */

#left{width:10px; float:left; }

/* HEADER */

#header{
	height:119px;
	position:relative;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: 0;
}

/* ---------------------------------------------------- */
/* BREADCRUMB
/* ---------------------------------------------------- */
#breadcrumb {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
	font-size: 9px;
}

.breadcrumb a {
	color: #DDC9AA;
	font-size: 9px;
}
#mainbanner/* MAINIMG */

{
	height:242px;
	position:relative;
	clear:both;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
}

/* Navigation */

#menu {
	background-color: #212121;
	width: 860px;
	height: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F8F4E8;
	border-right-color: #F8F4E8;
	border-bottom-color: #F8F4E8;
	border-left-color: #F8F4E8;
	margin-right: auto;
	margin-left: auto;
}

#nav, #nav ul{
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1em;
	width: 930px;
	margin:0px auto 0 !important;
	font-size: 1.1em;
	text-align: left;
	vertical-align: text-top;
	z-index: 100;
}

#nav a{
	background-color: #212121;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 21px;
	font-weight: normal;
	font-size: 100%;
}

#nav a:hover{
	color:#D9D3B9;
}

#nav li{
	float:left;
	position:relative;
	top: 4px;
	background-repeat: no-repeat;
	background-position: right 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#nav ul {
	position:absolute;
	display:none;
	width:auto;
	top:2.2em;
	left:0;
}

#nav li ul a{
	width:16em;
	height:auto;
	float:left;
	color: #212121;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCFCFC;
	line-height: 1em;
	font-weight: normal;
	font-size: 0.8em;
	border-right-style: none;
	padding-bottom: 10px;
	background-color: #DBD6B9;
}
#nav li ul a:hover {
	height:auto;
	float:left;
	color: #DBD5BB;
	background-color: #212121;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
	left:13em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
#innercontainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #F8F4E8;
}

#logo{position:absolute; top:55px; left:187px}

/* CONTENT */

#content{
	clear:both;
	padding-top:20px;
	z-index: 1;
	color: #101012;
	background-color: #F8F4E8;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	padding-bottom: 20px;
}
#up {
	color: #000000;
	margin-left: 29px;
	text-align: right;
	margin-right: 20px;
	clear: both;
}

#up a {
	color: #342923;
	text-align: right;
	font-size: 1.2em;
	font-weight: normal;
}
#up a:hover {
	color: #342923;
	text-decoration: underline;
}


div.clear {
	clear: both;
	height: 5px;
   }
#content h2 {
}



#content a{font:10px/14px Tahoma, sans-serif; color:#2a2c2d; font-weight:bold; text-decoration:none }
#content a:hover{color:#2a2c2d; border-bottom: #2a2c2d 1px dotted; text-decoration:none }

#content a.link2{font:10px/14px Tahoma, sans-serif; color:#6b6b6b; font-weight:normal; text-decoration:underline }
#content a.link2:hover{color:#fff; text-decoration:none; background:#9f978a; border:none}

#content p span.headline{font:12px/14px Trebuchet MS, sans-serif; color:#ab9a50; font-weight:bold;}

#content img{

}
#PagePan {
	width:820px;
	position:relative;
	color: #373330;
	margin-right: auto;
	margin-left: auto;
}


#leftPan{
	width:190px;
	position:relative;
	float:left;
	display:inline;
	background-color: #E7E3D8;
	border: thick solid #FFFFFF;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#credit  {
	float: right;
	width: 70px;
	margin-bottom: 0;
	margin-left: 0;
	height: 75px;
	padding-right: 20px;
	padding-top: 5px;
	margin-right: 60px;
}
#leftPan h2 {
	color: #241915;
}
#leftPan img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#rightPan{
	width:600px;
	position:relative;
	float:left;
	color: #373330;
}
#linkswrapper {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(../img/b_links.jpg);
	background-repeat: repeat;
	position: relative;
	left: -1px;
}

.footercontainer ul
{
	list-style-type: none;
	text-align: center;
	padding: 5px;
}

.footercontainer ul li { display: inline; }

.footercontainer ul li a
{
	text-decoration: none;
	color: #fff;
	background-color: #584C3E;
	padding-top: .2em;
	padding-right: 1em;
	padding-bottom: .2em;
	padding-left: 1em;
}

.footercontainer ul li a:hover
{
	color: #F8F4E8;
	text-decoration: underline;
}

#links {
	padding:0;
	margin:0 auto;
	list-style-type:none;
	float:left;
	position:relative;
  }

#links li {
	display: inline;
	float: left;
  }
#links ul {

}

#links a {
	width:auto;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
  }
#links a:hover {
	color:#D7C0B0;
	text-decoration: underline;
  }


/* FOOTER */

#footer{
	clear:both;
	height:50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #241915;
	background-image: url(../img/footer.jpg);
}
#footer p{
	font:10px/16px Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	color:#fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer p a{font:10px/16px Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; color:#fff; text-decoration:none; padding: 0 5px }
#footer p a:hover{
	border-bottom: #fff 1px dotted;
	text-decoration:none;
	color: #F8F4E8;
}

/* RIGHT */

#right{width:10px; float:left;}
/**************************************
 Calendar Date
***************************************/
.entrydate .dateMonth
{
	font-size:10px;
	text-align:center;
	color:#FFF;
	margin:0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.entrydate .dateDay
{
  font-family:Times New Roman,Helvetica,Sans-Serif;
  font-size:21px;
  font-weight:700;
  text-align:center;
  color:#888;
  margin:0;
  padding:3px 0 0;
}

.entrydate .dateYear
{
  font-size:9px;
  padding:0 0 0 1pt;
}

.entrydate
{
	background:transparent url(../img/date.png) repeat scroll 0 0;
	float:right;
	height:43px;
	margin-left:5px;
	margin-top:5px;
	width:41px;
}
.pedigree {
	width: 600px;
}
.pedigree select {
	width: 50px;
}


/**************************************
 Table pedigree
***************************************/
.tblped {
	font-size: 11px;
	background-color: #ffffff;
	color:#310A03;
}
.tblped a {
	color: #000000;
}
.pedigree  h3 {
	color: #310A03;
	margin-bottom: 10px;
}



.thped {
	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	background-color:#515151;
	font-family: Verdana, Arial, sans-serif;
	
	
/**************************************
 Table Links
***************************************/
	
}
#tablelinks {
	line-height: normal;
}

#tablelinks a {
	text-decoration: none;
		font-size: 11px;
}
#thumbnails img {
	margin-right: 5px;
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #000000;
	margin-bottom: 20px;
}
#mainimg {
	padding: 5px;
	border: thin double #000000;
}
#thumbnails {
	margin-top: 20px;
}
div.galleryImg {
	float:left;
	height:100px;
	margin:5px;
	text-align:center;
	width:100px;
}
.snippet {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 15px;
	padding-top: 5px;
}
#linkspage {
	list-style-type: none;
	display: inline;
	border: 1px solid #666666;
	color: #241915;
	float: left;
	width: 255px;
	line-height: 2em;
	text-align: center;
	background-color: #D8D2B2;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
}.news-h2 {
	margin-bottom: 10px;
}
.dateposted {
	font-size: 9px;
	color: #999999;
}
.gallerypage {
	list-style-type: none;
	display: inline;
	border: 1px solid #666666;
	color: #241915;
	float: left;
	width: 255px;
	line-height: 2em;
	text-align: center;
	background-color: #D8D2B2;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.footermenu  li {
	list-style-type: none;
	display: inline;
	padding-left: 0px;
	text-align: left;
	margin-left: 0px;
	margin-right: 3px;
}

.footermenu ul {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 0px;
	text-align: left;
	margin-left: 0px;
}


/* ---------------------------------------------------- */
/* FOOTER MENU
/* ---------------------------------------------------- */
.footermenu {
	display: inline;
	list-style-type: none;
	position: relative;
	top: 22px;
	font-size: 10px;
	float: right;
	margin-right: 80px;
}
#footer ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	position: relative;
	width: 600px;
	padding-top: 30px;
	margin-right: 0px;
	padding-right: 0px;

}
.footermenu  li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 0px;
	text-align: left;
	margin-left: 0px;
}

.footermenu ul {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 0px;
	text-align: left;
	margin-left: 0px;
}
.footermenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul {
	list-style-type: none;
	position: relative;
	width: 600px;
	padding-top: 0px;

}
