body {
	background: #274067 url(/images/main_background_gradient.jpg) 0 0 repeat-x;
	font-family: Tahoma,Arial,Trebuchet MS,Verdana;
	font-size: 12px;
	margin: 0;
}

a { color: #4376c6; }

a:hover { color: #8b8b8b; }

h1, h1 a {
	color: #274168;
	font-family: Tahoma,Arial,Trebuchet MS,Verdana;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}

h2 {
	background: url(/images/nav_header_background.gif) 0 100% no-repeat;
	color: #8b8d92;
	font-family: Tahoma,Arial,Trebuchet MS,Verdana;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

h3 {
	color: #808080;
	font-family: Tahoma,Arial,Trebuchet MS,Verdana;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}

h4 {
	color: #808080;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

.hr {
	background: url(/images/main_hr_divider.gif) 50% 0 no-repeat;
	clear: both;
	border: 0;
	height: 40px;
}

hr { display: none; }

.TopPadding { padding-top:30px; }

.ContentSeparator {
	font-size: 1px;
	border-top: 1px dashed #808080;
	margin: 25px 0;
}

.GrayItalics {
	color: #808080;
	font-style: italic;
}

img { border-color: #b5bec9; }

p { line-height: 18px; }

#OuterContainer {
	background: url(/images/main_background.jpg) 50% 0 no-repeat;
}

#InnerContainer {
	margin: 0 auto 0 auto;
	width: 900px;
}

#Header {
	height: 118px;
}

#TopLogo {
	display: block;
	float: left;
	height: 115px;
	width: 250px;
}

#TopLogo img { display: none; }

/* ******** */
/* TOP MENU */
/* ******** */
#TopMenu {
	background: url(/images/main_top_menu_background.gif) 0 0 no-repeat;
	border-bottom: 1px solid #b2bbc7;
	height: 54px;
}

#TopMenu ul {
	list-style: none;
	margin: 0;
	padding: 1px 0 0 0;
}

#TopMenu li {
	background: url(/images/top_nav_separator.gif) 100% 50% no-repeat;
	display: block;
	float: left;
}

#TopMenu li a {
	color: #000000;
	display: block;
	font-size: 14px;
	height: 40px;
	padding: 13px 0 0 12px;
	width: 100px;
	text-decoration: none;
}

#TopMenu li a:hover {
	color: #c64343;
}

#TopMenu span {
	color: #2964c0;
	font-size: 11px;
}

/* sub navigation element */
#TopMenu li ul {
	background: #ffffff url(/images/top_nav_sub_item.gif) 0 0 no-repeat;
	border: 1px solid #aeb1b8;
	border-top: 0;
	font-weight: normal;
	height: auto;
	left: -999em;
	margin: -10px 0 0 -1px;
	padding: 15px 0 0 0;
	position: absolute;
	z-index: 10;
	width: 111px;
}

#TopMenu li ul li { background: none; }


#TopMenu li ul a {
	color: #2964c0;
	display: block;
	font-size: 12px;
	height: 20px;
	padding: 5px 10px 0 12px;
	width: 89px;
}

#TopMenu li ul a:hover { text-decoration: underline; }

#TopMenu li:hover ul ul, #TopMenu li:hover ul ul ul, #TopMenu li.sfhover ul ul, #TopMenu li.sfhover ul ul ul {
	left: -999em;
}

#TopMenu li:hover ul, #TopMenu li li:hover ul, #TopMenu li li li:hover ul, #TopMenu li.sfhover ul, #TopMenu li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* **************** */
/* MIDDLE CONTAINER */
/* **************** */
#Container, #HomePageContainer { 
	background: url(/images/main_container_background.gif) 0 0 repeat-y; 
	width: 900px;
}

#HomePageContainer { background: url(/images/main_container_background_home.gif) 0 0 repeat-y; }

