
/* layout */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	background: #ffffff url("/images/bg.png") repeat-x 0 151px;
}

#header {
	background: #2363a5 url("/images/headerbg.png");
}
#header-inner {
	width: 900px;
	margin: 0 auto;
}
#menubar {
	background: #6ac82b url("/images/menubg.png");
	height: 26px;
}
#menubar #menu {
	width: 900px;
	margin: 0 auto;
}
#menu img {
	float: left;
}
#menu ul {
	margin: 0;
}
#menu ul li {
	/* width=102 */
	width: 102px;
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#menu a {
	display: block;
	width: 100%;
	height: 100%;
	background: #6ac82b url("/images/menuitembg.png") no-repeat center top;

	font-size: 10pt;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
}
#menu a:hover {
	background-position: center bottom;
}
#menu a:link,
#menu a:visited,
#menu a:hover {
	text-decoration: none;
	color: #3b7305;
}


#content {
	/* width=900 */
	width: 884px;
	min-height: 500px;
	margin: 0 auto;
	padding: 16px 8px;
	background-color: #ffffff;
}

#footer {
	width: 783px;
	margin: 0 auto;
	padding: 16px 8px;
	background-color: #ffffff;

	color: #888a85;
	font-size: 8pt;
	text-align: center;
}
#footer a {
	color: #555753;
}

#news {
	/* width=592 */
	width: 579px;
	min-height: 500px;
	margin-top: 16px;
	padding-right: 12px;
	border-right: 1px dotted #d3d7cf;
	float: left;
}

#calendar {
	/* width=292 */
	width: 278px;
	margin-top: 16px;
	padding-left: 12px;
	float: left;
}




/* defaults */


h1:first-child,
h2:first-child,
p:first-child {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 18pt;
	color: #555753;
	text-align: center;
	text-decoration: underline;
}
h2 {
	font-size: 16pt;
	color: #3465a4;
}
h3 {
	font-size: 14pt;
	color: #4e9a06;
}
h4 { font-size: 11pt; }
h5 { font-size: 10pt; }
h6 { font-size: 8pt; }

img {
	border: 0;
}

a:link {
	text-decoration: none;
	color: #336adb;
}
a:visited {
	text-decoration: none;
	color: #8361ad;
}
a:hover {
	text-decoration: underline;
	color: #fcaf3e;
}


br.clear {
	clear: both;
}

address {
	margin-left: 20px;
}


/* news */

.news-item {
	margin-bottom: 32px;
	max-width: 750px;
	margin: 0 auto;
}
.news-item h3 {
	text-align: center;
	margin-bottom: 0;
}

.news-info {
	color: #888a85;
	text-align: center;
}



/* events */

dl.events {
}
dl.events dt {
	font-weight: bold;
}
dl.events dd {
	margin-left: 20px;
}
.event-date {
	color: #888a85;
}




/* photo gallery */

div.photos {
	text-align: center;
}
div.photos img {
	margin: 8px;
	padding: 4px;
	border: 1px solid #d3d7cf;
}















/* thickbox
*************************************************/

#TB_window {
	font-size: 10pt;
	color: #333333;
}
#TB_caption {
	margin: 0 0 6px 0;
	padding: 0 30px 0 25px;
	float: left;
	font-weight: bold;
	height: 34px;
	line-height: 20px;
}
#TB_secondLine {
	font-size: 8pt;
	line-height: 12px;
	color: #666666;
}
#TB_closeWindow {
	padding: 4px 25px 0 0;
	float: right;
	font-size: 7pt;
	color: #666666;
	text-align: center;
}
#TB_closeWindowButton {
	/* added */
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
}
#TB_prev, #TB_next {
	/* added */
	text-transform: uppercase;
	font-size: 7pt;
	padding-left: 4px;
}
#TB_prev em,
#TB_next em {
	/* added */
	font-style: normal;
	font-size: 10pt;
}
#TB_window img#TB_Image {
	/* modified */
	display: block;
	/*margin: 15px 15px 0 15px;
	border: 1px solid #d3d7cf;*/
}

#TB_overlay { position: fixed; z-index: 100; top: 0px; left: 0px; height: 100%; width: 100%; }
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG { background-color:#000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }
* html #TB_overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
#TB_window { position: fixed; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:50%; left:50%; }
* html #TB_window { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_closeAjaxWindow { padding:7px 10px 5px 0; margin-bottom:1px; text-align:right; float:right; }
#TB_ajaxWindowTitle { float:left; padding:7px 0 5px 10px; margin-bottom:1px; }
#TB_title { background-color:#e8e8e8; height:27px; }
#TB_ajaxContent { clear:both; padding:2px 15px 15px 15px; overflow:auto; text-align:left; line-height:1.4em; }
#TB_ajaxContent.TB_modal { padding:15px; }
#TB_ajaxContent p { padding:5px 0px 5px 0px; }
#TB_load { position: fixed; display:none; height:13px; width:208px; z-index:103; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ }
* html #TB_load { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_HideSelect { z-index:99; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%; }
* html #TB_HideSelect { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
#TB_iframeContent { clear:both; border:none; margin-bottom:-1px; margin-top:1px; _margin-bottom:1px; }

