@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 800px;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #363;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #393;
}

#header {
	height: 161px;
	background-image: url(images/veg-fruit-banner.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}

h1, h2, h3, h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: bold;
}
#mainContent {
	font-size: 12px;
	padding: 15px 10px 15px 15px;
	width: 720px;
	margin: 0 auto;
	background-image: url(images/top-edge1.jpg);
	background-repeat: repeat-x;
	background-color: white;
}
#mainContent a:link, #mainContent a:visited {
	color: #090;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover {
	color: #fff;
	background-color: #090;
}
#mainContent h1 {
	font-size: 18px;
	margin: 0;
}
#mainContent p {
	line-height: 120%;
	margin-top: 0px;
}
#mainContent .divider {
	height: 27px;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}

#events h2 {
	font-size: 16px;
}
#events h3 {
	font-size: 14px;
}
#events h4 {
	font-size: 12px;
}

#events ul li {
	padding-bottom: 5px;
}

.img-shadow-rt {
	float:right;
	background: url(images/shadow.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 10px 0 10px!important;
	margin: 10px 10px 0 5px;
}
.img-shadow-rt img {
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
} 

#linkbox {
	background-image: url(images/linkbox-mid.jpg);
	background-repeat: repeat-y;
	float: right;
	width: 270px;
	margin-left: 10px;
	margin-top: 10px;
}
#linkbox .linkhead {
	background-image: url(images/linkbox-toph.jpg);
	background-repeat: no-repeat;
	height: 34px;
}
#linkbox .linkfoot {
	background-image: url(images/linkbox-bot.jpg);
	background-repeat: no-repeat;
	height: 26px;
}
#linkbox .linktext {
	padding: 5px 10px 0 10px;
	margin: 2px;
	font-size: 11px;
}
#linkbox .linktext a {
	line-height: 140%;
}

#voffice p {
	margin-top: 10px;
	margin-bottom: 0px;
}

#cal {
	margin: 10px 0 20px 0;
	float: left;
	width: 170px;
	clear: both;
	overflow: hidden;
}

#subscribe {
	margin-top: 20px;
}

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#090;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#copyright {
	height: 36px;
	width: 800px;
	margin: 0 auto;
}
#copyright p {
	font-size: 11px;
	color: #000000;
	margin: 0 10px;
	padding-top: 12px;
}
#copyright a:link, #copyright a:visited {
	color: #000000;
}
#copyright a:hover {
	color: #FFCC33;
	text-decoration: none;
}
#copyright .hosting {
	float: right;
	color: #000000;
}
#events .rightimg {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

