/*---------- site map rules ----------*/

BODY {
	background: #333301;
	margin-top: 0px;
}


#web_page {
	margin: auto;
	width: 777px;
	background: #fff;
}

hr {
	
	display: none;
}

#header {
	background-image: url("/images/header.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	height: 117px;
	border-bottom: 4px solid #fff;

}


#footer {
	width: 777px;
	margin: auto;
	background-image: url("/images/footer.jpg");
	background-repeat: no-repeat;
	font: 10pt arial, sans-serif;
	clear: both;
	height: 211px;
	border-bottom: 4px solid #fff;
}

#footertext {
	padding-top: 5px;
	font: 8pt Verdana, arial, sans-serif;
	color: #fff;
 	
}

#site_map_link A {
	margin: 15px 15px 15px 5px;
	padding: 2px;
	color: #fff;
	text-align: right !IMPORTANT;
	text-decoration: none;
	font: 8pt Verdana, arial, sans-serif;
}
#site_map_link A:hover {
	color: #fff;
}
#copyright {
	clear: both;
	color: #fff;
	text-align: center;
}


#copyright A {
	color: #fff;
	text-decoration: none;
}

/*---------- content rules ----------*/
#content {
	margin: -5px 0px 0px 0px;
	width: 777px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	float: left;
	background-image: url("/images/content.gif");
	background-repeat: repeat-y;

}

#wrapper {
	float: left;
	background-image: url("/images/wrapper.jpg");
	background-repeat: no-repeat;



}

#content H1 {
	font: 24pt Paramount, times new roman, serif;
	font-variant: small-caps;
	color: #CDB783;
	
	letter-spacing: .10em;
	margin: 0px 0px 20px 0px;
	width: 500px;
	
}

#main_content {
	width: 520px;
	float: left;
	padding: 20px 0px 0px 20px;
	
}
#content H2 {
	font: 14pt Paramount, times new roman, serif;
	border-bottom: 1px solid #CDB783;
	font-variant: small-caps;
	color: #333300;
	font-weight: bold;
	
}
#content H3 {
	font: 11pt arial, serif;
	color: #6b0000;
	margin: 0px 0px 3px 0px;
	font-style: bold;
}
#page_text P {
	font: 10pt Verdana, arial, sans-serif;
	margin: 0px 20px 0px 10px;
	line-height: 1em;
	color: #000;

}


#page_text P A, LI A {
	color: #a00;
	text-decoration: underline;
}


#content A:hover {
	color: #000;
}
#content UL LI {
	list-style: square;
	font: 9pt Verdana, sans-serif;
	margin-left: 5px;
	padding-left: 0em;
	color: #000
	line-height: 2em;
}

#content OL LI {

	font: 9pt Verdana, sans-serif;
	margin-left: 5px;
	padding-left: 0em;
	color: #000
	line-height: 2em;
}
div.rule HR {
	display: none;
}
div.rule {
	border-top: 1px dashed #a00;
	height: 15px;
}


#main_content IMG {
	margin-top: 0px;
	padding: 5px;

}

table {
	
}

#page_text td {
}

table img {
	margin-top: 0px !IMPORTANT;
}

.block_cell p {
	font: 8pt arial, sans-serif !IMPORTANT;
}


/*---------- navigation rules ----------*/
#map_nav {
	float: left;
	height: 33px;
	margin: 75px 0px 0px 0px;
	width: 777px;

}
#map_nav UL {
	margin: 0;
	padding: 0;
	list-style: none;
}
#map_nav #map_nav_list {
	height: 1em;
	padding: 0;
}

#map_nav LI {
	position: relative;
	float: left;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	text-align: center;
}

#map_nav LI A {
	display: block;
	line-height: 1em;
	color: #F2CF71;
	font: 8pt arial, sans-serif;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	padding: 10px 8px 9px 8px;
}

#map_nav LI A:hover {
	color: #fff!IMPORTANT;
}

#map_nav LI UL {
	position: absolute;
	display: none;
	width: 155px;
	left: 0px;
	border: 1px solid #333301;
}


#map_nav LI UL LI UL {display: none !IMPORTANT;}

#map_nav LI:hover UL,
#map_nav LI.over UL {
	display: block;

}

#map_nav LI UL LI {
	border: none;
	float: none;
	width: 155px;
	margin-top: -2px;
	padding: 0;
	text-align: left;
}

	
#map_nav LI UL LI A {
	padding: 3px 0px 5px 0px;
	margin: 0px;
	text-decoration: none;
	border: none;
	text-align: center;
	background: #E6CC99;
	color: #333301;
	width: 155px;
	border-top: 1px dashed #333301;
}
#map_nav LI UL LI A:hover {
	color: #E6CC99 !IMPORTANT;
	background: #333301;
}

#map_nav-8 a {
		border-right: none !IMPORTANT;
}

#sub_nav {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font: 10px Verdana, sans-serif;
	width: 160px;
	border: 1px solid #333301;
	background: #0B516C;
}
.sub_nav-empty {
	display: none;	
}
#sub_nav UL {
	margin: 0px;
	padding: 0px;
}
#sub_nav UL LI {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
	
}
#sub_nav UL LI A {
	display: block;
	background: #E6CC99;
	color: #333301;
	text-decoration: none;
	font: 8pt arial, verdana, sans-serif;
	border-bottom: 1px solid #333301;
	padding-left: 5px;
}
#sub_nav UL LI A.sub_nav-there {
	background: #117397;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
}
#sub_nav UL LI A:hover {
	color: #E6CC99;
	background: #333301;
}
A.sub_nav-2 {
	font-style: italic;
	margin-left: 0px;
	background: #1C9BCA !IMPORTANT;
	border-bottom: 1px dotted #fff !IMPORTANT;
}

