@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bkgd2.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333;
}
.container {
	width: 900px;
	margin: 0 auto;
}

.clear {
	clear: both;
	height: 0;
}
			 
#utilitywrap .container ul
{
	padding: 0;
	margin: 2px 0;
	color: White;
	float: right;
	white-space: nowrap;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 2px;
	font-weight: bold;
}

#utilitywrap .container ul li { display: inline; }

#utilitywrap .container ul li a {
	padding: 0.2em 1em;
	color: White;
	text-decoration: none;
	float: right;
	border-right: 1px solid #fff;
}

#utilitywrap .container ul li a:hover
{
	color: #7EC24E;
}

#headerwrap .container h1{
	background-image: url(images/logo_hallcofair.png);
	background-repeat: no-repeat;
	background-position: 300px 22px;
	height: 225px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#fairdate {
	width: 400px;
	position: relative;
	top: -48px;
	left: 475px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #264080;
}
#navigationwrap {
	text-align: center;
	position: relative;
	top: -7px;
}
/*-- #navcontainer ul
{
	float:left;
	padding: 0;
	margin: 0;
	color: White;
	white-space: nowrap;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 5px;
}


#navcontainer ul li { display: inline; }

#navcontainer ul li a, #navcontainer ul li a:visited
{
	float:left;
	padding: 6px 28px;
	color: White;
	text-decoration: none;
	text-align: center;
	
}

#navcontainer ul li a:hover, #navcontainer ul li a:active, .current_page_item a
{
	color: #000;
	background-color: #7EC24E;
}
--*/


/* ---------------------------- Main Navigation ------------------------*/
#nav {
	font-size: 1.2em;
	height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	font-weight: normal;
	letter-spacing: 5px;
}

#nav, #nav ul {
	list-style: none;
	line-height: 1;
}
#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border: none;
}
#nav li {
	float: left;
	list-style: none;
}
#nav a, #nav a:visited {
	display: block;
	color: #f5f5f4;
	padding: 9px 22px;
	text-transform: uppercase;
}
#nav a:hover, #nav a:active, .current_page_item_a {
	color: #000;
	tect-decoration: none;
	background-color: #7EC24E;
}
#nav li ul {
	width: 250px;
	position: absolute;
	left: -999em;
	height: auto;
	z-index: 10000;
}
#nav li li {
	width: 248px;
	border-bottom: 1px dotted #ccc;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: #000;
	
}
#nav li li a, #nav li li a:visited {
	font-weight: normal;
	font-size: 0.9em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	line-height: 1.4em;
	
}
#nav li li a:hover, #nav li li a:active {
	background: #7EC24E;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
a:main:hover {
	background: none;
}

#contentwrap {
	background-image: url(images/contentbottombkgd.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: bottom;
	margin-top: 30px;
}
#copy {
	float: left;
	width: 570px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

#copy2 {
	float: left;
	width: 840px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#copy h2 {
	color: #336699;
}
#copy table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #CCC;
	border-collapse: collapse;
	background-color: white;
	margin-bottom: 20px;
}
#copy table th {
	border-width: 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #CCC;
	background-color: white;
	-moz-border-radius: 0px;
}
#copy table tr {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #CCC;
	background-color: white;
	-moz-border-radius: 0px;
}
#copy a:link, a:visited {
	color: #33CCCC;
	text-decoration: none;
}
#copy a:hover, a:active {
	color: #336699;
	text-decoration: none;
}

#sidebar {
	float: left;
	width: 240px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#sidebar h2 {
	font-size: 1.2em;
	color: #336699;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footerwrap {
	background-image: url(images/footerbkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	background-color: #01AB9E;
}
#footerwrap p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 0.8em;
	line-height: 1.5em;
}
#footerbar {
	background-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 50px;
}
.schedule {
	border: solid 1px #333;
	margin: 0;
	padding: 0;
}
.schedule th {
	text-align: left;
	padding: 5px;
}
.schedule p {
	margin: 0;
	padding: 0;
}
.schedule tr {
	border-bottom-width: 1;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.schedule td {
	padding: 5px;
}
a img { border: 0 none; }
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}