@charset "utf-8";
/* CSS Document */
body {
	background-color: #080903;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p, li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
}

li {
	margin-left: 0px;
	padding-left: 10px;
	list-style-position: inside;
}

a:link, a:visited, a:active {
	color: #9c3022;
	text-decoration: none;
}

a:hover {
	color: #9c3022;
	text-decoration: underline;
}

a img {
	border: 0px;
}
.formright input.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	width: 75px;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	background-color: #d2271d;
	border: 1px solid #ea7d24;
	font-weight: bold;
	cursor: pointer;
	border: none;
	margin-right: 2px;
}
.formright input.inputbutton:hover {
	color: #d2271d;
	background-color: #ffffff;
	border: 1px solid #d2271d;
}

h1 {
	color: #474E1C;
	font-weight: bold;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 24px;
}

h2 {
	color: #474E1C;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#headerbar {
	height: 95px;
	background-image: url(/images/back_header.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#headerbarwidth {
	width: 969px;
	margin: 0 auto;
}

#header_logo {
	float: left;
	width: 222px;
	margin-top: 25px;
	text-align: right;
}

#header_navsearch {
	float: right;
	width: 727px;
}

#header_search {
	float: right;
	width: 220px;
	padding-top: 17px;
}

#header_searchicon {
	float: left;
	width: 37px;
	padding-top: 2px;
	color: #e1e1ba;
	padding-right: 10px;
}

#header_searchicon a {
	color: #e1e1ba;
	text-decoration: none;
}

#header_searchicon a:hover {
	color: #e1e1ba;
	text-decoration: underline;
}

#header_searchform {
	float: left;
	width: 135px;
	height: 20px;
	background-color: #606635;
	border: 1px solid #84895b;
}

#header_searchbox {
	float: left;
	width: 122px;
}

#header_searchbtn {
	float: right;
	width: 12px;
	text-align: left;
	padding-top: 5px;
}

#header_searchbox input {
	width: 112px;
	height: 18px;
	line-height: 18px;
	color: #adb478;
	font-size: 11px;
	background-color: #606635;
	border: none;
	padding-left: 5px;
	margin: 0px;
}

#header_nav {
	clear: right;
	padding: 3px 16px 0px 0px;
}

#header_mainnav {
}

#header_mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#header_mainnav li {
	float: right;
	background-image: url(/images/topnav_divider.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
}

