body {
	margin : 30px 0 120px 0;
	padding : 0;
	background : #bcd0df url(/images/backgroundFade.jpg) repeat-x left top;
	font-size : 0.9em;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

/* Page Container Styles*/
#pageContainer {
	margin : 0 auto;
	padding : 0;
	width : 804px;
	background : #fff url(/images/pageContainerBottomCap.jpg) no-repeat left bottom;
}

/* Banner Styles */
#banner {
	margin : 0;
	padding : 0 6px;
	height : 70px;
	background : #fff url(/images/bannerTripletsSmall.jpg) no-repeat 423px top;
	position : relative;
}

#splashPage #banner {
	margin : 0;
	padding : 0 6px;
	height : 186px;
	background : #fff url(/images/bannerTriplets.jpg) no-repeat 6px bottom;
	position : relative;
}

#banner h1 {
	position : relative;
	top : 43px;
	width : 399px;
	height : 32px;
	background : #fff url(/images/title.gif) no-repeat left top;
}

#splashPage #banner h1 {
	position : static;
	width : 399px;
	height : 32px;
	background : #fff url(/images/title.gif) no-repeat left top;
}

#banner h1 span {
	position : absolute;
	left : -5000em;
}

#banner h1 a {
	display : block;
	width : 399px;
	height : 32px;
	text-decoration : none;
}

#splashPage #banner #searchBox {
	margin : 0;
	padding : 0;
	position : absolute;
	top : 0;
	right : 8px;
}

#splashPage #banner #searchBox #searchInput {
	width : 160px;
}

#mainContent #searchBox {
	margin : 0;
	padding : 0;
	position : absolute;
	top : 10px;
	right : 0;
}

#searchBox #searchInput {
	width : 110px;
}

/* Navigation Styles*/
#navigation {
	margin : 6px;
	padding : 0;
	background-color : #531013;
}

#navigation ul {
	margin : 0 auto;
	padding :  0.25em 0;
	list-style-type : none;
	width : 53em;
	height : 1.25em;
}

#navigation ul li {
	margin : 0;
	padding : 0;
	list-style-type : none;
	float : left;
}

#navigation ul li a {
	display : block;
	padding : 0 1em;
	color : #fff;
	text-decoration : none;
	border-right : 1px solid #fff;
}

#navigation ul li a:hover {
	text-decoration : underline;
}

#navigation ul #contacts a {
	border : none;
}

/* mainContent styles*/
#mainContent {
	margin : 7px 6px 6px 6px;
	padding : 0 0 20px 0;
	background : #fff url(/images/fadedRule.jpg) no-repeat left top;
	border : 1px solid #fff; /*cure's margin collapse issues.*/
	position : relative;
	zoom : 1;  /* IE proprietary property that triggers "hasLayout" property in IE6 to cure "peekaboo" bug */
}

#mainContent.twoColumn {
	padding : 10px 0 50px 0;
	overflow : hidden;
}

#splashPage #mainContent {
	background : #fff url(/images/redBarnWithFadedRule.jpg) no-repeat left top;
	/*height : 308px;*/
}

#splashPage #pageContainer > #mainContent {
	/*height : auto;*/
	min-height : 308px;
}

/* Content Column Styles */
#mainContent.twoColumn #centerColumn {
	margin : 0;
	padding : 0;
	background-color : #fff;
	width : 550px;
	float : right;
}

#mainContent.twoColumn > #centerColumn {
	width : 580px;
}

#resultsPage #leftColumn {
	background-color : #fff;
	width : 625px;
	margin : 0;
	padding-right : 6px;
	float : left;
}

#mainContent h2.pageTitle {
	margin : 0 190px 6px 0;
	padding : 0;
	color : #531013;
	font-size : 1.6em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

#resultsPage #mainContent h2.pageTitle {
	margin-top : 5px;
}

/* Bread Crumb Styles*/
#breadCrumbs {
	margin : 0 0 25px 0;
	padding : 0;
	list-style-type : none;
	color : #000;
	position : relative;
	width : 575px;
}

#breadCrumbs li {
	display : inline;
	margin : 0;
	padding : 0 20px 0 0;
	font-size : 0.8em;
	background : #fff url(/images/crumbDelimiter.gif) no-repeat right 5px;
}

#breadCrumbs li.lastCrumb {
	display : inline;
	margin : 0;
	padding : 0;
	background-image : none;
}

#breadCrumbs li a {
	color : #6a6a6a;
	text-decoration : none;
}

#breadCrumbs li a:hover {
	color : #6a6a6a;
	text-decoration : underline;
}

#mainContent .featureImage {
	padding-right : 4px;
}

