/*//////////////////////////////////////////////////////////////////////////////
/// Crop Production Show  //////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
*/


/*//////////////////////////////////////////////////////////////////////////////
/// GENERAL //////////////////////////////////////////////////////////////////*/

@font-face {
    font-family: 'AntiqueOliveStdRoman';
    src: url('font/antiqueolivestd-roman-webfont.eot');
    src: url('font/antiqueolivestd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/antiqueolivestd-roman-webfont.woff') format('woff'),
         url('font/antiqueolivestd-roman-webfont.ttf') format('truetype'),
         url('font/antiqueolivestd-roman-webfont.svg#AntiqueOliveStdRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}
a{
	color:#bf9832;
}      
a img {
border:none;
}
a:visited{
	text-decoration:none;
}
body
{
	background-color:		#8c0901;
	background-image: url(images/layout/bg-repeat.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom center;

	margin:			0px 0px 15px 0px;
	padding:		0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C4B07;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C4B07;
}
input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #778b3c;
	background-color: #f7fde8;
}
/* END GENERAL
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM LINKS /////////////////////////////////////////////////////////////*/
a:link
{
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;	
}

.menuLink:link
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menuLink:visited
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menuLink:hover
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;	
}
.menuLink:active
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.showcase_menu{
	width:835px;
	position:relative;
	margin:auto;
	height:61px;
	background-image: url(images/layout/btn_gr.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.showcase > img{
	width:835px
}

#newsletter{
	float:none !important;
	border:none !important;
	width: auto !important;
	text-align: initial !important;
	padding: 0 !important;
	position: absolute;
	top: -75px;
	right: 0px;
}

.showcase_menu a{
	float:left;
	color:white;     
	padding-top:7px;
	padding-bottom:23px;
	padding-left:15px;
	padding-right:15px;
	height:28px;
	
	border-left: 1px solid #a47521;
	width: 160px;
	text-align: center;
}
/* END CUSTOM LINKS
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// MENU CLASSES /////////////////////////////////////////////////////////////*/
.bottom_menu{
	color:white;
}
.bottom_menu a{
	font-weight:normal;
	color:white;
}
.selected_link{
	background-color:#885720;
	border-left: 1px solid #654218;
	border-right: 1px solid #654218;
	
	-moz-box-shadow: 0 1px 3px #888;
	-webkit-box-shadow: 0px 1px 3px #888;
	box-shadow: 0px 1px 3px #888;
}

.selected_link > .arrow {
        width: 0;
        height: 0;
		position:absolute;
		top:20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;

        border-top: 20px solid #885720;
}
/* END MENU CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// LAYOUT CLASSES ///////////////////////////////////////////////////////////*/

#date{
	color: white;
	width:865px;
	margin:auto;
	position: relative;
	font-size:20px;
	text-transform:uppercase
}
#date > div{
	top: 30px;
	position: absolute;
	right: 0;
}
.head{
	width: 865px;
	height: 109px;
	margin:auto;
	
	background-image: url(images/layout/btn_grsm.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	
}
.head > div{
	top: 86px;
	min-width:700px;
	position: absolute;
	margin-left: 140px;
}
.head a{
	
	font-family:"AntiqueOliveStdRoman";
	color:white;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:7px;
	font-weight:normal;
}
.mainBody
{
	width: 865px;
	background-color: #FFFFFF;
	
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	border-top-color: white;
	
	vertical-align: top;
	margin:auto;
	-moz-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
}
.content
{
	float:left;
	vertical-align: top;
	padding: 15px;
}
.left_content{
	width: 63%;
	padding-right:10px;
	float:left;
}

.right_content{
	font-family:sans-serif;
	width: 30%;
	float:left;
	border-left: 3px solid #ddd;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}
/* END LAYOUT CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM CLASSES ///////////////////////////////////////////////////////////*/
.pageTitle
{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
.blackBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
}
/* END CUSTOM CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// FORM CLASSES /////////////////////////////////////////////////////////////*/
.myButton
{
	border-style: solid;
	border-width: 1px;
	border-color: #A9A8A8;
	
	font-weight: bold;
	
	background-color: #FFFFFF;
	color: #777777;
	cursor: pointer;
}
/* END FORM CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// CALENDAR CLASSES /////////////////////////////////////////////////////////*/

/* END  CLASSES
//////////////////////////////////////////////////////////////////////////////*/