#header_mainnav a {
	color: #e1e1ba;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 37px;
	line-height: 37px;
	padding: 0px 4px 0px 4px;
	margin: 0px 3px 0px 3px;
	position: relative;
	float: left;
	background-image: url(/images/topnav_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header_mainnav a .rightend {
	display: block;
	position: absolute;
	top: 0px;
	right: -3px;
	width: 3px;
	height: 37px;
	background-image: url(/images/topnav_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header_mainnav a .leftend {
	display: block;
	position: absolute;
	top: 0px;
	left: -3px;
	width: 3px;
	height: 37px;
	background-image: url(/images/topnav_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header_mainnav a:hover {
	background-image: url(/images/topnav_back_over.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header_mainnav a:hover .rightend {
	display: block;
	position: absolute;
	top: 0px;
	right: -3px;
	width: 3px;
	height: 37px;
	background-image: url(/images/topnav_right_over.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header_mainnav a:hover .leftend {
	display: block;
	position: absolute;
	top: 0px;
	left: -3px;
	width: 3px;
	height: 37px;
	background-image: url(/images/topnav_left_over.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header_mainnav a.on {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 37px;
	line-height: 37px;
	padding: 0px 4px 0px 4px;
	margin: 0px 3px 0px 3px;
	position: relative;
	float: left;
	background-image: url(/images/topnav_back_over.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header_mainnav a.on .rightend {
	display: block;
	position: absolute;
	top: 0px;
	right: -3px;
	width: 3px;
	height: 37px;
	background-image: url(/images/topnav_right_over.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header_mainnav a.on .leftend {
	display: block;
	position: absolute;
	top: 0px;
	left: -3px;
	width: 3px;
	height: 37px;
	background-image: url(/images/topnav_left_over.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#headerborder {
	height: 5px;
	background-image: url(/images/back_linegreen.jpg);
}

#headerborderinner {
	height: 5px;
	width: 969px;
	background-image: url(/images/back_linedarkgreen.jpg);
	margin: 0 auto;
}

#maincontent {
	background-image: url(/images/bgimage1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 1100px;
	padding-bottom: 20px;
}

#maincolumn {
	background-image: url(/images/back_transdots.gif);
	background-position: top left;
	width: 969px;
	margin: 0 auto;
}

#homesamples {
	padding: 30px 30px 15px 35px;
}

#homesamples_video {
	float: left;
	width: 460px
}

#homesamples_portfolio {
	float: right;
	width: 440px;
}

#home_content {
	width: 953px;
	margin: 0 auto;
}

#home_locbar {
	border-top: 2px solid #E5E6D2;
	height: 47px;
	background-image: url(/images/back_redbar3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#home_locbar_content {
	float: right;
	width: 203px;
	padding-top: 10px;
}

#home_locbar_content_temp {
	float: left;
	width: 45px;
	text-align: left;
	font-size: 18px;
	color: #F0F0E4;
	background-image: url(/images/back_locdivider.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#home_locbar_content_city {
	float: right;
	width: 144px;
	text-align: left;
	font-size: 11px;
	color: #F0F0E4;
	line-height: normal;
}

#home_locbar_content_city a {
	font-size: 11px;
	color: #F0F0E4;
	text-decoration: underline;
}

#home_locbar_content_city a:hover {
	text-decoration: none;
}

#home_maincontent {
	background-image: url(/images/back_homecontent.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	border-bottom: 3px solid #E5E6D2;
	min-height: 300px;
	padding: 0px 15px 15px 8px;
}

#home_contentright {
	float: right;
	width: 220px;
}

#home_contentright_pad {
	padding: 45px 15px 45px 15px;
}

#home_contentleft {
	float: left;
	width: 698px;
	padding-top: 21px;
}
#home_blogcontainer {
	background-image: url(/images/bg_left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	
}
.home_blogcolumn {
	float: left;
	width: 334px;	
	height: 408px;
	overflow: hidden;
	background-image: url(/images/bg_blog.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 3px 0px 8px;
	position: relative;
}
.home_blogheader {
	width: 310px;	
	height: 30px;
	background-color: #bcc199;
	line-height: .30px;
	font-weight: bold;
	font-size: 15px;
	color: #474e1b;
	float: left;
	padding: 10px 0px 0px 13px;
	margin-bottom: 8px;
}
.home_blogheader a {
	color: #3F4519;
	text-decoration: none;
}
.home_blogheader a:hover {
	color: #9F3123;
	text-decoration: none;
}
.home_blogcontent {
	width: 297px;
	padding: 11px 11px 11px 15px;
	border-bottom: 1px solid #bcc199;
}
.home_blogimage {
	float: left;
	padding-right: 7px;
}
a.home_twittertitle {
	font-weight: bold; 
	font-style: italic; 
	color: #ad3928; 
	text-decoration: none;
}
a:hover.home_twittertitle {
	color: #3f451a;
	text-decoration: none;
}
.home_blogcopycontent {
	float: left;
	width: 242px;
}
.home_blogcopycontent a:hover {
	color: #3f451a;
	text-decoration: none;
}
.home_blogdate {
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
.home_blogtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ad3928;
}
.home_blogtitle a {
	color: #ad3928;
	text-decoration: none;
}
.home_blogtitle a:hover {
	color: #3f451a;
	text-decoration: none;
}
.home_blogcopy {
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.home_blogcopy a {
	color: #333333;
	text-decoration: underline;
}
.home_blogcopy a:hover {
	color: #333333;
	text-decoration: none;
}
.home_blogcopy img {
	float: left;
	padding-right: 7px;
	padding-bottom: 7px;
}
.home_blogcopy a.more {
	font-size: 11px;
	font-style: italic;
	color: #ad3928;
	text-decoration: none;
}

#home_followus {
	float: right;
	width: 222px;
	padding-top: 40px;
}

#home_map {
	float: left;
	width: 450px;
	padding-top: 20px;
}

#home_mapheader {
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	font-size: 14px;
	color: #3F4519;
	padding-left: 25px;
	margin-bottom: 5px;
}

#home_mapcontainer {
	padding-left: 20px;
}

#home_networkmap {
	width: 450px;
	height: 189px;
}

#ourfarm_networkmap {
	width: 545px;
	height: 356px;
}

#home_pollboxtop {
	width: 185px;
	background-image: url(/images/back_polltop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 6px;
}

#home_pollboxbottom {
	background-image: url(/images/back_pollbottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 21px;
}

#home_pollbox {
	background-image: url(/images/back_poll.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 8px 17px 4px 17px;
	font-size: 14px;
}

.pollquestion {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}

.polloptions {
	font-weight: bold;
	color: #9F3123;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
}

.pollsubmit {
	color: #9F3123;
}

.pollsubmit a {
	color: #9F3123;
	text-decoration: none;
}

.pollsubmit a:hover {
	color: #474e1c;
}

#home_brochure {
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}

