/* @override http://jebhensarling.com/r/c/style.css */

/*-  CSS "libraries"
----------------------------*/
@import url("reset.css");

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #222;
}

#blog div.entry div.blog_entry p {
	margin: 12px 0;
}

#blog div.entry h2.blog_title small {
	font-size: .6em;
	color: #aa1515;
}

ul#marquee.marquee {
	margin: 0 auto;
	width: 860px;
	color: #222;
	text-decoration: none;
}

a#marquee-link {
	text-decoration: none;	
}

#about-left a {
	color: #012446;
}

a#seewhere {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	background: #0f62ae;
	padding: 15px;
	color: #eee;
}

a:hover#seewhere {
	color: #fff;
	background-color: #0b5294;
}

#about-left h3 {
	padding: 25px 0 0;
	margin: 25px 0 15px;
	font-size: 1.5em;
	border-top: 1px solid #ddd;
}

#about-left h3 a {
	font-size: .5em;
	text-decoration: none;
	color: #1b6a9b;
	padding-top: 30px;
	margin-top: 15px;
}



/* @group Header */

#header {
	height: 145px;
	background: #125487 url(/r/i/head-bg.jpg) repeat-x 0 0;
}

#hbox, #hboxs {
	width: 860px;
	margin: 0 auto;
}

#logo a {
	width: 240px;
	height: 137px;
	display: block;
	float: right;
	text-indent: -99999px;
	background: url(/r/i/logo-sm.png) no-repeat 0 -3px;
}

#menu {
	float: left;
	margin-top: 120px;
}

#menu ul {
	clear: both;
	text-transform: uppercase;
	font-weight: 900;
	font-size: .7em;
	list-style: none;
	padding: 0;
}

#menu ul li {
	float: left;
	padding: 0 10px 0;
}

#menu ul li a {
	text-decoration: none;
	color: #ddd;
}



#m-blog a span.amp {
	font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
	padding: 0 3px;
	font-weight: 200;
}

#menu ul li a:hover {
	text-decoration: underline;
	color: #fff;
}


/* @end */

/* @group Middle:Content Area */

.page {
	min-height: 200px;
	padding: 10px 0 45px;
	background-color: #012446;
}

#aspnetForm {
	background-color: #012446;

}

.content {
	margin: 0 auto;
}

#feature {
	padding: 0;
	width: 860px;
	margin: 0 auto;
	height: 300px; /*354px;  important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slides {
   width: 860px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
 	
 	
}

#slides li.slide img.round {
	width: 860px; /* important to be same as image width or wider */

}

ul#slides.innerfade {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.slide {
   float: none; /* important */
   position: relative; /* important */
   display: none; /* important */
}

#slides .slide span.line1 {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	position: absolute; /* important */
	color: #eeeeee;
	font-weight: bold;
	font-size: 1.5em;
	padding: 40px 15px;
	width: 200px;
	overflow: hidden;
	margin-top: 85px;
	margin-left: 33px;
	text-align: left;
	background: transparent url(/r/i/featurespanbg.png) repeat 0 0;
	top: 0;
	left: 0; 
}

span#farm-photo.line1 {
	background: none;
	color: #eeeeee;
	
}

.slide.selected span a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}


span.line2 {
	font-size: .7em;
	display: block;
	padding-top:10px;
	line-height:1.1em;
}

/* @group Content Area */

#about-left p {
	font-size: .9em;
	line-height: 1.3em;
	text-indent: 1em;
	font-weight: 200;
	margin: 10px 0;
	text-align: justify;
}

#about-left ul li p {
text-indent: 0em;
}

#about-left {
	width: 500px;
	padding: 30px 45px;
	margin-right: 25px;
}

#about-right table tbody tr td.title {
	font-size: .9em;
	color: #333;
	padding-right: 10px;
}

#about-right table tbody tr td {
	padding: 10px 0;	
}

#about-right {
	width: 220px;
	padding: 30px 20px 30px 0;
}

#about-right table {
	margin: 10px 0;
	font-size:.8em;
}

#about-left ul {
	font-size: 13px;
	line-height: 1.2em;
	list-style-type: disc;
	margin-left: 2em;
	padding: 10px 0;
	list-style-position: outside;
}
#about-left ul li {
	margin-bottom:12px;
}
ul#issue-links {
	border: 0;
}

#about-left h1 {
	font-size: 2em;
	font-weight: 200;
	margin: 15px 0;	
}


/* @end */






/* @group Home Page Slider */

