@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma;
	font-size: 12px;
	color: #856306;
	background: url(imgs/background.jpg) repeat-x #FFF;
}
.clear {
	clear:both;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
a, a:visited, .link {
	color: #BF6000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover, .link:hover {
	color: #FF0000;
	text-decoration: none;
	cursor: pointer;
}
#site {
	width: 776px;
	margin: 0 auto;
}
#header {
	width: 776px;
	height: 164px;
	background: url(imgs/banner-new.jpg) #FFF;
	margin: 0 auto;
}
div.navbar {
	margin: 0 auto;
	margin-top: 10px;
	width: 764px;
	height: 26px;
	line-height: 26px;
	background: url(imgs/navbar.png) no-repeat center center;
	text-align: center;
	font-weight: bold;
	font-family: tahoma;
}
#headtxt {
	width: 776px;
	margin: 0 auto;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 8pt;
}
#footer {
	margin: 0 auto;
	margin-top: 20px;
	width: 776px;
	text-align: center;
	font-size: 8pt;
}
select#breedjump {
	margin-top: 4px;
	border: 2px solid #f7c852;
	font-size: 9pt;
}
.simplemodal-overlay {
	background-color:#FFF;
}
.simplemodal-container {
	padding: 10px;
	background-color:#FFF;
	border: 8px solid #9aad51;
}
h4{
	color: #8ea442;
	letter-spacing: -1px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	
}
h1{
	color: #BF6000;
	letter-spacing: -1px;
	border-bottom: 1px dotted #BF6000;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-size: 24px;
	
}
#ribbon {
	width: 746px;
	height: 40px;
	margin: 0 auto;
	background: url(imgs/dropdownmenu-background-new.png) no-repeat center top;
	padding-top: 2px;
	font-size: 9pt;
}
#ribbon div {
	padding-top: 1px;
	height: 29px;
	text-align: center;
}
#ribbon div.left {
	width: 218px;
	float: left;
}
#ribbon div.middle {
	width: 308px;
	float: left;
}
#ribbon div.right {
	width: 218px;
	float: right;
}
#middle{
	width: 776px;
}
#search{
	text-align: center;	
	padding: 10px;
}
