/*
===== CSS CONTENTS =====

1: resetting
2: layout
3: common tags/classes
4: header
5: footer
6: side bar
7: home page
8: news
9: calendar
10: sitemap
11: photos
12: google map

====================
*/

/*
===== 1: resetting =====
*/

* { padding:0; margin:0; font-size: 100%;}
ul, ol { padding:0; margin: 0; list-style:none }
h1, h2, h3, h4, h5, h6, p, blockquote, label, ul, ol, dl, fieldset, address {
margin: 0; font-size: 1em; }
img, fieldset { border: 0px none; }
.clearfix:after { content: '.'; display: block; height: 0; clear: both;
visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
===== 2: layout =====
*/

body {
	font: 76% verdana, arial,sans-serif;
	text-align:center; 
	line-height: 180%;
}

div#container {
	text-align:left; 
	padding: 10px 0;
	width:760px;
	margin:0 auto 40px;
}

div#content {
	float:right;
	width:565px;
}

div#content p {
	line-height:1.8;
}

/*
===== 3: common tags/classes =====
*/

p {
	margin:0 10px 10px; 
	font-size: 1em;
}

a { 
	color: #8A4491; 
}

a:hover { 
	color: #AABA41; 
}
	
a:visited { 
	color: BA8141; 
}

h1 {
        color: #8A4491;
	padding: .6em 10px .2em;
	font: normal 1.8em georgia, serif;
}

h2 {
	color: #446D91; 
	padding: .3em 10px 1em;
	font: normal 1.15em 'lucida sans unicode', arial, serif;
}

h3 {
        color: #BA8141;
	padding: .2em 10px .5em;
	font: normal bold 1em 'lucida sans unicode', arial, serif;
}

.more {
	font-weight: bold;
	font-size: .8em !important;
	text-align: right;
}

.all {
text-align: center;
font-weight: bold;
padding: 10px 0 0 !important;
margin: 0 !important;
}


/*
===== 4: header =====
*/

#navcontainer {
	width: 190px;
}

*html #navcontainer {
	width: 175px;
}

#navlist a {
	display: block;
	width: 160px;
	padding: 10px 5px 10px 25px;
	background: #2e2e2e;
	border-bottom: 1px solid #eee;
	font: normal 1.2em 'lucida sans unicode', serif;
}

*html #navlist a {
	width: 145px;
}

#navlist a:link, #navlist a:visited {
	color: #eee;
	text-decoration: none;
}

#navlist a:hover {
	background: #446D91 url(/static/menu-hov.gif) 4px 50% no-repeat; 
	color: #fff;
}

/* Root = Vertical, Secondary = Vertical */
ul#navlist ,
ul#navlist li,
ul#navlist ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 175px; /*For KHTML*/
  list-style: none;
}

ul#navlist li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navlist a {
  display: block;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navlist a:hover,
ul#navlist li:hover a,
ul#navlist li.iehover a {

}

/* 2nd Menu */
ul#navlist li:hover li a,
ul#navlist li.iehover li a {
background: #446D91;
border-left: 5px solid #fff;
}

/* 2nd Menu Hover Persistence */
ul#navlist li:hover li a:hover,
ul#navlist li:hover li:hover a,
ul#navlist li.iehover li a:hover,
ul#navlist li.iehover li.iehover a {
background: #2e2e2e;
}

/* 3rd Menu */
ul#navlist li:hover li:hover li a,
ul#navlist li.iehover li.iehover li a {

}

/* 3rd Menu Hover Persistence */
ul#navlist li:hover li:hover li a:hover,
ul#navlist li:hover li:hover li:hover a,
ul#navlist li.iehover li.iehover li a:hover,
ul#navlist li.iehover li.iehover li.iehover a {

}

/* 4th Menu */
ul#navlist li:hover li:hover li:hover li a,
ul#navlist li.iehover li.iehover li.iehover li a {

}