#mainContent #centerColumn h3, #mainContent #leftColumn h3 {
	margin : 35px 5px 0 0;
	padding : 0;
	color : #000;
	font-size : 1em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

#mainContent #leftColumn h3 {
	margin-top : 10px;
}

#mainContent #centerColumn p, #mainContent #leftColumn p {
	margin : 12px 5px 15px 0;
	padding : 0;
	color : #000;
	font-size : 0.8em;
	font-family : Arial, Helvetica, sans-serif;
}

#mainContent #leftColumn p {
	margin-top : 7px;
}

#mainContent #leftColumn .miniColumn{
	margin : 0;
	padding : 0;
	width : 207px;
	float : left;
}

br.clearing {
	height : 1px;
	line-height : 1px;
	clear : both;
}

#mainContent.twoColumn #leftColumn {
	background : #fff;
	float : left;
	width : 207px;
}

#rightColumn h2, .miniColumn h2 {
	margin : 10px 0;
	padding : 0;
	color : #531013;
	font-size : 1em;
}

.miniColumn h2 {
	font-size : 1.1em;
}

#rightColumn p, .miniColumn p {
	margin : 0 0 20px 0;
	padding : 0;
	color : #000;
	font-size : 0.75em;
}

#rightColumn #featureLocation a.featureLink, .miniColumn #featureLocation a.featureLink {
	font-size : 1.2em;
	font-weight : bold;
	padding : 0 13px 0 0;
	color : #531013;
	background : #fff url(/images/newWindowIcon.gif) no-repeat right 0.45em;
	text-decoration : underline;
}

#rightColumn #featureLocation a.featureLink:hover, .miniColumn #featureLocation a.featureLink:hover {
	text-decoration : none;
}

#rightColumn p span, .miniColumn p span {
	font-weight : bold;
	color : #531013;
}

#resultsPage #rightColumn {
	float : right;
	width : 159px;
	background : #fff url(/images/eventsCapNarrow.jpg) no-repeat left top;
}

/* Events and Attractions styles */
#eventsAndAttractionsBox {
	float : right;
	width : 197px;
	margin : 7px 0 0 5px;
	padding: 5px 10px;
	/*background : #fff url(/images/eventsCap.jpg) no-repeat left top;*/
	background : #fff url(/images/leftColumnCap1.jpg) no-repeat left top;
}

#resultsPage #eventsAndAttractionsBox {
	width : 159px;
	margin : 0;
	padding : 0;
	background-image : none;
	background-color : transparent;
}


#mainContent #leftColumn #eventsAndAttractionsBox {
	float : none;
	width : 180px;
	margin : 7px 0 0 0;
	padding: 5px 10px;
	background : #fff url(/images/leftColumnCap.jpg) no-repeat left top;
}


#eventsAndAttractionsBox h2 {
	margin : 10px 0 5px 0;
	padding : 0;
	color : #531013;
	font-size : 1em;
}

#resultsPage #eventsAndAttractionsBox h2 {
	font-size : 0.9em;
	margin-left : 5px;
	
}

#eventsAndAttractionsBox ul {
	margin : 0;
	padding : 0 0 5px 0;
	width : 180px;
	list-style-type : none;
	font-size : 0.8em;
	background : transparent url(/images/shortFadedRule.jpg) no-repeat left bottom;
}

#mainContent #leftColumn #eventsAndAttractionsBox ul {
	background : none;
}

#eventsAndAttractionsBox ul li {
	margin-bottom : 0.5em;
}

#mainContent #leftColumn #eventsAndAttractionsBox ul li {
	margin-bottom : 1em;
}


#eventsAndAttractionsBox ul li .eventsDate {
	padding-right : 0.5em;
	font-weight : bold;
	font-size : 1.05em;
	color : #531013;
}

#eventsAndAttractionsBox ul li a{
	color : #0b1e3d;
	text-decoration : none;
}

#eventsAndAttractionsBox ul li a:hover{
	color : #ad874a;
	text-decoration : underline;
}

#eventsAndAttractionsBox #findAttractionsBox {
	display : inline;
}
/*

#mainContent #leftColumn #eventsAndAttractionsBox #findAttractionsBox {
	display : block;
	width : 190px;
	margin : 0 0 50px 0;
	padding : 100px 0 0 0;
	background : transparent url(/images/kymap.gif) no-repeat 15px 15px;
}
*/
#resultsPage #eventsAndAttractionsBox #findAttractionsBox {
	display : block;
	margin : 0 0 50px 0;
	padding : 80px 0 0 0;
	background : transparent url(/images/kymap_small.gif) no-repeat 20px 10px;
	zoom : 1; /* IE proprietary property that triggers "hasLayout" property in IE6 to cure "peekaboo" bug variant (background map disappears) */
}

