@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background-image:url(../../images/body_bg.gif);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:11px;
	color:#433A32;
}
img, a img { border:none; }

/************** LAYOUT AND POSITIONING *******************************/
#header {
	width:850px;
	height:176px;
	margin:0 auto;
	background-color:#000;
}
	#logo {
		width:262px;
		float:left;
	}
	#banner {
		width:588px;
		float:left;
	}

#wrapper {
	width:850px;
	margin:0 auto;
	background-image:url(../../images/page_bg.jpg);
	background-repeat:repeat-y;
}
	#left_panel {
		width:262px;
		float:left;
		padding-bottom:50px;
	}
		#login_panel {
			width:181px;
			margin:0 0 0 20px;
			padding:15px 20px;
			background-color:#C8C8C8;
			background-image:url(../../images/login_fade.jpg);
			background-repeat:repeat-x;
		}
	#main_panel {
		width:588px;
		float:left;
		min-height: 500px;
		height: auto !important;
		height: 500px;
	}
		#scroll {
			height:35px;
			background-color:#333333;
			background-image:url(../../images/bg_bar.jpg);
			background-repeat:repeat-y;
		}
		#content {
			width:546px;
			margin:20px auto;
		}
	#footer {
		clear:both;
		background-color:#00662A;
		height:30px;
		line-height:35px;
	}
	
#footer_bottom {
	background-image:url(../../images/footer_bottom.gif);
	background-repeat:no-repeat;
	width:850px;
	height:10px;
	margin:0 auto;
}

/************** NAVIGATION *******************************/
#nav {
	list-style-type:none;
	margin-left:20px;
}
	#nav li a {
		display:block;
		margin: 4px 0 0 0;
		padding:0 0 0 23px;
		width:198px;
		height:36px;
		line-height:36px;
		background-image:url(../../images/menu_bg.jpg);
		background-repeat:no-repeat;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		color:#C38610;
	}
	#nav li a:hover, #nav li a.sel {
		color:#FFF;
	}
	#nav .no_margin {
		margin-top:0;
	}
		#nav ul {
			background-color:#C38610;
			list-style-type:none;
			background-image:url(../../images/orange_fade_top.jpg);
			background-repeat:repeat-x;
			width:221px;
			margin:0;
			padding:10px 0;
		}
		#nav ul li a {
			background-image:none;
			margin:0;
			font-size:11px;
			color:#000;
			height:25px;
			line-height:25px;
		}
		#nav ul li a:hover, #nav ul li a.sel {
			color:#FFF;
		}
		
		#nav li ul li ul li a {
			padding-left: 35px;
			font-weight: normal;
		}

#menu {
	list-style-type:none;
	margin-left:20px;
	padding-top:10px;
}
	#menu li {
		float:left;
		color:#C38610;
	}
	#menu li.text {
		padding:0 5px;
	}
	#menu li a {
		display:block;
		padding:0 10px;
		color:#C38610;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		line-height:15px;
		border-right:2px solid #C38610;
	}
	#menu li a.no_border {
		border-right:none;
	}
	#menu li a:hover, #menu li a.sel {
		color:#FFF;
	}

/************** FORMATTING *******************************/
#footer, #footer a {
	color:#99C2AA;
	text-align:center;
	font-size:9px;
	text-decoration:none
}
#footer a:hover {
	text-decoration:underline;
}
#logo h2 {
	text-align:center;
	text-transform:uppercase;
	font-size:17px;
	font-weight:normal;
	color:#FFF;
	margin:10px 0 0 0;
}
#login_panel {
	color:#000;
	font-size:10px;
}
#login_panel .forgot {
	font-size:9px;
	color:#000;
	text-decoration:underline;
	float:right;
	font-weight:bold;
	margin:15px 0 0 0;
}
#login_panel .input {
	width:175px;
	margin: 3px 0 5px 0;
}
#TICKER {
	padding-top:9px;
	color:#458827;
	font-size:12px;
	font-weight:bold;
}

.green 	{	color:#458627;	}
.brown 	{	color:#C38610;	}
.bold 	{	font-weight:bold;	}
.icon 	{	margin-right:10px;	}

h1 {
	font-size:17px;
	font-weight:bold;
	color:#00662A;
	margin:0 0 10px 0;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#00662A;
	margin:20px 0 5px 0;
}
p {
	margin:5px 0 10px 0;
	line-height:17px;
}
a {
	color:#433A32;
	text-decoration:underline;
}
a:hover {
	color:#00662A;
}
#content ul {
	margin:10px 20px;
}
#content ul li {
	margin:5px 0;
}

.pretty_table {
	margin:10px 0;
	border-top:1px solid #3A3A3A;
}
.pretty_table th {
	background-color:#CF9526;
	color:#FFF;
	padding:5px 0;
}
.pretty_table td {
	padding:3px 0;
}
.pretty_table td, .pretty_table th {
	border-bottom:1px solid #3A3A3A;
}

.pedigree {
	border:1px solid #C8C8C8;
}
.pedigree td {
	padding:5px;
	border:1px solid #C8C8C8;
}
.pedigree td.level1 	{	font-size:13px; font-weight:bold;	}
.pedigree td.level2 	{	font-size:12px;	}
.pedigree td.level3 	{	font-size:11px;	}
.pedigree td.level4 	{	font-size:10px;	}
.pedigree td.level5 	{	font-size:9px;	}

.error {
	border:1px solid #CC0000;
	padding:10px 20px;
	margin:20px 0;
}
.error h3 {
	color:#CC0000;
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:3px;
}
.error p {
	margin:0;
	padding:0;
}
#notice {
	border:1px solid #468A28;
	background-color:#F5FCF3;
	margin:20px 0;
	padding:10px;
}

.side_pic {
	margin-right:20px;
}
.links_bar {
	clear:both;
	padding:10px 0;
}
.line {
	line-height:1px;
	height:1px;
	border-top:1px solid #CCCCCC;
	margin:10px 0;
}

#contact_form {
	background-color:#E3E3E3;
	padding:10px 20px 5px 20px;
}
#contact_form label {
	float:left;
	clear:both;
	width:70px;
}
#contact_form.bookservice label {
	width: 500px;
}
#contact_form .input {
	width:500px;
	margin-bottom:10px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	line-height:19px;
	padding:2px 0;
}
#contact_form.bookservice input[type="checkbox"] {
	display: block;
	width: 15px;
	clear: both;
}

#captions {
	display:none;
}
#caption {
	margin-top:10px;
	font-size:12px;
}
#gallery_large {
	width:356px;
	float:left;
}
#gallery_thumbs {
	width:180px;
	float:right;
	margin-top:-3px;
	padding:0 0 10px 0;	
}
#gallery_thumbs a {
	padding:3px;
	width:53px;
	height:53px;
	float:left;
	cursor:pointer;
}
#gallery_thumbs a:hover,#gallery_thumbs a.sel {
	background-image:url(../../images/gallery_over.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

/* Hax (don't look here) */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* END: Hax (don't look here) */
