/**********************************************/
/*              Copy Right 2008               */
/*        http://www.newlifedesign.org        */
/*                                            */
/*             Author Kody Kasper             */
/*                 06/25/2008                 */
/**********************************************/

@charset "utf-8";
/* CSS Document */

body {
	-x-system-font:none;
	background:#e0e0e0 none repeat scroll 0 0;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}

* {
	margin:0;
	padding:0;
}

a {
	margin:0;
	padding:0;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #528938;
}

.green {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#528938;
}

.green a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	font-style:normal;
	color:#528938;
}

.green a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size:12px;
	font-style:normal;
	color:#000000;
}

#masterContainer {
	margin: 0px auto;
	height:auto;
	width: 800px;
	clear:left;
	color:#528938;
	text-align:justify;
}

.masterTxt{
	height:auto;
	margin: 0 15px 15px 25px;
}

img { border:0 }

.clearer {
  clear: both;
  line-height: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}


/************************/
/*        Header        */
/************************/

#headContainer {
	background:#e0e0e0 url(../images/tile.jpg) repeat-x scroll left top;
	height: 107px;
	float:left;
	width:100%;
}

.wrapper {
	width:800px;
	margin:0 auto;
	text-align:left;
	padding: 0;
}

.logo {
	top: 0px;
	height:67px;
	margin-left: 20px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
}
.logoTxt {
	float:right;
	margin-top: 15px;
	margin-left: 10px;
	text-align:right;

}

.logoTxt a {
	color: #528938;
	text-decoration: none;
	font-weight:bold;
}

.logoTxt a:hover {
	text-decoration: underline;
	color: #000000;
}

/************************/
/*        Flash         */
/************************/

#flashBox {
	margin: 0px auto;
	margin-top: 0px;
	width: 800px;
	height: auto;
}

/************************/
/*          ADS         */
/************************/

#adBox {
	margin: 0px auto;
	width: 800px;
	height:auto;
	clear:right;
}

.burgess {
	width: 195px;
	height: 264px;
	margin: 0 0 20px 100%;
}

.farmersWeekly {
	width: 195px;
	height: 72px;
	margin: 0 0 0 100%;
}


/************************/
/*         TEXT         */
/************************/
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#528938;
	margin: 0 0 12px 0;
}

h2 {
	font-size:16px;
	font-weight: bold;
	color:#528938;
	margin: 0;
}

h3 {
	font-size:16px;
	font-weight: bold;
	color:#000000;
	margin: 0;
}

h4 {
	font-size:18px;
	font-weight: bold;
	color:#FFFFFF;
	margin: 0;
}
/************************/
/*        Footer        */
/************************/

#footer {
	margin: 0px auto;
	height:70px;
	width:800px;
	line-height: 15px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
	background-image:url(../images/footerM.jpg);
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.footer a:hover {
	text-decoration: underline;
	color: #000000;
}

/******************/
/*   CSS MENUS    */
/******************/

#menu {
	top: 67px;
	width: 800px;
	margin: 0;
	z-index:9999;
}

.navlink a {
	display: block;
	height:30px;
	background: url(../images/green.jpg);
	background-repeat:repeat-x;
	padding: 0 20px 0 20px;
}

.navlink a:hover {
	background: url(../images/roll.jpg);
	background-repeat:repeat-x;
}

#menu #nav {
list-style:none;
}

#menu #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu #nav a {
	font-weight: bold;
	color: #ffffff;
}

#menu #nav a {
	text-decoration: none;
	line-height: 28px;
}

#menu #nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 11px;
}

#menu #nav li li a:hover {
	width: 138px;
	font-weight: normal;
	color: #000000;
    background: url(../images/roll.jpg) repeat-x;
}

#menu #nav li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
}

li#first {
	border-left-width: 0;
}

li#last {
	border-right-width: 0;
}

#menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	color:#000000;
	background-color: #4f8935;
	border-right: solid 1px #45732f;
    border-left: solid 1px #45732f;
}

#menu li>ul {
	top: auto;
	left: auto;
}

#menu li li {
	display: block;
	height: 30px;
	float: none;
	background-color: transparent;
	border-bottom: solid 1px #45732f;
}

#menu li:hover ul, li.over ul {
	display: block;
		line-height: -15px;
}

/**********************************************/
/*              Copy Right 2008               */
/*        http://www.newlifedesign.org        */
/*                                            */
/*             Author Kody Kasper             */
/*                 06/25/2008                 */
/**********************************************/
