@import url("reset.css");
@import url("navigation.css");
@import url("form.css");


/* Base Common Styles /---------------- */
    
body {
    font: 11px Verdana, Arial, Sans-serif;
    color: #7f725d;
    background: #ffffff url('/images/interface/body_bg.gif') top left repeat-x;
}

#main {
	min-height:700px;
	height:auto !important;
	height:700px;
}

#main a {
	color: #7f725d;
}

#main a:visited {
	color: #7f725d;
}

#main a:hover {
	color: #5c513f;
}

a img {
	border: 0px;
}


strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {		clear: both; }


h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: bold;
}

h1 {
	font-size: 250%;
	padding-bottom: 0px;
	margin-bottom: 7px;
	color: #e97326;
}

h2 {
	font-size: 200%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #e97326;
}
h3 {
	font-size: 130%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #e97326;
}
h4 {
	font-size: 120%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #e97326;
}
h5 {
	font-size: 110%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #e97326;
}
h6 {
	font-size: 100%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #e97326;
}

.section_01 h1 {color: #A5977D;} 
.section_01 h2, .section_01 h3, .section_01 h4, .section_01 h5, .section_01 h6 {	color: #f6921e;	}
.section_02 h1 {color: #A5977D;}
.section_02 h2, .section_02 h3, .section_02 h4, .section_02 h5, .section_02 h6 {	color: #7fb22f;	}
.section_03 h1 {color: #A5977D;}
.section_03 h2, .section_03 h3, .section_03 h4, .section_03 h5, .section_03 h6 {	color: #652d90;	}
.section_04 h1 {color: #A5977D;}
.section_04 h2, .section_04 h3, .section_04 h4, .section_04 h5, .section_04 h6 {	color: #eb008b;	}
.section_05 h1 {color: #A5977D;}
.section_05 h2, .section_05 h3, .section_05 h4, .section_05 h5, .section_05 h6 {	color: #57b6dd;	}
.section_06 h1 {color: #A5977D;}
.section_06 h2, .section_06 h3, .section_06 h4, .section_06 h5, .section_06 h6 {	color: #d40675;	}

p {
	margin: 9px 0px;
}

#main ul {
    padding: 0 0 0 5px;
	margin: 4px 0;
}
#main ul li {
	background: url('/images/interface/li.gif') no-repeat 0 3px;
	padding-left: 16px;
}

#main blockquote ul li {
	background: url('/images/interface/li.png') no-repeat 0 3px;
	padding-left: 16px;
}

#main ul.document {
    padding: 10px 0px 10px 31px;
	margin: 4px 0px 15px 0px;
	list-style-image: url('/images/interface/icon_document.gif');
}

#main ol {
    padding: 0 0 0 5px;
	margin: 4px 0;
	list-style: decimal;
}


#main ul li {
    margin: 6px 0px;
}

#main ol li {
    background-image: none;
    margin: 6px 0px;
}

#main blockquote{
    padding: 20px;
    margin: 20px;
    border: 1px solid #B0A28A;
    background-color:#efe6d5;
}
#main blockquote p {
    padding: 0px;
    margin: 0px;
	font-size: 11px;
}
#main input, #main-content textarea {
	border: 1px solid #aaaaaa;
	padding: 4px;
	font-size: 11px;
	background-color: #ffffff;
}

#main #left-container {
	width:250px;
	float:left;
	margin-right:20px;
}

.container {
	width: 960px;
	margin: 0px auto;
	clear: both;
	position: relative;
	overflow: hidden;
}


/* Header Styles /---------------- */

#header {
	width: 100%;
	height: 113px;
}

#search {
	width: 249px;
	height: 33px;
	background: #efe6d5 url('/images/interface/search_bg.gif') top left no-repeat;
	right: 0px;
	top: 0px;
    position: absolute;
}

#header h1 {
	font-size: 20px;
    font: 24px Arial, Verdana, Sans-serif;
	font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 55px;
	color: #652D90;
}

#header h3 {
	width: 320px;
	color: #a5977e;
    font: 14px Arial, Verdana, Sans-serif;
    font-weight: bold;
    position: absolute;
    left: 225px;
    top: 28px;
}

#header #logo {
	width: 185px;
	height: 77px;
	float: left;
	margin: 16px 0px 0px 20px;
}

#feature {
	width: 960px;
	height: 300px;
