@charset "utf-8";

body  {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #000000;	
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* 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. */
	background-image: url(MainBackground.jpg);
	background-repeat:repeat-y;
	margin-bottom:0;
} 
.twoColFixLtHdr #header { 
	height:413px;
	background:url(HS35_Header.jpg);
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:top;

} 
.twoColFixLtHdr #header { 
	height:413px;
	background:url(HS35_Header.jpg);
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:top;

} 

img {
	border:0px;
	margin:0px;
	padding:0px;
}

.twoColFixLtHdr #scroll{ 
	width:719px;
	height:145px;
	margin-top:-160px;
	margin-bottom:25px;
	margin-left:281px;
} 
.twoColFixLtHdr #scroll img{
	border:medium #000000 solid; 
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 183px; /* 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 */
	padding: 0px 5px 15px 64px;
	color:#FFFFFF;
}

.twoColFixLtHdr #sidebar1 h3 {
	color:#e13b30;
}

.twoColFixLtHdr #sidebar1 ul{
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0;
}

.twoColFixLtHdr #sidebar1 ol{
	margin:0;
	padding:0;
}
.twoColFixLtHdr #sidebar1  li{
	font-size:16px;
	font-weight:bold;
	list-style:none;
}

.twoColFixLtHdr #sidebar1  ol li{
	font-size:10px;
	list-style:none;
	padding-left:10px;
}

.twoColFixLtHdr #sidebar1 p {
	color:#999;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 100px 0 255px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.winners { 
	border:thin #000000 solid;
	width: 600px;
	height:auto;
	text-align:center;
	margin:5px;
} 

.winnersImg{ 
	border:thick #000000 double;
	margin:5px;
	margin-left:auto;
	margin-right:auto;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(Bottom.jpg);
	background-repeat:no-repeat;
	height:326px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 265px 130px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	font-size:10px;
	color:#fff;
	font-style:italic;
	font-weight:bold;
}
.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;
}

#dealers table, tr, td {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

#dealers h5 {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#dealers tbody tr.even td {
      background-color: #fad2cf;
    }
#dealers tbody tr.odd  td {
      background-color: #fff;
}



.redFont {
	color:#e13b30;
}

.blueFont {
	color:#0066ff;
}


a:link {
	color: #e03b2f;
}
a:visited {
	color: #660099;
}
a:hover {
	color: #666666;
}
a:active {
	color: #e03b2f;
}

.testimonialFont {
	font-size:10px;
	font-style:italic;
}

.smallFont {
	font-size:10px;
}

hr {
color:#999999;
size:1px;
width:100%;

}

.photoRight {
	width:236px;
	float:right;
	padding:5px;
	font-size:10px;
	text-align:center;

}

.photoRight img {
	border:medium;
	border-style:solid;
	color:#000000;

}

.blackBorder {
	border:solid medium #000000;
}

.articleDiv {
	background:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	width:800px;
	height:auto;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}
