* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #D5AC6B url(/images/back_all.gif) repeat-x top;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#contmain
{
width: 927px;
margin: 0 auto;
}

h1, h2, h3 {
	color: #000000;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}


h3 {
	font-size: 1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #000000;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #000000;
}


p {margin-top:0; margin-bottom:1em;}

#main
{
width: 927px;
border-left: 15px solid #ffffff;
border-right: 15px solid #ffffff;
margin: 0 auto;
}

/* Header */

#header {
	width: 927px;
	margin: 0 auto;
	height: 334px;
	background: #ffffff;
}

#menu {
	float: left;
	height: 50px;
	width: 872px;
	padding-left: 55px;
	background: #ffffff url(/images/menu.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	width: 105px;
	text-decoration: none;
	font-size: 1.1em;
	padding-top: 20px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;

}

#menu a:hover {
	color: #E9E9E9;
	background: url(/images/menu_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 927px;
	height:333px;
	margin: 0 auto;
	background: url(/images/header2.jpg) no-repeat left top;
	text-align: left;
}


#logo h1 {
	padding-top: 280px;
	padding-left: 20px;
	color: #fff;
	font-size: 18px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	color: #fff;
	padding-left: 20px;
}

#logo a {
	color: #000000;
}

/* Page */

#page {
	width: 927px;
	background: url(/images/table_back.gif) repeat-y;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content H4 a
{
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;

}

#content .box
{
border: 1px solid #676767;
width: 620px;
margin-bottom: 20px;
}

#content .box2
{
border: 1px solid #ffffff;
background: #ffffff url(/images/box_back.gif) repeat-x top;
width: 598px;
padding: 10px;
}

.box2 a{
	text-decoration: none;
	font-weight: bold;
}

.date {
	text-align: right;
	color: #000000;
	font-size: 11px;
}

.date a {
	color: #000000;
}



/* Sidebars */

.sidebar {
	float: left;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar a{
	text-decoration: none;
	font-weight: bold;
}

#sidebar2 {
  	width: 277px;
	padding-top: 20px;
}

#sidebar2 li h2 {
	background: url(/images/title.gif) no-repeat bottom;
	height: 24px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 14px;
}

#sidebar2 li ul {
	line-height: normal;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#sidebar2 li li {
	padding: 5px;

	background: url(/images/small.png) no-repeat left;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}



#bottom
{
}

/* Footer */
#footer
{
padding-top: 20px;
height: 50px;
width: 927px;
background: url(/images/footer.gif) top repeat-x;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}


/* mini calendar */
#miniCal {margin-top:20px; margin-left: 38px; padding:8px; background:url(/images/bg_minical.png) no-repeat bottom left;}
#miniCal .date {margin:-8px; padding:8px 0px 9px 0px; background:url(/images/bg_minical_top.png) no-repeat top left; color:#00467f; font-weight:bold; font-size:13px; text-transform:uppercase; text-align:center;}
#miniCal .date a {color:#00467f;}
#miniCal .date a.prevMonth {display:block; float:left; width:20px; height:17px; margin-left:0px;}
#miniCal .date a.nextMonth {display:block; float:right; width:20px; height:17px; margin-right:48px;}
#miniCal table {margin-left:0px; border: 0px solid black}
#miniCal th, #miniCal td {padding:5px; font-size:10px; text-align:center;}
#miniCal td {font-size:11px; line-height:10px; background:url(/images/bg_minical_day.png) no-repeat 1px 0;}
#miniCal td a.day {display:block; margin:-5px; padding:5px; background:url(/images/bg_minical_day.png) no-repeat 1px -20px; color:#333; text-decoration:none;}
#miniCal td.today {background-position:1px -60px;}
#miniCal td.today a.day {background-position:1px -80px;}
#miniCal td.hover a.day {background-position:1px -40px; color:#fff;}
#miniCal .tooltip {display:none; position:absolute; z-index:10000; width:300px; padding:3px; background-color:#fff; border:1px solid #0373a1; text-align:left; -moz-border-radius:6px; -webkit-border-radius:6px;}
#miniCal .tooltip .title {padding:1px 8px 4px 8px; font-size:12px; line-height:14px; color:#00467f;}
#miniCal .tooltip a {display:block; margin-top:2px; padding:4px 8px; background-color:#e4edf6; color:#333; font-weight:bold; font-size:11px; line-height:1.1em; text-decoration:none; -moz-border-radius:3px; -webkit-border-radius:3px;}
#miniCal .tooltip a:hover {background-color:#0373a1; color:#fff;}
#miniCal .tooltip span {display:block; margin-top:1px; font-size:10px; font-weight:normal;}
#miniCal .tooltip .category {font-style:italic;}


/* section subnav */
.sectionNav {width:602px; color:#333; font-size:11px;}
.sectionNav .content {padding:2px 7px;}
.sectionNav a {display:block; float:left; border-left:1px solid #00467f; margin:2px 0; padding:0 8px;}
.sectionNav .nb {border-left:none;}
.sectionNav .label {display:block; float:left; margin:2px 0; padding:0 8px; font-weight:bold; text-transform:uppercase;}
.sectionNav a:link, .sectionNav a:visited {color:#0073b6; text-decoration:none;}
.sectionNav a:hover, .sectionNav a:active {color:#0073b6; text-decoration:underline;}
.sectionNav a.selected {color:#00467f; font-weight:bold; text-decoration:none;}


.events a:link { text-decoration: none; }
.events a:visited { text-decoration: none; }
.events a:hover, .events a:active { text-decoration: underline; }
.events .rowOn { background-color: #dbe5f1; }
.events .dayName { font: bold 10px/10px Arial,Helvetica,sans-serif; padding: 6px 0px 0px 3px; }
.events .day {color: #074b85; font: bold 26px/26px Verdana,Arial,Helvetica,sans-serif; padding-left: 3px; }
.events .col1 { border-top: 1px solid #00467f; }
.events .col2 { border-top: 1px solid #00467f; padding: 0px 0px 10px 20px; }
.events .item { padding: 4px 0px 10px 0px; }
.events .itemBorder { padding: 8px 0px 10px 0px; border-top: 1px dotted #00467f; }
.events .icons { padding-left: 10px; float: right; }
.events .title { font-weight: bold; }
.events .dateline { margin-top: 4px; }
.events .date { }
.events .type { font-size: 10px; font-style: italic; margin-top: 2px; }
.events .place { font-size: 10px; margin-top: 2px; }
.events .blurb { font-size: 11px; line-height: 12px; margin-top: 2px; }

.events .thumb { padding: 7px 0px 10px 0px; }
.events .thumb img { border: 1px solid #00467f; }

.eventDetail td { padding-top: 4px; }
.photoBorder { border: 1px solid #00467f; }