/*	background: transparent url('/images/features/feature_01.jpg') top left no-repeat;*/
	margin: 0px 0px 23px 0px;
}



/* Main Area Styles /---------------- */

#main {
	width: 100%;
	overflow: hidden;
}



/* Homepage Specific Areas /---------------- */

#main .header {
	height: 18px;
	background: #e2d6c3;
	border-top: 1px solid #f1ebe1;
	border-bottom: 1px solid #f1ebe1;
	color: #63594b;
	padding: 6px 0px 0px 8px;
	font-size: 12px;
}

#main #latest_news {
	width: 250px;
	float: left;
	margin: 0px 20px 0px 0px;
}

#latest_news .news_item {
	width: 230px;
	border-bottom: 1px solid #ddd8ce;
	padding: 15px 0px 15px 0px;
}

#latest_news .news_item.last {
	border-bottom: 0px solid #ddd8ce;
}

#latest_news a.btn_more_news {
	width: 116px;
	height: 23px;
	background: transparent url('/images/homepage/btn_more_news_01.gif') top left no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 10px 0px 40px 0px;
}

.section_01 #latest_news a.btn_more_news {		background: transparent url('/images/homepage/btn_more_news_01.gif') top left no-repeat;	}
.section_02 #latest_news a.btn_more_news {		background: transparent url('/images/homepage/btn_more_news_02.gif') top left no-repeat;	}
.section_03 #latest_news a.btn_more_news {		background: transparent url('/images/homepage/btn_more_news_03.gif') top left no-repeat;	}
.section_04 #latest_news a.btn_more_news {		background: transparent url('/images/homepage/btn_more_news_04.gif') top left no-repeat;	}
.section_05 #latest_news a.btn_more_news {		background: transparent url('/images/homepage/btn_more_news_05.gif') top left no-repeat;	}
.section_06 #latest_news a.btn_more_news {		background: transparent url('/images/homepage/btn_more_news_06.gif') top left no-repeat;	}


#main .main-content {
	width: 420px;
	float: left;
	margin: 0px 20px 0px 0px;
}

#main #whats_on {
	width: 420px;
	float: left;
	margin: 0px 20px 0px 0px;
}

#whats_on .whats_on_item {
	height: 80px;
	background: transparent url('/images/homepage/newsletter_bg.gif') top left repeat-x;
	padding: 10px 10px 10px 10px;
	line-height: 16px;
}

#whats_on .whats_on_item img {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.section_01 #whats_on .whats_on_item a {			color: #e97326;		}
.section_02 #whats_on .whats_on_item a {			color: #e97326;		}
.section_03 #whats_on .whats_on_item a {			color: #652d92;		}
.section_04 #whats_on .whats_on_item a {			color: #d40673;		}
.section_05 #whats_on .whats_on_item a {			color: #1974ba;		}
.section_06 #whats_on .whats_on_item a {			color: #e97326;		}

.section_01 #whats_on .whats_on_item a:hover {		color: #fb8b42;		}
.section_02 #whats_on .whats_on_item a:hover {		color: #fb8b42;		}
.section_03 #whats_on .whats_on_item a:hover {		color: #511e7a;		}
.section_04 #whats_on .whats_on_item a:hover {		color: #ab035c;		}
.section_05 #whats_on .whats_on_item a:hover {		color: #0d5993;		}
.section_06 #whats_on .whats_on_item a:hover {		color: #fb8b42;		}

#whats_on a.btn_more_events {
	width: 125px;
	height: 23px;
	background: transparent url('/images/homepage/btn_more_events_01.gif') top left no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 10px 0px 40px 0px;
}

.section_01 #whats_on a.btn_more_events {	background: transparent url('/images/homepage/btn_more_events_01.gif') top left no-repeat;	}
.section_02 #whats_on a.btn_more_events {	background: transparent url('/images/homepage/btn_more_events_02.gif') top left no-repeat;	}
.section_03 #whats_on a.btn_more_events {	background: transparent url('/images/homepage/btn_more_events_03.gif') top left no-repeat;	}
.section_04 #whats_on a.btn_more_events {	background: transparent url('/images/homepage/btn_more_events_04.gif') top left no-repeat;	}
.section_05 #whats_on a.btn_more_events {	background: transparent url('/images/homepage/btn_more_events_05.gif') top left no-repeat;	}
.section_06 #whats_on a.btn_more_events {	background: transparent url('/images/homepage/btn_more_events_06.gif') top left no-repeat;	}

