@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
}
/*
html {
	height:100%;	
}*/
a {
	color: #639032;
	}
#left {
	height: 100%;
	width: 30px;
	float: left;
	position: absolute;
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
	left: 0;
	visibility: visible;
}
#right {
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
	float: right;
	width: 170px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	margin-top: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	visibility: visible;
}
#right p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	padding-right: 40px;
	font-size: 12px;
}
.content {
	margin-top: 130px;
	margin-right: 180px;
	margin-left: 40px;
}
#topleft {
	position:absolute;
	left:0px;
	top:0px;
	width:155px;
	height:130px;
	z-index:1;
	background-image: url(../images/bg_topleft.jpg);
	background-repeat: no-repeat;
	visibility: visible;
}
#topright {
	position:absolute;
	right:0px;
	top:0px;
	width:185px;
	height:130px;
	z-index:1;
	background-image: url(../images/bg_topright.jpg);
	background-repeat: no-repeat;
	visibility: visible;
}
/* Menu */
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 30px;
}
#menu li:hover {
	border-bottom-width: 1px;
	padding-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	background-color: #fef7fa;
}
#menu li.selected {
	border-bottom-width: 1px;
	padding-bottom: 5px;
	background-color: #990000;
	color: #fff
}
#menu li.selected:hover {
	border-bottom-width: 1px;
	padding-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
#menu dd {
	padding-right: 50px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 30px;
	text-indent: 0px;
}
#menu dd:hover {
	border-bottom-width: 1px;
	padding-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	background-color: #fef7fa;
	display: block;
}
#menu .selected {
	color: #FFFFFF;
}
#menu a {
	color: #990000;
	text-decoration: none;
}
#sublinks a {
	padding-right: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 0px;
	display: block;
}
#sublinks a:hover, a.select {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}
/* Header */
#header {
	position: absolute;
	height: 100px;
	width: 457px;
	left: 155px;
	top: 0px;
}
#header h1 {
	display:block;
	width:457px;
	height:100px;
	text-indent:-9009px;
	background-image: url(../images/bg_title.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	}
.content h2 {
	font-size: 20px;
	color: #639032;
}
.content p {
	color: #333333;
	font-size: 11pt;
}
.content img {
	margin-right: 10px;
}
/* Rounded Footer */
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background-color: transparent;
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 10px;
	color: #fff;
} 
.cssbox {
	width: 100% !important; /* intended total box width - padding-right(next) */
	width: 320px; /* IE Win = width - padding */
	padding-right: 15px; /* use to position the box */
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
} 
/* set the lower-left corner image */ 
.cssbox_body {
	background-position: bottom left;
	margin-right: 25px; /* mirror .cssbox_head right/left */
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
} 
/* Contact Us Footer */
.contactbox, .contactbox_body, .contactbox_head, .contactbox_head h2 {
	background-color: transparent;
	background-image: url(../images/contactbox.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 16px;
	color: #639032;
} 
.contactbox {
	width: 100% !important; /* intended total box width - padding-right(next) */
	width: 100%; /* IE Win = width - padding */
	padding-right: 15px; /* use to position the box */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
/* set the top-right image */ 
.contactbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.contactbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	font-size: 20px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 40px;
} 
/* set the lower-left corner image */ 
.contactbox_body {
	background-position: bottom left;
	margin-right: 25px; /* mirror .cssbox_head right/left */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 40px;
} 
.contactbox_body a {
	color: #FFFFFF;
}
.contactbox_body p {
	color: #FFFFFF;
}
.content ul {
	font-weight: bold;
	color: #990000;
	list-style-type: none;
	list-style-image: url(../images/arrow.gif);
}
#menu #sublinks {
	background-color: #FFFFFF;
	margin-right: 30px;
}
#footer img {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-right: 3px;
	padding-bottom: 0px;
}
#footer td {
	font-size: 10px;
	color: #000000;
} #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}
.events {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #639032;
}
