body {
	background: #fff;
	color: #000;
	width: 8.5in;
}	

/* tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	caption, th, td {
		text-align: left;
	}



/* lists */
ol, ul {
	list-style: none;
}



/* clearing */
.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}



/* hide/show */
.hide {
	display: none;
}
.show {
	display: block;
}


/* <text> */ 	
	
	.fontGeorgia {font-family: georgia, serif;}	
	.fontVerdana {font-family: verdana, sans-serif;}
	.fontArial {font-family: arial, sans-serif;}
	.fontTahoma {font-family: tahoma, sans-serif;}	
	
	.textBlack, .textBlack a {color: #000;}
	.textWhite, .textWhite a {color: #fff;}
	.textGrey, .textGrey a {color: #666;}	
	
	.left {float: left; margin-right: 1em;}
	.right {float: right; margin-left: 1em;}
	.textSmall {font-size: 85%;}
	.textLarge {font-size: 125%;}
	.noborder {border: none !important;}
	span.imageBorder img {border: 10px solid #fff;}

/* </text> */ 

/* links */
a {
	color: #2f2001;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
	a:hover {
	color: #FFFFFF;
	}



/* setting the OL/UL to specified values in the content areas */
.contents ol {
	list-style: decimal;
	margin: 15px 35px;
}
	.contents ol li {
		padding: 0 0 5px 0;
	}	
		
.contents ul {
	list-style: square;
	margin: 15px 35px;
}
	.contents ul li {
		padding: 0 0 5px 0;
	}	
	

/* even paragraph margins */
.contents p {
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}



/* horizontal rules */
hr {
	border: 1px solid #41370e;
	border-width: 1px 0 0 0;
	border-collapse: collapse;
	clear: both;
	margin: 10px 0;
}



/* headings */	
h1 {
	margin: 10px 0;
	font-size: 18px;
	color: #2f2001;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
}		
	
	
h2 {
	font-size: 14px;
	color: #2f2001;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}	

h3 {
	margin: 10px 0;
	color: #2f2001;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}		

h4 {
	margin: 10px 0;
	font-size: 16px;
	color: #2f2001;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}	

h5 {
	margin: 10px 0;
	font-size: 14px;
	color: #2f2001;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}	
		
		
	
/* template css */
	
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #604202;
	font-size: 75%;
	background-color: #fff;
	}
	
	#homePage #body {
	background-image: url(images/bkgdslice.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
	
	#homePage #body #bodyTop {
	background-image: url(images/homebkgd.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	}
	
	#secPage #body {
	background-repeat: repeat-x;
	background-position: center top;
	}
	
	#secPage #body #bodyTop {
	background-repeat: no-repeat;
	background-position: 50% 0;
	}

	html>body {
		font-size: 12px;
	}
	
	
/* skip to content hidden button, for minor accessibility reasons */
#skipTo {
	display: none;
}	
	
		
#pageContainer {
	width: 955px;
	margin: 0 auto;
	position: relative;
}
		

		
/* Header */	
#header {
	height: 552px;
}	
		#secPage #header {
	height: 213px;
		}
	#header #logoContainer {
		position: relative;
		z-index: 100;
	}
		#header h1#logo {
	width: 325px;
	height: 216px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0;
	color: #fff;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
		}
#header #logo {
	width: 325px;
	height: 216px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0;
	color: #fff;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
			#header .logoCard {
	width: 305px !important;
	height: 216px;
	color: #000 !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px;
			}
		
		
	/* Hidden PDF, PRINT, EMAIL links */	
