/* @override http://localhost:8888/thevalleyfair10/css/style.css */

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

p {
	color: #fff;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

table {
	color: #fff;
	font: 12px Georgia, "Times New Roman", Times, serif;
}


a {
	color: #0d3a41;
}

body {
	color: #fff;
	background: #af0ef6 url(../img/background_gradient.jpg) repeat-x;
}

#pdf li {
	list-style-type: none;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	margin-left: -40px;
}

#container {
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 940px;
	height: 196px;
}

#logo {
	background: url(../img/logo.png) no-repeat;
	width: 217px;
	height: 173px;
	float: left;
}

#funtastic {
	background: url(../img/funtastic.png) no-repeat;
	width: 698px;
	height: 147px;
	float: right;
}

#menu {
	width: 698px;
	float: left;
	color: #ffffff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}



#banners {
	width: 940px;
	height: 281px;
}

#content {
	width: 790px;
	float: right;
	margin-top: 20px;
	margin-bottom: 40px;
}

#leftcolumn {
	width: 460px;
	float: left;
}

#rightcolumn {
	width: 299px;
	float: right;
}

h1 {
	color: #0d3a41;
	font: 23px Georgia, "Times New Roman", Times, serif;
}

#footer {
	width: 940px;
	float: right;
	margin-top: 100px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 8px;
padding-left: 8px;
background-color: #69c300;
margin-right: 5px;
}

#navlist li.selected
{
display: inline;
list-style-type: none;
padding-right: 8px;
padding-left: 8px;
background-color: #69c300;
margin-right: 5px;
background-color: #0065ca;
}

#navlist a {
	color: #fff;
	text-decoration: none;
}

#navlist a:hover {
	text-decoration: underline;
	color: #fff;
}


#submenu li {
	list-style-type: none;
	margin-left: -40px;
	margin-top: 5px;
	background-color: #69c300;
	padding: 3px 3px 3px 10px;
}

#submenu li.selected {
	list-style-type: none;
	margin-left: -40px;
	color: #fff;
	margin-top: 5px;
	background-color: #0065ca;
	padding: 3px 3px 3px 10px;
}

#submenu a {
	color: #fff;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
	color: #fff;
}