#h-slider, #h-redbox {
	width: 860px;
	height: 148px;
	overflow: hidden;
	margin-top: 20px;
	color: #fff;
	background: #5e0109 url(/r/i/slider-mainbg860.jpg) no-repeat 0 0;
}

#h-redbox div.span {
	float: left;
}

#h-signup {
	display: block;
	width: 300px;
	height: 123px;
	overflow: hidden;
	padding: 25px 5px 0 25px;
	border-right: 1px solid #79000a;
}

#h-quote {
	display: block;
	width: 160px;
	height: 118px;
	font-size: .8em;
	overflow: hidden;
	margin: 0;
	padding: 15px;
	background: #98000d;
	border-right: 1px solid #79000a;
/*	text-indent: -99999px;
	background: #98000d url(/r/i/quote-winnersandlosers2.gif) no-repeat 7px 8px;
*/}

#h-quote p {
	display: block;
}

#h-signup div.redbox-content a {
	color: #fff;
}

#featured-txt {
	padding: 0 0 10px;
	font-size: .8em;
}



#h-connect {
	display: block;
	width: 275px;
	height: 113px;
	overflow: hidden;
	padding: 35px 25px 0 25px;
}

#h-contribute a {
	display: block;
	width: 100px;
	height: 35px;
	text-indent: -99999px;
	background: url(/r/i/donate-now.png) no-repeat 0 0;
}

.redbox-content table tr td {
	font-size: .9em;
	letter-spacing: 1px;
	color: #fff;
}

input#signup-submit {
	color: #fff;
	background-color: #000;
	width: 67px;
	cursor: pointer;
}

#redbox input { font-size: .9em;}

form  p { 
	position:relative; 
	color:#444; 
	font-weight: bold; 
	font-size: 1.2em;
}

#signupForm table tbody tr td p {
	width: 155px;
}
label.formlabel   { font-size: .7em; position:absolute; top:7px; left:6px; color:black; cursor:text; font-weight: normal; }

#signupForm div.errormsg label.error {
	font-size: .8em;
	color: #000;
	font-weight: bold;
}

#h-redbox div.h3 {
	display: block;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px;
}


#h-connect div.redbox-content ul.group li {
	float: left;
}

#h-connect div.redbox-content ul.group li a {
	color: #fff;
	display: block;
	text-indent: -99999px;
	margin-bottom: 15px;
	background-image: url(/r/i/social-links-red-h-slide-sm.png);
	background-repeat: no-repeat;
}

a#facebook {
	width: 141px;
	height: 31px;
	background-position: -188px 0;
}

a#flickr{
	margin: 0 0 0 20px;
	width: 90px;
	height: 31px;
	background-position: -28px 0;
}

a#youtube {
	margin-right: 30px;
	width: 71px;
	height: 31px;
	background-position: -388px 0;
}

#h-connect div.redbox-content ul.group li a#donate {
	display: block;
	width: 100px;
	height: 35px;
	margin: 0 15px 0 0;
	text-indent: -99999px;
	float: left;
	background: url(/r/i/donate-now.png) no-repeat 0 0;
}

#m-awards a {
}

a#moresocial {
	margin: 3px 0 0 10px;
	width: 128px;
	height: 24px;
	background-position: -472px 0;
}

#quote_jeb_paper {
	text-indent:0;
	padding: 0 0 ;
	width: 220px;
	/*background: url(/r/i/quote.jpg) no-repeat 0 0;*/
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}


#quote_jeb_paper p {
	padding: 35px 10px 10px;
	font-style: italic;
}

#quote_jeb_paper span {
	font-size: .7em;
	display: block;
	margin-top: 10px;
}

#contact-long #quote_jeb {
	text-indent: 0;
	background: none;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	}

#pagecontent div.left {
	width: 350px;
}

#quote_jeb span {
	font-size: .7em;
	display: block;
	margin-top: 10px;
/*	margin-top:390px; 
	text-indent: 0;*/
}

div.award {
	margin: 15px 0;
	display: block;
}

div.award:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#about-right h3 {
	border-top: 1px solid #aaa;
	padding-top: 15px;
}

#about-right div.quickfaq {
	margin: 15px 0;
	font-size: .8em;
}

#about-right div.quickfaq strong {
	display: block;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}



span.award_name {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: .95em;
}

span.award_org {
	font-size: .75em;
	font-style: italic;
	display: block;
}

span.award_txt {
	margin: 10px 0;
	display: block;
	font-size: .7em;
}

span.award_date {
	display: block;
	font-size: .75em;
	margin: 5px 0; 
}

.award span.award_img img {
	width: 200px;
	height: 62px;
	float: right;
	margin: 0 0 10px 10px;
	padding: 1px;
	border: 1px solid #042445;
}

