@charset "utf-8";
/* Logo Stuff */
#logos {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	positon:absolute;
	height: 120px;
	padding:10px;  
 } 
#logos img { 
  padding:5px;  
 } 
#breenagriimg {
	float: left;
	width: 204px;
	height: 120px;
}
#breenfleximg {
	float: right;
	width: 204px;
	height: 120px;
}
/*Weather Stuff  AccuWeather
#weatherOuter {
	width: 240px;
	height: 420px;
	background-image: url( Images/weatherBackground.jpg );
	background-repeat:
	no-repeat;
	background-color: #607041;
}
#NetweatherContainer {
	height: 405px; 
}
#weatherBottom {
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FDEA11; 
}
#weatherBottom a {
	color: #FDEA11;
}
*/
/* Navigation Bar Stuff */
#navigation {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	positon:absolute;
}
#menu-bar {
  width: 95%;
  margin: 0px auto 0px auto;
  padding: 6px 6px 4px 6px;
  height: 25px;
  line-height: 100%;
  border-radius: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #8B8B8B;
  background: linear-gradient(top,  #A9A9A9,  #7A7A7A);
  background: -ms-linear-gradient(top,  #A9A9A9,  #7A7A7A);
  background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
  background: -moz-linear-gradient(top,  #A9A9A9,  #7A7A7A);
  border: solid 1px #6D6D6D;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #0399D4;
  background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 34px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
	display: inline-block;
	text-align: center;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}
/* Body */
#middle {
	float: left;
	height: auto;
	width: 100%;
}
#innerMiddle {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	positon:relative;
	padding:10px;
	overflow:hidden;  
}
body {
	margin: 1em 3em;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	background: none repeat scroll 0% 0% #f6f6f6; /*#E1E3E4*/
	/*background-image:url(Images/sampleBackground.jpg);
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;*/
	
}
body h2 {
	font-size: 14px;
	font-weight: bold;
	color: #008349;
}
form { margin-bottom: 1em; }
/* Weather div */
.weatherFeed {
	box-shadow: 10px 10px 5px #888888;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 230px;
}
/* Left Images Div */
#leftPanel {
	float: left;
	width:19%;
	background-color: #e8e8fc;
	box-shadow: 10px 10px 5px #888888;
}

#leftPanel p,h2 {
	text-align: center;
}
#leftPanel img {
	width:100%;
	height:auto;
}
/* Right Images Div */
#rightPanel	{
	float: right;
	background-color: #e8e8fc;
	width:19%;
	min-height:100px;
	box-shadow: 10px 10px 5px #888888;
}
#rightPanel p {
	text-align:center;
}
#rightPanel img {
	width:100%;
	height:auto;
}
#centerImage {
	display:block;
	margin-left: auto;
	margin-right: auto;
	width:55%;
	height:auto;
}
/* Main Contet Div */
#mainContent {
	border: 2px solid #00935F;
	border-radius: 25px;
	padding: 19px;
	width: 55%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFC;
	box-shadow: 10px 10px 5px #888888;
}
#mainContent a {
	color: #008349
}
#mainContent img {
	max-width:75%;
	height;auto;
}
/* Contact Page */
#formDiv {
	float: left;
	width:30%;
	background-color: #e8e8fc;
	box-shadow: 10px 10px 5px #888888;
}
#formDiv input {
	letter-spacing: 1px;
	padding: 2px;
	width: 90%;
	border: 1px solid #C5C9A9;
	margin: 0px;
}
#formDiv li {
	list-style: none;
}
#formDiv textarea {
	width: 90%;
}
span.form-error.help-block {
    display: block;
    color: #F00;
    margin-top: 6px;
    padding-left: 0px;
	font-size: 0.7em;
}
#contactMainContent {
	float: right;
	border: 2px solid #00935F;
	border-radius: 25px;
	padding: 19px;
	width: 63%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFC;
	box-shadow: 10px 10px 5px #888888;
}
#contactInfo {
	width: 300px;
	margin-left:auto;
	margin-right:auto;
}
/* Weather Stuff */
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em; }
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }

.odd { background-color: #e8e8fc; }
.even { background-color: #d4d4e8; }
.day { background-color: #b0b0f0; }
.day a { color: #555; }

.night { background-color: #2a2a33; color: #eaeaf0; }
.night .weatherForecastItem { color: #555}
.night a:hover { color: #fff; }

a[href$=".pdf"] {
	background: url(Images/icon_pdf.gif) no-repeat left center;
	padding-left: 20px;
	color: #1E7EC8;
	text-decoration: none;
	outline: medium none;
}
a[href$=".pdf"]:hover{
	text-decoration:underline;
}
a.externalLink {
	background: url(Images/link.png) no-repeat left center;
	padding-left: 20px;
	color: #1E7EC8;
	text-decoration: none;
	outline: medium none;
}
a.externalLink:hover{
	text-decoration:underline;
}
a[href$=".xlsm"] {
	background: url(Images/excel_icon.gif) no-repeat left center;
	padding-left: 20px;
	color: #1E7EC8;
	text-decoration: none;
	outline: medium none;
}
a[href$=".xlsm"]:hover{
	text-decoration:underline;
}
#resources {
	height: 230px;
	width: 230px;
}
