
body {
	margin-top: 25px;
	padding: 0;
	background: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #055DFF;
}

img {
	margin: 0;
	padding: 0;
	border-width: 0;
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */ 

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#banner {
	width: 803px;
	margin: 0 auto;
	margin-bottom: 30px;
	background: url(images/banner/bg.jpg) repeat left top;
	height: 200px;
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	background: url(images/newHeaderBG3.gif) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 10px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 20px 15px 5px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	border-bottom: solid 3px #CCCCCC;
	color: #EDEDED;
}

#menu .current_page_item a{
	border-bottom: solid 3px #CCCCCC;
	color: #EDEDED;
}

#menu .current_page_item ul li a{
	background-color: #CC3333;
	border-left: solid 6px #CC3333;
	border-bottom: solid 3px #CC3333;
	color: #FFFFFF;
}

/* to hide sub menus 					new		*/
#menu ul li ul 
{ 
	float: none;
    display: none;
    margin-top: 40px;
 }

/* sub menu item anchor */
#menu ul li ul li a
 {
  display: block;
  text-decoration: none;
  padding-left: 5px;
  padding-top: 10px;
  margin-left: 0px;
  height: 10px;
  width:120px;
  border-left: solid 6px #CC3333;
  border-bottom: solid 3px #CC3333;
  background-color: #CC3333;
  white-space: nowrap;
  z-index:60;

}

/* behind the backing submenu */
#menu ul li:hover ul 
{
  margin-left:10px;
  display: block;
  position: absolute;
  padding: 2px;
}

#menu ul li:hover li 
{
    padding: 5px;
    height: 10px;
    width:120px;
    float: none;
    font-size: 11px;
}

#menu ul li ul a:Hover {
	border-left: solid 6px #CCCCCC;
	border-bottom: solid 3px #CC3333;
	background-color: #CC3333;
	color: #EDEDED;
}


#menu ul li .current_sub_item a{
	border-left: solid 6px #CCCCCC;
	border-bottom: solid 3px #CC3333;
	color: #EDEDED;
}

/** LOGO */

#logo {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0 0 30px;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo h1 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #897B7B; 
}

#logo p a {
	text-decoration: none;
	color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	padding: 20px 30px 0px 30px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 470px;
	
}

/* Post */

.post {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #B8120B;
	background-color: #cccccc;
}

.post h1 {
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #000000;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #000000;
}

.post .entry {
}

.post .meta {
	padding: 0px 15px 30px 0px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #000000;
}

.post .meta .links {
	float: left;

}
.post .byline {
	border-left: 8px solid #B8120B;
	margin-top: -20px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #000000;
	background-color: #cccccc;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

/* 
 *	Side navigation 
 */

#sidenav li {
	display: block;
	float: none;
}

#sidenav a {
	display: block;
	float: none;
	margin-right: 1px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom: 3px solid #FFFFFF;
}

#sidenav a:hover { 
	border-bottom: 3px solid #CC3333;
}

#sidenav .current_page_item a {
	border-bottom: 3px solid #CC3333;
}

#sidenav .current_page_item ul li a{
	background-color: #FFFFFF;
	border-left: solid 6px #FFFFFF;
	border-bottom: solid 3px #FFFFFF;
	color: #000000;
}

/* sub menu item anchor */
#sidenav li ul li a
 {
  display: block;
  text-decoration: none;
  padding-left: 5px;
  padding-top: 0px;
  margin-left: 0px;
  height: 23px;
  width:120px;
  border-left: solid 6px #FFFFFF;
  border-bottom: solid 3px #FFFFFF;
  background-color: #FFFFFF;
  white-space: nowrap;
  z-index:60;

}

#sidenav li ul a:Hover {
	border-left: solid 6px #CC3333;
	border-bottom: solid 3px #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
}


#sidenav .current_page_item .current_sub_item a{
	border-left: solid 6px #CC3333;
	border-bottom: solid 3px #FFFFFF;
	color: #000000;
}

/* Sidebar */

#sidebar {
	width: 210px;
	float: right;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
}

#sidebar h2 {
	width: 220px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 8px solid #B8120B;
	font-size: 20px;
	color: #000000;
	background-color: #cccccc;
}

/* Search */
#links li a{
	text-decoration: underline;
	
	color: blue;
	
	}
	
#links li a:visited {
	color: #055DFF;
}



/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 100px;
	margin-right: 5px;
	margin-left: 20px;
	padding: 2px;
}

#x {
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url(images/newFooterBG3.gif) no-repeat;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 11px;
}

#legal {
	clear: both;
	text-align: center;
	color: #000000;
}

#legal a {
	font-weight: normal;
	color: #000000;
}

#legal .ad{
	float: right;
	margin-right: 10px;
	color: #000000;
}

/* Table formats*/

#tblHorse{
/*	border: solid 1px black;	*/
}

#tblHorse .name{
	font-size: 16px;
	font-weight: bold;
	background-color: #E0E0E0;
}

#tblHorse .label{
	width: 90px;
	height: 17px;
	vertical-align: top;
	text-align: right;	
	font-weight: bold;
}

#tblHorse .resp{
	vertical-align: top;
	text-align: left;
	padding-left: 10px;	
}

#tblHorse .start{
	height: 8px;
}

#tblHorse .end{
	height: 15px;
}

#tblMare{
	width: 470px;
}

#tblMare .name{
	font-size: 16px;
	font-weight: bold;
	background-color: #E0E0E0;
}

#tblMare .label{
	width: 100px;
	height: 17px;
	vertical-align: top;
	text-align: right;	
	font-weight: bold;
}

#tblMare .resp{
	vertical-align: top;
	text-align: left;
	padding-left: 10px;	
}

#tblMare .start{
	height: 8px;
}

#tblMare .end{
	height: 15px;
}

#tblContacts{
/*	border: solid 1px black;	*/
}

#tblContacts .name{
	font-size: 12px;
	font-weight: bold;
}

#tblContacts .label{
	width: 90px;
	height: 17px;
	vertical-align: top;
	text-align: right;	
}

#tblContacts .resp{
	vertical-align: top;
	text-align: left;
	padding-left: 10px;	
}

#tblContacts .start{
	height: 8px;
}

#tblContacts .end{
	height: 15px;
}

.frontpic{
	padding: 10px;
	float: right;
	width: 200px;
	height: 200px;
	}
	
.facilpic{
	padding: 10px;
	float: left;
	width: 199px;
	height: 230px;
	}

.trainpic{
	padding: 10px;
	float: left;
	width: 200px;
	height: 170px;
	}