body {
	margin: 0;
	padding: 0;
	background-color: #001a34;
	background-image: url(images/bg-main.png);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #001a34;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

p.last,
ul.last {
	margin-bottom: 0;
}

#doc {
	margin: 0 auto;
	width: 970px;
}

#hd {
	margin: 0;
	padding: 1px 0 0 0;
	background-image: url(images/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: 0 70px;
	width: 970px;
	float: left;
}

#about #hd,
#contact #hd,
#foodSafety #hd,
#products #hd {
	padding-bottom: 17px;
	background-repeat: no-repeat;
	background-position: 485px 70px;
}

#about #hd		{ background-image: url(images/bg-landing-about.gif); }
#contact #hd		{ background-image: url(images/bg-landing-contact.gif); }
#foodSafety #hd	{ background-image: url(images/bg-landing-food-safety.gif); }
#products #hd		{ background-image: url(images/bg-landing-products.gif); }

h1 {
	margin: 0 auto;
	padding: 0;
	background-image: url(images/blue-ridge-produce.png);
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -20000px;
	width: 338px;
	height: 138px;
}

#about h1,
#contact h1,
#foodSafety h1,
#products h1 {
	margin: 0;
	background: none;
	text-indent: 0;
	width: auto;
	height: auto;
}

#about h1 a,
#contact h1 a,
#foodSafety h1 a,
#products h1 a {
	display: block;
	margin: 0 0 0 16px;
	padding: 0;
	float: left;
	background-image: url(images/blue-ridge-produce.png);
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -20000px;
	width: 338px;
	height: 138px;
	text-decoration: none;
}

h2 {
	margin: 1em auto 0.25em auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	color: #2368a8;
}

h2.first {
	margin-top: 0;
}

h3 {
	margin: 0.5em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #264d26;
}

a:hover {
	color: #090;
}

#index #navMain {
	margin: 181px 45px 0 45px;
	padding: 0;
	width: 880px;
	float: left;
}

#about #navMain,
#contact #navMain,
#foodSafety #navMain,
#products #navMain {
	margin: 35px 0 0 0;
	padding: 0 0 0 50px;
	text-align: right;
	width: 566px;
	float: left;
}

#index #navMain li {
	margin: 0;
	padding: 0 5px;
	display: block;
	float: left;
	list-style-type: none;
}

#about #navMain li,
#contact #navMain li,
#foodSafety #navMain li,
#products #navMain li {
	margin: 0;
	padding: 0 20px;
	display: block;
	float: left;
	list-style-type: none;
}

#index #navMain li a:link,
#index #navMain li a:visited,
#index #navMain li a:hover,
#index #navMain li a:active {
	margin: 0;
	padding: 10px 10px 0 10px;
	display: block;
	background-image: url(images/bg-home-nav.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 190px;
	height: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 1.75em;
}

#about #navMain li a:link,
#about #navMain li a:visited,
#about #navMain li a:hover,
#about #navMain li a:active,
#contact #navMain li a:link,
#contact #navMain li a:visited,
#contact #navMain li a:hover,
#contact #navMain li a:active,
#foodSafety #navMain li a:link,
#foodSafety #navMain li a:visited,
#foodSafety #navMain li a:hover,
#foodSafety #navMain li a:active,
#products #navMain li a:link,
#products #navMain li a:visited,
#products #navMain li a:hover,
#products #navMain li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 1.3em;
}

#index #navMain li a:hover {
	background-image: url(images/bg-home-nav-over.png);
	color: #001a34;
}

#about #navMain li a:hover,
#contact #navMain li a:hover,
#foodSafety #navMain li a:hover,
#products #navMain li a:hover {
	color: #c2d9f2;
}

#index #navMain li a .text {
	display: block;
	padding: 135px 0 0 0;
	background-repeat: no-repeat;
	background-position: center top;
}

#index #navMain li#navAbout a .text		{ background-image: url(images/bg-home-nav-about.jpg); }
#index #navMain li#navContact a .text		{ background-image: url(images/bg-home-nav-contact.jpg); }
#index #navMain li#navFoodSafety a .text	{ background-image: url(images/bg-home-nav-community.jpg); }
#index #navMain li#navProducts a .text		{ background-image: url(images/bg-home-nav-media.jpg); }

#index #navMain li#navAbout a:hover .text		{ background-image: url(images/bg-home-nav-about-over.jpg); }
#index #navMain li#navContact a:hover .text	{ background-image: url(images/bg-home-nav-contact-over.jpg); }
#index #navMain li#navFoodSafety a:hover .text	{ background-image: url(images/bg-home-nav-community-over.jpg); }
#index #navMain li#navProducts a:hover .text		{ background-image: url(images/bg-home-nav-media-over.jpg); }

#index #bd {
	clear: both;
	margin: 0 50px;
	padding: 20px 0 10px 0;
	color: #FFF;
}

#about #bd,
#contact #bd,
#foodSafety #bd,
#products #bd {
	clear: both;
}

#bd-top {
	margin: 0;
	padding: 44px 0 0 0;
	background-image: url(images/bg-landing-content-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#bd-mid {
	background-image: url(images/bg-landing-content-mid.png);
	background-repeat: repeat-y;
}

#content {
	margin: 0 50px;
	overflow: auto;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #001a34;
	border-radius: 10px;
}

.imgBorder {
	border: 1px solid #001a34;
	border-radius: 10px;
}

.youtubeVideo {
	margin: 0 auto;
	width: 450px;
}

#bd-bot {
	margin: 0;
	padding: 0 0 44px 0;
	background-image: url(images/bg-landing-content-bot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#ft {
	clear: both;
	margin: 20px 50px 0 50px;
	padding: 5px 0 20px 0;
	width: 870px;
	border-top: 1px solid #a2bfa2;
}

#navFoot {
	margin: 0;
	padding: 0;
	color: #FFF;
}

#navFoot li {
	margin: 0;
	padding: 0 20px;
	display: inline;
	list-style-type: none;
	border-right: 1px solid #FFF;
}

#navFoot li.first { padding-left: 0; }
#navFoot li.last { padding-right: 0; border-right: none; }

#navFoot a:link,
#navFoot a:visited,
#navFoot a:hover,
#navFoot a:active {
	color: #FFF;
}

#navFoot a:hover {
	color: #a2bfa2;
	text-decoration: none;
}

#navFoot a#facebook {
	padding-left: 20px;
	background-image: url(images/icon-facebook.gif);
	background-repeat: no-repeat;
	background-position: left center;
}