body {
	margin: 0;
	padding: 0;
	background-color: #bbc791;
	background-image: url(../images/fullorange-bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
#container {
	width: 998px;
	margin: 0 auto 20px auto;
	
	}
	
#header {
	width: 998px;
	margin: 0;
	/* Used to nudge the pot bottom image over ...*/
	/* as compensation for the 1 pixel border of the contentbox. */
	padding-left: 1px; 
	}
	
#navcontainer {height: 28px;}
 /*Needed to close the gap between the navbar and the content box in IE.*/

.contact {float: left;}

.contact a {
	display: block;
	width: 77px;
	height: 27px;
	background: transparent url(../images/contact-dual.jpg) no-repeat;
	border-right: 1px solid #999;
}

.contact a:hover {background-position: 0 -27px;}

.contactSelected {
	display: block;
	width: 77px;
	height: 27px;
	background: transparent url(../images/contact-dual.jpg) no-repeat;
	border-right: 1px solid #999;
	background-position: 0 -27px;
	float: left;
}

.portfolio {float: left;}

.portfolio a {
	display: block;
	width: 81px;
	height: 27px;
	background: transparent url(../images/portfolio-dual.jpg) no-repeat;
	border-right: 1px solid #999;
}

.portfolio a:hover {background-position: 0 -27px;}

.portfolioSelected, .portfolioSelected a {
	display: block;
	width: 81px;
	height: 27px;
	background: transparent url(../images/portfolio-dual.jpg) no-repeat;
	border-right: 1px solid #999;
	background-position: 0 -27px;
	float: left;
}

.bio {float: left;}

.bio a {
	display: block;
	width: 95px;
	height: 27px;
	background: transparent url(../images/bio-dual.jpg) no-repeat;
	border-right: 1px solid #999;
}

.bio a:hover {background-position: 0 -27px;}

.bioSelected {
	display: block;
	width: 95px;
	height: 27px;
	background: transparent url(../images/bio-dual.jpg) no-repeat;
	border-right: 1px solid #999;
	background-position: 0 -27px;
	float: left;
}

.events {float: left;}

.events a {
	display: block;
	width: 69px;
	height: 27px;
	background: transparent url(../images/events-dual.jpg) no-repeat;
	border-right: 1px solid #999;
}

.events a:hover {background-position: 0 -27px;}

.eventsSelected {
	display: block;
	width: 69px;
	height: 27px;
	background: transparent url(../images/events-dual.jpg) no-repeat;
	border-right: 1px solid #999;
	background-position: 0 -27px;
	float: left;
}


.home {float: left;}

.home a {
	display: block;
	width: 73px;
	height: 27px;
	background: transparent url(../images/home-dual.jpg) no-repeat;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

.home a:hover {background-position: 0 -27px;}



.homeSelected {
	display: block;
	width: 73px;
	height: 27px;
	background: transparent url(../images/home-dual.jpg) no-repeat;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-position: 0 -27px;
	float: left;
}

#potmid {
	float: right;
	margin-right: -1px; /*This should be corrected by reslicing the image to cut 1px off right.*/
}

#potbottom {
	width: 188px; 
	float: right;
}
	
#contentbox {
	width: 998px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #fbf9d9;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-bottom: 15px;
	overflow: auto; /* Needed to butt content up to header */
	color: #555;
	}
	
.colleft {
		/*float: left;*/
        margin-left: 10em;
}
#registerbox {
	float: left; 
	width: 180px; 
	border: 1px solid #999; 
	background-color: #cdd7b2; 
	margin-top: 25px; 
	font-size: 90%; 
	margin-left: 1.5em;
	text-align: center; 
	font-style: italic;
}
	
#contentbox a {color: #5f793a;}

#contentbox a:hover {color: #6f0300;}
	
h1[class="pagetitle"] {
	font-size: 1.2em; 
	font-weight: bold; 
	color: #5f7f3e; 
	margin-bottom: 0; 
	padding-top: 10px;
	padding-left: 20px;
}

.pagetitle {
	margin-top: 25px;
}

#homemoviebox {
	margin: 20px auto 30px auto;
	width: 550px; 
	border: 1px solid #000; 
	height: 400px;
}
	
#contentbox p {
	margin-top: 0;
	padding: 5px 20px 0px 20px;
	line-height: 150%;
	font-size: 85%;
	}
	
#contentbox img[class="imgright"] {
		float: right; 
		margin-left: 8px; 
		margin-top: .4em;
}

#contentbox img[class="imgleft"] {
		float: left; 
		margin-right: 8px; 
		margin-top: .4em;
}

#contentbox p .quote {
		font-weight: bold;
		font-style: italic;
}

#contentbox #notice {
	color: #555;
	border: 1px solid #333;
	padding: 8px;
	width: 288px;
	text-align: center;
	margin-left: 320px;
	background-color: #cdd7b2;
	font-size: 65%;
	clear: both;
	}
	
#contentbox p.event {
			margin-top: 1em;
			margin-left: 4em;
            width: 50%;
			}
	
#contentbox .eventtitle {
			font-weight: bold;
			}
	
#contentbox .eventdate {
			font-style: italic;;
			}


form {padding-top: 15px;}

#contentbox .requirednotation {
	font-size: 80%; 
	color: #8f0a0b;
	font-style: italic;
	}

form .required {
	color: #8f0a0b;
	}

form br {
	clear: both;
}		

	
label, input, select, textarea {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}



input[type|="checkbox"] {
	margin-left: -142px;
	}


input[type|="submit"], input[type|="reset"] {
	width: 100px;
	}

input[type|="submit"] {
	margin-left: 320px;
	margin-right: 5px;
	}

label {
	text-align: right;
	padding-right: 20px;
	font-size: 80%;
}

input, option {color: #555;}

#contentbox #portfolioImgs {
	width: 800px; 
	text-align: center; 
	margin-right: auto; 
	margin-left: auto; 
	margin-bottom: 20px;
}

#contentbox .galleryImg {
	text-decoration: none;
	/*border: 1px solid #000;*/
	margin-bottom: 15px;
	}
#contentbox .galleryImage {
	float: left; 
	width: 210px;
	text-align: center;
	height: 220px;
	display: inline;
	margin-left: 20px;
	}
	
#contentbox .galleryImage img {
		border: 1px solid #999;
	padding: 5px;
	background-color: #fff;}

	
#contentbox .galleryRow {
	clear: both;
	display: block;
	}
	
#contentbox .backtotop {
float: right;
clear: both;
margin-right: 30px;	
}

	
#footer {
	background-color: #6f0300; 
	text-align:center; 
	color: #fff; 
	width: 998px; 
	border: 1px solid #555;
	font-size: .7em; 
	padding: 5px 0 5px 0;
}