html, body, #page {
	min-height: 100%;
	height: 100%;
}
html>body, html>body #page {
	height: 100%;
}

* html #page{
	/* ie fix */
	height: 100%;
}

html>body #page {
	height: auto;
}

br.clear {
	clear: both;
	line-height:0;
	height:0;
}

#content a {
	font-weight:bold;
}

body {
	background: #000 url("/images/background.png") center center;
	margin:0;
}

#page {
	width:750px;
	margin: 0px auto;
    position: relative;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	padding-bottom:75px;
}

#page h1.logo {
	position:absolute;
	top:118px;
	left:12px;
	z-index:33;
	border:0;
	padding:0;
	margin:0;
}
	#page h1.logo div {
		background:url(/images/logo.png) no-repeat;
		height:162px;
		width:165px;
	}
	
	#page h1.logo a {
		position:relative;
		display:block;
		height:162px;
		width:298px;
		text-indent:-3000px;
		z-index: 100;
	}
	
#header { position:relative; margin:0 15px 0 15px; }
	
	#headerGallery {
		height:210px;
		overflow:hidden;
		position:relative;
	}
	
	#weather {
		height:40px;
		background:#000 url(/images/logo_slice.png) left center no-repeat;
	}

#weather_widget {
	float: right;
	margin-top:5px;
	padding:0 10px 0 0;
	color: #ffffff;
	font-size: 14px;
	background-repeat:no-repeat;
	padding-left:40px;
	font-weight:bold;
	height:30px;
	line-height:30px;
}
	#weather_widget span { font-weight:normal; font-size:0.85em; color:#999999 }
	#weather_widget img {
		width:30px;
		height:30px;
		border-radius: 8px;
		margin-right:10px;
		display:block;
		float:left;
	}

#wrapper {
	margin: 0;
	padding: 0;
	padding-left:15px;
}

#nav {
	background-image:url('/images/nav_tile.gif');
	height:45px;
	width:720px;
	position:relative;
	z-index:80;
}

#nav a {
	color:#000;
	text-decoration:none;
}

#nav ul { /* all lists */
	padding: 0;
	margin:0;
	list-style: none;
	position:absolute;
	right:149px;
	top:0;
	z-index:100;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	width: 100px;
	text-align:center;
}

#nav li.mid9 {
	width:80px;
}

#nav li:hover,#nav li.over {
	background-color:#F8F8F8;
	/*background-image: url('/images/nav_arr_down_o.gif');*/
}

.main_menu_item, .main_menu_dummy {
	padding-top:8px;
	height:29px;
	font-weight:bold;
	border-right:1px solid #aaaaaa;
	/*background-image: url('/images/nav_arr_down.gif');*/
}

.main_menu_dummy {
	border:0;
	text-indent: -3000px;
	border-right:1px solid #aaaaaa;
	padding:0;
	height:36px
}

.main_menu_item a, .main_menu_dummy a {
	display:block;
	line-height:20px;
	height:29px;
}

.main_menu_dummy a { height:36px; }

#nav li.main_menu_dummy:hover,#nav li.over.main_menu_dummy {
	background: none;
}

#nav li li { text-align:left; width:auto; }

#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0 5px 0 15px;
	line-height:24px;
	height:24px;
	width:230px;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	border:none;
	top: 37px;
	left: -1px !important;
	font-weight:normal;
	font-size:0.89em;
	width:250px;
	background: url('/images/drop_bg.gif') bottom left no-repeat;
	border-right: solid 1px #D3D3D3;
	padding:0 0 10px 0;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav li li a:hover {
	background-color:#666;
	color:#fff;
	font-weight:bold;

}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	padding:15px 15px 0 15px;
	overflow:hidden;
	zoom:1;
}

.arrow {
	padding-left:5px;
}

h1 {
	margin:0;
	font-size:1.5em;
	color:#636363;
	border-bottom:2px solid #CCC;
	margin-bottom:5px;
}

h2 {
	font-size:1.2em;
	color:#636363;
	border-bottom:2px solid #CCC;
	width:50%;
}

h3 {
	font-size:1.2em;
}

#content ul {
	list-style:square;
}

#content ul li {
	padding:2px;
}

.morenfo {
	padding-top:10px;
}

#site_map ul {
 list-style-type: none; 
 margin-left: 0cm;
 padding-left: 0;
}