#home_ad {
	text-align: center;
}

#home_commodities {
	padding-top: 15px;
}

.commodities_header {
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	border-top: 1px solid #BCBE93;
	border-bottom: 1px solid #BCBE93;
	padding: 1px 0px 0px 5px;
	margin: 0px;
	position: relative;
}

#commodities_selectlink {
	width: 134px;
	float: right;
}

#commodities_selectlink a {
	display: block;
	height: 19px;
	line-height: 19px;
	font-weight: bold;
	color: #9F3123;
	font-size: 12px;
	background-image: url(/images/back_commodityselect.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}

#commodities_selectlink a:hover { 
	color: #474e1c;
	text-decoration: none;
}

#commodities_selectbox {
	position: absolute;
	top: 19px;
	right: 0px;
	width: 134px;
	/*border: 1px solid #333333;*/
}

#commodities_selectbox a {
	display: block;
	height: 19px;
	line-height: 19px;
	font-weight: bold;
	color: #9F3123;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	background-color: #E7E7D7;
	background-image: none;
}
#commodities_selectbox a:hover {
	color: #474e1c;
	text-decoration: none;
}

.commodityrow {
	padding: 4px 5px 4px 5px;
	clear: both;
}

.commodityprice {
	float: right;
	width: 70px;
	text-align: left;
	color: #333333;
}

.commoditycrop {
	float: left;
	width: 90px;
	text-align: left;
	color: #333333;
}

.commodities_link {
	clear: both;
	height: 22px;
	line-height: 22px;
	color: #333333;
	border-top: 1px solid #BCBE93;
	padding: 0px;
	text-align: right;
}

.commodities_link a {
	color: #9F3123;
	text-decoration: none;
}

.commodities_link a:hover {
	color: #474e1c;
}

#ourfarm_list {
	padding-top: 20px;
}

table.ourfarm_table {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

table.ourfarm_table td {
	border-bottom: 1px dotted #333333;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 12px;
}

table.ourfarm_table td.blog {
	font-weight: bold;
	padding-right: 20px;
}

table.ourfarm_table td.ourfarm_label {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 6px;
}

ul.bio_list {
	list-style-image: url(images/arrow.gif);
	list-style-type: none;
	padding-left: 0px;
}

ul.bio_list li {
	padding-left: 2px;
	padding-bottom: 6px;
	margin: 0px;
}

#faqs {
	padding-top: 17px;
	padding-bottom: 24px;
}

#affiliations {
	padding-top: 24px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #474e1c;
}

#footerbar {
	padding: 20px 0px 0px 0px;
	width: 953px;
	margin: 0 auto;
	text-align: left;
}

#footercopyright {
	float: left;
	width: 75px;
	font-size: 11px;
	color: #CACAB0;
}

#footernav {
	float: left;
	width: 270px;
}

#footernav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#footernav li {
	float: left;
	padding: 0px 2px 0px 0px;
}

