/*================================================================================
				TITLE:	Default Style Sheet
		   CLIENT:	Kentucky Winner's Circle
  TARGET SPEC:	CSS-2
		 MODIFIED:	2006.10.16
 	  AUTHOR(S):	Graham Wheeler / NetMediaOne - www.netmediaone.com
==================================================================================*/

a { color: #46b; cursor: pointer; text-decoration: underline; }
a:hover { color: #46b; cursor: pointer; text-decoration: none; }

a, body, div, img, table { margin: 0px; padding: 0px; border: 0px; }
body, table { font: normal 11px/1.81 Verdana, Arial, Helvetica, sans-serif; color: #000; }
body { background: #2c2c2c; }

h1 {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	color: #862921;
	margin: 0px 0px 15px 0px;
}

h1.HeaderImage {
	height: 26px;
	padding: 0px;
	border: 0px;
	position: relative;
	z-index: 100;
	margin-right: -20px;
}

h2 {
	color: #862921;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

h3 {
	color: #862921;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

.FirstChild { margin-top: 0px; padding-top: 0px; border-top: 0px; }

ol, ul { margin: 0px; padding: 0px; }
ul li { margin: 0px 0px 0px 15px; padding: 0px; }
ol ol { list-style: lower-alpha; padding-left: 10px; }
ol li { margin: 0px 0px 10px 15px; padding: 0px; }

#layoutWrapper { min-width: 760px; }
#mastHead { background: #fff; height: 60px; }
#imgLogo { display: block; position: absolute; top: 20px; }

#navSection {
	background: url("images/bg_navsection.gif") repeat-x;
	height: 80px;
}

#navButtons { position: absolute; top: 20px; right: 0px; z-index: 110; width: 530px; }
#navSection a {
	display: inline;
	float: left;
}
#navSection a img {	display: block; }

#bannerSection {
	height: 80px;
	border-bottom: 5px solid #862921;
	border-top: 1px solid #fff;
	background: url("images/bg_banner.gif") repeat-x;
}
.HomePage #bannerSection { height: 230px; }
#bannerPhoto { position: absolute; right: 10px; top: 35px; }
#sectionTitle { float: right; }

#contentSection {
	background: #fff;
	padding: 30px 0px 30px 0px;
}

#footerSection {
	padding: 30px;
	font-size: 9px;
	line-height: 1.777;
	text-align: center;
	color: #b0b0b0;
}
#footerSection a { color: #fff; text-decoration: none; border-bottom: 1px solid #b0b0b0; }
#footerSection a:hover { color: #fff; border-bottom: 1px solid #2c2c2c; }

#columnWrapper { overflow: hidden; }
.Column { display: inline; float: left; }

.HomePage #columnWrapper { background: url("images/column_sep.gif") 480px 0px repeat-y; }
.HomePage #column1 { width: 450px; padding: 0px 30px 0px 0px; }
.HomePage #column2 { width: 260px; padding: 0px 0px 0px 20px; }

.BannerAdCollection { overflow: auto; }
.BannerAdCollection a { display: inline; float: left; margin: 0px 0px 10px 10px; }
.BannerAdCollection img { display: block; }

.SubPageWithNav #column1 { width: 160px; padding: 0px 30px 0px 0px; }
.SubPageWithNav #column2 { width: 530px; padding: 0px 0px 0px 30px; border-left: 1px solid #cca; }

#subNav, #subNav ul { position: relative; list-style: none; margin: 0px -30px 0px 0px; padding: 0px; }
#subNav li { margin: 0px; padding: 5px 30px 6px 0px; border-top: 1px solid #cca; }
#subNav a { text-decoration: none; }
#subNav a:hover { text-decoration: underline; }
#subNav a.Active { color: #b7851c; }
#subNav li:first-child, #subNav li.FirstChild { border: 0px; padding-top: 0px; }

#subNav ul li { padding: 0px 0px 0px 10px; font-size: 10px; background: none; }

.CenteredContainer {
	width: 760px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0px;
}

.BorderedPicLeft, .BorderedPicRight {
	display: block;
	padding: 4px;
	border: 1px solid #097b61;
	background: #fff;
	margin-bottom: 5px;
}
.BorderedPicLeft, .PicLeft { float: left; margin-right: 10px; margin-top: 5px; }
.BorderedPicRight, .PicRight { float: right; margin-left: 10px; margin-top: 5px; }

.TextBox {
	border: 1px solid #cca;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}

#contactForm h4 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	background: #f5f5d9;
	border-top: 1px solid #cca;
	border-bottom: 1px solid #cca;
	padding: 10px 20px 10px 20px;
	margin: 20px 0px 10px 0px; 
}

#btnSubmit { margin-top: 20px; }
