/*
------------------------------------------------------------
Old River Farms Website Stylesheet
Author:   Matt Dean
------------------------------------------------------------ */
body {

	background: #ffc;
	
	margin: 2px;
	padding: 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	
}

a {
	text-decoration: none;
}

#wrapper {
	width: 785px;
	
	background: #fff url(../images/wrapper_bg.gif) repeat-y left top;
}

img {
	border: 0;
}

/* =Header
-------------------------------------------------------------- */
#header h1 {
	background: url(../images/top_banner.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	height: 100px;
	text-indent: -5000px;
	text-decoration: none;
}

/* =TopNav
-------------------------------------------------------------- */
#topnav {

	float: right;
	margin: 0;
	padding: 0;
	list-style: none;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;

	background: #999 url(../images/topnav_top.gif) repeat-x left top;
	border-right: 2px solid #BDBDBD;	

}

#topnav li {
	float: left;
}

#topnav li.first {
	background: url(../images/topnav_left.gif) no-repeat left top;
}

#topnav li.last {
	background: url(../images/topnav_right.gif) no-repeat right top;
}

#topnav li a {
	display: block;
	padding: 5px 28px 15px 27px;
	background: url(../images/topnav_bottom.gif) no-repeat center bottom;
	color: #fff;
}

#topnav li a:hover, #home #topnav li.home a, #services #topnav li.services a, #staff #topnav li.staff a, #farmtour #topnav li.farmtour a, #history #topnav li.history a, #stallions #topnav li.stallions a {
	background-image: url(../images/topnav_bottom_sel.gif);
}

#topnav li.first a {
	padding-left: 29px;
	padding-right: 30px;
}

/* =Page Wrapper
-------------------------------------------------------------- */
#page_wrapper {
	background: url(../images/left_bar.jpg) no-repeat left 100px;
	margin: 0;
	padding: 0;
}

/* =Page
-------------------------------------------------------------- */
#page {
	margin-left: 125px;
	clear: both;
	
	padding: 0 10px;

	border-right: 2px solid #BDBDBD;
}

#page h1, #page h2, #page h3 {
	
	margin: 0;
	
	letter-spacing: 1px;
	color: #FF9933;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#page h1 {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 1px 0;
	margin-bottom: 10px;
	font-size: 16px;
}

#page h2 {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 1px 0;
	margin: 0 0 0.5em 0;
	font-size: 14px;
	clear: left;
}

#page h3 {
	padding: 5px 0 1px 0;
	margin: 0 0 0.5em 0;
	font-size: 12px;
	font-weight: bold;
	clear: left;
}

#page p, #page ul {
	font-size: 12px;
	line-height: 1.4em;
	color: #444;
	margin: 0.3em 0.5em 0.8em 0.5em;
}

#page ul {
	margin: 1em 0;
	padding: 0 0 0 2.5em;
}

#page ul li {
	margin: 0.5em 0;
}

#page img.left {
	float: left;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0 0.4em 0.2em 0;
}

#page img.right {
	float: right;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0 0 0.2em 0.4em;
}

#page .box {
	margin-bottom: 20px;
}

#page .box h1 {
	border: 0;
	color: #fff;
	background: url(../images/tab.gif) no-repeat left top;
	width: 175px;
	padding: 2px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: center;
}

#page .box h2 {
	border: 0;
	color: #444;
	padding: 2px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	display: inline;
	font-weight: bold;
}

#page .box .box_content {
	border: 1px solid #999;
	padding: 5px;
}

#content {
	margin-right: 210px;
}

#services #content, #staff #content, #farmtour #content, #history #content, #stallions #content {
	margin-right: 0;
}

/* =Right Column
-------------------------------------------------------------- */
#right_column {
	width: 200px;
	float: right;
	margin-top: 10px;
	padding-left: 5px;
}

#right_column .bottom_link {
	font-size: 11px;
	font-weight: bold;
	clear: both;
	text-align: center;
	padding-top: 5px;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	clear: both;
	background: url(../images/footer.gif) no-repeat right bottom;
}

#footer p {
	border-top: 1px solid #ccc;
	margin: 0 20px 0 150px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

#footer a.trabian {
	color: #444;
	padding: 1px 2px 2px;
}

#footer a.trabian:hover {
	color: #444;
	background: #B1BECA;
}

#footer a.trabian strong {
	color: #124273;
	margin: 0 0.1em;
}

/* =Home Page
-------------------------------------------------------------- */
#stallion_showcase img {
	padding: 1px;
	border: 1px solid #ccc;
	margin-right: 5px;
	float: left;
}

#page #stallion_showcase .box_content h2 {
	clear: right;
}

#stallion_showcase strong {
	padding: 0 0 0 10px;
}

#barn_info img {
	padding: 1px;
	border: 1px solid #ccc;
}

#barn_info p {
	color: #666;
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 0;
}

#location {
	padding-top: 10px;
}

#location .box_content p {
	margin: 5px 0 5px 85px;
	padding-top: 0;
	font-size: 11px;
}

#location .pic {
	float: left;
	margin: 0 5px 0 0;
}

#location .pic img {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0 2px;
}

#location .pic p {
	font-size: 9px;
	text-align: center;
	line-height: 1.2em;
	color: #999;
	width: 85px;
	margin: 5px 0;
}

#location ul {
	margin: 0 0 0 100px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 1.7em;
}

#location ul li {
	float: left;
	width: 250px;
}

#location ul strong {
	padding-right: 5px;
}

#farmtour_photos {
	float: right;
	background: #eaeaea;
	padding: 5px;
	margin: 0;
	border: 1px solid #999;
}

#farmtour_photos p {
	text-align: center;
}

#farmtour_photos .photo {
	margin-bottom: 15px;
	font-weight: bold;
}

#farmtour_photos img {
	border: 1px solid #999;
	padding: 1px;
}

#farmtour #right_column {
	width: 150px;
	float: right;
	margin-top: 10px;
	padding-left: 5px;
	border: 1px solid blue;
}

#farmtour #content {
	margin-right: 180px;
}

#farm_tour_main {
	margin: 0;
}

#farm_tour_main dl {
	margin: 0 0 10px 0;
	float: left;
	width: 460px;
}

#farm_tour_main dl dt {
	float: right;
	margin: 0 0 0.2em 0.4em;
}

#farm_tour_main dl.alt dt {
	float: left;
	margin: 0 0.4em 0.2em 0.4em;
}

#farm_tour_main dl dt img {
	padding: 1px;
	border: 1px solid #ccc;
}

#farm_tour_main dl dd {
	margin: 0;
	padding: 0;
}

#content .photo img {
	padding: 1px;
	border: 1px solid #ccc;
}

#content .photo p {
	text-align: center;
	margin: 5px 0 0 0;
}

#stallion_showcase {
	width: 90%;
	margin-left: 15px;
}

#stallion_showcase td {
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#stallion_showcase td p{
	line-height: 1.7em;
}

#stallion_showcase h2 {
	border-bottom: 0;
	font-weight: bold;
}

#stallion_detail .photo {
	text-align: center;
	padding: 5px 0 10px 0;
}

#stallion_detail .photo img {
	border: 1px solid #ccc;
	padding: 4px;
{