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

* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/bodybgd.jpg) repeat-x top #012833;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#fff;
}

#wrapper {
	width:775px;
	margin:0 auto 20px auto;
	text-align:left;
	background:url(../images/header.jpg) no-repeat;
}

#header h1 {
	text-indent:-5000px;
	margin-bottom:177px;
	font-size:18px;
}

#header ul {
	list-style:none;
}

#header ul li {
	display:inline;
}

#header ul li a {
	color:#fff;
	text-decoration:none;
	font-size:1.3em;
	line-height:19px;
	margin-right:13px;
}

#header ul li a:hover {
	text-decoration:underline;
}

#navigation ul ul a {
	margin:0;
	border:none;
	text-align:left;
	padding:0 1px 0 3px;
	width:200px;
	height:22px;
	font-size:1.2em;
	display:block;
}

#navigation li {position: relative; z-index: 1000;}

#navigation ul ul {
	position: absolute;
	left:-15px;
	top:13px;
	background: #174153;
}

#navigation ul ul a:hover {
	background:#1E556B;
	text-decoration:none;
}

div#navigation ul ul {
	display: none;
}

div#navigation ul li:hover ul
{display: block;}

div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}

#content {
	margin-top:30px;
	min-height:400px;
	clear:left;
	float:left;
	width:550px;
}

body#photosPage #content, body#pedigreesPage #content, body#testimonialsPage #content {
	width:100%;
}

#content .inner {
	padding-bottom:25px;
}

#content h2 {
	font-size:1.6em;
	border-bottom:1px solid #fff;
	padding-bottom:3px;
}

body#photosPage #content h2, body#pedigreesPage #content h2, body#testimonialsPage h2 {
	width:550px;
}

#content h3 {
	font-size:1.4em;
	margin-top:1em;
	color:#CDC8AF;
}

#content p, #content ul, #content ol {
	line-height:1.8;
	font-size:1.2em;
	margin-top:1em;
}

#content ul, #content ol {
	margin-left:30px;
}

#content img {
	border:1px solid #fff;
	padding:1px;
	margin:10px 3px 0 3px;
}

#content img.imgright {
	float:right;
	margin-left:5px;
}

#content img.imgleft {
	float:left;
	margin-right:10px;
}

#content .homenews {
	background:url(../images/homenewbgd.jpg) no-repeat;
	padding:10px;
	margin-top:15px;
	width:515px;
}

#content .newshilite {
	background-color:#CCC8B1;
	border:2px solid #335869 !important;
	color:#0D2732;
	margin-top:15px;
	padding:10px;
}

#content .homenews img, #content .newshilite img {
	float:left;
	margin:0 10px 0 0 !important;
	border:1px solid #fff;
	padding:1px;
}

#content .homenews p, #content .newshilite p  {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
}

#content .newshilite a {
	color:#0D2732;
}

#content .photobox {
	width:220px;
	height:200px;
	text-align:center;
	float:left;
	margin-top:10px;
}

#content .photoboxvert {
	width:220px;
	height:230px;
	text-align:center;
	float:left;
	margin-top:10px;
}

#content .photobox p, #content .photoboxvert p, body#testimonialsPage #content .photobox p {
	margin-top:0;
	font-size:1.1em;
}

#content .testimonial {
	clear:right;
	border-top:1px solid #004C62;
	padding-top:15px;
	padding-bottom:20px;
}

#content .testimonial img {
	float:right;
	margin-left:5px;
	margin-bottom:15px;
}

body#testimonialsPage #content .photobox {
	width:220px;
	height:200px;
	text-align:center;
	margin-top:10px;
	float:right;
	margin-bottom:25px;
}

body#testimonialsPage #content .photobox img {
	float:none;
	margin-bottom:0;
}

#content .videobox {
	margin:20px 0;
}

#sidebar {
	margin-left:570px;
	margin-top:50px;
}

#sidebar ul {
	list-style:none;
}

#sidebar ul li a {
	display:block;
	height:30px;
	font-size:1.2em;
	text-align:right;
	line-height:30px;
}

#sidebar img {
	margin-top:30px;
	padding:1px;
	border:1px solid #fff;
}

#sidebar p {
	font-size:1.2em;
	text-align:right;
	margin-top:1em;
}

#wrapper a {
	color:#fff;
}

#wrapper a:hover {
	text-decoration:none;
}

#clearall {
	clear:both;
	height:25px;
}

#footer {
	margin-top:45px;
	border-top:1px solid #fff;
	clear:left;
}

#footer p {
	font-size:1.1em;
	line-height:2;
}

/* JAVASCRIPT IMAGE VIEWER STYLES */

#thumbBox{
position: absolute;
left: 0;
top: 0;
width: auto;
background: #F4EAEA;
visibility: hidden;
z-index: 200;
cursor: hand;
cursor: pointer;
text-align:center;
border:#343434 1px solid;
padding: 5px;
}
.footerbar{display:none;}
#thumbBox, #thumbImage{ 
background-color: #F4EAEA;
}
#thumbLoading{
position: absolute;
visibility: hidden;
border: 2px solid black;
background-color: #FFFFFF;
padding: 5px;
z-index: 199;
}
#thumbBox img{
border:1px solid #ccc;
}