@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #BABABA url(../images/bkgnd_farm.jpg) no-repeat fixed center top;
}

/* Force a scroll bar on all pages */
html, body {
	height: 100%;
	margin-bottom: 1px;
}

a:link, a:visited {color: #036735; text-decoration: underline;}
a:hover, a:active, a:focus {color: #999; text-decoration: underline;} 

a.subscribe {
	width: 190px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding: 5px;
}
a.subscribe:link, a.subscribe:visited {
	color: #FFF;
	text-decoration: none;
	background: #036735;
}
a.subscribe:hover, a.subscribe:active, a.subscribe:focus {color: #FFF; text-decoration: none; background: #666}

img.icon {padding-right: 20px;}

b {color: #333;}
strong {color: #000;}

table a:link, table a:visited {color: #666; text-decoration: none;}
table a:hover, table a:active, table a:focus {color: #026534; font-weight: bold; text-decoration: none;}

#container { 
	width: 760px;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: left;
	background: transparent url(../images/bkg_container.png) repeat-y top left;
} 
#header {
	width: 760px;
	height: 133px;
	margin: 0;
	padding: 0;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navbar {
	width: 760px;
	margin: 0;
	padding: 0;
	background: #006633 url(../images/navbar_bkg_eq.jpg) repeat-x top left;
}

#switch {
	float: right;
	padding: 0 10px 0 0;
}
#switch a {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: auto;
	line-height: 1;
	text-decoration: none;
	padding: 8px 8px 3px 10px;
}
#switch a:link, #switch a:visited {color: #006633;}
#switch a:hover, #switch a:active {color: #FFF;}

#holdcontent {background: #FFF; } /* div filled with white behind maincontent and sidebar */

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 1px 0 0;
	padding: 15px 0 0 0;
	text-align: center;
}
#sidebar h3 {
	color: #6699CC;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 5px 10px;
	text-align: left;
}
#sidebar p { 
	color: #333;
	font-size: 12px;
	padding: 0 10px; 
}
#sidebar p.eqlink {
	color: #990000 !important;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 0;
} 

#mainContent {
	margin: 0 220px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px 0 30px;
	xbackground: transparent;
	border-right: 0px solid #CCC;
} 
#mainContent h1 {
	color: #333333;
	font-size: 1.2em;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 10px 0;
}
#mainContent h2 {
	color: #484848;
	font-size: .9em;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 0 0;
}
mainContent h2.price {
	color: #666666;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 8px 0;
}
#mainContent h2.price {
	color: #333;
	font-size: .9em;
	font-weight: bold;
	margin: 15px 0 10px 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #999;
	text-align: center;
}
#mainContent h3 {
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}
#mainContent h3.horse {
	color: #0C2661;
	font-size: 0.9em;
	margin: 0;
	padding: 5px 0 3px 0;
}
#mainContent h5 {
	color: #0C2661;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 0 0;
}

#mainContent h4 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 0;
}


#mainContent p {
	color: #333;
	font-size: 13px;
	margin: 0;
	padding: 5px 0; 
	line-height: 15px;
} 
#mainContent p.closer {
	font-size: 12px;
	margin: 0;
	padding: 2px 0 0 0; 
	line-height: 14px;
} 
#mainContent p.eventdate {
	color: #036735;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 4px 0;
}

#mainContent ol {
	list-style-type: decimal;
	margin: 3px 0 15px 0;
	padding: 0;
}
#mainContent ol li {
	font-size: 12px;
	margin: 0 0 0 20px;
	padding: 0 0 3px 0;
}
#mainContent ul {
	list-style-type: disc;
	list-style: outside;
	margin: 3px 0 5px 0;
	padding: 0;
}
#mainContent ul.blank {
	list-style-type: none;
}
#mainContent ul.check {
	list-style-type: disc;
	list-style-image: url(../images/bullet.gif);
}
#mainContent ul li {
	font-size: 12px;
	margin: 0 0 0 20px;
	padding: 0 0 3px 0;
}
#mainContent ul.blank li {
	font-size: 12px;
	margin: 0 0 0 0px;
	padding: 0 0 5px 0;
}

