/**/
/*************************************************************************************************/
/* ELEMENTS */
/*************************************************************************************************/
@font-face {
	font-family: Rockwell;
	src: url('../fonts/Rockwell.eot');
	src: local('Rockwell'), 
		url('../fonts/Rockwell.ttf') format('truetype'),
		url('../fonts/Rockwell.svg#webfont3E9wO8Xp') format('svg'); 
}
*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #105e55;
	color: #ffffff;
	font: 81.25%/1.2 Georgia, "Times New Roman", Times, serif;
}

img
{
	border: none;
}

/* TEXT elements */

h1
{
	border-bottom: 1px solid #105e55;
	clear: both;
	display: block;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 277%;
	margin: 0.5em 0em 1em 0em;
	padding: 0em 0em 0.2em 0em;
	
	background: 0px 0px no-repeat;
	text-indent: -9999px;
}
.blockOfheading input {
	font-size: 20pt !important;
	margin: 10px !important;
}
h2
{
	clear: both;
	display: block;
	margin: 10px;
	color: #ffffff;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 290%;
	margin: 2em 0em 0.5em 0em;
}

h3
{
	clear: both;
	display: block;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 138%;
	margin: 1.5em 0em 0.5em 0em;
}

p
{
	margin: 0em 0em 1em 0em;
	padding: 0me 0em 0em 0em;
}

a
{
	color: #ffcc99;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* end TEXT elements */

/* LIST  elements */

ul
{
	list-style: disc;
	margin: 2em 0em 2em 2.5em;
	padding: 0em 0em 0em 0em;
}

ul li
{
	margin: 0em 0em 0.5em 0em;
	padding: 0em 0em 0em 0em;
}

/* end LIST elements */


/* FORM  elements */



form button.submitBtn, dl.survey dd.buttons button
{
	background: url(../images/submitBtnBg.gif) 0px 0px no-repeat;
	border: none;
	cursor: pointer;
	width: 100px;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
}

form button.submitBtn:hover, dl.survey dd.buttons button:hover
{
	background-position: 0px -30px;
}

form div#formControls
{
	margin: 0.5em 1.3em 1em 0em;
	text-align: right;
}

form label.error
{
	background: #fcffcf;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	color: #ff0000;
	display: block;
	float: none;
	margin: 0.5em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;
	text-align: center;
	width: 100%;
}
#content .errorBox, .survey-container .uiErrorBox
{
	background: #fcffcf;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	color: #ff0000;
	display: block;
	float: none;
	margin: 0.5em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;
	text-align: center;
	width: 100%;
}
.survey-container .uiErrorBox {
	margin: 0 0 15px 0;
	text-align: left;
}
.survey-container .uiErrorBox p, .survey-container .uiErrorBox ol {
	margin: 5px 10px 10px;
}
.survey-container .uiErrorBox ol li {
	margin: 0 0 5px 15px;
}
.survey-container .uiSuccess {
	background: #e0fed6;
	border-top: 1px solid #008210;
	border-bottom: 1px solid #008210;
	color: #008210;
	display: block;
	float: none;
	margin: 0.5em 0em 0.5em 0em;
	padding: 1em 0em 1em 0em;
	text-align: center;
	width: 100%;
}

/* survey */
.survey-container {
	
}
dl.survey {
	
}
dl.survey dt, dl.survey dd {
	margin: 0 0 10px 0;
	line-height: inherit;
}
dl.survey dt {
	float: left;
	width: 120px;
}
dl.survey dt.group-heading {
	float: none;
	width: auto;
}
dl.survey dd.group-heading {
	display: none;
}
dl.survey dt.group-heading h3 {
	margin: 0;
	padding: 0;
}
dl.survey dt label, dl.survey dt label.error {
	margin: 0;
	padding: 5px 10px 5px 0;
	display: block;
	width: auto;
	text-align: right;
}
dl.survey dd {
	min-height: 26px;
	_height: 26px;
	margin-left: 130px;
}
dl.survey dd input[type="text"], dl.survey dd textarea {
	border: 1px solid #5b574f;
	padding: 5px 3px;
	width: 90%;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #5b574f;
}
dl.survey dd textarea {
	height: 100px;	
}
span.required {
	color: #CC0000;
	margin-left: 4px;
}

/* end FORM elements */

/*************************************************************************************************/
/* end ELEMENTS */
/*************************************************************************************************/


/*************************************************************************************************/
/* LAYOUT */
/*************************************************************************************************/

/* PAGE */

div#page
{
	background: #89776c;
	border: 1px solid #5b574f;
	margin: 65px auto 65px auto;
	padding: 30px 30px 30px 30px;
	position: relative;
	width: 801px;
}

div#pageBgTop
{
	background: url(../images/pageBgTop.png) 0px 0px repeat-x;
	width: 861px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: -50px;
}

div#pageBgRight
{
	background: url(../images/pageBgRight.png) 0px 0px repeat-y;
	width: 50px;
	height: 100%;
	position: absolute;
	right: -50px;
	top: 0px;
}

div#pageBgBottom
{
	background: url(../images/pageBgBottom.png) 0px 0px repeat-x;
	width: 861px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 100%;
}

div#pageBgLeft
{
	background: url(../images/pageBgLeft.png) 0px 0px repeat-y;
	width: 50px;
	height: 100%;
	position: absolute;
	left: -50px;
	top: 0px;
}

div#pageBgTopLeft
{
	background: url(../images/pageBgTopLeft.png) 0px 0px no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -50px;
	top: -50px;
}

div#pageBgTopRight
{
	background: url(../images/pageBgTopRight.png) 0px 0px no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	right: -50px;
	top: -50px;
}

div#pageBgBottomLeft
{
	background: url(../images/pageBgBottomLeft.png) 0px 0px no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -50px;
	bottom: -50px;
}

div#pageBgBottomRight
{
	background: url(../images/pageBgBottomRight.png) 0px 0px no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	right: -50px;
	bottom: -50px;
}


div.clearAll
{
	clear: both;
}

h2:first-child
{
	margin-top: 0em;
}

/* end PAGE */


/* HEADER */

div#header
{
	position: absolute;
	left: 0px;
	top: -63px;
	z-index: 10;
	width: 861px;
}

div#header .luceneForm
{
	display: inline;
}

div#header .luceneForm fieldset
{
	border: none;
	display: inline;
}

div#header .luceneForm label
{
	display: none;
}

div#header input.searchTextBox
{
	background-color: white;
	border: 1px solid black;
	
	font: 90%/1.2 Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	width: 200px;
	float:left;
	margin:4px;
}

div#header input.goButton
{
	border: none;
	width: 29px;
	height: 29px;
	overflow: hidden;
	cursor: pointer;
	float:left;
}

div#header a
{
	background: url(../images/headerInfoLinkIcon.gif) 0px 0px no-repeat;
	color: #ffffff;
	display: block;
	height: 20px;
	width: 200px;
	float: left;
	margin: 1.8em 0em 0em 0.5em;
	padding: 2px 0px 0px 30px;
}

div#header a:hover
{
	background-position: 0px -40px;
	color: #ffcc99;
}

div#header .luceneForm
{
	float: right;
	margin: 1.5em 0.5em 0em 0em;
}

/* end HEADER */


/* FOOTER */

div#footer
{
	position: absolute;
	margin-top: 45px;
	right: 0px;
	z-index: 10;
}
div#footer p {
	margin: 0px 10px;
}
div#footer a
{
	color: #ffffff;
	font-size: 8pt;
}

