/* CSS */
html, body {
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 147px;
	overflow: hidden;
}

#header h1 {
	visibility: hidden;
}

#logo {
	width: 208px;
	height: 155px;
	margin: 22px 0 0 9px;
	background: url(/images/logo.gif) top left no-repeat;
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
}
#community-home {
	display: none;
}

/* CONTENT */
#content {
	/* must have some padding at the bottom*/
	padding: 10px 0;
}

#left-column{
	float: left;
	margin: 4px 0px 1px 10px;
	width: 198px;
	padding: 0;
	min-height: 100%;
}
html>body #left-column{
	margin: 4px 0 1px 20px;
}

#right-column {
	width: 204px;
	margin: 5px 10px 0 0;
	float: right;
}
html>body #right-column{
	margin: 5px 20px 0 0;
}

#news-events-section {
	display: none;
}

.hidden  {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
} 


.gallery-strip {
                padding: 20px 0 0 0;
                height: 150px;
}

.gallery-box {
                float: left;
                margin: 0 7px;
                width: 120px;
                }
html>body .gallery-box {
                margin: 0 11px;
}
.gallery-thumb {
                width: 122px;
                height: 122px;
                margin: 0 auto;
                text-align: center;
}

.gallery-text {
                text-align: center;
}

#gallery-base {
                background: #f1f1f1;
				border-bottom: 1px solid #ffffff;
				border-right: 1px solid #ffffff;
				border-left: 1px solid #747474;
				border-top: 1px solid #747474;
                padding: 5px 10px 5px 10px;
                margin: 11px;
                text-align: center;
                color: #666666;
}

a.gallery-base-link:link, a.gallery-base-link:visited {
                color: #f7941d;
                text-decoration: none;
                margin-right: 5px;
}
a.gallery-base-link:hover {
                color: #f7941d;
                text-decoration: underline;
                margin-right: 5px;
}
a.gallery-base-link:active {
                color: #f7941d;
                text-decoration: underline;
                margin-right: 5px;
}
a.gallery-base-link-on:link, a.gallery-base-link-on:visited {
                color: #aaaaaa;
                text-decoration: none;
                margin-right: 5px;
}
a.gallery-base-link-on:hover {
                color: #aaaaaa;
                text-decoration: underline;
                margin-right: 5px;
}
.galleryindex-strip {
                padding: 10px 0 10px 0;
				display: block;
}
.galleryindex-image {
                padding: 10px 15px 10px 0;
				float: left;
}
.galleryindex-text {
				padding-left: 137px;
}

.article_header {
		font-weight: bold;
		margin-bottom: 2px;
}
.article_summary {
		margin-top: 1px;
		margin-bottom: 12px;
}

#footer-text {
	height: 18px;
	width: 400px;
	margin: -36px 0 0 300px;
	line-height: 18px;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
a.footer-link {color: #ffffff; font-size: 12px;}
a.footer-link:hover {text-decoration: underline;}

a.footer-link-alt {color: #cbcbcb; font-size: 12px;}
a.footer-link-alt:hover {text-decoration: underline;}

.footer-left {float: left; margin: 2px 0 0 1px}
.footer-right {float: left; margin: 2px 0 0 360px;}
html>body .footer-right {float: left; margin: 2px 0 0 435px;}

.promo-item {
	margin: 0 0 5px 0;
}

.footer-img {
	margin: 0 10px 0 5px;
}

#newsevents {
	margin-bottom: 20px;
}

span.newsevents-item-date {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-top: 15px;
}

span.newsevents-item-title {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

span.newsevents-item-date {
	display: block;
}
