.MenuBarItemIE 
{
	position: static;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background-color: #FFF;
	}
}

.body-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.headline {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b75af;
}

.subheadline {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2b75af;
}

.body-text-grey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #91999c;
}

.sitename {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b75af;
}

.bodysmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.bodysmallgrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #91999c;
}

.system {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.syssmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.printlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2b75af;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-size: 12px;
	color: #c3c4c5;
}

a.footer:hover, a.bottom_links:hover {
	color: #8ab2cf;
}

a, a:visited {
	outline: none;
	color: #2176b2;
}

a:hover {
	text-decoration: none;
}

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,blockquote { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
caption,th {text-align: left;}
q:before,q:after {content:'';}


html, body {
	margin: 0;
	padding: 0;
}

#body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	border-top: 9px solid #002851;
	background: #fff;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 974px;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	margin: 0 auto;
	position: relative;
	background: url('../../../site/1/template/wrapper_home_bg.gif') repeat-y top center;
}

#header {
    width: 974px;
	height: 144px;
	position: relative;
	background: #fff;
}

#navigation {
	width: 960px;
	height: 41px;
	padding: 1px 7px 5px;
	background: #fff url('../../../site/1/template/nav_bg.png') no-repeat top center;
}

#carousel {
	width: 960px;
	height: 284px;
	margin: 0 auto;
	padding: 0 0 21px;
	position: relative;
	background: #fff url('../../../site/1/template/carousel_bg.gif') repeat-x bottom left;
}

#container {
    width: 960px;
	min-height: 285px;
	height: auto !important;
	height: 285px;
	padding: 0 7px 10px;
	overflow: auto;
	background: url('../../../site/1/template/container_home_bg.png') no-repeat bottom center;
}

#content {
	width: 479px;
	min-height: 246px;
	height: auto !important;
	height: 246px;
}

#sidebar {
	width: 168px;
	min-height: 214px;
	height: auto !important;
	height: 214px;
	padding: 16px 20px;
}

#contact {
	width: 974px;
	height: 68px;
	margin: 0 auto;
	padding: 16px 0 0;
	font-size: 13px;
	border-top: 1px solid #cdd1d2;
	border-bottom: 1px solid #cdd1d2;
	text-align: center;
	background: #fff;
	color: #91999c;
}

#footer {
	width: 100%;
	text-align: center;
	color: #c3c4c5;
}

/* ---------- HOME ---------- */

#navigation.home ul.MenuBarHorizontal li.first ul {
	display: block;
}

#events, #news {
	width: 206px;
	min-height: 246px;
	height: auto !important;
	height: 246px;
	padding: 8px 16px 14px 17px;
}

#events {
	width: 209px;
	padding-top: 2px;
}

#events #calendartoken_wrapper, #events #calendartoken_wrapper td {
	border: none;
}

#calendartoken_wrapper td.weekend , #calendartoken_wrapper td.has_event , #calendartoken_wrapper td.has_event.weekend {
	font-weight: normal;
	background: none;
}

#calendarlisttoken_wrapper div.calendar_event .event_thumb {
	display: none;
}

#calendarlisttoken_wrapper div.calendar_event .event_title {
	padding-right: 3px;
	float: left;
}

#calendarlisttoken_wrapper div.calendar_event .event_date {
	display: none;
}

#calendarlisttoken_wrapper div.calendar_event .event_description {
	font-size: 13px;
}

#news a.whatsnew {
	text-decoration: none;
	color: #000;
}

#news a.whatsnew .whatsnew-title {
	font-weight: bold;
}

#events a.eventsnew {
	text-decoration: none;
	color: #000;
}

#events a.eventsnew .eventsnew-title {
	font-weight: bold;
}

/* ---------- ARTICLE ---------- */

#wrapper.article {
	background: url('../../../site/1/template/wrapper_article_bg.gif') repeat-y top center;
}

#wrapper.article img.side_wing {
	top: 242px;
}

#container.article {
	background: url('../../../site/1/template/container_article_bg.png') no-repeat bottom center;
}

#content.article {
	width: 724px;
	padding: 13px;
}

/* ---------- ADMIN ---------- */

#wrapper.admin {
	position: static;
}

#container.admin {
	padding-bottom: 0;
}

#content.admin {
	width: 920px;
	min-height: 265px;
	height: auto !important;
	height: 265px;
	margin: 0;
	padding: 10px 20px;
	background: #fff;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

/* ---------- WRAPPER ---------- */

#wrapper img.side_wing {
	width: 46px;
	height: 118px;
	position: absolute;
	top: 357px;
	left: -39px;
}

/* ---------- HEADER ---------- */

#header a.logo_link {
	width: 395px;
	height: 65px;
	display: block;
	position: absolute;
	top: 46px;
	left: 28px;
	text-indent: -9999px;
	background: url('../../../site/1/template/logo.gif') no-repeat top center;
}

#header ul.header_links {
	width: 200px;
	height: 20px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	position: absolute;
	top: 20px;
	right: 43px;
	list-style: none;
	text-align: center;
	color: #005087;
}

#header ul.header_links li {
	margin: 0 3px;
	display: inline;
}