/* 4th Menu Hover */
ul#navlist li:hover li:hover li:hover li a:hover,
ul#navlist li.iehover li.iehover li.iehover li a:hover {

}

ul#navlist ul,
ul#navlist ul ul,
ul#navlist ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 190px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navlist li:hover ul ul,
ul#navlist li:hover ul ul ul,
ul#navlist li.iehover ul ul,
ul#navlist li.iehover ul ul ul {
  display: none;
}

ul#navlist li:hover ul,
ul#navlist ul li:hover ul,
ul#navlist ul ul li:hover ul,
ul#navlist li.iehover ul,
ul#navlist ul li.iehover ul,
ul#navlist ul ul li.iehover ul {
  display: block;
}

/*
===== 5: footer =====
*/

div#footmenu {
	background: #333;
	color: #FFF;
	clear:both;
	width:100%;
width:710px !important;
padding: 10px 25px;
font-size: .8em;
height: 22px;
font-weight: bold;
}

#footmenu li {
display: inline;
padding: 0 10px 0 0;
}

div#footmenu p {
	margin:0;
	padding:5px 10px;
}

#footmenu a {
color: #fff;
}

#footer {
clear: both;
width:710px;
border-top: 1px solid #333;
padding: 10px 25px;
font-size: .8em;
font-weight: bold;
}

#footer .left { float: left; }
#footer .right { float: right; }


/*
===== 6: side bar =====
*/

.side p {
	font-size: .9em;
}

.side h2 {
        color: #111;
	font-size: 1.1em;
        font-weight: bold;
	padding: .5em .3em .2em;
}

.side h1 {
	background: #446D91;
	padding: .6em;
	color: #fff;
	font: 1.2em Georgia, serif;
	margin: .4em 0;
}


/*
===== 7: home page =====
*/

#default #content h1 {
padding: .6em 1em !important;
background: #446D91;
color: #fff;
font: 1.2em Georgia, serif;
}

#default #top h1 {
	margin: 0 0 1em 0;
}

#default #content .bottom h1 {
padding: .6em .2em !important;
color: #111 !important;
text-transform:uppercase;
margin: 0 .5em .8em;
border-bottom: 1px solid #BA8141;
background: none !important;
}

#default #content h2 {
color: #111;
font-size: 1.1em;
}

#top {
	padding: 0 0 20px;
}

.bottom {
	display: block;
	float: left;
}

.sub-bottom {
	float: left;
	width: 260px;
	margin: 0 20px 0 0;
}


/*
===== 8: news =====
*/

.news {
	border: 1px solid #AABA41;
	background: #eee;
	padding: 1.4em .3em .1em;
	margin: .5em;
}

#news #content h2 {
	padding: .6em 10px .2em;
}

#news #content h2 a {
	color: #446D91; 
	font: normal 1.15em 'lucida sans unicode', arial, serif;
        text-decoration: none;
}

#news #content h2 a:hover {
        text-decoration: underline;
}

#news #content h3 {
	padding: .2em 10px .5em;
}

#news #content .news {
	margin: .5em .5em 1.5em;
}

#content .news img {
float: right;
padding: 2px;
margin: 0 20px 10px;
border: 1px solid #555;
}

/*
===== 9: calendar =====
*/

