/******************************************** GENERAL STYLES **********************************************/

/* RESET */
* {	margin: 0; padding: 0; }
img { border: none 0; }
body, h1, h2, h3, h4, h5, h6, div, hr, form, img, ul, li, p, li li, p p {
	margin:				0;
	padding:			0;
	font-size:			1em;
}
html {
	height:				100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 76%;
}


/* GENERAL STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #D9D9D9 url(../images/bg.gif) repeat-x fixed 0 0;
	color: #4D4D4D;
}
h1 {
	font-size: 1.3em;
	font-weight: normal;
}
h2, h3 {
	font-weight: normal;
}
p {
	line-height:		1.4em;
	font-size:			1em;
	margin-bottom:		.9em;
}
ul {
	list-style: none;
}
li {
	font-size:			1em;
}
li li {
	font-size:			1em;
}
fieldset {
	border: 0;
}
label {
	width: 130px;
	display: block;
	float: left;
	margin-top: 0.2em;
	text-align: right;
	padding-right: .5em;
	font-size: .9em;
}
form {
	margin-bottom: 1em;
}
form div.col1, form div.col2 {
	width: 50%;
	float: left;
}
form div.col1 div, form div.col2 div {
	clear: both;
	padding-top: .5em;
}
form div.checkboxlist {
	padding-left: 2em;
}
form div.checkboxlist label {
	width: auto;
	margin: 0;
	text-align: left;
	padding-left: .5em;
}
form div.row {
	margin-top: 1em;
	width: 100%;
	clear: both;
}
form input.field {
	width: 250px;
}
form textarea {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form div.button {
	width: 100%;
	text-align: center;
}
form div span, form div p {
	font-size: .9em;
}
form .checkboxlist input {
	float: left;
}
a:link, a:visited {
	color:				#1C837D;
	background-color:	transparent;
	text-decoration:	none;
}
a:hover, a:active {
	color:				#1C837D;
	background-color:	transparent;
	text-decoration:	none;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; width: 100%; height: 1px; font-size: 1px; visibility: hidden;}


/* LAYOUT */
.body {
	width: 768px;
	height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
}
.body .top {
	height: 3%;
}
.body .middle {
	min-height: 94%;
	background: transparent url(../images/bg_paper.png) 0 0 repeat-y;
}
.body .middle .header {
	height: 62px;
	margin-bottom: 20px;
	background: transparent url(../images/bg_corner.gif) 752px 0 no-repeat;
}
.body .middle .header .contents {
	width: 752px;
	height: 100%;
	background-color: #46A6A1;
}
.body .middle .header .contents .left {
	width: 50%;
	height: 100%;
}
.body .middle .header .contents .right {
	width: 50%;
	height: 100%;
	text-align: right;
}
.body .middle .page {
	width: 752px;
}
.body .middle .page .left {
	width: 134px
}
.body .middle .page .right {
	width: 618px
}
.body .middle .page .right .left {
	width: 456px
}
.body .middle .page .right .right {
	width: 162px
}
.body .bot {
	height: 3%;
	background: transparent url(../images/bg_paper.png) 0 0 repeat-y;
	text-align: center;
}



/* OBJECTS */
#menu {
	width: 118px;
	margin-left: 6px;
	margin-right: 6px;
}
#menu ul li {
	line-height: 16px;
	margin-bottom: 2px;
	background: #E6E6E6 url(../images/bg_menu-item.gif) 0 0 no-repeat;
}
#menu ul li.on {
	background: #4D4D4D url(../images/bg_menu-item_on.gif) 0 0 no-repeat;
}
#menu ul li.open {
	background: #4D4D4D url(../images/bg_menu-item_open.gif) 0 0 no-repeat;
}
#menu ul li a {
	display: block;
	color: #4D4D4D;
}
#menu ul li.on a, #menu ul li.open a {
	color: #E6E6E6;
}
#menu ul li a span {
	padding-left: 16px;
}
#menu ul li ul {
	display: none;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 4px;
}
#menu ul li.open ul, #menu ul li.on ul {
	display: block;
}
#menu ul li ul li {
	line-height: 14px;
	margin-bottom: 4px;
	background: #ffffff url(../images/bg_menu-sub-item.gif) 0 0 no-repeat;
}
#menu ul li ul li.on {
	background: #ffffff url(../images/bg_menu-sub-item_on.gif) 0 0 no-repeat;
}
#menu ul li.open ul li a, #menu ul li.on ul li a {
	color: #4D4D4D;
	display: block;
	padding-left: 16px;
	font-size: .9em;
}
#menu ul li.open ul li a span, #menu ul li.on ul li a span {
	padding-left: 0;
}
#menu ul li ul li.on a {
	color: #1C837D;
	font-weight: bold;
}

