/*====================
	Title: Dave's Pumpkin Patch
	Date: 31.08.09
====================*/
body{
	font-family: Arial,Verdana,Georgia, Lucida,Helvetica,sans-serif,Tahoma,"Trebuchet MS";
	text-align:center;
	background:#39422f url(/images/body-bg.jpg) repeat-x center top;
	font-size:13px;
	color:#010000;
}
:focus{
	outline:none;
}
*{
	margin:0; padding:0;
}
img,fieldset{
	border:none;
}
ul,ol,li{
	list-style:none;
}	
a{
	color:#0000EE;
	text-decoration:none;
	font-size:11px;
}
a:hover{
	color:#0000EE;
	text-decoration:underline;
}
.hide,a b{
     position: absolute;
     left: -9999px;
}
h1{
	font-weight:normal;
}
/*---------------- page structure ----------*/
.wraper{
	width:900px;
	margin:0 auto;
	text-align:left;
}
/*---------------- header ----------*/
.header{
	width:900px; height:150px;
	background:url(/images/header-bg.jpg) no-repeat;
	position:relative;
}
.hdrTop{
	width:900px;
	overflow:hidden;
}
.logo{
	width:190px; height:110px;
	float:left;
	display:block;
	margin-left:360px;
	display:inline;
}
.subNav{
	float:right;
	padding-top:20px;
}
.subNav li{
	float:right;
	padding-right:16px;
	display:block;
}
.subNav a{
	font-size:11px;
	color:#003366;
	text-transform:uppercase;
	font-weight:bold;
}
.subNav a:hover{
	color:#003366;
}
/*---------------- navigation ----------*/
.nav{
	width:900px; height:34px;
	position:absolute;
	bottom:0;
}
.nav ul{
	overflow:hidden;
	padding-left:40px;
}
.nav li{
	float:left;
}
.nav a{
	margin-right:2px;
	height:34px;
	display:block;
}
.what{
	width:109px;
	background:url(/images/what-to-do.png) no-repeat 0 -34px;
}
.what:hover,#selected{
	background:url(/images/what-to-do.png) no-repeat 0 0;
}
.directions{
	width:111px;
	background:url(/images/directions.png) no-repeat 0 -34px;
}
.directions:hover{
	background:url(/images/directions.png) no-repeat 0 0;
}
.events{
	width:103px;
	background:url(/images/events.png) no-repeat 0 -34px;
}
.events:hover{
	background:url(/images/events.png) no-repeat 0 0;
}
.tickets{
	width:103px; 
	background:url(/images/tickets.png) no-repeat 0 -34px;
}
.tickets:hover{
	background:url(/images/tickets.png) no-repeat 0 0;
}
.photos{
	width:82px;
	background:url(/images/photos.png) no-repeat 0 -34px;
}
.photos:hover{
	background:url(/images/photos.png) no-repeat 0 0;
}
.sponsors{
	width:102px; 
	background:url(/images/sponsors.png) no-repeat 0 -34px;
}
.sponsors:hover{
	background:url(/images/sponsors.png) no-repeat 0 0;
}
.fieldtrips{
	width:201px; 
	background:url(/images/field-trips.png) no-repeat 0 -34px;
}
.fieldtrips:hover{
	background:url(/images/field-trips.png) no-repeat 0 0;
}
/*---------------- mainbody ----------*/
.mainBody{
	width:900px;
	background:#FFF url(/images/mainbody-bg.jpg) no-repeat top;
	padding-bottom:5px;
}
.banner{
	width:852px; height:253px;
	padding:8px 23px 11px 25px;
	background:url(/images/banner-bbg.jpg) no-repeat;
}
.container{
	width:870px;
	padding:10px 17px 0 13px;
	overflow:hidden;
	position:relative;
}
.add{
	width:128px; height:128px;
	display:block;
	position:absolute;
	top:7px;
	right:15px;
}
.left{
	width:403px; height:200px;
	float:left;
}
.right{
	width:460px;
	float:right;
}
.imgHolder{
	width:397px; height:210px;
	padding:3px;
	background:#4f5c42;
	display:block;
}
.container h1{
	font-size:63px;
	color:#000000;
	font-weight:normal;
	padding:5px 0 0 0;
	display:block;
}
.container h2 {
	display:block;
	font-size:24px;
	color:#000000;
	margin:-7px 0 8px 40px;
}
.container h3 {
	display:block;
	font-size:24px;
	color:#000000;
	
}
.container h3 a {
	color: #000000;
}
.container p{
	font-size:14px;
	line-height:17px;
	padding:0 20px 20px 0;
}
.container b{
	width:294px; height:191px;
	padding:8px;
	float:right;
	/*background:#546249;*/
	display:block;
	margin:0 0 10px 17px;
	display:inline;
}
.right p{
	font-size:13px;
	line-height:16px;
	padding:0 135px 10px 0;
}
.right a{
	margin-right:3px;
}
.title{
	padding:10px 0;
}
/*---------------- footer ----------*/
.footer{
	width:900px; height:150px;
	background:url(/images/footer-bg.jpg) repeat-x;
}
.footer h3{
	width:900px;
	text-align:center;
}
.footer a{
	margin-left:28px;
}

.image {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-right: 13px;
	margin-left: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 10px solid #eeeeee;
}
