* {
	padding:0;
	margin:0;
}
.clear {
	clear:both;

}
body {
	font:14px "Times New Roman", Times, serif;
	background:url(../images/body_bg.gif) repeat-x top left;
}
.wrapper {
	margin:0 auto 0 auto;
	width:900px;
}

img {
	border: none;
}

h2 {
	font-size:24px;
	font:24px "Times New Roman", Times, serif;
	color:#4e6900;
	font-weight:bold;
	padding:24px 0 24px 10px;
}

h3 {
	padding:0;
	font-size:24px;
	color:#4e6900;
	font-weight:normal;
}

h4 {
	font:14px "Times New Roman", Times, serif;
	color:#4d6900;
	font-weight:bold;
	padding:5px 0;
}

h5 {
	font-size:22px;
	color:#485201;
	text-transform:uppercase;
	padding:0 0 10px 0;
}

/*********************Top****************************/

img#logo {
	float:left;
	padding:15px 0 15px 0;
}

div#contactInfo {
	float: right;
	margin-top: 45px;
}

div#contactInfo p{
	text-align:right;
}

div#contactInfo p#phone {
	color: #8eae01;
	background: url(../images/tel.png) no-repeat right center;
	margin-top: 5px;
	padding-right: 20px;
}

/********************Top Nav***************************/

ul#topNav {
	background:url(../images/navigation_bar.gif) no-repeat top left;
	width:900px;
	height:43px;
	list-style:none;
	margin:0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

ul#topNav li {
	margin:0;
	font:16px Arial, Helvetica, sans-serif;
	float:left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 50px;
}

ul#topNav li a, 
ul#topNav li a:active, 
ul#topNav li a:visited {
	display:block;
	outline:none;
	color:#fff;
	text-decoration:none;
	padding:10px 0;
	border-top:4px solid #5b3200;
}

ul#topNav li a:hover {
	border-top:4px solid #fff;
}

ul#topNav li a.current {
	border-top:4px solid #8eae01;
}

/********************Header***************************/

div#header {
	background:url(../images/header_bg.gif) repeat-x top left;
	height:297px;
	color:#FFF;
}

body#home div#header h1 {
	width: 284px;
	height: 54px;
	text-indent: -10000px;
	background:url(../images/welcome_txt.png) no-repeat;
	_background:url(../images/welcome_txt.gif) no-repeat;
	margin: 45px 0 0 0;
}

div#homeHeader {
	float:left;
	color:#fff;
	line-height:24px;
	width:350px;
	padding:0 0 0 10px;
}

img#farm {
	margin: 13px 0 0 10px;
}

div.wrapper div#bottom {
	background:url(../images/bottom.gif) no-repeat top left;
	width:900px;
	height:9px;
	margin-bottom: 20px;
}

/********************Home Page***************************/



div.featured {
	width: 201px;
	text-align: justify;
	float: left;
	margin: 0 10px 0 11px;
}

div.featured p#link {
	text-align: right;
}

div.featured a {
	color:#8eae01;
	text-decoration:none;
	font-size:12px;
}

div.featured a:hover {
	color:#646464;
	text-decoration:none;
}

div#news {
	margin-top: 50px;
	line-height:18px;
	width:245px;
	float:left;
	padding-right:25px;
	padding-left:10px;
}

div#newsHeading {
	background: url(../images/news.gif) no-repeat left center;
	text-indent: 40px;
}

div#newsHeading p.desc {
	font-size:12px;
	color:#5b5b5b;
	margin-bottom: 20px;
}

div#news p#event {
	margin-left: 10px;
}

div#news p#event a {
	color: #3d3d3d;
	text-decoration: none;
}

div#services {
	background:url(../images/services_box.gif) no-repeat top left;
	margin-top: 50px;
	width:284px;
	height:248px;
	padding:15px 10px 0 20px;
	float:left;
}

div#servicesHeading {
	background: url(../images/services.gif) no-repeat left center;
	text-indent: 50px;
}

div#servicesHeading p.desc {
	font-size:12px;
	color:#5b5b5b;
}

div#services p#serviceDesc {
	color:#4e6900;
	padding:20px 0 10px 0;
}

ul.services {
	list-style:none;
	margin:0;
}
ul.services li {
	margin:0;
	line-height:20px;
}
ul.services li a, ul.services li a:active, ul.services li a:visited {
	background:url(../images/arrow.gif) no-repeat center left;
	display:block;
	outline:none;
	color:#3d3d3d;
	text-decoration:none;
	padding-left:15px;
}
ul.services li a:hover, ul.services li a.nav-active, ul.services li a.nav-active:active, ul.services li a.nav-active:visited {
	outline:none;
	text-decoration:none;
	display:block;
}

div#testimonials {
	margin-top: 50px;
	margin-left: 10px;
	line-height:18px;
	width:260px;
	float:left;
	padding-right:25px;
	padding-left:10px;
}

div#testimonialsHeading {
	background: url(../images/testimonials.gif) no-repeat left center;
	text-indent: 50px;
}

div#testimonialsHeading p.desc {
	font-size:12px;
	color:#5b5b5b;
	margin-bottom: 30px;
}

div#testimonials p {
	color: #3d3d3d;
	text-align: justify;
}

div#testimonials p#desc {
	margin-bottom: 10px;
	color:#4e6900;
}


/*********************Footer****************************/
div#footer {
	background:url(../images/footer_bg.gif) repeat-x top left;
	margin-top: 50px;
	height:256px;
}

div#footer div.wrapper img {
	margin-top: 90px;
	float: left;
}

div#footer ul#bottomNav {
	margin-top: 105px;
	float: right;
}