#page-title, #body, #page-list, #page-part-list, #photo-gallery, #photo, #summary, #contact-form, #sponsor, #form, #page-tree, #files {
	padding-left: 6px;
	padding-right: 10px;
}

#page-title h1 {
	color: #1C837D;
	margin-bottom: 4px;
}
#body, #page-part-list, #page-list, #page-tree, #files {
	margin-bottom: 1em;
	font-size: .9em;
}
#body ul li, #page-part-list ul li, #files ul li {
	background: transparent url(../images/blt_ul.gif) 0 1px no-repeat;
	padding-left: 18px;
	line-height: 1.4em;
	margin-bottom: 4px;
}
#body strong {
	color: #1C837D;
}
#summary p {
	font-size: .9em;
}
#photo {
	margin-bottom: 1em;
}
#photo-gallery {
	width: 100%;
	margin-bottom: 1em;
}
#photo-gallery .main-photo {
	width: 230px;
	float: left;
}
#photo-gallery #photo-links {
	float: left;
	width: 204px;
}
#photo-gallery #photo-links .item {
	width: 50px;
	float: left;
	margin-left: 1px;
	margin-bottom: 2px;
}



#sitemap {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 6px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #1C837D;
}
#sitemap ul {
	list-style:			none;
	margin:				0 0 0 0;
	padding:			0 0 0 0;
}
#sitemap ul ul {
	padding:			0 0 0 1em;
}
#sitemap ul li {
	margin:				0 0 0 0;
	padding:			0 0 0 0;
	font-size:			1em;
	font-weight:		bold;
}
#sitemap ul li ul li {
	margin:				0 0 0 0;
	padding:			0 0 0 0;
	font-size:			0.9em;
	font-weight:		normal;
}
#sitemap a {
	color: #1C837D;
}


#panels {
	margin-bottom: 1em;
}
#panels .panel {
	width: 222px;
	height: 100px;
	margin-right: 6px;
	margin-bottom: 4px;
	float: left;
	background-image: url(../images/bg_panel.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#panels .panel .title {
	height: 26px;
	padding-left: 16px;
}
#panels .panel .title h2 {
	line-height: 26px;
	font-size: 1.2em;
}
#panels .panel .title h2 a {
	color: #ffffff;
	display: block;
}
#panels .panel .content {
	height: 68px;
	background-color: #ffffff;
	margin: 0 5px 0 5px;
	padding: 0 4px 0 4px;
}
#panels .panel .content .photo {
	float: left;
	margin-right: 4px;
	margin-top: 6px;
}
#panels .panel .content .text {
	padding-top: 4px;
}
#panels .panel .content .text p {
	font-size: .9em;
	line-height: 1.1em;
}
#panels .panel .content .text p a, #side-panels .panel .content .text p a {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
	height: 20px;
	background: transparent url(../images/blt_link.gif) 0 50% no-repeat;
}


#side-panels .panel {
	width: 156px;
	margin-bottom: 8px;
}
#side-panels .panel .title {
	height: 26px;
	padding-left: 16px;
	background-image: url(../images/bg_side-panel_top.png);		/* problem with browsers that don't support pngs */
	background-position: 0 0;
	background-repeat: no-repeat;
}
#side-panels .panel .title h2 {
	line-height: 26px;
	font-size: 1.2em;
}
#side-panels .panel .title h2 a {
	color: #ffffff;
	display: block;
}
#side-panels .panel .content {
	background-image: url(../images/bg_side-panel_bot.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 0 2px 1px 2px;
}
#side-panels .panel .content .text {
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #ffffff;
}
#side-panels .panel .content .text p {
	font-size: .9em;
	line-height: 1.1em;
}
#side-panels .panel .content .text ul {
	font-size: .9em;
	line-height: 1.1em;
	margin-top: 4px;
	margin-bottom: 1em;
}
#side-panels .panel .content .text ul li {
	padding-left: 20px;
	background: transparent url(../images/blt_link.gif) 0 0 no-repeat;
	font-size: 1em;
	margin-bottom: 1em;
}
#side-panels .panel .content .text ul li .title {
	padding: 0;
	font-size: 1.3em;
	background: none;
}
#side-panels .panel .content .text ul li .date, #page-part-list .date {
	color: #F0037F;
}

#side-panels #panel-events .content {
	min-height: 178px;
}
#side-panels #panel-events .content .text {
	min-height: 164px;
}


#recommendations {
	width: 118px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#recommendations .panel {
	width: 100%;
	background-image: url(../images/bg_corner_top-left.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#recommendations .panel .layer-2 {
	background-image: url(../images/bg_corner_top-right.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}
#recommendations .panel .layer-3 {
	background-image: url(../images/bg_corner_bot-left.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
}
#recommendations .panel .content {
	background-image: url(../images/bg_corner_bot-right.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 10px;
}

#recommendations .panel .content a {
	color: #ffffff;
	font-size: 1em;
	line-height: 1.6em;
	display: block;
}
#recommendations .panel .content img {
	margin-top: 6px;
}


