/* Main CSS for Oklahoma Agritourism */
/* applies to all pages */



/*
 * GENERAL STYLES
 */

body{
	background-color: #E6E4D3;
	background-image: url(/img/orangeBg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color: #555;
}

img{
	border: 0;
}

div{
	position: relative;
}

h1,h2,h3,h4,h5,h6{
	color: #60A52B;
}

a{
	text-decoration: none;
	border: 0;
}

a:hover{
	border-bottom: dotted 1px;
}

a:hover img{
	border: 0;
}




/*
 * HEADER
 */

#paperTearTop{
	position: absolute;
	top: 115px;
	left: 0px;
	width: 100%;
	height: 51px;
	background-image: url(/img/paperTearTop.png);
	background-repeat: repeat-x;
	z-index: 1;
}

#wrapper{
	width: 840px;
	margin: 0 auto;
	padding: 72px 0 25px;
	z-index: 2;
}

#headerDiv{
	height: 85px;
	z-index: 2;
}

#logoDiv{
	background-image: url(/img/logoBg.png);
	height: 136px;
	width: 566px;
	top: -23px;
	left: 0px;
	position: absolute;
	z-index: 3;
}

#logoText{
	position: absolute;
	top: 45px;
	left: 43px;
}

#hdrSearchBgHolder{
	width: 100%;
	position: absolute;
	top: 83px;
	left: 0;
	text-align: center;
}

#hdrSearchBgHolder img{
	margin: 0;
	padding: 0;
	border: 0;
}

#hdrSearchForm{
	position: absolute;
	z-index: 2;
	height: 72px;
	width: 311px;
	left: 515px;
	top: 10px;
	padding: 7px 0 0;
}

#hdrSearchForm input{
	position: relative;
	margin: 0 0 0 50px;
	background-color: #749300;
	height: 19px;
	width: 215px;
	top: -8px;
	border: 0;
	color: #E6E6E6;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#hdrSearchBtn{
	cursor: pointer;
}


/*
 * MAIN NAVIGATION
 */

.shadowLeft, .shadowRight{
	height: 75px;
	width: 13px;
	position: absolute;
}

.shadowLeft{
	top: -18px;
	left: 0;
	/*margin-right: -13px;*/
	background-image: url(/img/shadowLeft.png);
}

.shadowRight{
	top: -18px;
	right: 0;
	/*margin-left: -13px;*/
	background-image: url(/img/shadowRight.png);
}

#mainnavLinks{
	background-image: url(/img/greenBg.jpg);
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	width: 100%;
	height: 35px;
	margin: 35px 0 25px;
	position: relative;
	font-size: 9pt;
}

#mainnavLinks a{
	color: #FFF;
}

#mainnavLinks li.active a{
	border-bottom: dotted 1px #eee;
}

#mainnavLinks ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	list-style: none;
	border: 0;
}

#mainnavLinks ul li{
	list-style: none;
	list-style-type: none;
	list-indent: 0;
	float: left;
	height: 11px;
	border-right: solid 1px #D0B912;
	padding: 10px 13px 14px;
}

#mainnavLinks ul li:first{
	margin-left: 0;
	padding-left: 0;
}

#mainnavLinks ul li.last{
	border-right: 0;
}

#mainnavLinks ul ul{
	position: absolute;
	float: left;
	clear: both;
	margin-top: 11px;
	z-index: 99999;
}

#mainnavLinks ul li ul li{
	clear: both;
	margin: 0;
}

#mainnavLinks ul li li{
	border: 0;
}

#mainnavLinks ul ul{
	padding: 0;
	margin: 0 0 0 -13px;
	background-image: url(/img/greenBg.jpg);
}

#mainnavDiv{
	float: none;
}




/*
 * CONTENT
 */

#contentDiv{
	/*top: -45px;*/
	padding: 0 15px 100px;
	min-height: 250px;
}



/*
 * FOOTER
 */

#footer{
	background-image: url(/img/orangeBg.jpg);
	background-repeat: repeat-both;
	height: 95px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 8pt;
	padding: 0 0 25px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

#footernavDiv{
	margin: 10px 0;
}

#footer .first{
	margin-left: 0;
}

#footer a{
	color: #733C09;
	text-transform: UPPERCASE;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	margin: 0 5px;
	border: 0;
}

#footer a:hover{
	border-bottom: dotted 1px #834C19;
}

#paperTearBtm{
	background-image: url(/img/paperTearBtm.png);
	background-repeat: repeat-x;
	height: 56px;
}



/*
 * MISC
 */

.errmsg{
	color: #DD0000;
	margin: 20px 0;
	text-align: center;
	font-size: 12pt;
}

.icon{
	font-size: 7pt;
	text-align:center;
	width: 50px;
	line-height: 11pt;
	float: left;
	margin: 7px 14px 0;
	height: 95px;
}

.title{
	font-size: 14pt;
	font-weight: bold;
}

.orange {
	color: #C9591B;
}

.brightorange{
	color: #f58f23;
}

.green {
	color: #58a825;
}

#brandingLinks{
	text-align: right;
	margin: 10px 0;
}

.indented{
	margin-left: 10px;
}

.datebox{
	display: inline;
	float: left;
	margin: 0 10px 50px 10px;
	padding: 4px 6px;
	width: auto;
	text-align: center;
	background-image: url(/img/orangeBg.jpg);
	background-color: #d68d00;
	color: #E6E4D3;
	font-size: 12pt;
	font-weight: bold;
	line-height: 13pt;
	text-transform: UPPERCASE;
}


#PressRoomList h4{
	margin-top: 0;
}



#agriLogoDiv{
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 999;
	cursor: pointer;
}


#footerSocialLinks{
	position: absolute;
	right: 25px;
	bottom: 23px;
	text-align: center;
	color: #fff;
}

#footerSocialLinks h5{
	color: #fff;
}


