@charset "utf-8";
/* CSS Document */
.twoColFixRtHdr #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
} 
.twoColFixRtHdr #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:950px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body 
{
	margin-top:5px;
	margin-left:2px;
	margin-right:2px;
	padding-left:0px;
	padding-right:0px;
	color:#FFF;
	background-color:#6633FF;
	font: 100% Georgia, "Times New Roman", Times, serif;
}
a, a.visited, a.active
{
	color:#F00;
}
a.hover
{
	color:#FF0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.header
{
	width:990px;
	height:153px;
	text-align:center;
}
.menu
{
	width:990px;
	vertical-align:bottom;
}
.mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 20px;
	text-align:left;
}
#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
/* gradient 7 */
.gradient7 {
	background: #000;
	padding: 10px 0 10px 0px;
	margin: 10px 0 10px;
}
.gradient7 h1 {
	/*font: bold italic 210%/100%;*/
	font-size:210%;
	line-height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.gradient7 h1 span {
	background: url(../images/gradient/images/gradient-dark-stripe-hz.png) repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 100%;
	height: 29px;
}
/* gradient 7 */
.gradient9 {
	background: #000;
	padding: 10px 0 10px 0px;
	margin: 10px 0 10px;
}
.gradient9 h1 {
	/*font: bold italic 210%/100%;*/
	font-size:210%;
	line-height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.gradient9 h1 span {
	background: url(../images/gradient/images/gradient-dark-stripe-hz.png) repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 1000%;
	height: 29px;
}
/* gradient 8 */
.gradient8 {
	background: #000;
	padding: 10px 0 10px 0px;
	margin: 30px 0 10px;	
}
.gradient8 h1 {
	font-family: Georgia;
	position: relative;
	margin: 0;
	color: #fff;
}
.gradient8 h1 span {
	background: url(../images/gradient/images/gradient-dark-stripe-hz.png) repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width:630px;
	height: 29px;
}
.gradient8a {
	background: #000;
	padding: 10px 0 0px 0px;
	margin: 30px 0 0px;	
}
.gradient8a h1 {
	font-family: Georgia;
	font-size:24px;
	position: relative;
	margin: 0;
	color: #fff;
}
.gradient8a h1 span {
	background: url(../images/gradient/images/gradient-dark-stripe-hz.png) repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width:630px;
	height: 29px;
}
.gradient8b {
	background: #000;
	padding: 0px 0 0px 0px;
	margin: 10px 0 10px;	
}
.gradient8b h1 {
	font-family: Georgia;
	font-size:24px;
	position: relative;
	margin: 0;
	color: #fff;
}
.gradient8b h1 span {
	background: url(../images/gradient/images/gradient-dark-stripe-hz.png) repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width:630px;
	height: 29px;
}
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop6.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.preload1 {background: url(menu/six_0a.gif);}
.preload2 {background: url(menu/six_1a.gif);}
#nav {padding:0; margin:0; list-style:none; height:35px; background:#fff url(menu/six_0.gif) repeat-x; position:relative; z-index:200; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(menu/six_0.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 12px 0 12px; height:35px; background: url(menu/six_0.gif) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(menu/six_0a.gif) no-repeat right top;}
#nav li:hover a.top_link,
#nav a.top_link:hover
{color:#fff; background: url(menu/six_1.gif) no-repeat;}
#nav li:hover a.top_link span, 
#nav a.top_link:hover span
{background:url(menu/six_1.gif) no-repeat right top;}
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down
{background:url(menu/six_1a.gif) no-repeat right top; padding-bottom:3px;}
#nav table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}
#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}
#nav :hover ul.sub
{left:1px; top:35px; background: #458cdd; padding:0px; border:1px solid #000080; white-space:nowrap; width:177px; height:auto; z-index:300;}
#nav :hover ul.sub li
{
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:175px;
	font-weight:normal;
	text-align: left;
}
#nav :hover ul.sub li a
{display:block; font-size:11px; height:18px; width:175px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #458cdd;}
#nav li ul.sub li a.fly
{background:#458cdd url(menu/arrow.gif) 80px 6px no-repeat;}
#nav :hover ul.sub li a:hover 
{background:#000080; color:#fff; border-color:#fff; font-weight:bold;}
#nav :hover ul.sub li a.fly:hover
{background:#3f96a9 url(menu/arrow_over.gif) 80px 6px no-repeat; color:#fff; font-weight:bold;}
#nav li b {display:block; font-size:11px; height:18px; width:88px; line-height:18px; margin-bottom:3px; text-indent:6px; color:#ff6; border-bottom:1px solid #ff6; cursor:default;}
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:89px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:150px; z-index:400; height:auto;}
#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#nav li:hover li:hover > ul
{left:90px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}
#nav li:hover > ul ul 
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#nav li:hover li:hover > a.fly
{background:#3f96a9 url(menu/arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;} 
#nav li:hover li:hover > li a.fly
{background:#50b5d0 url(menu/arrow.gif) 80px 6px no-repeat; color:#000; border-color:#50b5d0;} 
.Txt_Pink {
	margin:0px;
	width:600px;
	margin-bottom:0px;
	float:right;
	display:inline;
	font-size:14px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight: 800;
	text-align: left;
	color: #ffffff;
	line-height: 120%;
	padding-top:1px;
	padding-bottom:2px;
}
.males {
	border-color: #FFF;
	border-width: 3px; 
	border-style:inset; 
}
.females {
	border-color: #FFF;
	border-width: 3px; 
	border-style:inset; 
}
.thinredborder {
	border: dotted thin #F00;
}
.pedigreec1 {
	height: 220px;
	width: 350px;
	font-size: 13px;
	color:#FFF;
}
.pedigreec2 {
	height: 110px;
	width: 280px;
	font-size: 12px;
	color:#FFF;
}
.pedigreec3 {
	height: 55px;
	width: 250px;
	font-size: 12px;
	color:#FFF;
}
#pedigree {
	margin-right: auto;
	margin-left: auto;
	border:#F00 thin dotted;
	text-align:center;
}
.pedigreepictures{
	padding-top:5px;
}#TopNote {
	width: 700px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.news-red {
	color: #F00;
}
.pedigreec1 .sirename {
	color: #F00;
	text-transform: uppercase;
}
.pedigreec1 .damname {
	color: #F00;
	text-transform: uppercase;
}
.Txt_Pink ul {
	font-style: italic;
	font-weight: bold;
}
.sire, .dam {color: #F00;}