div#footer ul#bottomNav li {
	float: left;
	list-style-type: none;
	padding: 0px 5px;
	border-left: 1px solid #fff;
}

div#footer ul#bottomNav li#no {
	border: none;
}

div#footer ul#bottomNav li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

div#footer ul#bottomNav li a#current {
 	color: #C3ED7E;
}

div#footer ul#bottomNav li a:hover {
	color: #C3ED7E;
}

div#footer div.wrapper p {
	color: #fff;
	float: right;
	font-size: 12px;
}

div#footer div.wrapper p a {
	color:#8EAE01;
	text-decoration: none;
}

div#footer div.wrapper p a:hover {
	color:#646464;
}

/******************Bucks Page*************************/

body#studbucks div#header h1 {
	width: 284px;
	height: 35px;
	text-indent: -10000px;
	background:url(../images/stud_backs.png) no-repeat;
	_background:url(../images/stud_backs.gif) no-repeat;
	margin: 45px 0 0 0;
}

div.odd {
	width: 900px;
	height: 321px;
	margin-top: 10px;
}

div#goats div.odd div.left {
	width: 450px;
	float: left;
	line-height: 25px;
	margin-left: 10px;
}

div#goats div.odd h5 {
	margin: 20px 0 0 0;

}

div#goats div.odd img {
	margin-left: 35px;
}

div#goats p.stuff {
	color: #757575;
}

div#goats p.parents {
	color: #AFB915;
}

div#goats div.left p.links {
	float: right;
	display: block;
}

div#goats div.left p.links a {
	color:#485201;
	text-decoration: none;
}

div#goats div.left p.links a:hover {
	color:#AFB915;
}

div#goats img {
	float: right;
	margin: 20px 20px 0 0;
	
}

div.even {
	width: 900px;
	height: 321px;
	background: url(../images/even.gif) no-repeat;
	clear: both;
}

div#goats div.even div.left {
	float: left;
	width: 450px;
	line-height: 25px;
	margin-left: 20px;
}

div#goats div.even h5 {
	margin: 35px 0 0 0;
}

div#goats h5 span {
	color: #bb0900;
}

div#goats div.even img {
	margin-left: 35px;
}

/******************Does Page*************************/
body#broodDoes div#header h1 {
	width: 284px;
	height: 35px;
	text-indent: -10000px;
	background:url(../images/brood_does.png) no-repeat;
	_background:url(../images/brood_does.gif) no-repeat;
	margin: 45px 0 0 0;
}

/******************For Sale*************************/
body#forSale div#header h1 {
	width: 284px;
	height: 35px;
	text-indent: -10000px;
	background:url(../images/for_sale.png) no-repeat;
	_background:url(../images/for_sale.gif) no-repeat;
	margin: 45px 0 0 0;
}



/******************Kids*************************/
body#kids div#header h1 {
	width: 284px;
	height: 35px;
	text-indent: -10000px;
	background:url(../images/kids.png) no-repeat;
	margin: 45px 0 0 0;
}

/******************Awards*************************/
body#awards div#header h1 {
	width: 284px;
	height: 35px;
	text-indent: -10000px;
	background:url(../images/awards.png) no-repeat;
	_background:url(../images/awards.gif) no-repeat;
	margin: 45px 0 0 0;
}

p.event {
	color: #AFB915;
}

body#awards p.description {
	color: #757575;
	margin: 30px 0;
}

p.award {
	color: #757575;
	font-weight: bold;
}


/******************News*************************/
body#news div#header h1 {
	width: 284px;
	height: 35px;
	text-indent: -10000px;
	background:url(../images/news_txt.png) no-repeat;
	_background:url(../images/news_txt.gif) no-repeat;
	margin: 45px 0 0 0;
}

h2#news {
	background: url(../images/news.gif) no-repeat left center
;
	text-indent: 25px;
}

body#news div#left_news {
	float: left;
	width: 431px;
}

h6 {
	color:#485201;
	font-size:18px;
	margin:15px 0 10px 0;
}

div.news_item {
	border-bottom:1px dashed #660000;
}

div.news_item p {
	line-height:22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}


div#right_services {
	float: right;
}

div#top_services {
	background:url("../images/contact_services_top.gif") 					no-repeat scroll left bottom transparent;
	height:11px;
	width:418px;
}

div#middle_services {
	background:url("../images/contact_services_bg.gif") repeat-x scroll left top #271600;
	padding:15px 25px;
	width:368px;
	min-height: 438px;
}

div#bottom_services {
	background:url("../images/contact_services_bottom.gif") no-repeat scroll left top transparent;
	height:11px;
	width:418px;
}

div#right_services h4 {
	border-bottom:1px dashed #775933;
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	margin-top: 10px;
	padding-bottom: 20px;
}

div#right_services p {
	border-bottom:1px dashed #775933;
	color:#FFFFFF;
	margin-bottom:19px;
	padding-bottom:19px;
	margin-top: 30px;
	padding-bottom: 30px;
}

/******************Contact Us*************************/
body#contactUs div#header h1 {
	width: 284px;
	height: 35px;
	text-indent: -10000px;
	background:url(../images/Contact_txt.png) no-repeat;
	_background:url(../images/Contact_txt.gif) no-repeat;
	margin: 45px 0 0 0;
}

body#contactUs div#left_news {
	float: left;
	width: 450px;
}

div.left_contact {
	float: left;
	width: 438px;
}
div.featured h4 span {
	color: #bb0900;	
}

p.links a {
	color:#485201;
	text-decoration: none;
}

p.links a:hover {
	color:#AFB915;
}

