@charset "utf-8";
/* CSS Document */
div,h1,h2,h3,h4,h5,h6,p,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

body  {
	background: #F9F1CD;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../bckgrd2.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 950px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-color: #FFF;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 135px;
	position: relative;
	width: 220px;
	float: left;
	background-position: bottom;
	background-image: url(../logo_line_hdr.gif);
}
#header #contactButton {
	position: absolute;
	left: 850px;
	top: 0px;
}
#header #contactButton a:link, #header #contactButton a:visited{
	text-indent: -1000em;
	display: block;
	background: url(../images/contact_icon_dual.gif) no-repeat left top;
	height: 29px;
	width: 86px;
}
#header #contactButton a:hover, #header #contactButton a:active{
	background-position: left bottom;
	border: none;
}

#headerShowdates {
	background-color: #030;
	margin: 0px;
	float: right;
	width: 730px;
	height: 45px;
	text-align: center;
	padding: 40px 0px 0px 0px;
}

#headerNav {
	background-color: #030;
	background-image: url(../logo_line_hdr.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 728px;
	height: 30px;
	background-position: bottom;
	padding-top: 20px;
	padding-left: 2px;
}

#mainContent {
	background-color: #FDFFDC;
	margin: 0px;
	padding: 0px;
	border: solid #fff 1px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

#footer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-color: #FDFFDB;
	border: solid #fff 1px;
}



/* --------- MAIN CONTENT STYLES -------------*/

#mainContent {
	margin: 0;
	padding: 20px;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#mainContent h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #003506;
	margin: .6em 0 .4em 0;
	padding-left: 20px;
	text-align: center;
}

#mainContent p {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 1.4em;
	margin-left: 5px;
	text-align: left;
}

#mainContent h2 {
	font-size: 1.1em;
	color: #003506;
	margin-bottom: 0.4em;
	margin-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#mainContent h3 {
	font-size: 1.1em;
	color: #00680B;
	margin-bottom: 0.4em;
	margin-left: 20px;
}

#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin-left: 20px;
	margin-bottom: -0.2em;
}

#mainContent h5 {
	font-size: 1.1em;
	color: #000;
	margin-bottom: 0.4em;
	margin-left: 20px;
	margin-right: 20px;
	padding: 4px 5px 0px 20px;
	border-top: solid #666 4px;
	border-bottom: solid #666 1px;
}

#mainContent h6 {
	font-size: 1em;
	color: #000;
	text-align: center;
}

#headerShowdates h2 {
	font-size: 1.5em;
	color: #003506;
	margin-bottom: 0.1em;
	margin-left: 20px;
	text-transform: lowercase;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

#headerShowdates h3 {
	font-size: 0.8em;
	color: #333;
	margin-left: 20px;
	text-align: center;
	letter-spacing: 2px;
}

#headerShowdates p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C9CEA0;
	font-size: 1.2em;
}

#footer {
	margin: 0px;
	clear: both;
	padding-bottom: 10px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	color: #003506;
	font-size: 0.75em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