#form-notice {
	position: absolute;
	height: 100px;
	width: 100%;
	line-height: 100px;
	background-color: rgba(0,35,69,0.72);
	border-color: #fefffe;
	z-index: 50;
}

#form-notice p {
	width: 810px;
	margin: 0 auto;
	padding: 30px;
	line-height: 100px;
	color: #fff;
	text-align: center;

	font: 2.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* @end */


#pagecontent {
	width: 800px;
	padding: 30px;
	margin-top: 20px;
	background: #fff;
}

#page2col {
	width: 860px;
	margin-top: 20px;
	background: #fff url(/r/i/page2col-bg.png) repeat-y 0 0;
}

#buttons li a {
	display: block;
	width: 175px;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	background: #d4071d;
}

.feature {
	height:150px;
	width: 860px;
	background: #003262;
}

#f-about {
	background: url(/r/i/feature-page-about.jpg) no-repeat 0 0;
}

/* @end */

#blog div.entry {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding: 55px;
}

#blog div.entry div.blog_source a {
	padding: 10px;
	display: block;
	margin-top: 15px;
	background: #eee;
	color: #12679e;
}

#blog div.entry div.blog_source a:hover {
	background: #e0e0e0;
	color: #1886cd;
}

#blog div.entry h2.blog_title {
	font-size: 1.5em;
	margin: 0 0 10px;	
}

#blog div.entry div.blog_entry {
	margin: 10px 0;
	line-height: 1.3em;
	font-size: .9em;
}


#blog div.blog_date {
	font-style: italic;
	padding:2px;
	padding-bottom:5px;
}

#social-left {
	width: 300px;	
	height: 300px;
	padding: 25px;
	background: #eee;
}

#msg-social-left {
	width:300px;
	padding: 25px;
	margin: 15px 0;
	background: #10669f;
}

#msg-social-left p a {
	color: #fff;
}

#social-left p a {
	color: #333;
	margin-top: 15px;
	display: block;
}




/* @group Footer */

#footer {
	width: 100%;
	background: #222 url(/r/i/foot-bg.jpg) repeat-x 0 0;
}

#foot {
	width: 860px;
	margin: 0 auto;
	padding: 25px 25px 45px;
}

#contact-long {
	margin: 25px auto;
	width: 810px;
	padding: 25px;
	background: #fff;
	color: #222;
}

#contact-short {
	margin: 25px auto;
	width: 810px;
	padding: 35px 25px;
	background: #3d3d3d;
	color: #fff;
}

#contact-short form span.phone a {
	color: #eee;
}

#foot tr td, #f-email{
	padding: 10px;
	letter-spacing: 1px;
}

#contact-short-form tbody tr td.title p label {
	color: #fff;
}

#f-zip td.city input, #f-zip td.state input {
	border-bottom: 2px solid #ddd;
}

#f-zip td.zip {
	width: 170px;
}

#f-zip td.city {
	width: 200px;
}

#contact-form {
	width: 650px;
	padding: 10px;
	margin: 5px auto 10px;
	background-color: #bdd5e4;
	border: 5px solid #a8becd;

}

#f-zip td p {
	color: #777;
}

#f-email {
	width: 630px;
	margin: 0 auto;
}

#f-zip td.zip input {
	width: 72px
}

#f-zip td.state input {
	width: 21px;
}

#contact-short-form tbody tr td.title {
	font-size: .8em;
}

#contact-long tr td input, #contact-long tr td select  {
	border: 0;
	padding: 2px;
	line-height: 1.8em;
}

#contact-long tr td input#sendbtn {
	float: right;
	font-size: 1.3em;
	padding: 7px 15px;
	background-color: #10669f;
	color: #fff;
}

#contact-long p span {
	padding: 0 0 5px 0;
	margin: 0 0 5px 5px;
	display: block;
}

#signupForm table tbody tr td {
	padding-bottom: 3px;
}

#contact-form tr td p input {
	background: #fff;
	border: 1px solid #aaa;
	width: 210px;
	font-size: 1.2em;
}

#check-box-area tbody tr td textarea {
	font-size: 1.2em;

}

#signupForm tr td input {
	border: 0;
	padding: 5px;
}

input#first_name.required, input#email.required.email, input#last_name.required {
	width: 135px;
}

input#zip.required {
	width: 61px;
}




#f-title td.salutation, td.lead {
	text-align: right;
	width: 50px;
}

#contact-short-form p input, textarea#contact_msg {
	border: 0;
	padding: 4px;
	line-height: 1.2em;
	font-size: 1.1em;
	width: 240px;
}