#footernav a {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	height: 17px;
	line-height: 17px;
	padding: 0px 4px 0px 4px;
	margin: 0px 4px 0px 4px;
	position: relative;
	float: left;
	background-image: url(/images/footernav_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footernav a .rightend {
	display: block;
	position: absolute;
	top: 0px;
	right: -4px;
	width: 4px;
	height: 17px;
	background-image: url(/images/footernav_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footernav a .leftend {
	display: block;
	position: absolute;
	top: 0px;
	left: -4px;
	width: 4px;
	height: 17px;
	background-image: url(/images/footernav_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footernav a:hover {
	background-image: url(/images/footernav_back_over.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footernav a:hover .rightend {
	display: block;
	position: absolute;
	top: 0px;
	right: -4px;
	width: 4px;
	height: 17px;
	background-image: url(/images/footernav_right_over.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footernav a:hover .leftend {
	display: block;
	position: absolute;
	top: 0px;
	left: -4px;
	width: 4px;
	height: 17px;
	background-image: url(/images/footernav_left_over.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footernav a.on {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	height: 17px;
	line-height: 17px;
	padding: 0px 4px 0px 4px;
	margin: 0px 4px 0px 4px;
	position: relative;
	float: left;
	background-image: url(/images/footernav_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footernav a.on .rightend {
	display: block;
	position: absolute;
	top: 0px;
	right: -4px;
	width: 4px;
	height: 17px;
	background-image: url(/images/footernav_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footernav a.on .leftend {
	display: block;
	position: absolute;
	top: 0px;
	left: -4px;
	width: 4px;
	height: 17px;
	background-image: url(/images/footernav_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footersubnav {
	float: left;
	width: 200px;
	font-size: 11px;
	color: #CACAB0;
}

#footersubnav a {
	color: #CACAB0;
	text-decoration: underline;
}

#footersubnav a:hover {
	text-decoration: none;
}

#footertext {
	clear: left;
	width: 550px;
	padding-top: 10px;
	font-size: 12px;
	color: #CACAB0;
	line-height: 150%;
	text-align: left;
}

#sub_content {
	width: 953px;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
}

#sub_content_back {
	border: 3px solid #E5E6D2;
	background-image: url(/images/back_beige.jpg);
	padding: 15px;
}

#sub_content_single {
	padding: 0px;
	min-height: 620px;
}

#sub_content_single p {
	color: #474e1c;
	font-size: 13px;
}

#sub_content_left {
	float: left;
	width: 320px;
}

#sub_content_leftpad {
	padding: 25px 0px 25px 0px;
}

#sub_content_right {
	float: right;
	width: 582px;
}

#sub_content_righttop {
	background-image: url(/images/back_rightcontent_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#sub_content_rightbottom {
	background-image: url(/images/back_rightcontent_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 692px;
	padding: 25px 0px 25px 25px;
}

#sub_rightcontentpad {
	padding: 20px 20px 0px 20px;
}

#sub_rightcontentpad p {
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}

#portfolio_container {
	clear: both;
	position: relative;
}
#portfolio_container_overview {
	clear: both;
}
#portfolio_imagearea {
	height: 600px;
	width: 947px;
	overflow: hidden;
}
#portfolio_imagearea ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	height: 600px;
	width: 947px;
	overflow: hidden;
}
#portfolio_imagearea li {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 947px;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;
}
#slidernext a span {
	display: none;
}
#slidernext a {
	background-image: url(/images/btn_portfolio_next.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 59px;
	width: 22px;
	position: absolute;
	top: 289px;
	left: 951px;
}
#slidernext a:hover {
	background-image: url(/images/btn_portfolio_next_over.jpg);
}
#sliderprev a {
	background-image: url(/images/btn_portfolio_prev.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 59px;
	width: 22px;
	position: absolute;
	top: 289px;
	left: -25px;
}
#sliderprev a:hover {
	background-image: url(/images/btn_portfolio_prev_over.jpg);
}
#sliderprev a span {
	display: none;
}
#portfolio_info {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #ffffff;
	width: 374px;
}
#portfolio_info h1 {
	padding: 12px 18px 10px 18px;
	border-bottom: 1px solid #d0cfcb;
}
#portfolio_info_url {
	padding: 7px 18px 7px 18px;
	border-bottom: 1px solid #d0cfcb;
	color: #333333;
	font-size: 12px;
}
#portfolio_info_des {
	padding: 15px 18px 15px 18px;
	border-bottom: 1px solid #d0cfcb;
	color: #333333;
	font-size: 12px;
}
#portfolio_info_tags {
	padding: 15px 18px 15px 18px;
	color: #333333;
	font-size: 12px;
}
#portfolio_info_close, #portfolio_info_open {
	position: absolute;
	top: -29px;
	right: 0px;
}
#portfolio_info_close {
	display: none;
}
#portfolio_info_back {
	position: absolute;
	top: -20px;
	right: 347px;
}
#portfolio_info_next {
	position: absolute;
	top: -20px;
	right: 249px;
}
#portfolio_info_worklisting {
	position: absolute;
	top: -22px;
	right: 135px;
}				
.portfolio_bg {
	background-image: url(/images/portfolio_bg.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 143px;
}

.portfolio_item {
	float: left;
	margin: 0px 9px 9px 0px;
}

.portfolio_bg {
	/*border-right: 3px solid #333333;
	border-bottom: 3px solid #333333;*/
}

.portfolio_bg_padd {
	padding: 3px 0px 0px 3px;
	overflow: hidden;
	position: relative;
}
.portfolio_bg_padd a .portfolio_bg_padd_details {
	position: absolute;
	bottom: 3px;
	display: none;
	background-color: #474e1c;
	color: #CACAB0;
	font-size: 13px;
	line-height: 16px;
	width: 204px;
	text-decoration: none;
}
.portfolio_bg_padd a:hover .portfolio_bg_padd_details {
	bottom: 0px;
	display: block;
	color: #CACAB0;
	text-decoration: none;
}
.portfolio_bg_padd_details_padd {
	display: block;
	padding: 9px 12px 9px 12px;
}
.portfolio_cat {
	clear: both;
	padding: 0px 8px 16px 0px;
}
.portfolio_cat h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #575a5d;
	font-weight: normal;
	line-height: 22px;
}
.portfolio_cat h3 a, .portfolio_cat h3 a.off {
	display: block;
	height: 22px;
	line-height: 22px;
	background-image: url(/images/portfolio_cat.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 13px;
	color: #575a5d;
	padding-left: 10px;
}
.portfolio_cat h3 a.on {
	display: block;
	height: 22px;
	line-height: 22px;
	background-image: url(/images/portfolio_cat_selected.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 10px;
}
.portfolio_cat h3 a:hover, .portfolio_cat h3 a.off:hover {
	/*background-image: url(/images/portfolio_cat_over.jpg);*/
	text-decoration: underline;
}
.portfolio_cat h3 a.on:hover {
	/*background-image: url(/images/portfolio_cat_selected_over.jpg);*/
	text-decoration: underline;
}
.portfolio_cat h3 .details {
	font-size: 12px;
}
.portfolio_cat_items {
	padding-bottom: 10px;
}
.sortbylinks {
	float: left;
	padding-top: 10px;
}
.sortbylinks ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.sortbylinks li {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	display: inline;
	float: left;
}
.sortbylinks li.break {
	font-size: 14px;
	color: #999999;
	padding: 9px 5px 0px 5px;
	
}
.sortbylinks a {
	display: block;
	float: left;
	line-height: 20px;
	height: 31px;
	color: #af292e;
	font-size: 14px;
}
.sortbylinks a:hover {
	color: #797c51;
	text-decoration: none;
}
.sortbylinks a.on {
	color: #191c1f;
	background-image: url(/images/bg_portfolio_currentsection.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.portaudio {
	margin-top: 274px;
	margin-left: 181px;
	display: block;
}

.portvideo {
	margin-top: 46px;
	margin-left: 181px;
	display: block;
}
.numpics {
	color: #CACAB0 !important;
}

.networkfloat {
	float: left;
	width: 275px;
	height: 325px;
	overflow: hidden;
}

.networkfloatpad {
	width: 255px;
	position: relative;
	height: 100%;
	/*background-image: url(/images/back_networkbox.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 3px 0px 0px 3px;
	padding: 0px 2px 3px 0px;*/
}

.networkpic {
	height: 172px;
}

.networkpic img {
	border: 2px solid #D9DABB;
}

.networkpicoff {
	/*visibility: hidden;*/
	height: 0px;
	overflow: hidden;
}

.networkmap {
	height: 172px;
	overflow: hidden;
	display: block;
}

.networkmapoff {
	height: 172px;
	overflow: hidden;
	display: none;
}

.networktitle {
	color: #474e1c;
	font-size: 14px;
	font-weight: bold;
	padding: 22px 0px 15px 0px;
}

.networkaddress {

}

.networkaddress p {
	margin: 0px;
	font-size: 12px;
	line-height: 15px;
	padding: 0px 0px 5px 0px;
}

.maplink {
	position: absolute;
	top: 160px;
	right: 11px;
	width: 42px;
	height: 15px;
	z-index: 100;
}

.maplinkoff {
	/*visibility: hidden;*/
	position: absolute;
	top: 160px;
	right: 11px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 100;
}

.officelink {
	position: absolute;
	top: 160px;
	right: 0px;
	width: 62px;
	height: 15px;
	z-index: 100;
}

.officelinkoff {
	/*visibility: hidden;*/
	position: absolute;
	top: 160px;
	right: 11px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 100;
}

#left_form {
	padding: 0px 0px 15px 15px;
}

#left_form p {
	color: #474e1c;
	font-size: 13px;
}

#newbusiness_left {
	border-top: 1px dotted #FFFFFF;
	padding: 20px 15px 15px 15px;
	font-size: 13px;
	color: #474e1c;
}

#newstitle {
	padding: 15px 15px 5px 28px;
	border-bottom: 1px dotted #FFFFFF;
	position: relative;
	z-index: 100;
}

