@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #1b1464;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1b1464;
}
.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #1b1464;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/header1.gif);
	background-repeat: no-repeat;
	height: 175px;
} 
.headernav {
	font-size: 9px;
	color: #FFFFFF;
	float: right;
	width: 250px;
	margin: 60px 100px 0px 490px;
}
.headernav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.headernav a:hover {
	color: #fcba63;
	text-decoration: underline;
}
.headernav a:visited {
	font-style: italic;
	color: #fcba63;
	text-decoration: none;
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 5px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/sidebar1.gif);
}
#wrapper {
	background-image: url(../images/wrapper.gif);
}

.thrColFixHdr #mainContent {
	margin: 0px 220px 0px 260px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent p {
	margin: 0px;
	padding: 0px;
}

#contentWrapper {
	background-image: url(../images/mainContent.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	margin: 0px;
}
#mainContent h1 {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	border-bottom: 2px solid #056839;
	border-top: 2px solid #056839;
}

.thrColFixHdr #container #sidebar2 {
	background-image: url(../images/sidebar2.gif);
	float: right;
	width: 208px;
	background-repeat: no-repeat;
	height: 484px;
}
.smalltext {
	font-size: 9px;
}


.thrColFixHdr #footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 71px;

} 
.thrColFixHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #fcba63;
	text-decoration: underline;
}
#footer a:visited {
	font-style: italic;
	color: #fcba63;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
background: transparent url(../images/box.png) no-repeat bottom right; 
} 

.cssbox {
	width: 220px !important; /* intended total box width - padding-right(next) */
	width: 181px; /* IE Win = width - padding */
	padding-right: 12px; /* the gap on the right edge of the image (not content padding) */
	margin: 10px auto; /* use to position the box */
} 

/* set the top-right image */ 
.cssbox_head {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 0px; /* right-image-gap + right-inside padding */
	height: auto;
} 

/* set the top-left image */ 
.cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 1px solid #fcba63; /* ditto */
	padding: 0px 5px 0px 5px;
	height: auto; /* IE Holly Hack */
	color: #FFFFFF;
	font-size: 14px;
}
/* set the lower-left corner image */ 
.cssbox_body {
	background-position: bottom left;
	margin-right: -13px; /* pull the right image over on top of border */
	padding: 0px 2px 5px 5px; /* mirror .cssbox_head right/left */
} 
.cssbox p {
	padding: 0px;
	margin: 2px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.horse {
	float: left;
	width: 250px;
	height: 100px;
}
#mainContent a:link {
	font-weight: bold;
	color: #056839;
	text-decoration: none;
	font-size: 12px;
}
#mainContent a:hover {
	font-style: italic;
	color: #4c815a;
	text-decoration: underline;
}
#mainContent a:visited {
	font-style: italic;
	color: #056839;
	text-decoration: none;
}


.thumbnail {
	float: left;
	width: 76px;
}
.horsename {
	float: left;
	width: auto;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.cssbox a:link {
	font-weight: bold;
	text-decoration: none;
	color: #056839;
	font-size: 10px;
}
.cssbox a:hover {
	font-weight: bold;
	font-style: italic;
	text-decoration:underline;
	color: #fcba63;
}
.cssbox a:visited {
	font-weigt: bold;
	text-decoration:none;
	color: #1b1464;
	}
	
/*Styles for photo gallery*/

#pictureWrapper {
	width: 300px;
	float: right;
	text-align: center;
	font-weight:bold;
	margin: 5px 20px 5px 0px;
	}
#pictureWrapper p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
#mainpic {
	float:right;
	}
#mainpic img{
	margin: -8px 8px 8px -8px;
	}
#thumbnails {
	min-height: 200px;
}
#thumbnails img {
	margin: 0 2px;
	border: none;
}
#thumbnails table {
	margin: 0 15px;
}
#pageNav {
	width: 200px;
}