#site_map li {
   margin-left: 1.5em;
   padding:3px;
}

#site_map li ul {  /* second-level list */
	list-style:square;
	font-size:1em;
}

#site_map li ul a {
	font-weight:normal;
}

#site_map .main {
	font-size:1.4em;
	line-height:1.6em;
	font-weight:bold;
}

#sidebar {
	padding:0;
	margin:0;
	margin-top:10px;
	position:absolute;
	top:325px;
	right:20px;
	width:26%;
	border:1px solid #ccc;
	margin-right:10px;
}

#sidebar h2 {
	font-size:1em;
	padding:5px;
	background-color:#eee;
	margin:0;
	width:auto;
	border:0;
	color:#000;
}

#sidebar ul {
	padding:0px;
	padding-top:0px;
	list-style:none;
	margin:5px;
}

#sidebar ul li {
	font-size:0.9em;
	padding:3px;
}

#sidebar ul li a {
	color:#000;
}

#surround_div {
	padding:6px;
	background-color:#f2f2f2;
	border:1px solid #ccc;
	margin-top:6px;
	margin-bottom:6px;
}

#crumb_trail {
	height:16px;
	margin-top:3px;
	margin-bottom:9px;
	font-size:0.95em;
	border:1px solid #D3D3D3;
	padding:6px;
	background-color:#F8F8F8;
}

#crumb_trail a {
	color:#404040;
	text-decoration:none;
}

#crumb_trail a:hover {
	text-decoration:underline;
}

#footer {
	height:45px;
	position:absolute;
	bottom:0;
	width:715px;
	text-align: center;
	padding:0.5em 0.5em 0.5em 0;
	font-size:0.78em;
	border-top:1px solid #E1E1E1; 
	background-color:#F8F8F8;
	color:#666666;
	margin-left:15px;
}

#footer a {
	color:#666666;
}

#calendar {
	margin:10px;
	text-align:center;
	width:35%;
}

#calendar table {
	line-height:1.4em;
	border:1px solid #ccc;
	background-color:#ccc;
}

#calendar caption {
	font-size:100%;
	font-weight:normal;
	background-color:#ccc;
	font-weight:bold;
	padding:6px;
}


#calendar caption a {
	color:#404040;
	padding:4px;
	font-size:170%;
	text-decoration:none;
}

#calendar th {
	width:12%;
	font-size:100%;
	font-weight:normal;
	color:#BCA06A;
	text-align:center;
}

#calendar td {
	text-align:center;
	font-size:100%;
	color:#957D50;
}

#calendar .today {
	background:#CEB88B;
}

#calendar .focus {
	background-color:#fff;
}

#calendar caption {
	color:#000;
}

#calendar caption span {
	font-size:80%;
	font-weight:normal;
}
#calendar caption span a {
	font-size:100%;
	font-weight:normal;
	text-decoration:underline;
}
#calendar th {
	background-color:#eee;
	color:#000;
}


#calendar td {
	color:#999;
}

#calendar td a {
	font-weight:normal;
	color:#000;
	padding:3px;
}

#calendar .today a {
	font-weight:bold;
}

#upcomingEvents {
	float:right;
}

#upcomingEvents {
	float:right;
	width:60%;
}

#upcomingEvents h2 {
	font-size:1.1em;
	color:#000;
	padding:3px;
	border-bottom:1px solid #ccc;
	margin:0;
	width:90%;
}

#upcomingEvents span {
	font-size:0.9em;
}

#upcomingEvents .highlight {
	padding:5px;
	border:1px solid #C0C000;
	background-color:#FFFFE3;
	margin-bottom:10px;
}

#upcomingEvents .highlight h2 {
	border-bottom:1px solid #C0C000;
}

#homeUpcomingEvents {
	float:right;
	width:34%;
	padding:6px;
	font-size:0.85em;
	padding-bottom:13px;
}

#homeUpcomingEvents h1 {
	font-size:1.2em;
	background-color:#eee;
	border:0;
	padding:6px;
	color:#000;
}

#homeUpcomingEvents h2 {
	padding-bottom:2px;
	font-size:1.1em;
	color:#000;
	border-bottom:1px solid #ccc;
	margin:3px;
	width:96%;
	margin-top:8px;
}

#homeUpcomingEvents ul {
	margin:0;
	padding-left:25px;
}
