body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B4B091;
	margin: 20px auto 10px auto;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
}

h1, h2, p, ul, li, span, tr, td, table {
	font-size: 12px;
	color: #335265;
}

h3{
	font-size: 15px;
	text-align: left;
	font-weight: 100;
	padding: 3px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #6e8492;
	color: #b4ab6c;
}

h4{
	font-size: 16px;
	text-align: left;
	font-weight: 100;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #b4ab6c;
	padding: 3px;
}
input, textarea {
	border: solid #005A38 1px;
}

input {
	font-size: 10px;
}

.border {
	border: solid #005A38 1px;
}

.notice {
	color: #FF0000;
	font-size: 12px;
}

.datatable {
	border: solid #6E8492 1px;
	padding: 4px;
}

.datatable th, .datatable th span {
	background-color: #6E8492;
	color: #ffffff;
}

.datatable td {
	background-color: #FFFFFF;
}

.datatable .altcolour td {
	background-color: #E6E6E6;
}

.footer {
	color: #ffffff;
	font-weight: bold;
}

.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer a:active {
	color: #ffffff;
	text-decoration: none;
}

a:link {
	color: #009966;
	text-decoration: none;
}
a:visited {
	color: #009966;
	text-decoration: none;
}
a:hover {
	color: #009966;
	text-decoration: underline;
	font-weight: bold;
	
}
a:active {
	color: #009966;
}
#leftnav{
	margin-left: 15px;
}
#listlinks{
	clip:  rect(auto, auto, auto, auto);
	float: right;
	padding-right: 10px;
	margin: 0;
}
#listleft{
	clip:  rect(auto, auto, auto, auto);
	float: left;
	text-align: left;
	margin: 0;
	width: 75%;
}
#form_left{
	float: left;
	width: 125px;
	text-align: right;
}
#form_right{
	float: left;
	margin-left: 10px;
}
	
hr     {
	border: 0;
	height: 1px;
	background-color: #48463a;
	width: 100%;
	color: #48463a;
	
	}
#home_bottom {
	height: 165px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(images/boxes_ds.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#home_latestnews{
	width: 151px;
	height: 137px;
	padding-top: 28px;
	margin-right: 22px;
	background-image: url(images/boxes_latestnews_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
#home_membership{
	width: 151px;
	padding-top: 28px;
	margin-right: 22px;
	background-image: url(images/boxes_membership.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
#home_tickets{
	width: 151px;
	padding-top: 28px;
	margin-right: 0px;
	background-image: url(images/boxes_ticket.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

hr{
	border: 0;
	height: 1px;
    background-color: #48463a;
	color: #48463a;
	clear: both;
}
hr.fade {
	border: 0;
	height: 1px;
    background-color: #c3c0b1;
	color: #c3c0b1;
}
#sch {
   cursor : move;
   
}
.sch_s {
    list-style-type : none;
    margin : 0;
}
.sch_s li {
    border : 1px solid #000;
    cursor : move;
    margin : 2px 0 2px 0;
    padding : 3px;
    background : #f7f7f7;
    border : #ccc;
    width : 400px;
}
#prog_title{
	float: left;
	width: 100px;
	text-align: left;
    margin: 5px;
	display: inline;
}
#prog_time{
	float: left;
	width: 100px;
	text-align: left;
	padding: 5px;
	display: inline;
}
#prog_txt{
	float: left;
	text-align: left;
	padding: 5px;
	display: inline;
}
#prog_title_on{
	float: left;
	width: 100px;
	text-align: left;
	background-color: #b4b091;
    padding: 5px;
	display: inline;
}
#prog_time_on{
	float: left;
	width: 100px;
	text-align: left;
	background-color: #b4b091;
	padding: 5px;
	display: inline;
}
#prog_txt_on{
	float: left;
	width: 249px;
	text-align: left;
	background-color: #b4b091;
	padding: 5px;
	display: inline;
}
#prog_title_top{
	float: left;
	width: 100px;
	text-align: left;
	background-color: #000000;
	color: #fff;
	padding: 5px;
}
#prog_time_top{
	float: left;
	width: 100px;
	text-align: left;
	background-color: #000000;
	color: #fff;
	padding: 5px;
}
#prog_txt_top{
	float: left;
	width: 249px;
	text-align: left;
	background-color: #000000;
	color: #fff;
	padding: 5px;
}
#schedule{
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	margin: 5px;

}
#schedule hr{
	border: 0;
	height: 1px;
    background-color: #dad8cb;
	color: #dad8cb;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.pg_img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
	border-width: 5px;
	border-color: #48463a;
	border-style: solid;
}
.ccd_gallery{
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
	border-width: 1px;
	border-color: #48463a;
	border-style: solid;
}
#enter{
	margin: 0;
	padding: 0;
	width: 147px;
	height: 86px;
	background: url(../images/newenterprise.gif) 0 0 no-repeat;
	display: block;
}
#enter span{
	display: none;
}	
#enter:hover{
	background: url(../images/newenterprise.gif) 0 -86px no-repeat;
}	
#facebook{
	margin: 0;
	padding: 0;
	width: 147px;
	height: 55px;
	background: url(../images/facebook.gif) 0 0 no-repeat;
	display: block;
}
#facebook span{
	display: none;
}	
#facebook:hover{
	background: url(../images/facebook.gif) 0 -55px no-repeat;
}	
#twitter{
	margin: 0;
	padding: 0;
	width: 147px;
	height: 55px;
	background: url(../images/twitter.gif) 0 0 no-repeat;
	display: block;
}
#twitter span{
	display: none;
}	
#twitter:hover{
	background: url(../images/twitter.gif) 0 -55px no-repeat;
}	
#ccd_files{
	border-top: 1px #ccc solid;
	clear: both;
}
.hidden{
	display: none;
}
.sponsor_nationalgrid{
	width: 122px;
	height: 28px;
	display: block;
	background: url(images/sponsor_nationalgrid.gif) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	clear: both;
	margin: 30px 10px 0 10px;
}
.sponsor_costco{
	width: 122px;
	height: 36px;
	display: block;
	background: url(images/sponsor_costco.gif) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	clear: both;
	margin: 30px 10px 0 10px;
}
.sponsor_lazygrace{
	width: 122px;
	height: 32px;
	display: block;
	background: url(images/sponsor_lazygrace.gif) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	clear: both;
	margin: 30px 10px 0 10px;
}
.sponsor_nnpa{
	width: 122px;
	height: 70px;
	display: block;
	background: url(images/sponsor_nnpa.gif) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	clear: both;
	margin: 30px 10px 0 10px;
}
.sponsor_civiltech{
	width: 122px;
	height: 32px;
	display: block;
	background: url(images/sponsor_civiltech.gif) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	clear: both;
	margin: 30px 10px 0 10px;
}