#newslist {
	padding: 5px;
	background-color: #ced0af;
}

#newslistborder {
	border: 1px solid #e7e7da;
	padding: 9px;
}

.newsrow {
	padding: 10px 30px 8px 30px;
	background: none;
}

.newsrow a {
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

.newsrow a:hover {
	text-decoration: none;
	color: #474e1c;
}

.newsrowon {
	padding: 10px 30px 8px 30px;
	background-image: url(/images/back_newsrowon.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.newsrowon a {
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

.newsrowon a:hover {
	text-decoration: none;
	color: #474e1c;
}

.newsdate {
	color: #474e1c;
	font-size: 12px;
	font-weight: bold;
}

#newscontact {
	padding: 15px 15px 15px 28px;
	position: relative;
	z-index: 100;
	color: #474E1C;
	font-size: 13px;
	line-height: 18px;
}

#newstitle h1 {
	font-size: 34px;
	color: #FFFFFF;
	line-height: 36px;
	padding-bottom: 10px;
}
.newslink {
	font-weight: normal;
}

#articledate {
	color: #999999;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}

.articletitle {
	color: #333333;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

#articleimage {
	width: 180px;
	float: right;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin: 0 auto;
}

.articleimagefloat {
	width: 170px;
	float: left;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}

.dyndatarow {
	border-bottom: 1px dotted #333333;
}
.dyndata {
	padding: 4px 4px 4px 4px;
	border-bottom: 1px dotted #333333;
}
th.dyndata {
	padding: 4px 4px 4px 4px;
	border-bottom: 1px dotted #333333;
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
}

.video_item {
	float: left;
	margin: 0px 9px 9px 0px;
}			
.video_bg {
	background-color: #f0f1e2;
	border: 1px solid #eaeaea;
	width: 204px;
	height: 152px;
}

.video_bg_padd {
	padding: 3px 0px 0px 3px;
	overflow: hidden;
	position: relative;
}
.video_bg_padd a .video_bg_padd_details {
	position: absolute;
	bottom: 3px;
	display: none;
	background-color: #474e1c;
	color: #CACAB0;
	font-size: 13px;
	line-height: 16px;
	width: 204px;
}
.video_bg_padd a:hover .video_bg_padd_details {
	bottom: 0px;
	display: block;
}
.video_bg_padd_details_padd {
	display: block;
	padding: 9px 12px 9px 12px;
}

#left_callout {
	padding-top: 15px;
}

#left_calloutbox {
	padding: 5px;
	background-color: #ced0af;
}

