/* CSS Document */

/* START CONTENT WRAPPERS ON HOME PAGE */

#contentHome {
	clear: both;
	padding-top: 15px;
	z-index: 1;
}

#homeTop {
	clear: both;
	background-image: url(../images/bargreen_top.jpg);
	background-repeat: no-repeat;
	height: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 766px;
	z-index: 1;
}

#homeNav {
	position: absolute;
	text-align: right;
	height: 25px;
	z-index: 2;
}

#homeMovie {
	clear: both;
	background-image:url(../images/homemovie_bkgrnd.jpg);
	background-repeat: repeat-y;
	height: 304px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 7px;
	width: 766px;
	z-index: 0;
	overflow: visible;
}

#flashcontent {
	z-index: 0;
	overflow: visible;
}

#flashbanner {
	z-index: 0;
	overflow: visible;
}

#homeMovieBottom {
	clear: both;
	background-image: url(../images/bargreen_bottom.jpg);
	background-repeat: no-repeat;
	height: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 766px;
	z-index: 0;
}

#homeColumns {
	clear: both;
	float: left;
	background-image: url(../images/homecol_bkgrnd.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 766px;
}

#homeColBottom {
	clear: both;
	background-image: url(../images/homecol_bottom.jpg);
	background-repeat: no-repeat;
	height: 29px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* END CONTENT WRAPPERS ON HOME PAGE */

/* START LEFT-SIDE COLUMN STYLE ON HOME PAGE */

#leftColHome {
	clear: both;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 372px;
}

#leftColHome p.hdr {
	color: #B41F25;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	text-align: center;
}

#leftColHome p {
	padding-left: 15px;
	padding-right: 15px;
}

#contentHome h1 {
	color: #B41F25;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#contentHome h2 {
	color: #B41F25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-left: 15px;
	margin-bottom: 5px;
}

#contentHome h3 {
	color: #669900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-weight: normal;
}

/* The h4 style is used for the tag line at the bottom of a page */
#homeContent h4 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 10px;
}
/* END LEFT-SIDE COLUMN STYLE ON HOME PAGE */


/* START STYLES RIGHT-SIDE COLUMN ON HOME PAGEL */

#rightColHome {
	float: right;
	font-size: 11px;
	line-height: 1.55em;
	text-align: left;
	margin-top: 20px;
	margin-left: 0px;
	padding: 0;
	width: 334px;
}

#rightColHome h1 {
	color: #B41F25;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#rightColHome p {
	margin-left: 25px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#section {
	margin-top: 0px;
	margin-bottom: 4px;
}

.homeHdrLine {
	margin-top: 2px;
	margin-bottom: 0px;
	width: 334px;
}
.homeSideHeader {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	color: #664800;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 0px;
	margin-right: 9px;
	margin-top: 6px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: .5em;
	padding-bottom: .5em;
}

#homeEvent, #homeHighlight {
	color: #333;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.5em;
}

#homeEvent .eventDate p, #homeHighlight .highlightDate p {
	margin-top: 0px;
	margin-bottom: 0x;
}

#homeEvent .eventName, #homeEvent .eventAll, #homeHighlight .highlightName {
	color: #006600;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.25em;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
}

.eventAll {
	text-align: right;
}

#homeEvent a:link, #homeEvent a:visited, #homeHighlight a:link, #homeHighlight a:visited {
	color: #006600;
	text-decoration: none;
}

#homeEvent a:hover, #homeHighlight a:hover  {
	text-decoration: underline;
}	
/* END STYLES RIGHT-SIDE COLUMN ON HOME PAGE */


