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

BODY {
	background-color: #000;
	background-image: url("/images/bodybackdefault.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#uppernav {
	position: absolute;
	margin: 0px 0px 0px 0px !IMPORTANT;
	padding: 1px 0px 1px 0px !IMPORTANT;
	top: 10px;
	vertical-align: text-top;
	height: 20px;
}

#uppernav a {
 	font: 7pt Verdana, arial, sans-serif;
 	color: #fff;
 	text-decoration: none;
 	margin: 0px;
 	border: 0px;
 	height: 20px;
}

#uppernav p {
 	font: 7pt Verdana, arial, sans-serif;
 	color: #fff;
 	text-decoration: none;
 	margin: 0px;
 	border: 0px;
 	height: 20px;
}
img {
	border: none;	
}
#web_page {
	margin: 30px auto 0px auto;
	width: 1000px;
	background: #fff;
}

#header {
	background-image: url("/images/header.gif");
	background-repeat: no-repeat;
	margin: 0px;
	height: 152px;


}


#footer {
	width: 1000px;
	margin: auto;
	background: #000;
	font: 10pt arial, sans-serif;
	clear: both;
}

#footer p {
	font: 9pt Verdana, arial, sans-serif;
	margin: 0px 20px 10px 20px;
	text-align: center;
	color: #fff;
}


#footertext {
	padding-top: 0px;
	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 {
	margin-top: 20px;
	clear: both;
	color: #fff;
	text-align: center;
	font: 7pt Verdana, arial, sans-serif;
	letter-spacing: .25em;
}


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



/*---------- content rules ----------*/
#content {
	margin: 0px 0px 0px 0px;
	width: 1000px;
	padding: 20px 0px 20px 0px;
	float: left;
}



.home-page H1 {
	display: none;
}

#content H1 {
	font: 20pt verdana, sans-serif;
	font-variant: small-caps;
	color: #000;
	letter-spacing: .10em;
	margin: 0px 0px 20px 0px;

	
}
#content H2 {
	font: 14pt Paramount, times new roman, serif;
	border-bottom: 1px solid #D4E1E9;
	font-variant: small-caps;
	color: #0B516C;
	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: #255B78;
	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 {
	width: 750px;
	float: left;
	margin-left: 20px;
	
}

#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 {
	border-top: 1px solid #fff;
	height: 33px;
	margin-bottom: 0px;
	background: #a4a4a4;
	width: 999px;
	background-image: url("/images/nav.gif");
	background-repeat: no-repeat;
	
}
#map_nav UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}


#map_nav LI {
	float: left;
}

#map_nav LI A {
	display: block;
	padding: 10px 7px 9px 7px;
	color: #fff;
	font: 8pt arial, sans-serif;
	text-decoration: none;
	border-right: 1px solid #fff;
}

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

#map_nav LI UL {
	position: absolute;
	display: none;
	width: 155px;
	border: 1px solid #fff;
	margin: -5px 0px 0px 0px;
	padding-left: 0px;
}


#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: #0308CB;
	color: #fff;
	width: 155px;
	border-top: 1px solid #fff;
}
#map_nav LI UL LI A:hover {
	color: #fff !IMPORTANT;
	background: #03496C;
}



#sub_nav {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 10px Verdana, sans-serif;
	width: 100px;
	clear: right;
}
.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: #0308CB;
	color: #000;
	text-decoration: none;
	color: #fff;
	font: 8pt arial, verdana, sans-serif;
	border-bottom: 1px dotted #0F6787;
	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: #E2E8EC;
}
A.sub_nav-2 {
	font-style: italic;
	padding-left: 10px !IMPORTANT;
	 background: #6794B0 !IMPORTANT;
	border-bottom: 1px solid #fff !IMPORTANT;
}

A.sub_nav-3 {
	font-style: italic;
	padding-left: 20px !IMPORTANT;
	color: #0B516C !IMPORTANT;
	background: #C7D7E1 !IMPORTANT;
	border-bottom: 1px solid #fff !IMPORTANT;
}



/*---------- 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: #0b516c;
    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;
	background-color: #F6FCFE;
}

/*---------- 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;
}

/*--- Right side definitions --*/
#right {
	float: left;
	width: 200px;
	padding: 0px 5px 20px 0px
	margin: 0px 0px 0px 20px;
	
	
}

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

}

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

}

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

#right img {
	padding: 5px;
	text-align: center;
}

#right h2 {
	color: #7DA6C0;
	font: 14pt Verdana, arial, sans-serif;
	margin: 0px !IMPORTANT;
	padding: 0px !IMPORTANT;
}

#righttext {
	text-align: center;
}


/*---------- 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;
	
}

/*-- Store Rules --*/



.item_entry {
	border-top: 1px solid #F1E0F2;
	margin-bottom: 5px;
	background-color: #fff;
	margin: 5px 5px 0px 5px;
}
.item_image IMG {
	float: left;
	width: 20% !IMPORTANT;
	margin: 5px 0px 0px 5px !IMPORTANT;
}


.item_info {
	width: 75% !IMPORTANT;
	
}

.item_name A {
	font: 12pt arial, sans-serif;
	color: #8450BE !IMPORTANT;
	text-decoration: underline;
	
}

.item_name A:hover {
	font: 12pt arial, sans-serif;
	color: #3F005C !IMPORTANT;
	text-decoration: underline;
	
}

.item_price {
	font: 10pt arial, sans-serif;
	color: #3F005C !IMPORTANT;
}

.item_button {

	border: none !IMPORTANT;
	z-index: 5;

}

.item_page_image IMG {
	height: 200px !IMPORTANT;
	float: left;
	margin-top: 0px !IMPORTANT;
}

.item_page_price  {
	margin-left: 0px;
	margin-top: 0px !IMPORTANT;
	z-index: 5;
}

#store {
	margin-left: 3px;

	background: #fff;
	padding-bottom: 10px;
}



#store INPUT {
	border: none !IMPORTANT;
}
#store H2 {
	width: 250px !IMPORTANT;
	padding: 2px;
	margin: 0px 0px 20px 0px;
	font: 14pt Swis721 Ex BT, arial, sans-serif;
	color: #0B53A2!IMPORTANT;
	text-align: left !IMPORTANT;
	letter-spacing: .10em;

}

#store DIV.item_entry DIV.item_description {
	display: block !IMPORTANT;
	font: small "Arial";
}

#store p {

	z-index: 5;
	margin-top: 0px !IMPORTANT;
	margin-top: 30px;
	width: 250px !IMPORTANT;
}