#eventsAndAttractionsBox #findAttractionsBox select {
	display : block;
	margin-bottom : 5px;
	width : 200px;
	font-size : 0.8em;
	height : 1.8em;
}

#resultsPage #eventsAndAttractionsBox #findAttractionsBox select {
	margin-bottom : 5px;
	margin-left : 5px;
	width : 147px;
	font-size : 0.7em;
	height : 1.8em;
}

#mainContent #leftColumn #eventsAndAttractionsBox #findAttractionsBox select {
	width : 180px;
}


#eventsAndAttractionsBox #findAttractionsBox #findAttractionsButton {
	display : block;
	margin-left : 127px;
	font-size : 0.8em;
	height : 1.8em;
}


#splashPage #eventsAndAttractionsBox #findAttractionsBox #findAttractionsButton {
	margin-left : 147px;
}


#resultsPage #eventsAndAttractionsBox #findAttractionsBox #findAttractionsButton {
	margin-left : 98px;
}

#resultsPage #events {
	margin : 0 0 0 5px;
	padding : 0 0 5px 0;
	list-style-type : none;
	font-size : 0.8em;
	width : auto;
	background-image : none;
}

/* Footer Styles */
#footer {
	margin : 0 auto;
	padding : 0;
	width : 1000px;
	clear : both;
}

#footer #brandingLogos {
	margin : 20px auto 0 auto;
	padding : 0;
	width : 600px;
	list-style-type : none;
}

#footer #brandingLogos li {
	margin : 0;
	padding : 0;
	list-style-type : none;
	display : block;
	float : left;
}

#footer #brandingLogos li span {
	position : absolute;
	left : -5000em;
}

#footer #brandingLogos #farmsarefun {
	margin-left : 65px;
	width : 80px;
	height : 43px;
	background : transparent url(/images/newkyfarmsarefunsmall.jpg) no-repeat left top;
}

#footer #brandingLogos #kentuckyProud {
	margin-left : 75px;
	width : 62px;
	height : 31px;
	background : transparent url(/images/kentuckyProudLogo.jpg) no-repeat left top;
}

#footer #brandingLogos #unbridled {
	margin-left : 75px;
	width : 98px;
	height : 25px;
	background : transparent url(/images/unbridledLogo.jpg) no-repeat left top;
}

#footer #brandingLogos #farmsarefun a {
	display : block;
	width : 80px;
	height : 31px;
	text-decoration : none;
}

#footer #brandingLogos #unbridled a {
	display : block;
	width : 98px;
	height : 25px;
	text-decoration : none;
}

#footer #brandingLogos #kentuckyProud a {
	display : block;
	width : 62px;
	height : 31px;
	text-decoration : none;
}

#footer #footerLinks {
	margin : 0 auto 0 auto;
	padding : 20px 0 0 300px;
	width : 600px;
	list-style-type : none;
	clear : none;
	text-align : center;
}

#footer #footerLinks li {
	margin : 0;
	padding : 0;
	list-style-type : none;
	float : left;
	font-size : 0.8em;
}

#footer #footerLinks li a{
	padding-right : 1em;
	padding-left : 1em;
	border-right : 1px solid #000;
	color : #000;
	text-decoration : none;
}

#footer #footerLinks #accessibility a {
	border : none;
}

#footer #footerLinks li a:hover{
	color : #000;
	text-decoration : underline;
}

#copyright {
	margin : 0 0 0 330px;
	padding : 0.5em 0 0 0;
	font-size : 0.8em;
}

/*Contact Form Styles*/
fieldset {
	background-color : #fff;
	border : medium none;
	clear : both;
	color : #000;
	margin : 25px 0 0 0;
	padding : 0;
}

legend {
	color : #000;
	font-weight : bold;
	font-size : 0.8em;
	padding : 0 0 0 20px;
}

.formLabelShort {
	clear : left;
	padding : 8px 0 0 0;
	position : relative;
	font-size : 0.8em;
	line-height : 1.8em;
	width: 857px;
	height: 60px;


}

.formLabelShort label {
	display : block;
	font-weight : bold;
	margin : 0 10px 0 0;
	text-align:right;
	width : 140px;
	float : left;
}

.formLabelShort .longTextInput {
	width : 200px;
}

.formLabelShort .mediumTextInput {
	width : 140px;
}

.formLabelShort .shortTextInput {
	width : 30px;
}

.formLabelShort textarea {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	margin : 0;
	width : 280px;
	height : 325px;
}

#contactSubmit {
	clear : both;
	display : block;
	margin-left : 150px;
	margin-top : 10px;
}