div#footer a:hover
{
	color: #000000;
}

div#footer ul li:first-child
{
	border-left: none;
}

/* end FOOTER */


/* CONTENT */

div#content
{
	float: left;
	width: 330px;
	margin: 0px 20px 0px 30px;
}

div#content_full
{
	float: left;
	width: 570px;
	margin: 0px 0px 0px 30px;
}

body.fullWidthTemplate div#content
{
	width: 570px;
	margin-right: 0px;
}

/* end CONTENT */


/* SUB CONTENT */

div#subContent
{
	float: left;
	width: 220px;
}

/* end SUB CONTENT */


/* NAV */

div#nav
{
	float: left;
	width: 200px;
}

div#nav ul
{
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

div#nav ul li
{
	margin: 0em 0em 8px 0em;
	padding: 0em 0em 0em 0em;
}

div#nav ul li a
{
	background: #ffffff;
	color: #58554d;
	display: block;
	font-size: 108%;
	font-weight: bold;
	margin: 0em 0em 0em 0em;
	padding: 8px 5px 8px 5px;
	text-align: center;
	text-decoration: none;
	width: 190px;
}

div#nav ul li a:hover
{
	background: #58554d;
	color: #ffffff;
}

div#nav ul li ul
{
	display: none;
	margin: 8px 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}
div#nav ul li.active ul
{
	display: block;
	margin: 8px 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

div#nav ul li ul li
{
	margin: 0em 0em 8px 0em;
	padding: 0em 0em 0em 0em;
}

div#nav ul li ul li a
{
	background: #ffcc99;
	color: #58554d;
}

div#nav ul li ul.active
{
	display: block;
}

/* end NAV */


/* BREADCRUMBS */

div#breadcrumbs ol
{
	color: #ffcc99;
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

div#breadcrumbs ol li
{
	background: url(../images/breadcrumbsBullet.gif) 0px 3px no-repeat;
	display: inline;
	margin: 0em 0.5em 0em 0em;
	padding: 0em 0em 0em 1.2em;
}

div#breadcrumbs ol li:first-child
{
	background: none;
	padding: 0em 0em 0em 0em;
}


/* end BREADCRUMBS */


/* BREAK OUT BOX */

div.breakOutBox
{
	background: #ff6633;
	padding: 10px;
	margin-bottom: 2em;
}

div.breakOutBox h3
{
	font-size: 108%;
	margin: 0em 0em 0.5em 0em;
}

div.breakOutBox img
{
	margin: 0.5em 0em 1em 0em;
}

/* end BREAK OUT BOX */


/* CAPTIONS */

div.caption
{
	margin: 0px;
	padding: 0px;
}

div.caption p
{
	background: #105e55;
	font-size: 85%;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	text-transform: uppercase;
}

div.caption img, div#subContent div.caption img.hero
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.breakOutBox div.caption, div#subContent div.caption
{
	margin-bottom: 1em;
}

div.breakOutBox div.caption p
{
	background: #ffffff;
	color: #ff6633;
}

/* end CAPTIONS */


/* IMAGES */

img.heroRight
{
	margin-bottom: 2em;
}

div.heroRight
{
	margin-bottom: 2em;
}

div#subContent img.hero
{
	margin: 0em 0em 1em 0em;
}

/* end IMAGES */

/* IMAGE GALLERY */

ul.photoGallery
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.photoGallery li
{
	background: none;
	border: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.photoGallery li a
{
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.photoGallery li p
{
	display: none;
}

ul.photoGallery li img
{
	border: 2px solid #89776c;
	margin: 0px 3px 3px 0px;
	padding: 0px 0px 0px 0px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

ul.photoGallery li img:hover
{
	border: 2px solid #ffffff;
}

ul.photoGallery li.hide
{
	display: none;
}

/*ffcc99*/

/* end IMAGE GALLERY */


/* TABLE OF CONTENTS */

ul#toc
{
	list-style: none;
	margin: 0em 0em 0em 0em;
}

/* end TABLE OF CONTENTS */


/* VIDEO */

div#video
{
	/*background: #ff9933;
	width: 640px;
	height: 410px;*/
	display: none;
}

a#videoLink img
{
	border: 2px solid #89776c;
}

a#videoLink:hover img
{
	border: 2px solid #ffffff;
}

/* end VIDEO */

/*************************************************************************************************/
/* end LAYOUT */
/*************************************************************************************************/


/*************************************************************************************************/
/* MISC. */
/*************************************************************************************************/

/* BIG QUESTIONS */

body.bigQuestions h1
{
	background-image: url(../images/bigQuestionsH1Bg.gif);
	height: 119px;
}

/* end BIG QUESTIONS */


/* CONTACT */

body.contact h1
{
	background-image: url(../images/contactH1Bg.gif);
	height: 61px;
}

/* end CONTACT */


/* COPYRIGHT */

body.copyright h1
{
	background-image: url(../images/copyrightH1Bg.gif);
	height: 61px;
}

/* end COPYRIGHT */


/* DISCLAIMER */

body.disclaimer h1
{
	background-image: url(../images/disclaimerH1Bg.gif);
	height: 61px;
}

/* end DISCLAIMER */


/* HOME */

body.home h1
{
	border: none;
	margin: -29px 0px 1em -29px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	position:absolute;
	left:-9999;
}

body.home #banner{margin:-29px 0 29px -29px;}

body.home h2
{
	border-bottom: 1px solid #105e55;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
}



body.home div#heroImg
{
	float: left;
}

body.home div#welcomeContent
{
	float: left;
	width: 370px;
	margin: 0px 0px 0px 20px;
}

/* end HOME */


/* LINKS */

body.links h1
{
	background-image: url(../images/linksH1Bg.gif);
	height: 60px;
}

body.links h2
{
	color: #105e55;
}

body.links ul
{
	list-style: none;
	margin: 0em 0em 0em 0em;
}

body.links ul h3:first-child
{
	margin-top: 0em;
}

/* end LINKS */


/* LOOKING AFTER OUR PIGS */

body.lookingAfterOurPigs h1
{
	background-image: url(../images/lookingAfterOurPigsH1Bg.gif);
	height: 111px;
}

/* end LOOKING AFTER OUR PIGS */


/* PRIVACY */

body.privacy h1
{
	background-image: url(../images/privacyH1Bg.gif);
	height: 61px;
}

/* end PRIVACY */


/* TYPES OF FARMING */

body.typesOfFarming h1
{
	background-image: url(../images/typesH1Bg.gif);
	height: 116px;
}

body.typesOfFarming div#nav ul li ul
{
	display: block;	
}

body.indoorHousing h1
{
	background-image: url(../images/indoorHousingSystemsH1Bg.gif);
	height: 65px;
}

body.barnHousing h1
{
	background-image: url(../images/barnHousingH1Bg.gif);
	height: 68px;
}

body.freeRange h1
{
	background-image: url(../images/freeRangeH1Bg.gif);
	height: 61px;
}

/* end TYPES OF FARMING */

/*************************************************************************************************/
/* end MISC. */
/*************************************************************************************************/



/*ND*/
#page #banner_content {border-bottom:1px solid #105E55;margin-bottom:30px;}
#content_full .searchTextBoxContent {width:200px;float:left;margin-right:5px;}
#content_full .submitButtonfloated{float:left;padding-top:2px;}














