@charset "utf-8";
/* CSS Document */
body {
	background-color: #4A6834;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
}
.centered {
margin-left: auto;
margin-right: auto;
width: 980px;
}

.centered .header {
	background-color: #FFFFD9;
}
.centered .flashfeaturetop {
	clear: both;
	float: left;
	width: 985px;
}

.centered .flashfeature .feature_left {
	float: left;
	width: 685px;
	background-color: #FFFFD9;
}
.centered .flashfeature .feature_right {
	float: right;
	width: 260px;
	background-color: #4A6834;
}
.centered .flashfeature .feature_right .productfeature {
	float: right;
	clear: both;
	width: 300px;
	height: 145px;
	background-color: #4A6834;
	color: #FFFFD9;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.flashpatterns {
	float: left;
	clear: both;
	background-color: #4A6834;
	width: 685px;
	background-image: url(images2/quiltsleft.jpg);
}
.centered .flashfeature {
	background-color: #FFFFD9;
}

#dropmenudiv{
border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0px solid black; position:absolute;
line-height:18px;
z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000000
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
.centered .flashfeaturetop .flashfeaturetopright {
	width: 300px;
	float: right;
	background-color: #4A6834;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFD9;
	height: 27px;
}
.centered .menu {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	clear: both;
}
.centered .menu a {
	color: #FFFFD9;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFD9;
}
.centered .pagebody {
	display: block;
	clear: both;
	background-color: #FFFFD9;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}
h1 {
	font-size: 18px;
	color: #4A6834;
}
.centered .pagebody .bodyrightside {
	float: right;
	width: 194px;
}
.footer {
	width: 985px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFD9;
	margin-right: auto;
	margin-left: auto;
}
.footerlinks {
	margin-bottom: 15px;
}
.footer .footerlinks a {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.centered .flashfeature .feature_right .productfeature a {
	color: #FFFFD9;
	text-decoration: none;
}
#menu ul {
	margin:0px;
	list-style-type:none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li {
	float:left;
	position:relative;
	border-right:1px solid #a3a3a3;
	margin-top: 3px;
	padding-bottom: 5px;
}

#menu a:link, #menu a:visited {
	display:block;
	color:#ffffff;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

/* style the top level hover */
#menu a:hover {
	background-image: url(images/menubknd_hover.jpg);
	background-repeat: repeat-x;
color:#000000;
text-decoration:none;
}

#menu ul ul {
width:190px;
visibility:hidden;
position:absolute;
height:0;
top:28px;
left:0;
}
#menu li li {
	float:left;
	position:relative;
	border-left:1px solid #a3a3a3;
	border-right:1px solid #a3a3a3;
	margin-top: 0px;
	padding-bottom: 0px;
}
#menu ul ul ul{
visibility:hidden;
position:absolute;
left:180px;
top:0;
width:130px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0;}

/* style the second level links */
#menu ul ul a:link, #menu ul ul a:visited {
	background-image:url(images/submenubknd_hover.png);
	font-size:12px;
	color:#000000;
	height:auto;
	width:165px;
	border-bottom:1px solid #666666;
	padding-top: 5px;
	float: left;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin: 0px;
	background-color: #E4E5CA;
	background-repeat: repeat-x;
}

/* style the second level hover */
#menu ul ul a:hover{
background-image:none;
background:#FFFFBB;
color:#000000;
text-decoration:none;
}


/* style the third level link */
#menu ul ul ul a:link, #menu ul ul ul a:visited{
background-image:none;
background-color:#FFFFEA;
color:#000000;
text-decoration:none;
}

/* style the third level hover */
#menu ul ul ul a:hover{
background-image:none;
background-color:#ffffff;
color:#000000;
text-decoration:none;
}

#menu :hover > a {
	color:#000000;
	background-image: url(images/menubknd_hover.jpg);
	background-repeat: repeat;
}

#menu ul ul :hover > a {
color:#000;
background-color:#FFFFEA;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul li:hover ul ul,
#menu ul a:hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#menu ul li:hover ul li:hover ul,
#menu ul a:hover ul li:hover ul,
#menu ul li:hover ul a:hover ul,
#menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
.leftside {
	width: 740px;
}

.eventh1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: #4A6834;
} 
.eventtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #4A6834;
} 
.eventtitle a {
	text-decoration: none;
color: #4A6834;
}
.eventstripe {
	background-color: #FFF;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
.eventdate {
	font-size: 12px;
	color: #666;
}