table#compschedule, table#compschedule th, table#compschedule td {
	margin: 10px 0 0 40px;
	border: 1px solid #999;
}
table#compschedule th {
	color: #333;
	font-size: 13px;
	font-variant: small-caps;
	padding: 2px 5px;
	text-align: left;
	background-color: #CCFFCC;
}

table#compschedule td {
	color: #333;
	font-size: 12px;
	padding: 2px 5px;
}
table#compschedule td.type {
	width: 10px;
	color: #000;
	font-size: 14px;
	text-align: center;
}
table#compschedule td.star {
	font-size: 18px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 5px;
}

table#riderlevel, table#riderlevel th, table#riderlevel td {
	border: 1px solid #999;
}

table#riderlevel td {
	color: #333;
	font-size: 12px;
	padding: 5px;
}
table#riderlevel td.level {
	width: 145px;
	color: #000;
	font-weight: bold;
	background-color: #CCC;
	border-right: 2px solid #000;
}

div.hrule {
	margin: 25px 0 20px 20px;
}

div.newsimg {
	margin: 20px 0;
	padding: 0;
	text-align: center
}
div.newsimg img {
	margin: 0;
	padding: 1px;
	border: 1px solid #999;
}
div.newsimg p.caption {
	color: #333;
	font-weight: normal;
	font-size: 11px !important;
	line-height: 13px;
	margin: 2px 0 0 0;
	padding: 0 50px;
}

#vhmap {
	width: 454px;
	margin: 20px 0 40px 0;
}


#filter {
	margin: 15px 0 10px 0;
	padding: 0;
	text-align: center;
}

#footer { 
	width: 760px;
	height: 90px;
	margin: 0;
	padding: 0; 
	background: transparent url(../images/footer_bkg_eq.png) no-repeat bottom left;
} 
#footer p.copy {
	float: left;
	color: #999;
	font-size: .8em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 24px 0 14px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p.secure {
	float: right;
	color: #333;
	font-size: .8em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 24px 40px 14px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p.secure img {
	margin: 0;
	padding: 0 0 0 8px;
	vertical-align: text-bottom;
}

#footer a:link, #footer a:visited {color: #666; text-decoration: none;}
#footer a:hover, #footer a:active, #footer a:focus {color: #660000;  text-decoration: underline;}

.alert {
	color: #CC0000;
	font-weight: bold;
}
.phone {
	color: #0C2661;
	font-weight: bold;
}
span.star {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.imgbdr {
	padding: 1px;
	border: 1px solid #333;
}
.imgleftnb {
	float: left;
	margin: 0px 15px 10px 0px;
}
.imagebdr {
	margin: 5px 0;
	padding: 1px;
	border: 1px solid #333;
}
.imageleft, .imageleftnb {
	float: left;
	margin: 2px 20px 15px 0px;
	padding: 0;
	border: 1px solid #333;
}
.imageleftnb {border: 0px solid #333;}

.imageright, .imagerightnb {
	float: right;
	margin: 6px 20px 15px 20px;
	padding: 0;
	border: 1px solid #333;
}
.imagerightnb {border: 0px solid #333;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.picsrow {margin: 10px 0 10px 0;}
div.picsrow img {border: 1px solid #333;}
div.picsrow p {
	color: #666 !important;
    font-size: 11px !important;
	margin: 0 !important;
	padding: 2px 0 0 0 !important;
}

/* You are HERE indicators for Main Menu items */
body#homepage #navlist li#home a, 
body#aboutpage #navlist li#about a,
body#boardpage #navlist li#board a,
body#symposiumpage #navlist li#symposium a,
body#linkspage #navlist li#links a,
body#mappage #navlist li#map a,
body#blogpage #navlist li#blog a,
body#contactpage #navlist li#contact a {
	color: #33CCFF;
}

/* You are HERE indicators for Side Navigation items */
body#directors_agendapage #sidenav li#agenda a,
body#directors_minutespage #sidenav li#minutes a,
body#directors_correspondencepage  #sidenav li#correspondence a,
body#directors_financialpage  #sidenav li#financial a,
body#directors_documentspage  #sidenav li#documents a,
body#services_otherpage #sidenav li#other a {
	color: #FFF;
	background: #484848;
}

