/* CSS Document */

/* --- Global Reset --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
/* End Global Reset */

/* --- Default Link Styling --- */
a:link {
	color: #a32208;
	text-decoration: underline;
}
a:visited {
	color: #a32208;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}


/* --- Page Structure & Styling --- */
body {
	font: normal normal 13px/18px Helvetica, Arial, sans-serif; 
	color: #000000;
	background: #c9c9c9 url(../images/sitewide/bg.jpg) repeat-x top center;
	text-align: center;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#home #header{
	height: 305px;
	width: auto;
	background: url(../images/sitewide/tagline.jpg) no-repeat left bottom;
}
.secondary #header{
	height: 215px;
	width: auto;
	background: url(../images/sitewide/tagline-secondary.jpg) no-repeat right bottom;
	margin-bottom: 15px;
}
#menu {
	text-align: right;
	font-size: 14px;
	padding-top: 12px;
	letter-spacing: 1px;
	margin-bottom: 27px;
}
#menu li {
	display: inline;
	border-right:#696969 1px solid;  
}
#menu li.last {
	border: none;
}
#menu li a {
	font-weight: bold;
	margin: 0 12px;
	text-decoration: none;
	cursor: pointer;
	line-height: 19px;
}
#menu li a:link, #menu li a:visited {
	color: #e7e395;
}
#menu li a:hover {
	color: #FFCC33;
	text-decoration: underline;
}

/* Header logo (GRAPHIC) */
#logo {
	background: url(../images/sitewide/logo.png) no-repeat left top;
	height: 151px;
	width: 159px;
	float:left;
	display: inline;
}
#home #logo {margin: 0 0 0 80px;}
.secondary #logo {margin :0 0 0 10px;}
/* Defines the clickable hotspot area of the logo */
#logo h1 a {
	height: 151px;
	width: 159px;
	cursor: pointer;
}
#logo h1 {
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}
/* Logo HotSpot (width x height) */
#logo h1 a {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#header h3 {
	width: 500px;
	text-align: right;
	float: right;
	font: italic normal 20px/20px Helvetica, Arial, sans-serif;
	color: #737171;
	padding: 124px 10px 0 0;
}
#home #header h3 {
	padding: 124px 10px 0 0;
}
.secondary #header h3 {
	padding: 68px 10px 0 0;
}
#content {	
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#content p {
	margin: 12px 0;
}

#content ul {
	margin: 12px 0 12px 28px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}

#content ul li {
	margin: 7px 0;
	padding: 0px;
}
#box1, #box2, #box3 {
	height: 290px;
}
#box1 {
	width: 303px;
	background: #bed9eb url(../images/sitewide/box-bg-1.jpg) repeat-x top left;
	float: left;
	margin: 10px 0 10px 10px;
	display: inline;
}
#box2 {
	width: 303px;
	background: #e2bea5 url(../images/sitewide/box-bg-2.jpg) repeat-x top left;
	float: left;
	margin: 10px 10px 10px;
}
#box3 {
	width: 303px;
	background: #bbdc93 url(../images/sitewide/box-bg-3.jpg) repeat-x top left;
	float: right;
	margin: 10px 10px 10px 0;
}
#box1 h2, #box2 h2, #box3 h2 {
	color: #ece9af;
	font-size: 19px;
	line-height: 48px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px 15px;
}
#box1 p, #box2 p, #box3 p {
	margin: 0 15px 10px;
}
#box1 ul, #box2 ul, #box3 ul {
	margin: 11px 15px 20px 38px;
}
#box1 a, #box2 a, #box3 a, #box4 a, #secondary-content a {
	font-size: 14px;
	font-weight: bold;
}
#contact #secondary-content a {
	font-size: 13px;
	font-weight: normal;
}
#box4 {
	background: #ece7b4 url(../images/sitewide/about-bg.jpg) repeat-x top left;
	clear: both;
	margin: 0 10px;
	padding: 30px 110px 40px 60px;
}
#box4 h2 {
	color: #a84d0f;
	font-size: 19px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}
#box4 img {float: left;}
#box4 .box4content {
	margin: 15px 0 0 260px;
}
#secondary-content {
	margin: 0 10px;
	padding: 20px 30px 30px 50px;
}
.poultry {
	border-top: #005289 6px solid;
	background: #bed9eb url(../images/sitewide/poultry-bg.jpg) repeat-x top left;
}
.grain {
	border-top: #a84d0f 6px solid;
	background: #e2bea5 url(../images/sitewide/grain-bg.jpg) repeat-x top left;
}
.energy {
	border-top: #6c9d31 6px solid;
	background: #bbdc93 url(../images/sitewide/energy-bg.jpg) repeat-x top left;
}
.about {
	border-top: #c2b748 6px solid;
	background: #ece7b4 url(../images/sitewide/about-bg.jpg) repeat-x top left;
}
#content-left {
	margin: 0 350px 0 0;
}
#content-left h2 {
	margin: 20px 0 10px;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#secondary-content.poultry h2{
	color: #005289;
}
#secondary-content.grain h2{
	color: #a84d0f;
}
#secondary-content.energy h2{
	color: #4b7617;
}
#secondary-content.about h2{
	color: #a79b26;
}
#secondary-content h3{
	font-size: 17px;
	margin: 25px 0 12px;
}
#sidebar {
	float: right;
	width: 280px;
	margin-top: 60px;
	display: inline; /* fixes IE bug */
	font-size: 11px;
	line-height: 14px;
}	
#footer {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	padding: 25px 0;
	text-align: center;
	width: 950px;
	margin: 0 auto;
}
#footer p { margin: 0px;}
#footer a { color: #333333;}
#footer a:hover { text-decoration: none; }

/* --- Images --- */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 12px;
	display: inline;
	}

img.alignleft {
	margin: 0 12px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* Mics */
.linkspace {
	margin: 0 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
