@charset "utf-8";
/* CSS Document */
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #BFC1B2;/* url(http://www.canonpotatoes.com/images/sitebackground.jpg) repeat-x;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 26px;
	color: #232829;
}
div, p {
	padding: 0;
	margin: 0;
}
h1,
h1.headline {
	font-size: 23px;
	font-weight: normal;
	line-height: 26px;
	padding: 0;
	margin: 0;
}
h2,
h2.subHeadline{
	font-size: 14px;
	line-height: 26px;
	padding: 0;
	margin: 0;
}
#pageLayout {
	position: relative;
	margin: auto;
	width: 992px;
	height: 100%;
}
#leftOverlayContainer {
	z-index: 5000;
	position: fixed;
	height: 100%;
	width: 40px;
	border: 1px solid #FFFFFF;
} 
#rightOverlayContainer {
	margin-left:950px;
	z-index: 5000;
	position: fixed;
	height: 100%;
	width: 40px;
	border: 1px solid #FFFFFF;
} 
#overlayBG {
	height: 100%;
	width: 100%;
	z-index: 5000;
	position: relative;
	background-color: #FFFFFF;
	opacity: .5;
}
a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #232829;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
        height:0;
	font-size: 0;
	display:block;
	clear: both;
	line-height:0;
	margin:0;
	padding:0;
}

#topNav {
	height: 45px;
	background-color: #F9A221;
	border-top: 1px solid #FFFFFF;
	padding-left:4px;
	position: relative;
}
#header {
	height: 299px;
	background-color:#56653E;
}
#contentHeader {
	height: 140px;
	background-color: #56653E;
}
#contentHeaderUpper {
	height: 120px;
	background-color: #91977D;
}
#contentLogo {
	float: left;
	padding-left: 50px;
}
#tagLine {
	float: left;
	padding-left: 75px;
	padding-top: 50px;
}
#headerImage {
	width: 527px;
	height: 299px;
	z-index: 100;
	position: relative;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}
#headerOverlay1 {
	background-color: #56653E;
	position: absolute;
	bottom: 1px;
	left: -1px;
	width: 41px;
	height: 60px;
	z-index: 5000;
}
#headerOverlay2 {
	position: absolute;
	top: 0;
	left: 0px;
	height: 238px;
	border-bottom: 1px solid #FFFFFF;
	width: 40px;
	z-index: 5000;
}
#headerOverlay3 {
	position: absolute;
	top: 0;
	left: 0px;
	height: 238px;
	border-right: 1px solid #FFFFFF;
	width: 40px;
}

.navImage{
    border:0px;
}
#logo {
	float: left;
	width: 462px;
	height: 239px;
}
.border_right {
	border-right: #FFFFFF solid 1px;
}
.border3{
 	border-top:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
}
#bottomNav{
	background-color:#56653E;
	height: 28px;
	color: #FFFFFF;
	font-size:9px;
	width: 991px;
	border-bottom:#FFFFFF solid 1px;
}
#bottomNav a,
#bottomNav a:link,
#bottomNav a:active,
#bottomNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
}
#bottomNav a:hover {
	text-decoration: underline;
}
#copyright{
	height: 32px;
	background: #FAA220;
	color: #FFFFFF;
	width: 991px;
}
.copy{
	color: #FFFFFF;
	font-size: 9px;
}
.orange, 
.orange a{
	color:#FAA220;
}
#indexRightContainer{
	float: right;
	width: 352px;
}
.indexBox {
	padding-bottom: 20px;
}
.top {
	width: 354px;
	height: 9px;
	line-height: 0;
	font-size: 0;
	background: url(http://www.canonpotatoes.com/images/top.jpg) no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
}
.bottom {
	line-height: 0;
	font-size: 0;
	border: 0;
	padding: 0;
	margin: 0;
	width: 354px;
	height: 9px;
	background: url(http://www.canonpotatoes.com/images/bottom.jpg) no-repeat;
}
.middle{
	border: 0;
	padding: 0;
	margin: 0;
	width: 352px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.middleContent {
	width: 330px;
	margin: auto;
}
#indexContentLeft{
	float: left;
	width: 400px;
	padding-top: 15px;
	padding-right:50px;
}
.barBottom{
	border-bottom: 1px solid #FFFFFF;
}
.orangePad a {
	color: #FAA220;
}
.orangePad{
	color: #FAA220;
	padding-left: 20px;
}
#pageHeadline{
	width: 100%;
	margin-top: 70px;
	margin: 20px auto 20px auto;
	border-bottom: solid 1px #FFFFFF;
}
#pageContentLayout{
	background: #91977D;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 988px;
	padding: 0 0 125px 0;
	margin: auto;
}
#pageContent {
	width: 815px;
	padding-top: 20px;
	margin: auto;
}
.white{
	color: #FFFFFF;
}
.inputContainer {
	padding-bottom: 25px;
}
.inputLabel {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 5px;
}
.inputField {
	float: left;
	width: 260px;
}
.inputField input {
	color: #FFFFFF;
	background: #56653F;
	border: 1px solid #FFFFFF;
	height: 18px;
	width: 254px;
	padding: 3px;
	font-size: 12px;
}
.inputField textarea {
	color: #FFFFFF;
	background: #56653F;
	border: 1px solid #FFFFFF;
	height: 94px;
	padding: 3px;
	width: 254px;
	font-size: 12px;
}
#slideShow {
	width: 527px;
	height: 298px;
	position: absolute;
	overflow:hidden;
	top: 0;
	left: 0;
	z-index: 100;
}
.squareImage {
	width: 120px;
	height: 100px;
	margin-bottom: 15px;
	border: 1px solid #FFFFFF;
}
.eventContainer,
.staffMemberContainer,
.potatoTypeContainer {
	margin-bottom: 20px;
	width: 100%;
}
.potatoTypeImage {
	float: left;
	width: 150px;
	height: 120px;
	margin-right: 20px;
	border: 1px solid #FFFFFF;
}
.potatoTypeContent {
	width: 635px;
	float: right;
}
.staffMemberImage {
	float: left;
	width: 100px;
	height: 120px;
	margin-right: 20px;
	border: 1px solid #FFFFFF;
}
.staffMemberContent {
	width: 685px;
	float: right;
}
.eventDate a,
.eventDate {
	float: left;
	color:#FAA220;
}
.eventName {
	float: left;
	padding-left: 10px;
}
#messageContainer {
	font-weight:bold;
	display: none;
}