#main #enewsletter {
	margin: 0px 0px 0px 710px;
	background: transparent url('/images/homepage/newsletter_bg.gif') top left repeat-x;
	color: #63594b;
}

#main #enewsletter object,
#main #enewsletter embed {
	width: 250px;
	height: 200px;
}

#main #enewsletter .header {
	margin-bottom: 10px;
}

#enewsletter_text {
	padding: 0px 10px 0px 10px;
	color: #63594b;
	font-size: 13px;
}

#newsletter_input {
	height: 30px;
	float: left;
	margin-right: 10px;
}

#newsletter_input input {
	width: 150px;
	color: #a5977e;
	border: 1px solid #dfdfdf;
	background: #ffffff none;
	font-size: 12px;
	padding: 5px;
}

#newsletter_btn {
	height: 30px;
	float: left;
}

#enewsletter .advert {
	margin: 0px 0px 10px 0px;
}



/* Level 2 Styles /---------------- */

#level2 #ctoc {
	width: 230px;
	float: left;
	margin: 0px 30px 0px 0px;
}

#level2 #content {
	width: 430px;
	float: left;
	margin: 0px 20px 20px 0px;
	color: #333333;
	font-size: 12px;
}

#level2.twocol #content {
	width: 680px;
	float: none;
	margin: 0px 0px 20px 260px;
	color: #333333;
	font-size: 12px;
	line-height: 1.6em;
}

#level2 #enewsletter {
	margin: 0px 0px 0px 710px;
	background: transparent url('/images/homepage/newsletter_bg.gif') top left repeat-x;
	color: #63594b;
}

#level2 h2.parent {
	font-size: 32px;
	color: #e5d5c5;
	line-height: 1em;
}

#level2 h3.title {
	margin-bottom: 20px;
	line-height: 1.3em;
}





/* Level 2 Navigation /---------------- */

.ctoc ul {
	border-top: 1px solid #dcd8cd;
	padding: 0;
}

.ctoc ul li {
	border-bottom: 1px solid #dcd8cd;
	padding: 0px;
	margin: 0;
}

.ctoc ul li.first {
	visibility:hidden;
	padding: 0;
	margin-top: -50px !important;
}

.ctoc ul li {
	visibility:visible;
}

.ctoc ul li ul li {
	border: none;
}

.ctoc ul li li.first {
	visibility:visible;
	margin-top: 10px !important;
}

.ctoc ul li a {
	background: transparent url('/images/navigation/ctoc_section_01.gif') 0px 0px no-repeat;
	padding: 4px 0px 6px 30px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

.section_01 .ctoc ul li li a {background: transparent url('/images/navigation/ctoc_section_01.gif') center left no-repeat;}
.section_02 .ctoc ul li li a {background: transparent url('/images/navigation/ctoc_section_02.gif') center left no-repeat;}
.section_03 .ctoc ul li li a {background: transparent url('/images/navigation/ctoc_section_03.gif') center left no-repeat;}
.section_04 .ctoc ul li li a {background: transparent url('/images/navigation/ctoc_section_04.gif') center left no-repeat;}
.section_05 .ctoc ul li li a {background: transparent url('/images/navigation/ctoc_section_05.gif') center left no-repeat;}
.section_06 .ctoc ul li li a {background: transparent url('/images/navigation/ctoc_section_06.gif') center left no-repeat;}

.section_01 .ctoc ul li li.current a, .section_01 .ctoc ul li li.current a:hover {background: transparent url('/images/navigation/ctoc_active_section_01.gif') center left no-repeat;	}
.section_02 .ctoc ul li li.current a, .section_02 .ctoc ul li li.current a:hover {background: transparent url('/images/navigation/ctoc_active_section_02.gif') center left no-repeat;	}
.section_03 .ctoc ul li li.current a, .section_03 .ctoc ul li li.current a:hover {background: transparent url('/images/navigation/ctoc_active_section_03.gif') center left no-repeat;	}
.section_04 .ctoc ul li li.current a, .section_04 .ctoc ul li li.current a:hover {background: transparent url('/images/navigation/ctoc_active_section_04.gif') center left no-repeat;	}
.section_05 .ctoc ul li li.current a, .section_05 .ctoc ul li li.current a:hover {background: transparent url('/images/navigation/ctoc_active_section_05.gif') center left no-repeat;	}
.section_06 .ctoc ul li li.current a, .section_06 .ctoc ul li li.current a:hover {background: transparent url('/images/navigation/ctoc_active_section_06.gif') center left no-repeat;	}

#level2 .ctoc ul li a {
	font-size: 15px;
}

#level2 .ctoc ul ul li {
	border-bottom:1px solid #dcd8cd;
	margin-bottom:2px;
	margin-top:2px;
}

#level2 .ctoc ul ul li li {
	border-bottom:none;
}

#level2 .ctoc ul ul li a {
	font-size: 13px;
}

#level2 .ctoc ul ul li li a {
	font-size: 11px;
	border-bottom: none;
}

.section_01 .ctoc ul li a:hover {background: transparent url('/images/navigation/ctoc_hover_section_01.gif') center left no-repeat;		}
.section_02 .ctoc ul li a:hover {background: transparent url('/images/navigation/ctoc_hover_section_02.gif') center left no-repeat;		}
.section_03 .ctoc ul li a:hover {background: transparent url('/images/navigation/ctoc_hover_section_03.gif') center left no-repeat;		}
.section_04 .ctoc ul li a:hover {background: transparent url('/images/navigation/ctoc_hover_section_04.gif') center left no-repeat;		}
.section_05 .ctoc ul li a:hover {background: transparent url('/images/navigation/ctoc_hover_section_05.gif') center left no-repeat;		}
.section_06 .ctoc ul li a:hover {background: transparent url('/images/navigation/ctoc_hover_section_06.gif') center left no-repeat;		}

.ctoc ul ul {
	border-top: 0px solid #ffffff;
	padding: 0px 0px 0px -30px;
}

.ctoc ul ul li ul li a {
	font-size: 11px;
	background: transparent url('/images/navigation/ctoc_level2.gif') 0px 4px no-repeat !important;
	padding: 1px 0px 3px 12px;
}

.ctoc ul ul li {
	border-bottom: 0px solid #ffffff;
}

#main .collapsing_menu li {
	background-image: none;
	display: none;
	border-bottom: 0px solid #ffffff;
	/*padding-left: 0;
	visibility:hidden;
	height: 0;
	margin-bottom: 0;
	margin-top: 0;*/
}

#main .collapsing_menu li a {
	display: none;
}

#main .collapsing_menu li.active li a {
	display: block;
}

#main .collapsing_menu li.active, #main .collapsing_menu li.active li {
	display: block;
	padding-left: 10px;
}

#main .collapsing_menu li.active ul {
	display: none;
}

#main .collapsing_menu li.active ul.child_list {
	display: block;
}

#main .collapsing_menu li li {
	/*background-image: none;
	padding-left: 20px;
	visibility:visible;
	height: auto;*/
}

#main .collapsing_menu,
#main .collapsing_menu li ul {
	background-image: none;
	margin: 0px;
	padding-left: -20px;	
	margin-left: -10px;	
	padding-top: 0;
	padding-bottom: 0; 
}

/* Breadcrumb Links /---------------- */

#breadcrumb {
	height: 24px;
}

#breadcrumb li {
	float: left;
	margin-right: 6px;
}

#breadcrumb li a {
	color: #655949;
}

#breadcrumb li a:hover {
	color: #433a2f;
}


/* Sitemap Styles /---------------- */
    


/* Form Styles /---------------- */
    


/* Search Area Styles /---------------- */

#search_btn {
	float: left;
	margin: 5px 0px 0px 8px;
}

#search_input {
	float: left;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
}

#search_input input {
	width: 150px;
	color: #a5977e;
	border: 1px solid #ffffff;
	background: #ffffff none;
	font-size: 11px;
	padding: 2px;
}


     
/* News Listing Styles /---------------- */
    


/* Footer Styles /---------------- */

#subfooter {
	width: 950px;
	height: 22px;
	background: #b0a28a url('/images/interface/subfooter.gif') top left repeat-y;
	margin: 10px auto -13px auto;
	position: relative;
	z-index: 10;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 0px 10px;
}

#footer {
	width: 100%;
	height: 148px;
	color: #877a64;
	background: #efe6d5 none;
}

#footer .container {
	width: 950px;
	padding: 35px 0px 0px 10px;
}

#footer a {
	color: #8e816c;
}

#footer a:hover {
	color: #70634e;
}



/* No Javascript Warning /---------------- */