textarea#contact_msg {
	border: 0;
	padding: 4px;
	line-height: 1.2em;
	font-size: 1.1em;
	width: 240px;
	vertical-align:top;
	
}

#contact-short-form tbody tr td.msg-title {
	vertical-align:top;
}

#contact-names p, #contact-other p {
	display: block;
}

#contact-msg {
	clear: both;
	display: block;
	float: right;
}

#contact-short-form tbody tr td.title {
	text-align: right;
	color: #fff;
}

td.table_title {
	text-align: center;
	background: #444;
}

#contact-short form {
	width:430px;
	float: right;
}

#contact-short-desc {
	float: left;
	display: block;
	width: 300px;
	padding: 25px;
	background: #333;
}

#contact-short-desc p {
	margin: 10px 0;
	line-height: 1.2em;
	font-size: .8em;
}

#contact-short-desc p a {
	color: #fff;	
}

#contact-short-desc p.contact-image img {
	border: 10px solid #012446;
	margin-top: 20px;
	width: 92%;
}

#contact-short-desc h3 {
	margin: 10px 0;
}


#contact-long form {
	width: 810px;
	font-size: .8em;
}

td.col2 {
	width: 210px;
	padding: 20px 25px 10px;
	text-align: left;	
}

td.col3 {
	text-align: left;
	padding: 10px 25px;
	width: 200px;
}

#contact-long form tr {
	width: 100%;
}

table#check-box-area {
	margin: 25px auto;
	width: 650px;
}

#check-box-area tbody tr td span {
	display: block;
	float: left;
	width: 47%;
	padding: 5px 0;
	letter-spacing: 0px;
}

p.footmenu span.phone a {
	color:#fff;
}

#check-box-area tbody tr td h4 {
	font-size: 1.3em;
	font-weight: 200;
	margin: 20px 0 10px;
	padding-top: 15px;
	border-top: 4px solid #eee;
}

#footmenu, .footmenu {
	font-weight: 400;
	font-size: .9em;
}

#contact-long h3 {
	margin: 15px auto 15px;
	font-weight: 200;
	width: 650px;
	font-size: 1.3em;
	
}

#footmenu p, p.footmenu {
	color: #fff;
	padding-bottom: 17px;
	padding-left: 7px;
	font-size: .9em;
	font-weight: 200;
}

.refid {
	padding: 0 0 0 20px;
	font-weight: 900;

}



#footmenu ul {
	list-style: none;
	height: 2em;
}

#fsubmenu {
	margin: 0;
	color: #acb8c4;
}

#footmenu ul li {
	float: left;
	padding: 0 6px;
	font-size: .7em;
	border-left: 1px solid #cad0d6;
}

#footmenu ul li.firstli {
	border: 0;
}

#footmenu ul li a {
	color: #cad0d6;
	text-decoration: none;
}

#footmenu ul li a:hover {
	color: #f0f7fe;
	text-decoration: none;
}

#paidforby {
	font-size: .65em;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	margin: 10px 0 0;
	width: 250px;
	text-align: center;
	border: 1px solid #fff;
}

/* @end */

#esignup {
	padding: 4px 8px 8px;
	position: absolute;
	background-color: #6998b6;
	font-size: 11px;
	border: 1px solid #32729b;
	border-top: 0;
	border-bottom: 2px solid #275c7e;
	z-index: 1;
	}

#esignNAME, #esignEMAIL, #esignZIP {
	border: 1px solid #012446;
	font-size: 1em;
	padding: 3px;
}

#esignup form span.secondgroup {
display: block;	
margin-top: 7px;
}

#esignup form span label {
	display: none;
}

#esignup h3 {
	display: block;
	font-size: 1.4em;
	padding: 3px 3px 7px;
	color: #fff;
	font-weight:80000;
	text-shadow: 0px 1px 3px #000;
}

input#submit {
	border: 1px solid #012446;
	background: #d4071d;		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4071d', endColorstr='#a61414'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#d4071d), to(#a61414)); /* webkit */
	background: -moz-linear-gradient(top, #d4071d, #a61414); /* Firefox 3.6+ */
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}

input#submit:hover {
	cursor: pointer;
	background: #a61410;
	}

.right { float: right; }
.left { float: left;}
.clear { clear: both; }
.clearright { clear: right; }
.clearleft { clear: left; }

#SLA {
	text-indent: -99999px;
	display: block;
	margin: 10px 15px 0 0;
	height: 30px;
	width: 104px;
	float: right;
	background: url(/r/i/sla2.png) no-repeat 0 -8px;
}









