/* Basic Styles */

body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small
    /* intended value for better browsers */
}

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    small
    /* be nice to Opera */
}
body {
	margin: 8px 0 0 0;
	padding: 0;
	background-color: #575757;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	width: 750px;
	padding: 0;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: 3px solid #333333;
}
#headwrap{
	padding: 3px 3px 3px 3px;
	margin: 0;
}
/* Heading with Logo */
#header {
	background: #FFFFFF url(images/bg-bannerwlogo.jpg) repeat-x left top;
	height: 84px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#header .logo {
	float: none;
	margin: 0;
	padding: 0;
}
/* Heading - Image Section */
#headertwo{
	background-color: #E2E2E2;
	height: 149px;
	margin: 0;
	padding: 0;
	float: none;
	background-image: url(images/banner-bg3.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	overflow: hidden;
}
#headertwo .displayimg {
	float: left;
	margin: 0;
	padding: 0;
}
/* Begin area below header */
#bodywrapper{
	padding: 0;
	margin: -1px 6px 6px 6px;
	height: auto;
	width: auto;  /*find a way to put in width 100% for IE.  100% works for IE and auto works for Mozilla */
	border-right: 1px solid #83243c;
	border-left: 1px solid #83243c;
	border-bottom: 1px solid #83243c;
	z-index: 1;
	clear:both;
}
* html body #bodywrapper { 
	width: 99%; 
} 

/*Navigation */
#navigation {
	margin: 0px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
	height:auto;
	width: auto;
}
* html body #navigation { 
	width: 99.3%; 
} 
#navigation ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #83243c; /* This bottom border works in Mozilla but not in IE.  it only works in IE if the width of the two divs is set to 100% */
	font: bold small verdana, arial, sans-serif;
}
#navigation ul#tabnav li {
	float: left;
	height: auto;
	background-color: #CDCDB6;
	color: #000000;
	margin: 2px 6px 0 0;
	width: 6em;
	text-align: center;
	border: 1px solid #83243C;
	background-image: url(images/tab-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#navigation ul#tabnav a:link, #navigation ul#tabnav a:visited {
	display: block;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	padding: 4px 4px 1px 4px;
}
#navigation ul#tabnav a:hover {
	background-color: #83243C;
	color: #FFFFFF;
}
body#home #navigation li.home, body#forsale #navigation li.forsale, body#stallions #navigation li.stallions, body#mares #navigation li.mares, body#about #navigation li.about, body#owners #navigation li.owners, body#location #navigation li.location, body#contact #navigation li.contact, body#none #navigation li.none{
	color: #000000;
	background-color: #CDCDB6;
	background-image: url(images/tab-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body#home #navigation li.home a:link, body#home #navigation li.home a:visited,
body#forsale #navigation li.forsale a:link, body#forsale #navigation li.forsale a:visited,
body#stallions #navigation li.stallions a:link, body#stallions #navigation li.stallions a:visited,
body#mares #navigation li.mares a:link, body#mares #navigation li.mares a:visited,
body#about #navigation li.about a:link, body#about #navigation li.about a:visited,
body#owners #navigation li.owners a:link, body#owners #navigation li.owners a:visited,
body#location #navigation li.location a:link, body#location #navigation li.location a:visited,
body#contact #navigation li.contact a:link, body#contact #navigation li.contact a:visited,
body#none #navigation li.none a:link, body#none #navigation li.none a:visited {
	color: #FFFFFF;
	background-color: #83243C;
}
/* Content Area  margin-right: -25%; */
#container {
 	width: 75%;
	float: left;
	margin: 0;
	padding: 0; 
}
#content {
	float: left;
	padding: 12px 0 0 8px;
	font-size: small;
}
#content p {
	font-size: small;
}
#content h1 {
	font-size:medium; 
	margin-bottom: -6px;
}
#content h2{
	font-size: small;
	margin-bottom: -9px;
}
#content h3{
	font-size: small;
	margin-bottom: -9px;
}
#content img {
	margin: 0 0 5px 5px;
	float: right;
	border: 1px solid #000000;
}
#content .tagline {
	font-size: xx-small;
	font-weight:bold;
	float: right;
	padding: 3px;
	margin: 5px;
	text-align: center;
	vertical-align: text-bottom;
	height: auto;
	width: 287px;
}
#content a:link{
	color:#3366CC;
	text-decoration: underline;
}
#content a:visited{
	color: #663399;
	text-decoration: underline;
}
#content a:hover{
	color: #990000;
	text-decoration: none;
}
/* Secondary pages - content area */
#contenttwo {
 	width: 97%;
  	float: left;
  	margin: 0;
  	padding: 12px 3px 3px 8px;
	font-size: small;
}
 p {
	font-size: small;
	clear: left;
}
.sale {
	font-size: small;
	margin-left: 0;
	padding-left: 2em;
	clear: both;
	border-bottom: 1px solid #83243c;
}
#contenttwo h2.special {
	color:red;
}
#contenttwo h1 {
	font-size:medium; 
	margin-bottom: -6px;}
