html, body {
	margin:0;
	padding:0;
	line-height: 1;
}

p, .intro, .intro a, .contact, .contact a, .address, .address a, .bt, .bt a, .breadcrumbs, .breadcrumbs a, .menu, .menu a, h2, h2 a, h3, h1, h1 a, .copy, .info, .sideBar, .sideBar a, .bottletopDarkGreen, .bottletopGreen, .footerText, .footerText a {
	margin-top:0px;
	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	color: #444;
}

a {
	font-weight: bold;
}

.bt a {
	font-weight: bold;
}

.bt a:hover {
	color:#177625;
}

.menu  {
	color:#fffd3f;
	font-weight: bold;
}

.menu  a {
	color:#FFFFFF;
	font-weight: bold;
}

.menu  a:hover {
	color:#fffd3f;
	font-weight: bold;
}

.contact  {
	text-align:right;
	color:#FFFFFF;
	font-weight: bold;
}

.contact  a {
	color:#177625;
	font-weight: bold;
}

.contact  a:hover {
	color:#881C20;
	font-weight: bold;
}

.address {
	
	font-weight: bold;	
}

.address a {
	
	font-weight: bold;	
}

.breadcrumbs  {
	color:#FFFFFF;
	font-weight: bold;
}

.breadcrumbs  a {
	color:#FFFFFF;
	font-weight: bold;
}

.breadcrumbs  a:hover {
	color:#FFFFFF;
	font-weight: bold;
}

.footerText {
	color: #8ed05b;
}

.footerText a {
	color: #FFFFFF;
	font-weight: bold;
}

.footerText a:hover {
	color: #8ed05b;
	font-weight: bold;
}

h1 {
	color: #215329;
	font-weight: bold;
	font-size: 18px;
}

h1 a {
	color: #215329;
	font-weight: bold;
	font-size: 18px;
}

h1 a:hover {
	color: #215329;
	font-weight: bold;
}

h2 {
	color: #881c20;
	font-weight: bold;
	font-size: 14px;
}

h2 a {
	color: #881c20;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	color: #630728;
	font-weight: bold;
	font-size: 10px;
	text-align:right;
}

.copy {
	color:#2874bf;
	font-size:10px;
	text-align:right;
}

a img {
	border:0px;
}

hr {
	clear:both;
	float:none;
	position:relative;
	height:1px;
	_height:2px;
	margin:0px;
	border:1px solid #d6f1c6;
}

.chickenCornerTop {
	background-image:url('images/chicken_tree_01.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	
}

.chickenCornerBot {
	background-image:url('images/chicken_tree_02.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
}

.hedgeBottom {
	background-image:url('images/hedgerow.gif');
	background-repeat:repeat-x;
	background-position:bottom left;
}

.grassLines {
	background-image:url('images/grass_lines.gif');
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#177625;
}


/* -------------------- ROUNDED CORNER BOX -------------------- */

#boxT, #boxR, #boxB, #boxL  { position:relative; width:100%; height:100%; z-index:5; float:left; }
#boxTR, #boxBR, #boxBL, #boxTL { position:relative; width:100%; height:100%; z-index:5; background-repeat: no-repeat; float:left; }
/* box edges */
#boxT { background-image: url(images/boxEdge.gif); background-repeat: repeat-x; background-position: top; background-color: #c4ebad; }
#boxR {	background-image: url(images/boxEdgeR.gif); background-repeat: repeat-y; background-position: right; }
#boxB { background-image: url(images/boxEdgeB.gif); background-repeat: repeat-x; background-position: bottom; }
#boxL { background-image: url(images/boxEdge.gif); background-repeat: repeat-y; background-position: left; }
/* box corners */
#boxTR { background-image: url(images/boxTR.gif); background-position: right top; }
#boxBR { background-image: url(images/boxBR.gif); background-position: right bottom; }
#boxBL { background-image: url(images/boxBL.gif); background-position: left bottom; }
#boxTL { background-image: url(images/boxTL.gif); background-position: left top; }



/* -------------------- BREADCRUMB BOX -------------------- */

.bb img{
	border:1px solid #000000; }

.imageleft {
	 float:left;margin:0 20 20 0;
}

.imageright {
	 float:right;margin:0 0 30 20;
}
	
.spacer {
	position:relative;
	float:left;
	padding:0 10 0 0; }

/* makes objects go onto their own line */
.clear { clear: both; }


.paddedbox {
	padding:20 30 40 20;
}
