@import url(gallery.css);
@import url(program.css);

* { 
	padding: 0em; 
	margin: 0em; 
} 

html, body{
	font-size: 90%;
	color: #000; 
	margin:0; 
	padding:0; 
	font-family: verdana, arial, helvetica, sans-serif;
 	background-color: #eef5cd;
 	text-align:center; 
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	margin: .8em 0em .6em 0em;
	color:#432601;
}

h1 {
	font-size: 22px;
	margin-top: 0em;
	margin-bottom: .4em;
	}
h2 {
	font-size: 19px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 14px;
	}
h5 {
	font-size: 10px;
	}
h6 {
	font-size: 8px;
}

p, blockquote, table {
	font-size: 13px;
	line-height: 1.7em;
	margin: 1em 0em 1em 0em;
	}

.quote {
	line-height: 1.5em;
	margin: 1.2em 2em 1.2em 2em;
	font-style:italic;
}

.quotecaption {
	font-style: normal;
}

.nobullets {
	list-style: none;
}
.caption img {
	margin-bottom: 5px;
	line-height: 16px;
}

ul {
	margin-left: 1.2em;
	font-size: 13px;
	line-height: 1.5em;
}	

	
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 11px;
	}
strong, b {
	font-weight: bold;
	}

img {
	border: 0;
	}

a {
	text-decoration: none; 
	color: #993300;
}

a:hover {
	color: #ff3300;
}

.sponsorcol {
	width: 235px;
	float: left;
}

.sponsor {
	width: 225px;
	float: left;
	position: relative;
}

.sponsor p {
	margin: 40px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}

.sponsor img {
	margin: 0 auto;
}
 
 
#pagewrapper{ 
	position: relative;
 	width:816px; 
 	text-align:left;  
 	margin: 0 auto; 
} 
 
#header{
	z-index: 1;
 	position:relative;
 	width:100%;
} 

#topnav{
	height: 1.4em;
	float: right;
	margin-top: .4em;
	margin-right: 16px;
	margin-bottom: .3em;
	font-size: 13px;
}

/*#bottomnav{
	height: 1.4em;
	margin-top: .5em;
	margin-right: auto;
	margin-left: auto;
	font-size: 8px;
}*/

#banner {
 	clear:both;
 	height:132px;
}

/********************top navigation menu************************/
#topmenu ul {
	padding: 0;
	margin: 0;
}

#topmenu li {
	float: left;
	list-style: none;
}

#topmenu a {
	padding-left: 1.4em;
}

/*********************main navigation menu*************************/

#mainnav {
	width: 816px;
	min-height: 22px;
	background-image: url("../buttonslice.gif");
	background-repeat: repeat-x;
	text-align: center;
}

#nav, #nav ul {
	padding: 0px;
	margin: 0 91px;
	list-style: none;
}

#nav a{
	display: block;
	padding: .14em 1em;
	text-decoration: none; 
	color: #eef5cd;
}

#nav li{
	float: left;
	background-color: #454932;
	font: 14px verdana;
	background-image: url("../buttonslice.gif");
	background-repeat: repeat-x;
}

#nav li ul {
	position: absolute;
	width: 10em;
	margin-left: -999em;
	text-align: left;
}

#nav a:hover{
	background-image: url("../hoverbuttonslice.gif");
	background-repeat: repeat-x;
	background-color: #797e5e;
	color: #323522;
}

#nav li:hover ul{
	margin-left: auto;
}			
			
#nav li:hover {background-position: 0 0;}


#nav li ul li {
	float: left;
	width: 10em;
	background-image: none;
}

.leftnopadding {
	float: left;
	padding: 0;	
}

.rightnopadding {
	float: right;
	padding: 0;	
}

#menucap {
	position: relative;
	top: 0px;
}

#secure {
	text-align: center;
	float: left;
	color: #eef5cd;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 0 239px;
}
/****************Footer Navigation menu***************/

.footernav {
	padding-top: 1em;
	padding-bottom: .5em;
	text-align: center;
	list-style: none;
}

.footernav li {
	display: inline;
}

.footernav a {
	font-size: 13px;
	padding: 0 .7em;
}

.footernav #gallery{
	font-size: 10px;
	margin: 0;
}

#herebutton{
	background-image: url("images/hoverbuttonslice.gif");
	background-repeat: repeat-x;
}


/*html>body .mainnav ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
/*border-style: inset;
}*/
 
/*****************************Main Divs************************/
#wrapper{
 	margin-left: 8px;
	padding-top: 1em;
 	background-color: #ffffff;
	width: 800px;
 }
 