#Container:after, #HomePageContainer:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* *************** */
/* LEFT NAVIGATION */
/* *************** */
#LeftNavigation {
	background: url(/images/main_homepage_background_left.jpg) 100% 0 no-repeat;
	float: left;
	height: auto !important; /* IE hack */
	height: 369px; /* IE hack */
	margin: 0 0 0 1px;
	min-height: 369px;
	padding: 0 10px;
	width: 205px;
	_width: 204px;
}

#LeftNavigation ul, #RightNavigation ul {
	margin: 0;
	padding: 0;
}

#LeftNavigation li, #RightNavigation li {
	list-style: none;
	display: block;
	border-bottom: 1px solid #c7cdd6;
}

.EventLink, .NewsLink, .BlogLink {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 4px 30px;
	text-decoration: none;
}

.BlogLink { background: url(/images/icon_blog.gif) 0 50% no-repeat; }

.EventLink { background: url(/images/icon_guitar.gif) 0 50% no-repeat; }

.NewsLink { background: url(/images/icon_newspaper.gif) 0 50% no-repeat; }

.EventLink:hover, .NewsLink:hover, .BlogLink:hover { background-color: #ffffff; }

#LeftNavigation li span, #RightNavigation li span {
	color: #8d9eb8;
	font-size: 11px;
	font-weight: normal;
}

#LeftNavigation strong, #RightNavigation strong { color: #7e7e7e; }


/* *************** */
/* HOMEPAGE MIDDLE */
/* *************** */
#HomePageMiddleContent {
	float: left;
	height:auto !important; /* IE hack */
	height:369px; /* IE hack */
	margin: 0 0 20px 0;
	min-height: 369px;
	padding: 0 10px;
	width: 427px;
}


/* ***************** */
/* LEFT SIDE CONTENT */
/* ***************** */
#LeftContent {
	background: #ffffff;
	float: left;
	margin: 0 1px 20px 2px;
	padding: 0 10px;
	width: 650px;
	_width: 648px;
}

#LeftContent h1 {
	font-size: 24px;
	color: #284068;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

#LeftContent h2 {
	background: none;
	color: #274168;
	font-family: Tahoma,Arial,Trebuchet MS,Verdana;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* **************** */
/* RIGHT NAVIGATION */
/* **************** */
#RightNavigation {
	background: url(/images/main_homepage_background_right.jpg) 0 0 no-repeat;
	float: left;
	height:auto !important; /* IE hack */
	height:369px; /* IE hack */
	min-height: 369px;
	padding: 0 10px;
	width: 205px;
}


/* ****** */
/* FOOTER */
/* ****** */
#Footer {
	background: url(/images/main_footer.jpg) 0 0 no-repeat;
	color: #8896ab;
	font-size: 11px;
	height: 76px;
	padding: 35px 0 0 0;
	text-align: center;
}

#Footer a { color: #8896ab; }


/* ************************* */
/* BUTTONS AND SPECIAL LINKS */
/* ************************* */
.Submit {
	background: #f7f7f7 url(/images/main_top_menu_back.gif) 0 100% repeat-x;
	border: 1px solid #cfcfcf;
	padding: 3px 6px;
	text-align: center;
	cursor: pointer;
}

.Submit:hover { 
	background: #d6e5f2; 
	color: #0085cf;
}

.RightLink {
	float: right;
	margin: 5px 0 0 0;
}

.RightLink:hover { background: transparent; }


/* ***** */
/* FORMS */
/* ***** */
form, fieldset, fieldset ol, fieldset li {
	margin: 0;
	padding: 0;
}

form { margin-top: 10px; }

form, input, textarea, option, select {
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, Times New Roman;
	font-size: 11px;
}

fieldset {
	background: url(/images/form_background.gif) 0 100% repeat-x;
	border: 0;
	border-top: 1px solid #808080;
	clear: both;
	margin: 0 0 10px 0;
}