#header .headerNav {
	float: right;
	margin-top: 190px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	z-index: 2;
	position: absolute;
	width: 150px;
	top: 0px;
	left: 788px;
	display: none
}

	#header .headerNav li {
	display: inline;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-style: solid;
	border-right-color: #604202;
	border-right-width: 1px;
	}
	#header .headerNav li.last  {
	border-right-style: none;
	padding-right: 0px;
}
	#header .headerNav li a {
	font-size: 0.8em;
	text-decoration: none;
		}
	
	#header a {
		color: #604202;
		}
					
	#header .headerNav li a:hover, 
	#header .headerNav li a:focus {
		color: #fff;
			}
				
	/* FEATUERD ITEM */
	#featuredItem {
	clear: both;
	color: #beb094;
	min-height: 382px;
	height: auto !important;
	height: 382px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 16px;
	padding-right: 49px;
	padding-bottom: 15px;
	padding-left: 18px;
	}		
	
	#featuredItem #featuredImage {
	float: right;
	width: 1024px;
	/*min-height: 293px;
	height: auto !important;*/
	height: 382px;
	position:relative;
		}
		
	.featuredItem_image {
	position:absolute;
	top:0;
	left:0;
	z-index: -1;
}
		
		#featuredItem #featuredText {
	width: 200px;
	font-size: 15px;
	line-height: 1.4em;
	font-style: normal;
	font-weight: bold;
	float: left;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
				
			#featuredItem #featuredText strong {
				color: #fff;
				font-size: 32px;
			}	
			#featuredItem #featuredText a {
				color: #beb094;
			}
		

		
		
/* Content */
#contentContainer {
	clear: both;
	padding-bottom: 18px;
	min-height: 75px;
	height: auto !important;
	height: 75px;
	padding-right: 12px;
	padding-left: 41px;
	padding-top: 0px;
}		

	/* column layouts */	
	/* two column layout */	
	#homePage .twoColumn #mainColumn {
	float: left;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	}		
	#homePage .twoColumn #subColumn {
		float: left;
		width: 300px;
	}
	
	#secPage .twoColumn #mainColumn {
	float: left;
	width: 574px;
	margin: 0 70px 0 20px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	}		
	#secPage .twoColumn #subColumn {
	float: left;
	width: 219px;
	}
		
	
	/* one column */
	.oneColumn #mainColumn {
		width: 90%;
	}			
	

		
	/* hidden footer */	
	#footer {
	color: #41370e;
	padding-top: .25in;
	padding-right: 0;
	padding-left: 0px;
	margin-top: .25in;
}

	#footer a {
		color: #000;
		text-decoration: none;
	}			
		
	#footer ul li {
		display: inline;
		padding: 0 20px 0 0;
		text-transform: uppercase;
	}
#footertext_container {
	float: left;
	padding-right: 0px;
	padding-top: 0px;
	width: 919px;
	text-align: center;
}
	
	#footer .copyright, 
	#footer .copyright a {
	font-size: 10px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#address {
	text-align: center;
}
#address p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}		

.copyright_spacer {
	color: #FFFFFF;
}

		


/* hidden navigation */
	#contact {
	width: 610px;
	height: 20px;
	float: right;
	margin-top: 150px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 10px;
	display: none;
}	

#contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0px;
	top: 0px;
}

#contact li {
	margin-top: 0;
	margin-right: 10px;
	/*border-left: 1px solid #7F7F7F;*/
	line-height: 18px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b48e36;
}

#contact li.First {
	border-left-style: none;
	padding-left: 0px;
}

#contact li a {
	margin-left: 10px;
}

#contact a {
	color: #FFFFFF;
	text-decoration: none;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}


#lftbox {
	float: left;
	width: 219px;
	padding-right: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#midbox {
	float: left;
	width: 219px;
	padding-right: 1px;
	padding-left: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#rtbox {
	float: left;
	width: 215px;
	padding-left: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* this allows image tags with links to not have any borders*/
a:img {
    border: none;
    text-decoration: none;
}

#secPage .threeColumn #mainColumn {
	float: left;
	width: 423px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 16px;
	padding-left: 30px;
	padding-top: 0px;
}
.italic {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
	
	
#secPage .threeColumn #lftsubColumn {
	float: left;
	width: 199px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height: 481px;
	padding-top: 10px;
	padding-left: 26px;
	padding-right: 3px;
	visibility: hidden;
}
#secPage .threeColumn #lftsubColumn a {
	font-size: 11px;
	color: #604202;
}
#secPage .threeColumn #lftsubColumn a:hover {
	color: #FFFFFF;
}

#secPage .threeColumn #subColumn {
	float: left;
	width: 215px;
	overflow: hidden;
}
#secPage #contentContainer {
	clear: both;
	padding-bottom: 28px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding-right: 11px;
	padding-left: 13px;
	padding-top: 0px;
	
}


