/*
Company:	
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	font-family: Verdana, Arial, sans-serif;
	background-image:url(/images/Chavereys-background.gif)
}
/* @end */

/* @group Layout */
/* Edit divs */
.edits {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom:4px;
}
/* Head */
div#hd {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	height: 215px;
	background-color:#FFFFFF;
}

/* Body */
div#bd {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/sidebar-bkg.gif) repeat-y 0 0;
	overflow: hidden;
	background-color:#FFFFFF;
}

/* Footer */
div#ft {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background: url(../images/ft-pic-bar.jpg) no-repeat 136px 0;
	
}
div.ft-main {
	width: 590px;
	padding-top: 40px;
	padding-bottom: 10px;
	float: left;
	display: inline;
}
div.ft-main ul {
	margin: 0;
	padding: 0;
}
div.ft-main ul li {
	list-style: none;
	float: left;
	display: inline;
}
div.ft-main ul li a {
	padding: 0 4px;
	font-size: 77%;
}
div.ft-main ul li a:link, div.ft-main ul li a:visited {
	text-decoration: none;
}
div.ft-main ul li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 188px;
	height: 215px;
	background: url(../images/chavereys-logo.gif) no-repeat 0 80px #003f85;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Main Pic */
div#main-pic {
	width: 542px;
	height: 215px;
	/*background: url(../images/feature-pic.jpg) no-repeat 0 0;*/
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 374px;
	margin: 0 0 0 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	display: inline;
}

/* Sidebar */
div.sidebar {
	width: 136px;
	float: left;
	display: inline;
}
div.sidebar p.addy {
	padding: 6px;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px 0;
}
div#ft div.sidebar {
	text-align: center;
}

/* Sub */
div.sub {
	width: 152px;
	margin: 0 15px 0 0;
	padding-top: 10px;
	float: right;
	display: inline;
}

div.sub ul {
	margin: 0 0 10px 0;
	padding: 0;
}
div.sub ul li {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
div.sub ul li img {
	margin: 0 0 0 7px;
	float: right;
	display: inline;
}
div.sub h3 {
	font-size: 85%;
	color: #636363;
	margin: 0 0 2px 0;
}
div.sub p {
	font-size: 77%;
	color: #636363;
}
div.sub p a:link, div.sub p a:visited {
	color: #636363;
	font-weight: bold;
	text-decoration: underline;
}
div.sub p a:hover {
	text-decoration: none;
}

/* @end */

/* @group Nav */
div.sidebar ul {
	margin: 0 0 40px 0;
	padding: 10px 0;
}
div.sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.sidebar ul li a {
	display: block;
	padding: 3px 6px;
	width: 124px;
	font-size: 85%;
}
div.sidebar ul li a:link, div.sidebar ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div.sidebar ul li a:hover {
	background-color: #003f85;
	color: #9b7a50;
}

.thispage  {
	background-color: #003f85;
	color: #9b7a50;
}

.sublink  {
	background-color: #003f85;
	color: #9b7a50;
	padding-left:4px;
}
/* @end */
/* edit styles */

div#editFarm {
    width:152px;
	height:51px;
	
	
}
div#showFarm {
    width:152px;
	height:61px;
	background-image:url(../images/monthly-update.gif);
	background-position:top;
	background-repeat:no-repeat;	
	background-color: #003f85;
}

div#farminner a {
   
   color:#FFFFFF;
    padding-top:4px;
	text-decoration:none;
	
	}
	
div#farminner {
   font-size:75%;
   margin-left:60px;
   color:#FFFFFF;
    padding-top:1px;
	
	}	
	

/* @group Default Headings */
div.main h1 {
	/*font-size: 108%;
	font-weight: bold;
	color: #003f85;
	margin: 0 0 10px 0;*/
	font-size:medium;
	color: rgb(51, 51, 153);
}
div.main h2 {
	font-size: 93%;
	font-weight: normal;
	color: #003f85;
	margin: 0 0 10px 0;
	line-height: 160%;
}

div.main a {
/*//font-size: 83%; */
color:#0000CC;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 77%;
	line-height: 150%;
	margin: 0 0 5px 0;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #003f85;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */