@import url("reset.css");
@import url("navigation.css");

body#homepage {
    background-image: url('../images/interface/background.gif');
}


body {
	background-color: #fffcdf;
	/* Reduce default font size to 10pt */
    font: 62.5%/1.5  Verdana, Arial, Sans-serif;
	background-color: #fffcdf;
    background-image: url('../images/interface/background_level2.gif');
    background-repeat: repeat-x;
    background-position: top left;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a {
    color: #54562e;
}

a.category {
	font-weight: bold;
}

a:hover {
	color: #33350a;
}


strong, b {
	font-weight: bold;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {		display:inline-block; }

/* Hide from IE Mac */
.clearfix {		display:block; }
/* End hide from IE Mac */


h1 {
	border-bottom: 2px solid #f6c200;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 16px;
}

#sidebar h1 {
	border-bottom: 2px solid #cccccc;
}

h1.board_login {
    background-image: url('../images/interface/h1_padlock.gif');
    background-repeat: no-repeat;
    background-position: top right;
}

h1.latest_news {
    background-image: url('../images/interface/h1_file.gif');
    background-repeat: no-repeat;
    background-position: top right;
}

h1.calendar {
}


h2 {
	border-bottom: 1px solid #f6c200;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
h3 {
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 16px;
}
h4 {
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

p {
	margin: 14px 0px 14px 0px;
}

#content ul {
    padding: 0px 0px 0px 31px;
	margin: 4px 0px 12px 0px;
	list-style-image: url('../images/interface/li.gif');
    /*list-style-position: inside;*/
}

#content ol {
    padding: 0px 0px 0px 31px;
	list-style: decimal;
    /*list-style-position: inside;*/
}

#content ul li {
    margin: 12px 0px;
}

#content ol li {
    background-image: none;
    margin: 12px 0px;
}


/*-------------------
	header elements
--------------------- */
.container {
	width: 770px;
	margin: 0px auto;
}

#header {
    background-image: url('../images/interface/header_spacer.gif');
    background-repeat: repeat-x;
    background-position: top left;
    width: 100%;
    height: 90px;
}

#search {
	margin-top: 19px;
	height: 71px;
	border-right: 1px solid #f1b600;
	float: right;
	width: 300px;
}

#search_fields {
}

#search_form {
	float: right;
	clear: both;
	padding: 10px 20px 0px 0px;
}

#contact_link {
	float: right;
	clear: both;
	text-align: right;
	width: 200px;
	padding: 5px 20px 5px 0px;
}

#search_fields .search_input input {
	border: 1px solid #f3af00;
	height: 17px;
	width: 116px;
	font-size: 10px;
	margin: 0px;
	padding: 3px 0px 0px 4px;
}

#search_fields .search_input {
	padding: 2px 10px 0px 0px;
	float: left;
}

#search_fields .search_btn {
	float: left;
}

#homepage #banner, #level2 #banner {
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 287px;
}

#level2 #banner {
    height: 217px;
}

#homepage #banner {				background-image: url('../images/interface/banner_homepage.jpg');	}
.banner1 {		background-image: url('../images/interface/banner_level2_1.jpg');	}
.banner2 {		background-image: url('../images/interface/banner_level2_2.jpg');	}
.banner3 {		background-image: url('../images/interface/banner_level2_3.jpg');	}
.banner4 {		background-image: url('../images/interface/banner_level2_4.jpg');	}
.banner5 {		background-image: url('../images/interface/banner_level2_5.jpg');	}
.banner6 {		background-image: url('../images/interface/banner_level2_6.jpg');	}

#homepage #banner #buttons {
	margin: 67px 0px 0px 579px;
}

#level2 #banner #buttons {
	margin: 19px 0px 0px 579px;
}

#buttons #contact {
    height: 40px;
    width: 165px;
    margin-bottom: 15px;
}

#buttons #programs {
    height: 40px;
    width: 165px;
}




/*-------------------
	content elements
--------------------- */
#content {
    background-repeat: repeat-y;
    background-position: top left;
    background-image: url('../images/interface/content_spacer.gif');
    padding: 20px 0px 0px 0px;
	font-size: 11px;
}

#main {
	width: 470px;
	margin-left: 30px;
	float: left;
	padding-bottom: 20px;
}

.nosubitems #main {
	width: 680px;
}

#sidebar {
	width: 210px;
	float: left;
	margin-left: 30px;
	margin-right: 10px;
	padding-bottom: 20px;
}

.content_clear {
	clear: both;
}

.news_item {
    background-image: url('../images/interface/li.gif');
    background-repeat: no-repeat;
    background-position: 11px 5px;
    padding: 0px 0px 0px 31px;
    margin: 6px 0px;
    color: #54562e;
}

.news_item a {
	font-weight: bold;
    color: #54562e;
}

.news_archive, .forgotten_pass {
    background-image: url('../images/interface/arrow_right.gif');
    background-repeat: no-repeat;
    background-position: 13px 4px;
    padding: 0px 0px 0px 31px;
    color: #54562e;
}

.news_archive a, .forgotten_pass a {
    color: #54562e;
}

.forgotten_pass {
	margin-top: 10px;
}

.login_label {
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 10px;
	color: #555555;
	padding-top: 3px;
}

.login_field {
	width: 110px;
	float: left;
	margin-bottom: 4px;
}

.login_field input {
	width: 110px;
	height: 20px;
	border: 1px solid #f4b800;
}

.login_button {
	width: 200px;
	text-align: right;
	margin: 10px 0px 0px 0px;
}


#calendar_button {
	width: 200px;
	text-align: right;
	margin: 10px 0px 0px 0px;
}
#calendar_button a img {
	border: 0px;
}

.search_result {
	margin: 0px 0px 20px 0px;
}

.search_result a {
    background-image: url('../images/interface/li.gif');
    background-repeat: no-repeat;
    background-position: 11px 4px;
    padding: 0px 0px 0px 31px;
}

.search_result p {
    padding: 3px 0px 0px 31px;
}


#ctoc div a {
    background-image: url('../images/interface/li.gif');
    background-repeat: no-repeat;
    background-position: 6px 5px;
    padding: 0px 0px 0px 21px;
    margin: 2px 0px;
    color: #54562e;
    display: block;
    text-decoration: none;
	font-weight: bold;
}

#ctoc div a:hover {
	color: #33350a;
}

#ctoc .ctoc_children {
	margin-left: 16px;
}


/*-------------------
	footer elements
--------------------- */
#footer {
    background-repeat: repeat-x;
    background-position: top left;
    background-image: url('../images/interface/footer_spacer.gif');
    height: 30px;
    width: 100%;
    clear: both;
}

#footer #copyright {
	float: left;
	width: 325px;
	margin: 5px 0px 0px 8px;
	color: #924f00;
	font-size: 110%;
}

#footer #footer_links {
	float: left;
	margin: 5px 0px 0px 8px;
	font-size: 110%;
	color: #924f00;
}

#footer_links a {
	margin: 0px 10px;
	text-decoration: none;
	color: #924f00;
}





/*-------
				calendar
								-------- */

.tc_contain {
	width: 100%;
	height: 540px;
}
								
#content .tc_contain ul {
	list-style: none;
}

#content .tc_contain li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
								
#content .tc_contain li.tc_scroll_prev, #content .tc_contain li.tc_scroll_next {
	width: 90px;
	height: 30px;
	float: left;
}

#content .tc_contain li.tc_month {
	height: 30px;
	float: left;
}

#content .tc_contain li.tc_head {
	font-weight: bold;
}

#content .tc_contain li.tc_head, #content .tc_contain li.tc_date, #content .tc_contain li.tc_blank_start, #content .tc_contain li.tc_blank_end {
	width: 90px;
	height: 50px;
	float: left;
}

#content .tc_contain li.tc_sun {
	clear: left;
}

#content .tc_contain li.tc_calendar {
	clear: both;
}

#content .tc_contain li.tc_month, #content .tc_contain li.tc_scroll_prev, #content .tc_contain li.tc_scroll_next, #content .tc_contain li.tc_head, #content .tc_contain li.tc_date, #content .tc_contain li.tc_blank_start, #content .tc_contain li.tc_blank_end {
	text-align: center;
}

#content .tc_contain li.tc_date {
	background-color: #fce997;
	margin: 0px 1px 1px 0px;
	color: #9b5a03;
	line-height: 20px;
	text-align: right;
	padding-right: 4px;
	width: 86px;
	overflow: hidden;
	height: 80px;
}

#content .tc_contain li.tc_date .tc_eventtitle {
	text-align: left;
	line-height: 16px;
	padding: 0px 0px 0px 4px;
	
}

#content .tc_contain li.tc_blank_start, #content .tc_contain li.tc_blank_end {
	background-color: #ffffff;
	margin: 0px 1px 1px 0px;
}

#content .tc_contain li.tc_head {
	background-color: #383b1c;
	margin: 0px 1px 1px 0px;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
}

#content .tc_contain li.tc_date.tc_hasevents span {
	font-weight: bold;
}


#content .tc_contain li.tc_date a, #content .tc_contain li.tc_date.tc_hasevents {
	text-decoration: none;
	background-color: #ffd451;
	display: block;
	color: #9b5a03;
}

#content .tc_contain li.tc_date a:hover {
	background-color: #fbca33;
}

#content .tc_contain li.tc_scroll_prev, #content .tc_contain li.tc_scroll_next {
	color: #9b5a03;
	background-color: #f3af00;
	margin: 0px 1px 1px 0px;
	line-height: 26px;
	font-size: 16px;
}

#content .tc_contain li.tc_month {
	width: 454px;
	background-color: #f3af00;
	margin: 0px 1px 1px 0px;
	color: #9b5a03;
	font-weight: bold;
	line-height: 28px;
	height: 30px;
	font-size: 16px;
}


#content .tc_contain li.tc_scroll_prev a, #content .tc_contain li.tc_scroll_next a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #ffffff;
}

#content .tc_contain li.tc_scroll_disabled {
	color: #9b5a03;
}

#content .tc_contain .tc_event {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.95;
	filter: alpha(opacity=95); 
	background-color: #ffd451;	
	width: 200px;
	display: block;
	padding: 0px 0px 10px 0px;
	border: 1px solid #f3af00;
}

#content .tc_contain .tc_event, #content .tc_contain .tc_event li, #content .tc_contain .tc_event li span {
	z-index: 50;
	color: #9b5a03;
}

#content .tc_contain li .tc_event_summary {
	padding: 2px 10px 0px 10px;
	text-align: left;
	display: block;
}

#content .tc_contain li .tc_event_name {
	font-style: italic;
	font-size: 12px;
	padding: 6px 10px 0px 10px;
	text-align: left;
	display: block;
}

#content .tc_contain li .tc_event_date {
	margin: 4px 10px 0px 10px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-align: right;
	border-bottom: 1px solid #f3af00;
}



