@import url(gallery.css);

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

html, body{
	font-size: 80%;
	color: #000; 
	margin:0; 
	padding:0; 
	font-family: verdana, arial, helvetica, sans-serif;
 	background-color: #eef5cd;
 	text-align:center; 
} 
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}


p {
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	}

.nobullets {
	list-style: none;
}

ul {
	margin-left: 1.2em;
	font-size: 1.2em;
	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: 1.0em;
	}
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: 1.2em;
	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;
	top: 10px;
	left: -16px;
} 
 
#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: 1.2em;
}

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

#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("../images/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("../images/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("../images/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;
}

/****************Footer Navigation menu***************/

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

.footernav li {
	display: inline;
}

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

.footernav #gallery{
	font-size: .8em;
	margin: none;
}

#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;
}

.leftcolp {
	line-height: 1.4em;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
 
#twocols{
	width:645px; 
	float:right; 
	position:relative; 
}
 
#rightcol{
	width:155px; 
	float:right; 
	position:relative; 
}

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

.rightcolbox h3{
	color: #003300;
	margin: 0 0 .4em 0;
}

.rightcolbox p{
	margin: .4em 0;
	line-height: 1.4em;
}
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	margin: 0 10px;
	padding-bottom: 10px;
	border-bottom:dashed thin;
	width: 470px;
}

#maincol #gallery{
	border: none;
}

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

#footer p{
	font-size: .9em;
}
 
 /* *** 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%;}
#schedule {
	vertical-align: top;
	font-size: 1.2em;
}
.clearfix{display: block;}
/* End hide from IE-mac */  

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

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

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


.center {
	margin: 0 auto;
	text-align: center;
}

.galleryphoto {
	margin-left: -999em;
}
 /*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;}