.page-item {
	border-bottom: 1px dashed #4D4D4D;
	margin-bottom: 1em;
	min-height: 70px;
	background-color: #ffffff;
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-bottom: .4em;
	clear: both;
}
.page-item .photo {
	float: left;
	margin-right: 12px;
	width: 60px;
	height: 60px;
}
.page-item .title {
	margin-bottom: .2em;
}
.page-item .text p {
	margin-bottom: .2em;
}
.page-item .text p {

	line-height: 1.1em;
}
.page-item .btn-view {
	background: transparent url(../images/blt_ul.gif) 72px 1px no-repeat;
	margin-bottom: 8px;	
}
.page-item .btn-view a {
	line-height: 1.4em;
	color: #46A6A1;
}
.page-item .btn-view a span {
	padding-left: 18px;
}

#page-topics .page-item .btn-view {
	background: transparent url(../images/blt_ul.gif) 0 1px no-repeat;
	margin-bottom: 4px;	
} 


#page-part-list {
}
#page-part-list .page-item {
	min-height: 40px;
}
#page-part-list .hide .text, #page-part-list .hide .btn-hide, #page-part-list .show .btn-show {	
	display: none; 
}
#page-part-list .show .text, #page-part-list .show .btn-hide, #page-part-list .hide .btn-show {
	display: block; 
}
#page-part-list .btn-show {
	background: transparent url(../images/blt_down.gif) 0 100% no-repeat;
}
#page-part-list .btn-hide {
	background: transparent url(../images/blt_up.gif) 0 100% no-repeat;
	margin-bottom: 1em;
}
#page-part-list .btn-show a, #page-part-list .btn-hide a {
	line-height: 1.4em;
	color: #46A6A1;
}
#page-part-list .btn-show a span, #page-part-list .btn-hide a span {
	padding-left: 14px;
}

#page-tree .page-item {
	min-height: 40px;
}
#page-tree .page-item .contents {
	display: none;
}



#btn-back {
	background: transparent url(../images/blt_back.gif) 0 0 no-repeat;
	margin-top: -18px;
	height: 18px;
	font-size: .9em;
	color: #46A6A1;
}
#btn-back a {
	color: #46A6A1;
}
#btn-back a span {
	padding-left: 18px;
}
#btn-back a.sub span {
	padding-left: 0px;
}


#button-links {
	width: 100%;
/*	text-align: right; */
	margin-bottom: 1em;
}
.button {
	width: 152px;
	height: 21px;
	margin-bottom: 6px;
	margin-left: 4px;
	background-image: url(../images/bg_button.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: left;
}
.button .content {
	width: 100%;
	height: 100%;
}
.button .content a {
	display: block;
	color: #ffffff;
	line-height: 20px;
	font-size: 1.1em;
}
.button .content a span {
	padding-left: 10px;
}









/* colours */
.blue {			background-color: #00A0C6; }
.light-green {	background-color: #A6D514; }
.orange {		background-color: #FF9100; }
.purple {		background-color: #A3248E; }
.grey {			background-color: #E6E6E6; }
.green {		background-color: #46A6A1; }
#side-panels .grey .title h2 a, #panels .grey .title h2 a, .grey .content a {
	color: #4D4D4D;
}
#button-links .grey .content {
	background: transparent url(../images/blt_button-grey.gif) 130px 50% no-repeat;
}




#footer {
	font-size: .8em;
	color: #A6A5A5;
}
#footer a {
	color: #A6A5A5;
}


/* files on right */
.page .right .right #files {
	width: 156px;
	padding: 0;
	margin: 0;
	font-size: 1em;
	margin-bottom: 8px;
	background-color: #E6E6E6;
}
.page .right .right #files .heading {
	height: 26px;
	padding-left: 16px;
	background-image: url(../images/bg_side-panel_top.png);		/* problem with browsers that don't support pngs */
	background-position: 0 0;
	background-repeat: no-repeat;
}
.page .right .right #files .heading h2 {
	line-height: 26px;
	font-size: 1.1em;
	color: #4D4D4D;
}
.page .right .right #files .content {
	background-image: url(../images/bg_side-panel_bot.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 0 2px 1px 2px;
}
.page .right .right #files .content ul, .page .right .right #files .content p {
	background-color: #ffffff;
	margin: 0;
	padding: .4em .4em .4em 0;
	font-size: .9em;
}
.page .right .right #files .content p {
	margin-bottom: .6em;
	text-align: center;
}