/*hidden subColumn */
#secPage #subColumn img {
	margin-bottom: 0px;
	margin-top: 10px;
	float: left;
	display:none;
}
.table  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
.table a {
	font-family: Arial, Helvetica, sans-serif;
	color: #2f2001;
	font-weight: bold;
}
.table a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.italic_food_disclaim {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

/*form styles*/

    form
{
	width: 100%;
	color: #604202;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* not used in this form 

fieldset
{
	border: 1px solid #3E4A49;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

legend
{
  color: #FFFFFF;
  background-color: #4899BE;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 0;
  width: 9em;
  border: 1px solid #3E4A49;
}

*/

label
{
	display: block;
	text-align: left;
	width: 25%;
	padding-top: 0.25em;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

input, select 
{
	width: auto;
	border: 1px solid #604202;
	background-color: fff;
	/*background-image: url(images/second_imgs/formfield_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;*/
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 10px;
	height: 17px;
}
input.wide, select.wide {
	border: 1px solid #604202;
	/*background-image: url(images/second_imgs/formfield_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;*/
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	height: 17px;
	width: 370px;
	padding: 5px 1px 1px 10px;
}

input:focus, select:focus
{
	border: 1px solid #604202;
}
input.fifty, select.fifty {
	border: 1px solid #604202;
	/*background-image: url(images/second_imgs/formfield_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;*/
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	height: 17px;
	width: 175px;
	padding: 5px 1px 1px 10px;
}

input.zip, select.zip {
	border: 1px solid #604202;
	/*background-image: url(images/second_imgs/formfield_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;*/
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 77px;
	padding: 5px 1px 1px 10px;
	height: 17px;
}
textarea.widetext {
	border: 1px solid #604202;
	margin: 0;
	width: 362px;
	height: 60px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
  

#buttons
{
	text-align: left;
	margin: 0;
}

input.button
{
	background-image: url(images/second_imgs/sendbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 60px;
	height: 33px;
	margin: 1px;
	border-style: none;
	color: #604202;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
}

label.narrow2 {
	display: block;
	clear: left;
	text-align: left;
	width: 30%;
	padding-top: 0.25em;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.name {
	float: left;
	margin-bottom: 10px;
	padding-right: 6px;
}

.company {
	float: left;
	margin-bottom: 10px;
	padding-right: 6px;
}

.small {
	margin-bottom: 10px;
	float: left;
	padding-right: 6px;
}

.form_fontsz {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: .8em;
	text-align: left;
	padding: 0;
	width: 80px;
}

.form_fontsz_longer {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: .8em;
	text-align: left;
	padding: 0;
	width: 150px;
}

/* Scroll container styles */

/* hidden scroll container */	
#scroll_container {
	width: 24px;
	float: left;
	position: relative;
	margin-right: 0px;
	list-style-type: none;
	margin-bottom: 0px;
	height: 23px;
	padding-left: 382px;
	background-color: #dfc68e;
	display:none;
	visibility: hidden;
}

#scroll_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	position: relative;
	width:24px;
	height: 23px;
}
#scroll_container li {
	margin: 0;
	padding: 0;
	float: left;
	width: 12px;
	height: 23px;
	overflow: hidden;
}

/* hidden PRINT | EMAIL pop up form */

#emailForm
{
	position:absolute;
	top:215px;
	left:475px;
	width:460px;
	height:39px;
	padding:5px 0 5px 0;
	display:none;
	background-color:#dfc68e;
	visibility: hidden;
}

#emailLeft
{
	float:left;
}
#emailRight
{
	float:left;
	margin-left:5px;
	text-align:center;
}
#emailRight a
{ 	
	font-size:smaller;
}
#emailRight a:hover
{
	color:#fff;
}
#emailForm input 
{
	/*height:18px;*/
	width:100px;
	padding-left:2px;
	margin:0;
}
.overSome { margin-left:225px }

.superscript 
{
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.3em;
	margin-right: 4px;
	}
button {
	background-image: url(images/second_imgs/sendbutton_grad.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 60px;
	height: 28px;
	border-style: none;
	color: #604202;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	}