A.sub_nav-3 {
	font-style: italic;
	margin-left: 0px;
	color: #0B516C !IMPORTANT;
	background: #67C6E9 !IMPORTANT;
	border-bottom: 1px dotted #fff !IMPORTANT;
}

/*---------- bread crumb rules ----------*/

#bread_crumbs a {
		font: 7pt Verdana, arial, sans-serif;
	margin: 0px 5px 20px 0px;
	line-height: 1.5em;
	color: #0B516C;
}

#bread_crumbs  {
	margin: -20px 0px 20px 15px;
	
}

/*---------- VFD form rules ----------*/
.VFD_form {
	text-align: left;
}

.VFD_form TABLE TD {
	text-align: left;
	font: 10pt arial, sans-serif;
	padding-bottom: 8px;
}
INPUT, TEXTAREA {
	border-style: solid;
	border-width: 1px;
	border-color: #6b0000;
    color: #000;
    background: #fff;
	font: 10pt arial, sans-serif;
	padding: 1px 8px 1px 8px;
}
TD.form-caption SPAN {
	margin: 0px;
	border-bottom: 1px solid #6b0000;
	font: 10pt arial, sans-serif;
	display: block;
	width: 100px;
	color: #000;
	background: #fff;
	padding: 1px 0px 1px 8px;
}
.form-submit INPUT {
	width: 150px;
}
.form-submit {
	text-align: center !IMPORTANT;
}

/*---------- site map rules ----------*/
#site_map {
	margin: 0px 0px 20px 50px;
	border-left: 8px solid #948484;
}
#site_map A {
	font: 8pt arial, sans-serif;
	color: #6b0000;
	text-decoration: none;
}
#site_map A:hover {color: #000;}
#site_map UL {margin-bottom: 15px;}
#site_map LI {
	list-style: none;
	line-height: 1em;
}

#gallery {
	margin-bottom: 10px;
	 margin-left: 0px;
}
.gallery_entry {
	height: 250px !IMPORTANT;
	width: !IMPORTANT;
	float: left;
	margin: 4px;
	padding: 5px;
	text-align: center;
}
.gallery_photo IMG {
	height: 200px !IMPORTANT;
	
	}
.gallery_caption {
	font-family: Arial;
	font-size: 10pt !IMPORTANT;
}

.gallery_caption p {
	color: #000!IMPORTANT;
}



/*---------- CATALOG RULES ----------*/
#catalog TABLE {
    border-collapse: collapse;
}
#catalog IMG {
    width: 120px;
}
#catalog TABLE TR TD {
    vertical-align: top;
    font: small "Georgia";
    color: #000;
    border: 1px solid #000;
    padding: 5px 2px 20px 2px;
}
#catalog TABLE TR TD.category_header {
    border: none !IMPORTANT;
    padding-top: 30px;
}
#catalog TABLE TR TD.category_header H2 {
    padding: 0px;
    margin: 0px;
    font-size: large;
}
#catalog TABLE TR TD.alt_row {
    background: #eee;
}
#catalog TABLE TR TH {
    font: small "Verdana", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    text-align: left;
}

/*--- Left side definitions --*/
#right {
	float: left;
	width: 160px;
	margin: 20px 0px 0px 70px;
	
}

#right p {
	font: 8pt arial, sans-serif;
	margin: 0px 0px 10px 0px;
	color: #fff;

}

#right p.paragraph-1  {
	margin: 0px !IMPORTANT;

}

#right a {
	
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#right img {
	float: left;
	padding: 5px;
	clear: both;
}

#right h2 {
	color: #fff;
	font: 10pt Verdana, arial, sans-serif;
	font-weight: bold;
	border: none;
}

#right1 {
	
	width: 190px;
	border: 1px solid #7DA6C0;
	padding: 0px 0px 10px 0px
}

#right2 {
	
	width: 190px;
	border: 1px solid #7DA6C0;
	margin-top: 10px;
	padding: 0px 0px 10px 0px
}

/*---------- Calendar rules ----------*/
#calendar {
	
}
#calendar TABLE{
	margin-top: 0px;
	margin-bottom: 25px;
}
#calendar-header SPAN {display: none;}
#calendar_control {

	text-align: center;
	margin-top: 0px;
	
}
.calendar_next A {
	font: 10pt Verdana !IMPORTANT;
	color: #B7955B;
	text-decoration: none;
}
.calendar_current {
	text-align: center;
	font: medium Helvitica, Verdana;
	color: #0B516C;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 25px;
}
#calendar TD.event_cell {
	border-top: 1px solid #778;
	margin-top: 25px;
	font: small Georgia;
	color: #6C2600;
	
}
#calendar .event-header {
	font-weight: bold;
}
#calendar .event-header A {
	color: #335;
	margin-left: 15px;
	font: small Arial;
	text-decoration: none;
}
#calendar .event-header A:hover {
	color: #00f;
}
#calendar .event-description {
	margin: 0px 5px 5px 5px;
}
#calendar .event-description P {
	margin-left: 0px;
	padding-left: 6px;
}
#calendar .past_event {
	color: gray !IMPORTANT;
}
#calendar .today_event {
	background: #fff;
}

.home_event h2 {
	text-align: center;
	
}
