@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccc99;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


#container { 
	width: 1000px;  
	background: #ffffcc; /*#e5e5ae; #cccc99#ffffcc; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
} 

#logo img{
	float: left;
	width: 225px;
	}
	
#menu {
	float: left;
	width: 775px;
	background: #033825;
	}	
	
#menu, #menu ul {padding:0;margin:0}

#menu ul {
	list-style: none;
	font-size: .9em;
	*font-size: .8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#menu ul li{
	border-right: 2px solid #033825;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	*padding-left: 6px;
	padding-right: 8px;
	*padding-right: 6px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	*margin-top: 7px;
	display:-moz-inline-stack; 
	display:inline-block; 
	zoom:1;
	*display:inline; 
	float:left;
	position:relative;
	list-style-type:none;
	font-weight:600;	
	background-color: #5d3b0b;
}	

#menu ul li ul {
	visibility:hidden;
	position:absolute;
	margin-top: 5px;
	*margin-top: 17px;
	width: 9em;
	background-color: #333366;
}

#menu ul li ul {visibility:hidden;
			position: absolute;}
			
#menu ul li ul a {margin-left:0em;}

#menu ul li ul li {
	background-color: #333366;
	border-top: solid 1px #033825;
	padding-left: 5px;
	padding-right: 5px;
	width: 9em;
	margin: 0px;
	*font-size: 1.2em;
}

#menu a {
	color: #fcfbe7;
	text-decoration: none;
}

#menu a:hover {
	color: #81a1fd;
}

fieldset p {clear:left}

#menu li:hover ul,
#menu li.msieFix ul {
	visibility:visible;
}

* html fieldset p {z-index:-1}
* html #menu li:hover ul,
* html #menu li.msieFix ul {
	top:1.1em;
	left:.2em;
}

#sidebar1 {
	float: left; 
	width: 225px; 
	background: #033825; 
	color: #F7f6af;
	border-top: solid 1px #F7F6AF;

}

#hours {
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	font-size: .8em;
}

#hours h3 {
	text-align: center;
	}


#sidebar2 table {
	width: 225px;
}

#sidebar2 table td{
	border-top: solid 1px #F7F6AF;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;

}

#sidebar2 a {
	color: #F7F6AF;
	text-decoration: none;
	display: block;
	border: none;
}

#sidebar2 a:visited {
	color: #F7F6AF;
	display: block;
	border: none;
}

#sidebar2 a:hover {
	color: #81a1fd;/*#ff9999;#033825;
	background-color: #F7F6AF;*/
	display: block; 
	border: none;
}

#mainContent {
	margin: 0 2em 0 15em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-left: 20px;
	color: #331905;
} 

#mainContent h1 {
	color: #331905;
	font-size: 1.5em;
	text-align: center;

}

#mainContent h2 {
	font-size: 1.2em;
}

#mainContent h3 {
	font-size: 1em;
	font-weight: bold;
}

#mainContent table th{
	padding-left: 75px;
	padding-right: 25px;
}

#mainContent a {
	color: #333366; #331905;
	text-decoration: underline;
	font-weight: bold;
}

#mainContent a:visited {
	color: #81a1fd;;
}

.image1 img{
	float: left;
	margin-right: 10px;
	}
	
.image2 img {
	float: right;
	margin-right: 40px;
}
	
.staffimage img{
	width: 100px;	
	float: left;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #e5e5ae;/*#ffffcc;*/
	text-align: center;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .8em;
}

.list ul li {
	list-style: none;
	padding: 5px;
}

.events table {
border: solid 2px #333366;	
margin: 0px;
}

.events table td {
	text-align: left;
	padding: 10px;
	border: solid 1px #333366;
	margin:0px;
}

.events2 table td{
	padding: 5px;
	margin: 0px;
	vertical-align: top;

}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLtHdr #sidebar1 { padding-top: 30px; }
.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