table { text-align: center; margin: 0 auto; }
.calendar { width: 240px; margin: 0 12px; }
.calendar caption { color: #446D91; font-weight: bold; font-size: 1em;}
.calendar th {  }
.calendar td { width: 30px; padding: 2px; text-align: right; }
.calendar td a { color: #fff; background: #AABA41; padding: 5px; font-weight: bold; text-decoration: none; }
.calendar td a:hover { background: #fff; color: #AABA41; }
.calendar-prev { padding-right:40px; font-size: 1.5em; }
.calendar-next { padding-left:40px; font-size: 1.5em; }
.multi-event a { background: #BA8141 !important; }
.multi-event a:hover { background: #fff !important; color: #BA8141 !important; }

.callegsingle a { background: #AABA41; }
.callegmultiple a { background: #BA8141 !important; }
.callegmultiple a:hover { color: #BA8141 !important; background: #fff!important; }

.callegsingle, .callegmultiple {
padding: 0 15px 0 20px;
} 

table.key { margin: 10px 0 0; }
.key td { white-space: nowrap; }

#calendar #content h2 {
border-top: 1px solid #111;
margin: 20px 0;
padding: 20px 0 0 10px;
}

.file_download_list {
text-align: center;
margin: 0 0 5px;
padding: 5px 0 0;
border-top: 2px solid #8A4491;
}

.fullcal td { 
vertical-align: top; 
width: 71px; 
height: 100px; 
border: 1px solid #BA8141;
}

.fullcal .caldt { 
width: 24px; 
height: 22px; 
text-align: center; 
background: #BA8141; 
color: #fff;
font-weight: bold;
float: right; 
}

.fullcal td a { 
float: left; 
clear: both; 
line-height: 1.2em; 
padding: 5px; 
}

.fullcal td.dayfiller { 
border: none; 
}

.calnote {
padding: 10px 0;
font-size: .9em;
line-height: 1.4em !important;
}

/*
===== 10: sitemap =====
*/

#sitemap #content h2 {
	padding: .8em 10px 1em;
}

#sitemap #content li {
padding: 2px 0 2px 20px;
}

#sitemap #content li a {
color: #446D91;
}

#sitemap #content li a:hover {
color: #AABA41;
}


/*
===== 11: photos =====
*/

#photos .rssThumbs {
float: left;
margin: 0 5px 20px;
width: 180px;
}

#photos h2 a {
color: #446D91;
text-decoration: none;
}

#photos h2 a:hover {
text-decoration: underline;
}

.cap { 
display: block; 
font-size: 90%;
line-height: 1.4em;
margin: 0 0 20px;
}

.rssImg {
width: 180px;
}

.gallery {
clear: both;
}


/*
===== 12: google map =====
*/

#map {
	margin: 0 10px 10px;
	border: 1px solid #111;
}

#map p {
	font: normal bold 1em verdana, sans-serif;
	margin:0;padding:0;
}

#map a {
	white-space: nowrap;
	color: #6B0000;
}

/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/

.amonth a
{
	cursor: pointer;
}

.amonth a:hover
{
text-decoration: none !important;
}

.amonth caption
{
	background: url(../img/logo.gif) no-repeat;
	border-top: 2px solid #8A4491;
	margin: 0 auto;
        padding: 10px 0;
	text-align: center;
        color: #2e2e2e;
	font: 20px/30px "Trebuchet MS", sans-serif;
}

.amonth caption .calendar-prev,
.amonth caption .calendar-next {
font-size: .6em;
font-weight: normal;
}

.amonth p
{
	margin: 8px 2px;
        line-height: 1.3em !important;
}

.amonth strong
{
	text-transform: uppercase;
}

table.amonth
{
	background: #fff;
	border-bottom: 3px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
}

.amonth th,
.amonth td
{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
	height: inherit;
}

/*
.amonth td a
{
	background: url(../img/arrow.gif) no-repeat center left;
	padding: 0 0 0 10px;
}
*/

.amonth td a:hover
{
	text-decoration: underline;
}

/* =Classes
----------------------------------------------------------------------*/

.amonth col.Sat,
.amonth col.Sun
{
	background: #eee;
}

.amonth tr.day
{
	color: #666;
	font-size: 9px;
	height: 90px;
	text-align: left;
}

.amonth tr.number
{
	background: #D2DFEA;
	color: #2e2e2e;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

.amonth th
{
	background: #446D91;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}

.static {
	margin: .5em .5em 1.5em;
}

.static img {
float: right;
padding: 2px;
margin: 0 20px 10px;
border: 1px solid #555;
}
