@charset "UTF-8";
body {
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(images/brnd-potatofarm.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	line-height: 24px;
}
#overview_right_col p {
	font-family: 'Kite+One', cursive;
	font-size: 18px;
	line-height: 30px;
}
li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin-top: 0px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 0px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #FF0000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #16457A;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	color: #C51B1F;
	font-weight: normal;
	line-height: 16px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 0px;
	color: #C51B1F;
	font-weight: normal;
	line-height: 4px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #53724E;
	font-weight: normal;
	margin: 0px;
	line-height: 36px;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #D6002B;
	font-weight: normal;
	margin: 0px;
	text-align: center;
}
a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #E4291D;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #E4291D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #E4291D;
	text-decoration: none;
	font-weight: bold;
}
a img { border: none; }
/* CSS Document */

#container {
	height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0 0 10px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.25);
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.25);
	background-color: #FFF;
}
#header {
	float: left;
	height: 149px;
	width: 1100px;
}
#nav_bar {
	float: left;
	height: 38px;
	width: 1100px;
	z-index: 100;
}
#tagline_div {
	float: left;
	height: 128px;
	width: 1100px;
	z-index: 100;
}
#slideshow_container {
	height: 325px;
	width: 1100px;
	text-align: center;
	float: left;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 0;
}

#content_container {
	float: left;
	height: auto;
	width: 950px;
	margin-left: 50px;
	background-color: #FFF;
	background-image: url(images/index_content_bg_image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 25px;
	padding-left: 25px;
}
#subs_content_container {
	float: left;
	height: auto;
	width: 950px;
	margin-left: 75px;
	background-color: #FFF;
	background-image: url(images/index_content_bg_image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 25px;
}
#subs_content_container_holder {
	float: left;
	height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sub_content_container_bg_image.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#subs_right_col {
	float: left;
	height: auto;
	width: 590px;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #000;
	padding-left: 25px;
}
#overview_right_col {
	float: left;
	height: auto;
	width: 590px;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #000;
	padding-left: 25px;
}
#content_container_holder {
	float: left;
	height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: top;
}
#inner_content_container {
	float: left;
	height: auto;
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 25px;
}
#subs_left_col {
	float: left;
	height: auto;
	width: 265px;
	margin-top: 25px;
	margin-left: 25px;
}
#subs_left_col_large {
	float: left;
	height: auto;
	width: 750px;
	margin-top: 25px;
	margin-left: 100px;
	padding-bottom: 25px;
	padding-right: 100px;
}
#subs_right_col_small {
	float: left;
	height: auto;
	width: 254px;
	margin-top: 0px;
	margin-left: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-right: 25px;
}
#header-interior {
	float: left;
	height: auto;
	width: 950px;
	padding-bottom: 10px;
}
#index_left_col {
	float: left;
	height: auto;
	width: 47%;
	margin-top: 25px;
	padding-right: 12px;
}
#index_center_col {
	float: left;
	height: auto;
	width: 48%;
	margin-top: 25px;
	padding-left: 12px;
	margin-bottom: 50px;
}
#index_right_col {
	float: left;
	height: auto;
	width: 50%;
	margin-top: 25px;
	padding-bottom: 25px;
	padding-left: 12px;
}
#left_col {
	float: left;
	height: auto;
	width: 590px;
	margin-top: 0px;
	margin-left: 38px;
	padding-bottom: 25px;
	background-color: #FFF;
}
#event_photos_center_div {
	float: left;
	height: auto;
	width: 925px;
	margin-top: 10px;
	margin-left: 45px;
	padding-bottom: 25px;
	background-color: #FFF;
}
#left_col2 {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-left: 38px;
	padding-bottom: 25px;
}
#right_col {
	float: left;
	height: auto;
	width: 300px;
	margin-top: 10px;
	margin-left: 25px;
	padding-bottom: 25px;
	border: thin solid #000;
	padding-left: 5px;
}
#clrfloat {
	clear: both;
}

img {border : 0;}

#footer {
	background-image: url(images/footer_bg_image.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height: auto;
	width: 1100px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer p {
	font-family: Helvetica, Arial, Verdana, "san serif";
	font-size: 12px;
	color: #203E7C;
	text-decoration: none;
}
#footer h1 {
	font-family: Helvetica, Arial, Verdana, "san serif";
	font-size: 16px;
	color: #203E7C;
	text-decoration: none;
	font-weight: bold;
}
#footer  a:link   {
	font-family: Helvetica, Arial, Verdana, "san serif";
	font-size: 12px;
	color: #203E7C;
	text-decoration: none;
}
#footer a:hover {
	font-family: Helvetica, Arial, Verdana, "san serif";
	font-size: 12px;
	color: #C9BA1E;
	text-decoration: underline;
}
#footer a:active {
	font-family: Helvetica, Arial, Verdana, "san serif";
	font-size: 12px;
	color: #203E7C;
	text-decoration: none;
}
#footer a:visited {
	font-family: Helvetica, Arial, Verdana, "san serif";
	font-size: 12px;
	color: #203E7C;
	text-decoration: none;
}
