html, body, div, span, applet, object, iframe, p,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, h1,h2,h3,p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 30px;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

p.main {
	margin-bottom: 30px;
	font-size: 15px;
	line-height:170%;
	color:#333;
}
p.main img.left  {
	float:left;
	border:1px solid #555;
	margin:7px 20px 20px 0px;
}

p.main img.right  {
	float:right;
	border:1px solid #555;
	margin:7px 0px 20px 20px;
}

ul.bullet{
	list-style-type: disc;
	line-height:170%;
	font-size: 15px;
	color:#333;
	padding-left:20px;
	padding-bottom:20px;
}

ul.bullet li {
	margin-bottom:10px;
}

html, body, #topDiv {height: 100%;}

a {
	text-decoration:none;
}

small {
	font-size:0.6em;
}

#logo {
	text-align: right;
}
body {
	margin:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	font-family: Helvetica, Arial, sans-serif;
}

ul,ol {margin:0;padding:0;list-style-type: none;}

:focus {
	outline: 0;
}

#bgContainer{
	height: 100%;
}

#contentWrap{
	position:absolute;
	top:0;
	left:0;
	right:0;
}

#leftbk{
	float:left;
	height: 1200px;
	width:50%;
	background-position: top right;
	background-repeat: no-repeat;
}
#rightbk{
	float:left;
	width: 50%;
	height: 1200px;
	background-position: top left;
	background-repeat: no-repeat;
}

#contentContainer{
	margin:0 auto;
	width:775px;
	height: 100%;
	background-color: #fff;
}

#page{
	min-height:900px;
}

#navband {
	padding:5px;
	position:absolute;
	top:280px;
	width:765px;
	background-color:black;
	text-align: center;
}

#navband a {
	color:white;
	text-decoration: none;
}

#navband a:hover {
text-decoration: underline;
}

#navband li {
	display: inline;
}


#maincontent {
	float:left;
	width:610px;
	min-height:500px;
	margin-right:-80px;
	padding:20px;
}

.border1 {
	margin-left:5px;
	padding-right: 10px;
	border-right:1px solid #fff;
}

.borderEnd {
	margin-left:5px;
	width:100px;
}

#notes {
	width:200px;
	float:right;
	position:relative;
	right:-70px;
	overflow: hidden;
}

ul#news {
	margin:0;
	
}

ul#news li {
	padding-left:50px;
	margin-bottom:20px;
	background:url(/images/redPin.png) no-repeat;
}

#noticeboard {
	float:left;
	width:530px;
	height:365px;
	padding:50px;
	background:url(/images/noticeBoard.jpg);
}
.contactpics {
	float: left;
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bio {
	clear: left;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 5px;
}

.bioInfo {
	float:left;
	width:440px;
}

.newsItem a{
	color:#006633;
}

.newsItem a:hover{
	color:#339966;
}

.headline {
	font-size:18px;
	font-weight:bold;
}

.created {
	margin-left:10px;
	font-size:13px;
	font-weight:bold;
}

.teaser {
	font-size:13px;
}

#newsContent p{
	color:#333;
	font-size:15px;
	line-height:20px;
}

#newsContent span.date {
	float:right;
	margin-top:10px;
	font-size:14px;
	color:#666;
}

#herbContent {
	width:400px;
	margin:0 auto;
}

.herbBtn {
	cursor:pointer;
}

#herbTopRow {
	float:left;
	width:400px;
}

#herbBottomRow {
	float:left;
	clear:left;
	margin-left: 50px;
	width:400px;
}

#herbSubtext {
	clear:left;
	margin:0 auto;
	width:500px;
	font-size: 15px;
	line-height:20px;
	color:#333;
	padding-bottom:30px;
}
.recipeBox {
	float:left;
	background: url(/images/recipe_sticker.jpg) no-repeat;
	width:305px;
	height:284px;
}

img.recipeImage {
	margin:16px 16px 0 16px;
	cursor:pointer;
}

img.recipeIcon {
	margin-left: 20px;
	float:left;
}

div.recipeName {
	float:right;
	font-weight:bold;
	height:50px;
	width:200px;
	margin:10px 25px 0 0;
}

.recipeLeft {
	clear:both;
}

#recipe {
	margin-top:30px;
	float:left;
	width:620px;
}

#recipe p {
	font-size: 16px;
	color:#333;
	line-height: 25px;
}

#ingredients {
	font-weight:bold;
}

p.instruction {
	margin-top: 30px;
}

#ingredients {
	margin-top:20px;
	margin-bottom:20px;
}

#recipeMainImg {
	margin:30px 0 20px 10px;
	float:right;
	clear:right;
	border: 1px solid #777;
}

#printIcon {
	float:right;
	cursor:pointer;
	height:50px;
	width:50px;
	margin-top:-30px;
}

#mapCanvas {
	margin-bottom:30px;
	border:1px solid #333;
}

.trigger {
	cursor:pointer;
}

#people {
	float:left;
	width:620px;
}

.personBox{
	width:600px;
}

.personImgWrap {
	float:left;
	width:150px;
	height:170px;
	border:1px solid #ccc;
}

.personInfoWrap {
	float:left;
	width:400px;
	padding-left:20px;
	padding-bottom:30px;
}

.personInfoWrap li {
	margin-bottom:10px;
}

.personInfoWrap p {
	line-height: 25px;
}

#newsThumbs {
	margin-top:20px;
}

#newsThumbs img {
	margin-right:10px;
}

#footer {
	width:775px;
	float:left;
	height:40px;
	text-align:center;
	font-size:10px;
}