legend {
	color: #569de0;
	font-size: 14px;
	font-weight: bold;
}

fieldset ol {
	list-style: none;
}

fieldset li, fieldset td {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid white;
	min-height: 20px;
	padding: 5px;
}

fieldset label {
	display: block;
	float: left;
	padding: 3px 0 0 0;
	width: 125px;
}

fieldset table { width: 100%; }

fieldset td { vertical-align: top; }

fieldset td label { color: #808080; }

form em {
	color: red;
	font-style: normal;
	padding: 0 0 0 2px;
}

textarea, input { padding: 3px; }

textarea { 
	background: #ffffff url(/images/textarea_background.gif) repeat-x;
	border: 1px solid #a5aeb5;
	line-height: 15px;
}


/* ****** */
/* ALERTS */
/* ****** */
.GoodAlert, .BadAlert {
	background: #e7ffe6 url(/images/icon_alert_good.gif) 10px 50% no-repeat;
	border: 1px solid #beffbb;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0 5px 30px;
}

.BadAlert {
	background: #ffe6e6 url(/images/icon_alert_error.gif) 10px 50% no-repeat;
	border: 1px solid #ffbbbb;
} 


/* ************* */
/* DISPLAY TABLE */
/* ************* */
.DisplayTable {
	clear: both;
	border: 1px solid #cfcfcf;
	border-right: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.DisplayTable th, .DisplayTable td { padding: 6px; }

.DisplayTable th { 
	background: #f7f7f7 url(/images/main_calendar_header.gif) 0 100% repeat-x;
	border-right: 1px solid #cfcfcf;
	text-align: left; 
}

.DisplayTable th span { font-weight: normal; }

.DisplayTable th a { color: #808080; }

.DisplayTable th a:hover { color: #000000; }

.DisplayTable td {
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	color: #000000;
}

.DisplayTable td p { 
	padding: 0;
	margin: 0;
}

.DisplayTable .trOn { background: #f0f4f8; }

.DisplayTable .ActiveRecord {
	font-style: normal;
	color: #000000;
}

.DisplayTable .HiddenRecord, .DisplayTable .HiddenRecord a {
	color: #bfbfbf;
}

.DisplayTable .InactiveRecord, .DisplayTable .InactiveRecord a {
	font-style: italic;
	color: #bfbfbf;
}


/* ******** */
/* CALENDAR */
/* ******** */
.PrevPage {
	display: block;
	float: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	background: url(/images/icon_prev.gif) 0 50% no-repeat;
}

.NextPage {
	display: block;
	float: right;
	margin: 0 0 5px 0;
	padding: 0 15px 0 0;
	background: url(/images/icon_next.gif) 100% 50% no-repeat;
}

.Calendar {
	clear: both;
	border: 1px solid #cfcfcf;
	border-left: 0px;
	font-size: 10px;
}

.Calendar th {
	width: 14.25%;
	background: url(/images/main_calendar_header.gif) 0 0 repeat-x;
	border: 0;
	border-left: 1px solid #cfcfcf;
	font-weight: bold;
	text-align: center;
}

.Calendar td {
	height: 30px;
	padding: 2px;
	border: 0;
	border-left: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	vertical-align: top;
}

.Weekday { background: #ffffff; }

.EmptyCell { background: #b9b9b9; }

.Weekend { background: #d6dfff; }

.Today { background: #ffe7e7; }

.Calendar a { 
	font-size: 10px;
	display: inline-block;
	margin-bottom: 5px;
}

.Calendar span { float: right; }

.Calendar img {
	clear: left;
	float: left;
	padding: 0 2px 6px 0;
	cursor: pointer;
}


/* ***** */
/* OTHER *
/* ***** */
.BackToTop {
	clear: both;
	margin-bottom: 10px;
	text-align: center;
}

.nmb { margin-bottom: 0; }
.npb { padding-bottom: 0; }

.fr { float: right; }
.fl { float: left; }