@charset "UTF-8";
/* CSS Document */

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img
fieldset, img {
	border: 0;
}
*/
/* Custom reset for common tags */

strong, b { font-weight: bold; }

em, i { font-style: italic; }

p, ul, ol { padding: 5px 0px; }

p, td { line-height: 1.5em; }

ol, ul { padding-left: 25px; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }

h1, h2, h3, h4, h5, h6 { font-family: "Times New Roman", Times, serif; }
h1 { font-size: 20px; text-transform: uppercase; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a:link, a:visited { text-decoration: none; color: #700; }
a:active, a:hover { text-decoration: underline; }

hr { border: none; border-bottom: 1px dotted #3a1f09; }

/* img { margin: 5px; border: 2px solid #3a1f09;  } */
img.noborder { border: 0;  }

/*End Normalizing////////////////////////////////////////////////////////*/


/* Utility Classes */

.center { text-align: center; }
.floatleft { float: left };
.floatright { float: right };
.clear { clear: both; }

/* End Utility Classes */

body {
	background-color: #FBFCEB;
	background-image: url(/images/cascade/parchment_bgd.gif);
	/* background-repeat: repeat-x; */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #3a1f09;
}

#container {   /* inside */
	width: 800px;
	min-height:800px;
  	height:auto !important;
  	height:800px;

	margin: 0px auto;
	text-align: left;
	border:6px double #3a1f09;
	background-color: #FBFCEB; 
}	
	
#header_inside {
	width: 800px;
	height: 50px;
	position:relative;
    z-index:1;
}

#header_inside IMG {
    position:absolute;
    z-index:1;
}

#nav {
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	float: right;
	text-align: center;
	padding: 0px;
	text-transform: uppercase;
	width: 800px;
	position: absolute;
	top: 10px;
	left:0px;
	border-top:1px dashed #3a1f09;
	border-bottom:1px dashed #3a1f09;
	z-index:2;
}

#nav li { 
	display: inline;
	padding: 0 10px;
}

#nav li a:link, #nav li a:visited {
	color: #3a1f09;
	text-decoration: none;
	font-weight:bold;
}

#nav li a:active, #nav li a:hover {
	color: #cc9c56;
	font-weight:bold;
	background: none;
}

#visit {
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 0px;
	text-transform: uppercase;
	width: 800px;
	position: relative;
	top: 0px;
	left:0px;
	border:1px dotted #3a1f09;
	z-index:1;
}

#visit li { 
	display: inline;
	padding: 0 10px;
}

#visit li a:link, #nav li a:visited {
	color: #3a1f09;
	text-decoration: none;
	font-weight:bold;
}

#visit li a:active, #nav li a:hover {
	color: #cc9c56;
	font-weight:bold;
	background: none;
}

#nav.home_nav { width: 500px; padding-right: 25px; }

#content {
	width: 785px;
	margin: 0px 0px 5px 0px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	padding: 5px;
	position: relative;
	z-index:3;
}

#banners_inside {
	width:160px;
	height:515px;
	position: relative;
	float:left;
	border-right: 1px dotted #3a1f09;
	border-bottom: 1px dotted #3a1f09;
	padding: 0px;
	margin: 0px 10px 0px 0px; 
}

#content_area {
	padding: 0px 0px 10px 10px;
}

#admintools {
	width: 775px;
	padding: 0px 6px 0px 6px;
	margin:0;
	border: 1px solid #000000;
	position: absolute;
	top: -240px;
	left: 5px;
	background-color: #ffffff;
	font-size:12px;
	font-weight:bold;
	font-family: Arial,Helvetica,sans-serif;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

}

#footer {
	width: 800px;
	height: 40px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	border-top: 1px dotted #3a1f09;
	padding-top:5px;
	clear: both;
	position:relative;
}

#footer .legalese { font-size: 11px; padding:0px; }

#footer .horizon {
	font-variant: small-caps; 
	color: silver;
	margin: 0px;
	font-size: 10px; 
	padding: 0px;
	text-decoration: none;
	}

#home_text {
	padding: 0 10px 0 25px;
	margin-bottom: 20px;
	width: 300px;
	float: right;
	font-size: 16px;
	border-left: 1px solid #3a1f09;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #000;
}

ul.menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}



