@charset "utf-8";


*{
margin: 0;
padding: 0;
border: 0;
}
body  {
	background: #000000;
	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: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
}
.text9pt {
	font-size: 9pt;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
}
.indent {
	padding-left: 25px;
}


.twoColFixLt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7D062C;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background-color: #7D062C;
	background-image: url(../images/hrse_bkgrnd.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 85px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left 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: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
} 
.twoColFixLt #container #mainContent #header {
	height: 118px;
	width: 570px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.twoColFixLt #container #mainContent #footer {
	width: 570px;
	margin-top: 15px;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #FFFFFF;
	padding-top: 15px;
}
.twoColFixLt #container #mainContent #body {
	width: 570px;
}
.btmnavtxt {
	font-size: 7pt;
}



.fltctr { /* 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: 20px;
	margin-bottom: 10px;
	clear: right;
}
.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: 25px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.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;
}
.img4padrt {
	padding-right: 12px;
}
.imgpadsales {
	padding-left: 30px;
}
.twoColFixLt #container #sidebar1 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 24pt;
	list-style-position: inside;
	list-style-type: none;
	margin-left: 1em;
	margin-right: 1em;
	display: block;
	color: #FFFFFF;
	padding: 0px;
}
.twoColFixLt #container #sidebar1 a:hover {
	color: #FFFF66;
	display: block;
	height: 26px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFF66;
}

.twoColFixLt #container #sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 16px;
	color: #CCCCCC;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF66;
}
.textboldctr {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.xtraleading {
	line-height: 21pt;
}

.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 */
}
label {
	float: left;
	clear: right;
	margin-left: 30px;
}
input {
	float: right;
	clear: right;
	margin-bottom: 10px;
	margin-right: 25px;
	height: 20px;
}
.form_headers {
	font-size: 16px;
	font-weight: bold;
	margin-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
}


.text_line
{
clear:both;
}textarea {
	float: right;
	margin-right: 25px;
}
.text_indent {
	margin-left: 30px;
}
.twoColFixLt #container #mainContent #body #form1 #weeks {
	width: 275px;
	text-align: left;
	padding: 0px;
	float: left;
}
.twoColFixLt #container #mainContent #body #form1 #weeksright {
	width: 275px;
	float: left;
}
.input_descriptions {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: right;
	float: right;
	width: 250px;
	margin-right: 25px;
}
#form1 {
	background-color: #333;
}
.button {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	margin-right: 257px;
}
