@charset "utf-8";
body {
	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: #001C00;
	background-color: #BDE584;
	background-image: url(coreimg/body_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 33px;
	margin-bottom: 33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
.border8_20 {
	margin-right: 20px;
	margin-left: 19px;
	margin-top: 8px;
	margin-bottom: 8px;
}


.sybseeds #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #d8f0b6;
	background-image: url(coreimg/container_bg.jpg);
	background-repeat: repeat-x;
}
.sybseeds #container .mainContent .centerpanelContent {
	padding-right: 225px;
	padding-left: 225px;
}
.sybseeds #container .mainContent .floatpanelContent {
	width: 205px;
	margin-bottom: 20px;
}
.sybseeds #container .mainContent .floatpanelContent .floatpanelText {
	background-image: url(coreimg/leafmenu_footer_fill.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	background-position: bottom;
}

.sybseeds #container .mainContent {
	clear: both;
}
.mainmenu_ul li #mmenu_1 {
	background-image: url(coreimg/mmenu_1.gif);
	height: 37px;
	width: 141px;
}
.mainmenu_ul li #mmenu_2 {
	background-image: url(coreimg/mmenu_2.gif);
	height: 37px;
	width: 144px;
}
.mainmenu_ul li #mmenu_3 {
	background-image: url(coreimg/mmenu_3.gif);
	height: 37px;
	width: 107px;
}
.mainmenu_ul li #mmenu_4 {
	background-image: url(coreimg/mmenu_4.gif);
	height: 37px;
	width: 107px;
}
.mainmenu_ul li #mmenu_5 {
	background-image: url(coreimg/mmenu_5.gif);
	height: 37px;
	width: 162px;
}

.sybseeds #container .mainmenuContent .mainmenu_ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}
.sybseeds #container .mainmenuContent .mainmenu_ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	height: 37px;
	width: auto;
	float: left;
}
.sybseeds #container .mainmenuContent .mainmenu_ul li a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	background-position: top;
}
.sybseeds #container .mainmenuContent .mainmenu_ul li a.active
{
	background-position: bottom;
}
/* Menu items that have mouse over or focus have a blue background and white text */
.sybseeds #container .mainmenuContent ul.mainmenu_ul li a:hover, .sybseeds #container .mainmenuContent .mainmenu_ul li a:focus
{
	background-position: bottom;
}

.sybseeds #container .headerContent {
	height: 163px;
}
.sybseeds #container .mainmenuContent {
	height: 37px;
}
.sybseeds #container .footerContent {
	background-image: url(coreimg/footer.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding-top: 8px;
	text-align: center;
}
.sybseeds  #container  .mainContent  .centerpanelspace  {
	clear: both;
	height: 22px;
	text-align: center;
}
.sybseeds #container .headerContent .headerLeft {
	float: left;
	height: 163px;
	width: 205px;
	background-image: url(coreimg/header_lucorner.gif);
	background-repeat: no-repeat;
}
.sybseeds #container .headerContent .headerRight {
	float: right;
	height: 163px;
	width: 205px;
	background-image: url(coreimg/header_rbcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sybseeds #container .headerContent .headerCenter {
	background-image: url(coreimg/header_text.gif);
	background-position: right 26px;
	background-repeat: no-repeat;
	margin-right: 205px;
	margin-left: 205px;
	height: 163px;
}
.sybseeds #container .mainContent .leftpanelContent {
	float: left;
	width: 205px;
}
.sybseeds #container .mainContent .rightpanelContent {
	float: right;
	width: 205px;
}
#vvcmap {
	position:relative;
	outline: none;
	text-decoration: none;

}

#vvcmapbig {
	visibility: hidden;
	position: absolute;
	width: 0;
	heigh: 0;
	left: -480px;
	top: -300px;
	display: block;
	float: left;
}
a#vvcmap:hover #vvcmapbig{
	visibility: visible;
	width: 450px;
	height: 449px;
}
#no8, #vvcmapbig, #vvcmapsmall {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}