.form { text-align: left; }
.form div.line { clear:both; margin-bottom:5px; }
.form label { float: left; width: 110px; font-size: 12px; }


/* ************************************* Directory ************************************* */
th#directory { 
	font-size:12px;
	font-weight:bold;
	padding:10px;
	border:1px dotted #3a1f09;
}

td#directory { 
	font-size:12px;
	padding-left:15px;
}
/* ************************************* Events Calendar ************************************* */
table#calendar {
	background-color: #999999 ;
}
table#calendar td {
	vertical-align: top ;
}
table#calendar tr.header td {
	background-color: #FEF3B9 ;
	color: #3F3F3F ;
	font-size: 11px ;
	line-height: 22px ;
	text-align: center ;
}
	
table#calendar tr.days td {
	background-color: #FFFFFF ;
	color: #6B4F2E ;
	padding: 4px 4px 4px 4px ;
	}
	
table#calendar tr.days td.header {
	background-color: #E0E0E0 ;
	padding: 0px 0px 0px 0px ;
	vertical-align: middle ;
	}
	
table#calendar tr.days td.header a {
	color: #333333 ;
	display: block ;
	font-size: 10px ;
	font-weight: bold ;
	height: 80px ;
	line-height: 80px ;
	text-align: center ;
	text-decoration: none ;
	width: 15px ;
	}
	
table#calendar tr.days td.other {
	background-color: #F0F0F0 ;
	}
	
table#calendar tr.days td.today {
	background-color: #BDE2AC ;
	}
	
table#calendar tr.days td a.daynumber, 
table#calendar tr.days td a.daynumberfull {
	background-color: #FFFFFF ;
	border: 1px solid #666666 ;
	border-left: 1px solid #CCCCCC ;
	border-top: 1px solid #CCCCCC ;
	display: block ;
	font-size: 10px ;
	height: 15px ;
	line-height: 15px ;
	margin-bottom: 3px ;
	text-align: center ;
	text-decoration: none ;
	top: 0px ;
	width: 23px ;
	}

table#calendar tr.days td a.daynumberfull {
	background-color: #FEF3B9 ;
	color: #262626 ;
	font-weight: bold ;
	width: auto ;
	}
	
table#calendar tr.days td a.event {
	color: #262626 ;
	display: block ;
	font-size: 11px ;
	line-height: 1.2em ;
	margin: 0px 0px 5px 0px ;
	text-decoration: none ;
	}
	
table#calendar tr.days td em.note {
	color: #999999 ;
	}
	
table#calendar tr.footer td {
	background-color: #BDE2AC ;
	font-size: 2px ;
	line-height: 2px ;
	padding: 0px 0px 0px 0px ;
	}

div.blogtitle { font-family: "Times New Roman", Times, serif; font-weight:bold; font-size:20px; }
div.blogfooter { font-size:11px; }

#acc_title {
	padding: 0px 5px 0px 5px; 
	border-left: 1px solid #4a331a; 
	border-bottom: 1px solid #4a331a; 
	border-right: 1px solid #4a331a;
	}
	
#acc_data {
	padding: 0px 3px 0px 0px; 
	border-bottom: 1px solid #4a331a; 
	border-right: 1px solid #4a331a;
	}
#acc_dot {
	padding: 0px; 
	border-bottom: 1px solid #4a331a; 
	border-right: 1px solid #4a331a;
	}
#acc_section {
	padding:5px;
	border-left: 1px solid #4a331a;
	border-bottom: 1px solid #4a331a; 
	border-right: 1px solid #4a331a;
	font-size:12px;
	font-weight:bold;
	background-color:#c9aa89;
	}
	
table#facts {
	border: 4px double #4a331a;
	line-height: 1.15em;
	font-size:11px;
	width: 400px;
	margin: 10px 0px 10px 75px; 
	padding: 1px 2px 1px 5px;}
	
th#facts {
	border:none;
	border-bottom: 1px solid #4a331a;
	text-align: left;
	font-size: 11px;
	font-style: italic;
	padding:5px; }
	
h3#facts { 
	font-size:14px;
	text-decoration: underline; }
	
#errorDisplay {
        border: 2px solid #a30000;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #e06666;
        color: #FFFFFF;
}
#errorDisplay td {
        color: #FFFFFF;
}
	