#noscript_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -moz-opacity: 0.85;
    opacity: 0.85;
    z-index: 99999;
}

#noscript_text {
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    top: 30%;
    font-size: 18px;
    line-height: 1.5em;
    z-index: 100000;
    color: #ffffff;
    padding-top: 70px;
    background: url('../logo.gif') center top no-repeat;
}
.main-content #gallery {
	
}
	
.main-content #gallery ul#photos {
	margin: 0;
	padding: 0;
	padding-top: 12px;
}

.main-content #gallery ul#photos li {
	background-image: none;
	float: left;
	margin-left: 8px;
	padding: 5px;
	width: 200px;
	height: 200px;
	text-align: center;
}

.main-content #gallery ul#photos li img {
	width: 180px;
	height: 180px;
}

.main-content #gallery br {
	clear: left;
}
/* EVENTS */
.event-left-column {
	float: left;
	width: 420px;
	padding-right: 15px;
}
.event-left-column h3 {
	font-size: 11px;
	margin: 20px 0;
}
.event-right-column {
	float: left;
	width: 240px;
}
.event-image {
	width: 240px;
}
h3.event-dates, h3.event-venue-name, h3.event-venue-address {
	font-size: 11px;
	margin: 20px 0 0 0;
}
h3.event-venue-address {
	margin: 0 0 20px 0;
}
#google_map_event_location {
	height: 500px;
	width: 420px;
	margin: 40px 0;
	border: 1px solid #DCD8CD;
}
.event-list-item {
	clear: left;
	background: transparent url('/images/homepage/newsletter_bg.gif') top left repeat-x;
	padding: 5px;
}
.event-list-image {
	width: 80px;
	float: left;
}
.event-list-image img {
	width: 80px;
}
.event-list-left-column {
	width: 220px;
	margin-left: 10px;
	float: left;
	font-size:11px;
}
.event-list-right-column {
	width: 350px;
	float: left;
}
hr {
	background-color: #A5977D;
	height: 1px;
	border: none;
}
.paging_nav {
	margin: 20px 0 10px 15px;
	text-align: right;
}
.paging_nav a {
	text-decoration:none;
}
.paging_nav span span {
	text-decoration:none;
	font-weight: bold;
	border: 1px solid #7F725D;
	padding: 5px 10px;
	margin: 10px 5px;
}
.paging_nav a span {
	text-decoration:none;
	font-weight: bold;
	border: 1px solid #7F725D;
	padding: 5px 10px;
	margin: 10px 5px;
}
.paging_nav a:hover span {
	text-decoration:none;
	font-weight: bold;
	border: 1px solid #333;
	padding: 5px 10px;
	margin: 10px 5px;
	color: #fff;
	background-color: #333;
}
.paging_nav a.current_page span {
	text-decoration:none;
	font-weight: bold;
	border: 1px solid #333;
	padding: 5px 10px;
	margin: 10px 5px;
	color:#333;
	background-color: #fff;
}
.paging_nav a.current_page:hover span {
	text-decoration:none;
	font-weight: bold;
	border: 1px solid #333;
	padding: 5px 10px;
	margin: 10px 5px;
	color: #fff;
	background-color: #333;
}
.paging_nav {
	margin: 20px 0 10px 15px;
	text-align: right;
}
.paging_nav a {
	text-decoration:none;
}
.paging_nav span span {
	text-decoration:none;
	font-weight: bold;
	border: 1px solid #7F725D;
	padding: 5px 10px;
	margin: 10px 5px;
}
.paging_nav a span {
	text-decoration:none;
	font-weight: bold;
	border: 1px solid #7F725D;
	padding: 5px 10px;
	margin: 10px 5px;
}
.paging_nav a:hover span {
	text-decoration:none;
	font-weight: bold;
	border: 1px solid #333;
	padding: 5px 10px;
	margin: 10px 5px;
	color: #fff;
	background-color: #333;
}
.paging_nav a.current_page span {
	text-decoration:none;
	font-weight: bold;
	border: 1px solid #333;
	padding: 5px 10px;
	margin: 10px 5px;
	color:#333;
	background-color: #fff;
}
.paging_nav a.current_page:hover span {
	text-decoration:none;
	font-weight: bold;
	border: 1px solid #333;
	padding: 5px 10px;
	margin: 10px 5px;
	color: #fff;
	background-color: #333;
}