#contenttwo h2{
	font-size: small;
	margin-bottom: -5px;
}
#contenttwo h2.forsale {
	display: block;
	background: #83243c;
	color: white;
	padding: .3em .8em;
	margin: -.2em 0;
}
#contenttwo h3{
	font-size: small;
	margin-bottom: -9px;
}
#contenttwo img {
	margin: 0 30px;
	float: right;
	padding: 0px;
	border: 1px solid #000000;
}
#contenttwo img.lft{
	margin: 0px;
	float: left;
	padding: 0px;
	border: none;
}
#contenttwo img.clr{
	clear:right;
}
#contenttwo img.leftjust {
	margin: 5px;
	float: left;
	padding: 0px;
	border: 1px solid #000000;
}
#contenttwo .tagline {
	font-size: xx-small;
	font-weight:bold;
	float: right;
	padding: 3px;
	margin: 5px;
	text-align: center;
	vertical-align: text-bottom;
	height: auto;
	width: 287px;
}

#contenttwo a:link{
	color:#3366CC;
	text-decoration: underline;
}
#contenttwo a:visited{
	color: #663399;
	text-decoration: underline;
}
#contenttwo a:hover{
	color: #990000;
	text-decoration: none;
}

#contenttwo input
{
	display: block;
	width: 15em;
	border-top: 1px solid #000033;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #000033;
	padding: 0;
	margin: 0;
}
#contenttwo input.hidden
{
	visibility: hidden;
}
#contenttwo input.submit
{
	clear: both;
	width: 10em;
	font-weight: bold;
	font-size:small;
}

#contenttwo label
{	display: block;
	margin: .25em .25em 0 0;
	font-weight: bold;
	font-size:small;
}
#contenttwo textarea
{
	border-top: 1px solid #000033;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #000033;
}
/* Right column */
#rside {
	float: right;
	width: 24%;
	height: auto;
	margin: 3px 0 0 0;
	padding: 12px 0 0 0;
}
#rside h2{
	font-size: medium;
	color: #FFFFFF;
	background: #83243C;
	margin: 0 5px -.5em 0;
	padding: 5px;
	text-align: center;
}
#rside h3{
	font-size: small;
	margin-bottom: -9px;
}
#rside a:link{
	color:#3366CC;
	text-decoration: underline;
}
#rside a:visited{
	color: #663399;
	text-decoration: underline;
}
#rside a:hover{
	color: #990000;
	text-decoration: none;
}
#rside form{
	font-size: x-small;
	background: #DFDFDF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#rside input.txt {
	border: 1px inset #999;
	width: 6em;
}
#rside input.btn {
	border: 1px outset #999;
	width: auto;
}
#rside legend{
	font-size: x-small;
	font-weight: bold;
	color: #83243c;	
}
.clearing {clear:both;}
/* Footer */
#footer {
	text-align:center;
	padding: 2px 0px 5px 0px;
	color: #FFFFFF;
	background-color: transparent;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#footer p {font-size: x-small;}
#footer .rgt {
	text-align: right; 
	font-size: x-small; 
	float:right;
	margin-top: -5em;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #000000;
	}	
.skiplist {margin: 0; padding: 0}
.skip {display: block; font-family: verdana, sans-serif; text-align: left; position: absolute; top: -20em; padding: 0; margin: 0} /*All incl Opera*/
* html .skip {display: block} /*Seen by IE*/
.skip a {padding: 0 0.5em; z-index: 2; text-decoration: none; padding: 2px}
.skip a:focus, .skip a:active {
	position: relative;
	border: solid #333333 2px;
	color: #FFFFFF; 
	background: #000000; 
	font-weight:bold;
}
.skip a#top:focus, .skip a#top:active {top: 20em; float: right}
.skip a#menu1:focus, .skip a#menu1:active {top: 24.9em; left: 2.8em;}
.skip a#menu2:focus, .skip a#menu2:active {top: 24.9em; left: 2.8em;}
.skip a#cont:focus, .skip a#cont:active {top: 29.6em; left: 0;}
.skip a#side:focus, .skip a#side:active {top: 18em; left: 0;}
.skip a:hover {cursor: default;
}
.alert {
	font-weight: bold;
	color: #83243c;
}
#video {
	float:right;
	margin-left: 20px;
	margin-top: 20px;
	border: 1px solid #666;
}