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

BODY {
	margin-top: 30px;
	text-align: center;
	background-color: #F0F0EE;

}


#web_page {

	margin: auto;
	width: 820px;

}

#header_shaddow {
		background-image: url("/images/shaddow-default.jpg");
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
}



#header {
	width: 800px;
	height: 150px;
	clear: both;
	border-bottom: 2px solid #024C76;
}


#footer {
	background-image: url("/images/shaddow-bottom.jpg");
	background-repeat: no-repeat;
	width: 820px;
	height: 54px;
	font: 10pt arial, sans-serif;
	clear: both;
	padding-left: 10px;
	float: left;
	text-align: left !IMPORTANT;
}

#copyright {
	width: 800px;
	background-color:  #CADE87;
	text-align: center;
	color: #024C76;
	clear: both;
	height: 43px;
	border-top: 2px solid #024C76;
}


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

/*---------- content rules ----------*/
#content_shaddow {
	background-image: url("/images/shaddow-text.jpg");
	background-repeat: repeat-y;
	width: 820px;
	float: left;
	padding-left: 10px;
	margin: 0px;
	text-align: left !IMPORTANT;
}


#content {
	margin: 0px;
	width: 800px;
	padding: 0px 0px 20px 0px;
	background-color: white;
	float: left;
}

#content H1 {
	display: none;

}
#content H2 {
	padding: 2px;
	margin: 0px;
	font: 10pt Century Gothic, arial, serif;
	color: #0954C5;
}
#content H3 {
	font: 11pt arial, serif;
	color: #6b0000;
	margin: 0px 0px 3px 0px;
	font-style: bold;
}
#page_text P {
	font: 10pt arial, sans-serif;
	margin: 0px 20px 20px 10px;
	line-height: 1.5em;
	color: #202020;

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


#content A:hover {
	color: #000;
}
#content LI {
	list-style: square;
	font: 9pt arial, sans-serif;
	margin-left: 5px;
	padding: 0px;
	color: #4A7C36;
	line-height: 15px;
}
div.rule HR {
	display: none;
}
div.rule {
	border-top: 1px dashed #a00;
	height: 15px;
}
#main_content {
	padding-top: 30px;
	width: 500px;
	float: left;
}

#main_content IMG {
	

}

table {
	
	
}

#page_text td {
	border: 1px solid #fff;	
	padding: 5px;
}

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

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


/*---------- navigation rules ----------*/

#map_nav {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	margin-bottom: 0px;
	background-image: url("/images/navbutton.jpg");
	background-repeat: repeat-x;

	width: 800px;
}
#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: #fff;
	width: 155px; 
	font: 8pt arial, verdana, sans-serif;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

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

#map_nav LI UL {
	position: absolute;
	display: none;
	width: 155px;
	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: #0077BC;
	color: #fff;
	width: 155px;
	border-top: 1px dashed #fff;
}
#map_nav LI UL LI A:hover {
	color: #fff !IMPORTANT;
	background: #024C76;
}

#sub_nav {
	margin-top: 30px;
	float: left;
	font: 10px Verdana, sans-serif;
	width: 150px;
}
#sub_nav UL {
	margin-left: 0px;
	padding-left: 3px;
}
#sub_nav UL LI {
	list-style: square;
	padding-left: 0px;
	margin-left: 15px;
	text-align: left;
	line-height: 2em;
}
#sub_nav UL LI A {
	color: #000;
	text-decoration: none;
}
#sub_nav UL LI A.sub_nav-there {

	color: #64A749 !IMPORTANT;
	font-weight: bold;
}
#sub_nav UL LI A:hover {
	color: #428E24;
}
A.sub_nav-2 {
	margin-left: 10px;
}

A.sub_nav-3 {
	margin-left: 20px;
}

/*---------- center button set rules ----------*/
#buttonspace {
	border-top: 1px solid #fff;
	width: 800px;
	background-color: #64A749;
	height: 100px;
	clear: both;
		
}

#buttonspace p {
	width: 245px;
	font: 8pt arial, sans-serif;
	color: #fff;
	margin: 0px 0px 0px 10px !IMPORTANT;

}

#buttonspace a {
	font: 8pt arial, sans-serif;
	color: #fff;
	
}

#buttonspace H2 {
	font: 8pt arial, sans-serif;
	color: #fff;
	font-weight: bold;
	background-image: none !IMPORTANT;
	margin-left: 10px;
	
}

#button1 {
	width: 265px;
	background-color: ;
	height: 100px;	
	float: left;
	border-right: 1px dashed #fff; 	
}

#button2 {
	width: 265px;
	background-color: ;
	height: 100px;	
	float: left;	
}
	
#button3 {
	width: 265px;
	background-color: ;	
	height: 100px;
	float: left;	
	border-left: 1px dashed #fff; 
}	
	


/*---------- top navigation set rules ----------*/
#topnavset {
	width: 800px;
	background-color: #CADE87;
	height: 100px;		
}

#topnavset p {
	width: 245px;
	font: 8pt arial, sans-serif;
	color: #024C76;
	margin-left: 10px;
}

#topnavset a {
	font: 8pt arial, sans-serif;
	color: #024C76;
	
}


#topnav1 {
	width: 265px;
	height: 100px;	
	float: left;
	border-right: 1px dashed #fff; 	
}

#topnav1 IMG {
	margin-top: 0px !IMPORTANT;
	padding: 0px !IMPORTANT;
}


#topnav2 {
	width: 265px;
	height: 100px;	
	float: left;	
}
	
#topnav3 {
	width: 265px;
	height: 100px;
	float: left;	
	border-left: 1px dashed #fff; 
}	
	








/*---------- 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: 1px solid #6b0000;

    color: #000;
    background: #fff;
	font: 10pt arial, sans-serif;
	padding: 1px 8px 1px 8px;
}
TD.form-caption SPAN {
	margin: 0px;
	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 {
	float: left;
	width: 190px;
	padding-left: 10px;
}

#left a {
	 font: x-small "Verdana", sans-serif;
}