#leftcol{
 	width:153px; 
 	border-right: #797e5e thin dashed;
	padding-top: .4em;
	padding-bottom: 2em;
 	float:left; 
 	position:relative;
}
#leftcol h3 {
	margin-left: 10px;
}
.leftcolp {
	line-height: 1.4em;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
.leftcolthumb {
	margin: 10px 10px 0 10px;
}
.leftcolbox{
/*
	width:120px;
*/
	margin:0 10px 0 10px;
/*
	padding: 5px 10px;
*/
/*	padding: 5px;*/
	margin-bottom: 1.2em;
	background-color: #e2efb5;
}
 
.leftcolbox p {
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: center;
/*
	border-left: #993300 3px solid;
*/
/*
	border-right: #b2bc90 3px solid;
*/
	border-bottom: #993300	1px dotted;
	border-top: #993300	1px dotted;
}

#twocols{
	width:645px; 
	float:right; 
	position:relative; 
}

#rightcol{
	width:155px; 
	float:right; 
	position:relative; 
	display:inline;
}

.rightcolbox{
	width:120px;
	margin-right: 15px;
	padding: 5px 10px;
/*	padding: 5px;*/
	margin-bottom: 1.2em;
	background-color: #e2efb5;
}


.rightcolbox h3, 
.rightcolbox h2 {
	color: #003300;
	margin: 0 0 .4em 0;
	font-weight: normal;
}

.rightcolbox p{
	margin: .4em 0;
	line-height: 1.4em;
}

.textfield{
	width:115px;
}
 
#maincol{
	float: left; 
	display:inline; 
	position: relative; 
	width:470px;
	margin: 0 10px;
	padding-bottom: 10px; 
	border-bottom:dashed thin;
}
* html #maincol {
	width: 465px;
}

#maincol #gallery{
	border: none;
}

.contentrightimg {
	float:right;
	padding: 5px 0 5px 5px;
}
 
#footer{
	clear:both;
	text-align: center;
} 

#footer p{
	font-size: 11px;
}

/************************* Table Stuff *************************/

.tabledefault {
	width: 460px;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	margin: 0 auto 8px auto;
	text-align: center;
	border-left: 5px solid;
	border-collapse: collapse;
}

.evening {
	border-color: #6b1f1f;
}

.day {
	border-color: #899e66;
}

.children {
	border-color: #000;	
}

.tabledefault caption {
	text-align: left;
}

.tablecol1 {
	width: 207px;
	text-align: left;
	margin: 0;
	padding: 1px 5px 1px 5px;
}

.tablecol2 {
	width: 85px;
	padding: 1px 10px 1px 5px;
	font-weight: bold;
}

.tablecol3 {
	width: 84px;
	border-left: 1px solid;
	padding: 1px;
	font-weight: bold;
}

.tablecol4 {
	width: 84px;
	border-left: 1px solid;
	padding: 1px;
	font-weight: bold;
}

.left {
	text-align:left;
	padding: 1px 5px 1px 5px;
}

table.event {
	width: 620px;
	border: 1px solid #ccc;
	padding: 0px;
	border-collapse: collapse;
}
table.event th {
	background-color: #e2efb5;
	padding: 3px 5px 3px 3px;
	text-align: center;
	font-size: 13px;
	width:100px;
}
table.event td {
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #ccc;
	text-align: center;
	font-size: 13px;
}
table.event td.col_one{
	width:50%;
}
table.event td.col_two{
	width:20%;
}
table.event .eventtitle{
	font-weight: bold;
	font-size: 13px;
} 
table.event tr.alt_bg {
	background-color: #ffffcc;
}

table.event input, select {
	font-size: 13px;
}


table.small {
	width: 400px;
	margin: 10px 0;
}
table.small td {
	padding: 2px 5px;
	font-size: 13px;
	vertical-align: top;
}
table.small input, select {
	font-size: 13px;
}
table.small .col1 {
	width: 245px;
}

.redtext {
	font-size: 15px;
	font-weight: bold;
	color: red;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.photocredit {
	clear: both;
	padding-top: 1em;
	font-size: 10px;
	line-height: 1.2em;
 	text-align: center;
}

.plainmain2col {
	margin-left: 10px;
	font-size: 13px;
	line-height: 1.4em;
} 

.plainmain2col td {
	vertical-align: top;
	padding: 2px;
}


.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.galleryphoto {
	margin-left: -999em;
}

td.linkcol1{
	width: 40%;
}

.clearboth {
	clear: both;
}

.breadcrumb {
	margin-top: .2em;
}

.smallp {
	font-size: 11px;
	line-height: 1.2em;
}

.divider {
	margin-bottom: 5px;
	width: 200px;
	border-top: 2px solid #800000;

}

.leftside{
margin: 10px 10px 10px 0px;
float: left;
font-size: 11px;
line-height: 20px;
text-align: center;
}

.rightside{
margin: 10px 0px 10px 10px;
float: right;
font-size: 11px;
line-height: 20px;
text-align: center;
}

img.border {
	border: 1px solid #800000;
	padding: 4px;
}

div.submit {
	margin: 15px 0;
}
div.submit input {
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
}
p.titlebar{
	margin-left: 20px;
	display:inline;
}
.heading {
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#keyboard-heading {
	background-image: url(../keyboard-heading.jpg);
	height: 94px;
}

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}

.

