*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
}

img
{
	border: none;
}

img.box
{
	border: solid 1px #CC0000;
	padding: 5px;
	
}

#container
{
	width: 960px;
	margin: 0 auto;
	border: solid 1px #CC0000;
	border-top: 0px;
}

#header
{
	width: 960px;
	height: 300px;
	border-bottom: solid 6px #CC0000;
	position: relative;

}

/*
#home_link
{
	position: absolute;
	top: 30px;
	left: 30px;
	display: block;
	width: 195px;
	height: 250px;
	text-indent: -9999px;
}
*/

#header h1
{
	display: none;
}

.header_home { background: url(images/header10.jpg) no-repeat left top; }
.header_season { background: url(images/Mainstage_header.jpg) no-repeat left top; }
.header_greenhouse { background: url(images/Greenhouse_header.jpg) no-repeat left top; }
.header_tickets { background: url(images/Order-tickets_header.jpg) no-repeat left top; }
.header_donate { background: url(images/header12.jpg) no-repeat left top; }
.header_join { background: url(images/header10.jpg) no-repeat left top; }
.header_about { background: url(images/About_header.jpg) no-repeat left top; }
.header_contact { background: url(images/header15.jpg) no-repeat left top; }

#headernav
{
	width: 960px;
}

#headernav ul
{
	list-style: none;
	float: left;
	display: inline;
}

#headernav ul li
{
	float: left;
	display: inline;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	text-indent: -9999px;
}

#headernav ul li a
{
	color: #666;
	text-decoration: none;
	display: block;
	height: 30px;
}

#headernav ul li a:hover, #headernav ul li.active a
{
	text-decoration: none;
	color: #f7931e;
}

#home
{
	width: 67px;
	background-image: url(images/navnew_01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#season
{
	width: 187px;
	background-image: url(images/navnew_02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#greenhouse
{
	width: 141px;
	background-image: url(images/navnew_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#order
{
	width: 111px;
	background-image: url(images/navnew_04.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#donate
{
	width: 99px;
	background-image: url(images/navnew_05.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#involved
{
	width: 164px;
	background-image: url(images/navnew_06.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#about
{
	width: 89px;
	background-image: url(images/navnew_07.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contact
{
	width: 102px;
	background-image: url(images/navnew_08.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a#home:hover { background-position: left top; }
a#season:hover { background-position: left top; }
a#greenhouse:hover { background-position: left top; }
a#order:hover { background-position: left top; }
a#donate:hover { background-position: left top; }
a#involved:hover { background-position: left top; }
a#about:hover { background-position: left top; }
a#contact:hover { background-position: left top; }

h2
{
	color: #CC0000;
	font-size: 18px;
	margin-bottom: 4px;
}

h3
{
	color: #666;
	font-size: 16px;
	margin-bottom: 4px;
}

h4
{
	color: #666;
	font-size: 14px;
	margin-bottom: 4px;
}



a
{
	color: #CC0000;
	font-size:14 px;
	text-decoration: none;
}

a:hover
{
	color:#CC0000;
}



#content
{
	width: 960px;
	color: #6f6f6f;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 50px;
}


#content p
{
	margin-bottom: 16px;
	line-height: 16px;
}

#content ul
{
	margin-left: 25px;
	margin-bottom: 16px;
}

#left-col
{
	width: 334px;
	margin: 0 15px;
	float: left;
	display: inline;
	
}

#center-col
{
	width: 400px;
	margin: 0 18px;
	float: left;
	display: inline;
}

#right-col
{
	width: 136px;
	margin: 0 12px;
	float: left;
	display: inline;
	text-align: right;

}



#content ul.nodot
{
	color: #666; 
	list-style: none;
	margin: 10px 0;
	line-height: 14px;
}

#content ul.nodot li
{
	margin: 6px 0;
	line-height: 14px;
}

legend
{
	color: #CC0000;
	font-size: 18px;
}

fieldset ol
{
	list-style: none;
}

fieldset ol li
{
	margin-bottom: 8px;
}

fieldset ol li label
{
	width: 75px;
	margin-right: 6px;
	float: left;
	display: inline;
}

fieldset ol li input
{
	width: 250px;
}

#footer
{
	clear: both;
	display: block;
	width: 930px;
	height: 20px;
	background: #CC0000;
	color: #fff;
	font-size: 10px;
	padding: 0px 15px 0 15px;
	text-align: right;
}

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

#footer a:hover
{
	text-decoration: underline;
}

#footer ul
{
	list-style: none;
}

#footer ul li
{
	float: left;
	display: inline;

}

#footer ul li a
{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	display: block;
	line-height: 20px;
	margin: 0 10px;
}

#footer ul li a:hover, #footer ul li.active a
{
	text-decoration: underline;
}

#copyright
{
	float: right;
	display: inline;
	line-height: 20px;
}

.clear
{
	clear: both;
}