/* Florida Tomato Growers Exchange Styles */

body {
	background: #384a00 url(../images/bg.gif);
	font:11px/16px Arial, Helvetica, sans-serif;
	color:#6f581f;
	text-align:center;
	margin:0;
}

a {
	color:#5c6920;
}

a:hover {
	color:#9ba95c;
}

a img {
	border:none;
}

h1, h2, h3 {
	text-transform:uppercase;
	margin:0;
	font-weight:bold;
}

h1 {
	color:#a12020;
	font-size:24px;
	margin-bottom:20px;
}

h2 {
	color:#5c6920;
	font-size:20px;
	line-height:21px;
	margin:10px 0 0 0;
}

	div.content h2 {
		font-weight:normal;
		margin-top:40px;
	}

h3 {
	color:#5c6920;
	font-size:18px;
	line-height:19px;
	margin:10px 0;
	font-weight:normal;
}

	div.content h3 {
		margin-top:40px;
	}
	
hr {
	height:1px;
	border:none;
	background-color:#a12020;
	margin:30px 0;
}

p {
	margin:0;
}

ul {
	list-style-image:url(../images/bullet-circle.gif);
	margin:10px 20px;
	padding:0;
}

	li {
		margin-bottom:15px;
	}
	
table td {
	vertical-align:top;
}

/*----------------LAYOUT DIVS----------------*/

div.wrapper {
	width:808px;
	margin:0 auto;
	text-align:left;
	background-color:#fffef8;
	position:relative;
}

img.header {
	position:relative;
}

div.nav {
	background-color:#c9d985;
	padding:0 25px;
	border-bottom:6px solid #374802;
	position:relative;
	height:31px;
}

	div.nav a {
		margin-right:45px;
	}
	
 div.contentWrapper {
	padding:35px 25px 25px 25px;
	background-color:#fffef8;
	width:758px;
	float:left;
}

#home div.contentWrapper {
	background-color:#fffef8;
}

div.leftSide, div.rightSide {
}


div.leftSide {
	float:left;
	width:200px;
	margin-right:15px;
}

	div.leftSide div.news, div.rightSide div.video {
		margin-bottom:25px;
	}

div.rightSide {
	width:210px;
	float:right;
}

div.content {
	float:left;
	width:543px;
}

#home div.content {
	width:298px;
}

	div.content p {
		margin:10px 0;
	}

div.footer {
	background-color:#5c6920;
	border-top:6px solid #374802;
	color:#fff;
	font-size:10px;
	text-align:center;
	padding:0 8px;
	clear:both;
	float:left;
	width:792px;
}
	div.footer p {
		margin-top:30px;
	}

	div.footer a {
		color:#fff;
	}

/*-------------END LAYOUT DIVS-------------*/

/*-------------SELECTED STATES-------------*/

#home .home .on, #about .about .on, #facts .facts .on, #news .news .on, #contact .contact .on {
	visibility: visible;
	position: relative;
}

#home .home .off, #about .about .off, #facts .facts .off, #news .news .off, #contact .contact .off {
	visibility: hidden;
	position: absolute;
}

.leftSide .facts {
	display:none;
}

	#home .leftSide .facts {
		display:block;
	}

/*----------END SELECTED STATES----------*/

/*------------------CLASSES-------------------*/

.lightGreen {
	color:#9ba95c;
}

a.more {
	margin-left:20px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.greenBorder {
	border:4px solid #374802;
}

.first {
	margin:0;
}

.websolvers {
	float:right;
	margin-bottom:10px;
}



/*----------------END CLASSES----------------*/

/*---------------HOME CLASSES---------------*/

img.homePic {
	border-bottom:6px solid #374802;
	position:relative;
	display:none;
}

#home img.homePic {
	display:block;
}

.rightSide ul li {
	margin:0;
}

#home .leftSide .contact {
	display:none;
}

/*------------END HOME CLASSES------------*/

/*---------------FACTS CLASSES--------------*/

.myth, .fact {
	font-weight:bold;
	font-size:14px;
}

.myth  {
	color:#A12020;
}

.fact {
	color:#5C6920;
}


/*------------END FACTS CLASSES-----------*/

/*------------News CLASSES-----------*/


.ReportLabel
{
  color:#9b2420;   
}
.NewsTitle
{
    
}
.NewsDate
{
    
}
.NewsContent
{
    
}
.NewsAbstract
{
    
    
}
.GridView-AlternatingRowStyle
{
	background-color:#f6f4e7;
}
.GridView th, .GridView td
{
    padding:5px 15px 5px 5px;
}
.GridView-RowStyle
{
    
}
/*------------END News CLASSES-----------*/