#left_calloutborder {
	border: 1px solid #e7e7da;
	padding: 9px;
}

a.linkbutton {
	display: block;
	float: left;
	height: 21px;
	line-height: 21px;
	background-image: url(/images/back_linkbutton.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 18px 0px 8px;
}

a.linkbutton:hover {
	background-image: url(/images/back_linkbutton_over.gif);
}

#blogmap {
	width: 204px !important;
	height: 120px;
	overflow: hidden;
}

#blogmapinner {
	width: 204px !important;
	height: 120px;
}

.formtitle, .formlabel {
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
	color: #474e1c;
}

.formtitleerror, .formlabel_error {
	color: #ff0000;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #d0cfcb;
	color: #333333;
	width: 215px;
	padding: 3px;
	margin-bottom: 15px;
}
.formright textarea {
	height: 100px;
	width: 347px;
	font-family: Arial, Helvetica, sans-serif;
}
.ietextarea {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #d0cfcb;
	color: #666666;
	width: 340px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright select {
	height: 25px;
	width: 220px;
	margin-bottom: 15px;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #f5f3f4;
}
.required {
	font-size: 10px;
	font-style: italic;
}

.whosadfarmdesc {
	color: #474e1c;
	font-size: 13px;
	line-height: 16px;
}

.downloadfloat {
	float: left;
	width: 150px;
	margin-right: 20px;
	height: 200px;
}

.downloadfloat img {
	border: 1px solid #333333;
	padding-bottom: 10px;
}