/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#626262;
	font-size:16px;
	margin:0 auto;
	line-height: 24px;
	background-color:#3F4660;
	background-repeat: repeat-x;
	background-position: top center;
	background-image:url(images/bg_body.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

strong { color:#1D2236; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.horse  {
border:2px solid #3f4660;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.chapter-buttons {
	position:relative;
	width:160px;
	height:auto;
	float:right;
	text-align:center;
}

.gallery-background {
	position:relative;
	width:154px;
	height:144px;
	background-image:url(images/bg_photo-gallery.jpg);
	background-repeat:no-repeat;
	padding:24px 1px 0 0;
}

.chapter-heading {
	margin-top:15px;
}

.album-box {
	position:relative;
	width:155px;
	height:220px;
	text-align:center;
	float:left;
}

.album-background {
	position:relative;
	width:154px;
	height:123px;
	background-image:url(images/bg_album.jpg);
	background-repeat:no-repeat;
	padding:24px 0px 0 0;
}

.calendar a { color:white; }


.homenews a { color:white; }

.search-button {
	position:relative;
	float:right;
	margin-right:20px;
}

.member-button { margin-left: 35px; }

#login-container {
	position:absolute;
	top:50px;
	right:200px;
}

.blk-border {
	border:#000 2px solid;	
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:163px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header.jpg);
}

#eq-life {
	position:absolute;
	top:3px;
	left:305px;
	width:100px;
	height:100px;
}

#horse-voting {
	position:absolute;
	top:3px;
	right:50px;
	width:100px;
	height:90px;
	border:2px solid #17275A;
	background-color:white;
	text-align:center;
	font-weight:bold;
	padding:10px 10px 0 10px;
}

#horse-voting:hover {
	background-color:#17275A;
	cursor:pointer;
}

a.voting-link:hover  { color:white; }

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:125px;
	left:260px;
	width:652px;
	height:40px;
}

#nav_sub {
	position:absolute;
	top:160px;
	left:130px;
	width:200px;
	height:31px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	    min-height:610px;
    height:auto !important;
    height:610px;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

#main_static {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:auto;
	padding: 0 60px 40px 40px;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-static.jpg);
}

/* ---- start main content settings -------------- */

#flash {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:652px;
	height:402px;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:612px;
	height:auto;
	padding: 10px 20px
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:218px;
	height:auto;
	color: #303d66;
	font-size: 12px;
}

#side_bar-content {
	position:relative;
	top:0;
	left:0;
	width:198px;
	height:auto;
	padding: 0 10px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:830px;
	height:60px;
	clear:both;
	color: #fff;
	padding: 10px 60px 0 60px;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.jpg);
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:40px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.jpg);
}

a#nav_01 {
	width:52px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -40px;
}

.active_01 {
	background-position: 0 -40px !important;
}

a#nav_02 {
	width:98px;
	cursor:pointer;
	background-position:-52px 0;
}

a:hover#nav_02{
	background-position:-52px -40px;
}

.active_02 {
	background-position:-52px -40px !important;
}

a#nav_03 {
	width:96px;
	cursor:pointer;
	background-position:-150px 0;
}

a:hover#nav_03{
	background-position:-150px -40px;
}

.active_03 {
	background-position:-150px -40px !important;
}

a#nav_04 {
	width:73px;
	cursor:pointer;
	background-position:-246px 0;
}

a:hover#nav_04{
	background-position:-246px -40px;
}


.active_04 {
	background-position:-246px -40px !important;
}

a#nav_05 {
	width:116px;
	cursor:pointer;
	background-position:-319px 0;
}

a:hover#nav_05{
	background-position:-319px -40px;
}

.active_05 {
	background-position:-319px -40px !important;
}

a#nav_06 {
	width:66px;
	cursor:pointer;
	background-position:-435px 0;
}

a:hover#nav_06{
	background-position:-435px -40px;
}

.active_06 {
	background-position:-435px -40px !important;
}

a#nav_07 {
	width:68px;
	cursor:pointer;
	background-position:-501px 0;
}

a:hover#nav_07{
	background-position:-501px -40px;
}

.active_07 {
	background-position:-501px -40px !important;
}



a#nav_08 {
	width:83px;
	cursor:pointer;
	background-position:-569px 0;
}

a:hover#nav_08{
	background-position:-569px -40px;
}

.active_08 {
	background-position:-569px -40px !important;
}

/* ---- start nav drop settings -------------------------- */

#nav_sub a {
	display:block;
	color:#15224e;
	font-weight:bold;
	padding:5px;
	font-size:14px;
	text-decoration:none;
}

#nav_sub a:hover {
background-color:#c7c7c7;
}

#L1, #L2, #L3, #L4, #L5 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#fcfcfc;
	border-left:2px solid #15224e;
	border-right:2px solid #15224e;
	border-bottom:2px solid #15224e;
	z-index:99999;
}

#L1 { width:230px; left:185px; top:3px; }
#L2 { width:250px; left:280px; top:3px; }
#L3 { width:250px; left:330px; top:3px; }
#L4 { width:250px; left:400px; top:3px; }
#L5 { width:250px; left:635px; top:3px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}

/* ---- hover over images -------------------------- */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/*----------------------highslide---------------------------*/

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border-color: silver;
}

.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}

/*------Nivo Rotator */

#slider {
    position:relative;
    width:651px; /* Change this to your images width */
    height:407px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
	float:right;
	top:0;
	left:0;

}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