#header ul.header_links a, #header ul.header_links a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #005087;
}

#header ul.header_links a:hover {
	color: #2176b2;
}

#header a.twitter_link, #header a.facebook_link, #header a.youtube_link {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 62px;
}

#header a.twitter_link {
	right: 166px;
	background: url('../../../site/1/template/twitter.gif') no-repeat top center;
}

#header a.facebook_link {
	right: 128px;
	background: url('../../../site/1/template/facebook.gif') no-repeat top center;
}

#header a.youtube_link {
	right: 90px;
	background: url('../../../site/1/template/youtube.gif') no-repeat top center;
}

#header #search {
	width: 216px;
	height: 22px;
	position: absolute;
	top: 106px;
	right: 35px;
}

#search input.search_field {
	width: 188px;
	height: 20px;
	border: 1px solid #ccc;
	background: url('../../../site/1/template/search_bg.gif') repeat-x top left;
}

#search input.search_btn {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 2px;
	right: 1px;
}

/* ---------- NAVIGATION ---------- */

#navigation ul.navigation, #navigation ul.MenuBarHorizontal {
	width: 960px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1000;
}

#navigation ul.navigation li, #navigation ul.MenuBarHorizontal li {
	display: block;
	float: left;
}
#navigation ul.MenuBarHorizontal li {
	padding: 0 2px 0 0;
	background: url('../../../site/1/template/nav_separator.png') no-repeat top right;
}

#navigation ul.MenuBarHorizontal li.last {
	padding: 0;
	background: none;
}

#navigation ul.MenuBarHorizontal ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1020;
	cursor: default;
	position: absolute;
	top: 46px;
	left: 20px;
	display: none;
}

#navigation ul.MenuBarHorizontal ul li {
	width: 100%;
	white-space: nowrap;
	float: none;
	text-align: left;
	background: none;
}

#navigation ul.navigation a, #navigation ul.navigation a:visited, #navigation ul.MenuBarHorizontal a, #navigation ul.MenuBarHorizontal a:visited {
	padding: 11px 20px;
	display: block;
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#navigation ul.MenuBarHorizontal a, #navigation ul.MenuBarHorizontal a:visited {
	height: 40px;
	padding: 0;
	line-height: 0;
	position: relative;
	overflow: hidden;
}

#navigation ul.MenuBarHorizontal ul a, #navigation ul.MenuBarHorizontal ul a:visited {
	height: 15px;
	padding: 6px 0;
	line-height: 1em;
}


#navigation ul.MenuBarHorizontal a img{
	position: relative;
	top: 0;
	left: 0;
}

#navigation ul.MenuBarHorizontal a img:hover {
	top: -40px
}

/* ---------- CAROUSEL ---------- */

#carousel img.carousel_side {
	width: 324px;
	height: 284px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/* ---------- CONTAINER ---------- */

#container h2.subheadline {
	height: 26px;
	padding: 8px 0 0 14px;
	border-bottom: 1px solid #cdd1d2;
	text-transform: uppercase;
}

#container h2.calendarHeading {
	width: 209px;
	padding: 8px 17px 0 16px;
}

#container h2.newsHeading {
	width: 206px;
	padding: 8px 17px 0 16px;
}

#container #features {
	width: 750px;
	height: 148px;
	padding: 0 0 21px;
	background: #fff url('../../../site/1/template/carousel_bg.gif') repeat-x bottom left;
}

/* ---------- CONTENT ---------- */

#content #announcements, #content #spotlight {
	width: 435px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 10px 20px 10px 25px;
	border-bottom: 1px solid #cdd1d2;
}

#content #spotlight {
	border: none;
}

#breadcrumbs {
	width: 736px;
	height: 22px;
	padding: 8px 0 0 14px;
	font-size: 12px;
	border-bottom: 1px solid #cdd1d2;
	color: #666666;
}

#breadcrumbs ul.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumbs ul.breadcrumbs li {
	margin: 0 1px;
	display: inline;
}

#breadcrumbs ul.breadcrumbs a, #breadcrumbs ul.breadcrumbs a {
	text-decoration: none;
	color: #666;
}

#breadcrumbs ul.breadcrumbs a:hover {
	color: #aaa;
}

#page_title {
	width: 736px;
	height: 26px;
	padding: 8px 0 0 14px;
	border-bottom: 1px solid #cdd1d2;
	text-transform: uppercase;
}

/* ---------- SIDEBAR ---------- */

#sidebar ul.childpages, #sidebar ul.siblingpages {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul.childpages li, #sidebar ul.siblingpages li {
	margin: 12px 0;
}

#sidebar ul.childpages a, #sidebar ul.siblingpages a, #sidebar ul.childpages a:visited, #sidebar ul.siblingpages a:visited {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#sidebar ul.childpages a:hover, #sidebar ul.siblingpages a:hover {
	text-decoration: underline;
}

/* ---------- CONTACT ---------- */

#contact p.contact_slogan {
	width: 100%;
	padding: 0 0 5px;
}

#contact ul.contact_info {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

#contact ul.contact_info li {
	padding: 0 5px;
	display: inline;
}

/* ---------- FOOTER ---------- */
