/* defaults */

body {
	margin: 0;
	padding: 0;
	background: white;
	color: #333;
}

body, td, div, input, textarea, select, option, th {
	font: small Arial, Helvetica, sans-serif;
}

table {
/*	border-width: 0;*/
}

td {
	padding: 0;
/*	border-width: 0;*/
}

h1 {
	margin: 0;
	padding: 0 1em 0 0;
	font-size: 100%;
	font-weight: normal;
	color: #E96B10;
}

h2 {
	margin: 0;
	padding: 0 1em 0 0;
	font-size: 175%;
	font-weight: normal;
	color: #E96B10;
	text-align: right;
}

h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 135%;
	font-weight: normal;
	color: #E96B10;
}

h4 {
	margin: 2em 0 1em 0;
	padding: 0 1em 0 0;
	font-size: 100%;
	color: #E96B10;
}

address {
	font-style: normal;
	margin-bottom: 12px;
}
address:first-line {
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}

img {
	margin: 0;
	border: 0 solid #fff;
}

small {
	font-size: 75%;
}

a, a:link, a:visited, a:active { /* base (orange) colour scheme for the site */
	color: #E96B10;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 1em 0;
	padding-left: 16px;
}

ul li {
	margin-bottom: 0.3em;
}

form {
	margin: 0;
}

div.hr {
	height: 1px;
	margin: 0 0 1em 0;
	background-color: #ccc;
	clear: both;
}

div.hr hr {
	display: none;
}

.accessibility {
	display: none;
}

/* END defaults */

/* override heading and link colours for other color schemes */
body.info a, body.info a:link, body.info a:visited, body.info a:active, body.info h1, body.info h2, body.info h3, body.info h4 {
	color: #B31B34;
}
body.visit a, body.visit a:link, body.visit a:visited, body.visit a:active, body.visit h1, body.visit h2, body.visit h3, body.visit h4 {
	color: #B2BC00;
}

body.world a, body.world a:link, body.world a:visited, body.world a:active, body.world h1, body.world h2, body.world h3, body.world h4 {
	color: #006a8d;
}
/* END colour scheme override */

/* #wrappers */

div#wrapper {
	margin: 0;
	padding: 7px 0 0 6px;	/* if you adjust this padding you'll need to adjust the widths of header_left and header_right, I don't advise this though as it could break the layout of the site because of the image widths used throughout are set to fit exactly within the content area */
	background-color: #fff;
	text-align: left;
	width: 750px;
}

/* END #wrappers */

/* #left */

td#left {
	padding: 0 9px 40px 0;
}

td#left h4, td#left h3 {
	margin: 0;
	padding: 0;
	text-align: right;
}

/* END #left */

/* #leftnav */

ul#leftnav {
	margin: 0;
	padding: 0;
}

ul#leftnav ul {
	margin: 0;
	padding: 0;
}

ul#leftnav li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#leftnav li a {
	display: block;
	margin-bottom: 1px;
}

ul#leftnav li ul {
	text-align: left;
	margin: 0;
	padding: 5px 0 12px 6px;
}

ul#leftnav li ul li a {
	padding: 2px 10px 2px 15px;
	color: #333;
	text-decoration: none;
/*	background: transparent url(/images/leftnav_bullet.gif) 5px 6px no-repeat;*/
}

ul#leftnav li ul li small {
	font-size: 85%;
}

ul#leftnav li ul li a:hover, ul#leftnav li ul li a.active {
	color: #E96B10;
	text-decoration: none;
	background-color: white !important;
/*	background: transparent url(/images/leftnav_bullet_f2.gif) 5px 6px no-repeat;*/
}

ul#leftnav li ul.level_3 {
	padding: 5px 0 12px 9px;
}

ul#leftnav li ul.level_3 li a {
	padding: 2px 10px 2px 15px;
	background: transparent url(/images/leftnav_arrow.gif) 7px 7px no-repeat;
}

ul#leftnav li ul.level_3 li a:hover, ul#leftnav li ul.level_3 li a.active {
	background: transparent url(/images/leftnav_arrow_f2.gif) 7px 7px no-repeat;
}

/* colour scheme overrides */
body.info ul#leftnav li ul li a:hover, body.info ul#leftnav li ul li a.active {
	color: #B31B34;
/*	background-image: url(/images/leftnav_bullet_f2_red.gif);*/
	background-color: white;
}
body.world ul#leftnav li ul li a:hover, body.world ul#leftnav li ul li a.active {
	color: #006A8D;
/*	background-image: url(/images/leftnav_bullet_f2_lime.gif);*/
	background-color: white;
}
body.visit ul#leftnav li ul li a:hover, body.visit ul#leftnav li ul li a.active {
	color: #B2BC00;
/*	background-image: url(/images/leftnav_bullet_f2_lime.gif);*/
	background-color: white;
}
body.info ul#leftnav li ul.level_3 li a:hover, body.info ul#leftnav li ul.level_3 li a.active {
	background: transparent url(/images/leftnav_arrow_f2_red.gif) 7px 7px no-repeat;
}
body.visit ul#leftnav li ul.level_3 li a:hover, body.visit ul#leftnav li ul.level_3 li a.active {
	background: transparent url(/images/leftnav_arrow_f2_lime.gif) 7px 7px no-repeat;
}
/* END colour scheme overrides */

/* END #leftnav */

/* #calendar */

table#calendar {
	margin: 0 0 0 5px;
	background-color: #F2F2F2;
}

table#calendar th {
	color: white;
	font-size: 75%;
	border-bottom: 1px solid #fff;
	padding: 5px 0 3px 0;
	text-align: center;
	background-color: #999999;
}

table#calendar td {
	font-size: 75%;
}

table#calendar span {
	text-align: center;
	display: block;
	color: #333333;
	margin: 3px 1px 1px 0;
}
table#calendar tr.top {
	background-color: #999999;
}
table#calendar tr.top td {
	color: white;
	border-bottom: 2px solid white;
}

table#calendar tr.bot td {
	background-color: #fff;
	padding: 0;
	height: 6px;
	border-top: 13px solid #F2F2F2;
	border-bottom: 1px solid #999999;
}

/* default (orange) colour scheme */
table#calendar a {
	text-align: center;
	display: block;
	color: white;
	background-color: #E96B10;
	margin: 3px 1px 1px 0;
	text-decoration: none;
}

table#calendar a.event {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #576254;
}

table#calendar a.active {
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #E96B10;
}

/* colour overrides for the different schemes on the site */
body.info table#calendar a {
	background-color: #B31B34;
}
body.info table#calendar a.active {
	border: 1px solid #B31B34;
}
body.visit table#calendar a {
	background-color: #B2BC00;
}
body.visit table#calendar a.active {
	border: 1px solid #B2BC00;
}
body.world table#calendar a {
	background-color: #016A8A;
}
body.world table#calendar a.active {
	border: 1px solid #016A8A;
}
/* END colour overrides */

/* make sure the image arrow links don't get the bg colour */
table#calendar a.pic, body.info table#calendar a.pic, body.visit table#calendar a.pic, body.world table#calendar a.pic {
	background-color: transparent;
}

/* END #calendar */

/* #events */

div#events {
	position: absolute;
	z-index: 10;
	width: 300px;
	display: none;
	margin: 30px 0 0 144px;
	border: 1px solid #333;
	background-color: #fff;
}

div#events div {
	border: 1px solid #ccc;
	margin: 1px;
	padding: 1em;
}

div#events h3 {
	color: #333;
	padding: 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 1em 0;
	text-align: left;
	font-size: 85%;
	font-weight: normal;
}

div#events h4 {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 85%;
	font-weight: normal;
}

div#events ul {
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
	font-size: 85%;
}

div#events li {
	margin: 0;
	padding: 0 0 0 7px;
	text-align: left;
	list-style-type: none;
	background: transparent url(/images/events_popup_bullet.gif) 0 6px no-repeat;
}

div#events p {
	text-align: left;
	font-size: 85%;
}

div#events img.arrow {
	position: absolute;
	margin-left: -21px;
}

/* END #events */

/* rightcol */

td#rightcol {
	font-size: 85%;
}

p.quote{
	text-align: right;
	color: #999999;
	font-weight: bold;
	margin-left: 30px;
	font-size: 125%;
}

td#rightcol p.quote_by{
	color: #5696B2;
	text-align: right;
	font-weight: bold;
	font-size: 85%;
}

/* END rightcol */

/* #furtherinformation, #relevantlinks, #downloads, .rightcolbox */

div#furtherinformation, div#relevantsites, div#downloads, div.rightcolbox {
	width: 181px;
	border: 1px solid #999999;
	border-top-width: 0;
	margin: 0 0 2em 0;
	color: #333;
}

div#furtherinformation h4, div#relevantsites h4, div#downloads h4, div.rightcolbox h4 {
	color: #fff;
	background-color: #999999;/*#576254;*/
	padding: 0px;/*4px 10px 4px 10px !important;*/
	margin: 0 !important;
}
/*div.rightcolbox h4 {
	color: #fff;
	background-color: #999999;
	padding: 0px;/*4px 10px 4px 10px !important;* /
	margin: 0 !important;
}*/
div#furtherinformation ul, div#relevantsites ul, div#downloads ul {
	font-size: 85%;
	margin: 5px 10px 8px 10px !important;
	padding: 0 !important;
}

div#furtherinformation li, div#relevantsites li, div#downloads li {
	margin: 0 !important;
	padding: 4px 0 4px 0 !important;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

div#furtherinformation li.no_border, div#relevantsites li.no_border, div#downloads li.no_border {
	border-width: 0;
}

/*div#furtherinformation a, div#relevantsites a, div#downloads a {
	color: #576254;
	text-decoration: none;
}

div#furtherinformation a:hover, div#relevantsites a:hover, div#downloads a:hover {
	color: #c03;
}*/

div#furtherinformation span.arrow_link, div#relevantsites span.arrow_link, div#downloads span.arrow_link {
	color: #576254;
	display: block;
	padding-left: 7px;
	background: transparent url(/images/rightcol_bullet.gif) 0 6px no-repeat;
}

div.rightcolbox p, div.rightcolbox div.hr {
	font-size: 85%;
	margin-top: 10px;
	margin-left: 10px;
}

/*div.rightcolbox a {
	color: #936 !important;
	text-decoration: none;
}

div.rightcolbox a:hover {
	color: #333 !important;
}*/

div.rightcolbox span.arrow_link {
	color: #936 !important;
}

/* END #furtherinformation, #relevantlinks, #downloads, .rightcolbox */

/* #content */

td#content {
	padding: 0px 13px 40px 0px;
}
td#content div.content {
	padding: 15px 13px 40px 15px;
}
td#content h3 img {
	margin: 15px 0px 0px 20px;
}
td#content div.content h3 img {
	margin: 0px;
}
body.home td#content div.content {
	padding: 0px;
}
td#content h3, td#content h4, td#content p, td#content div.hr, td#content ul, table.margin_right {
	margin-right: 15px;
}

/* END #content */

/* #footer */

td#footer {
	border-top: 1px solid #CCCCCC;
	padding: 0 12px 10px 7px;
}
td#footer li {
	color: #E96B10;
}
body.info td#footer li {
	color: #B31B34;
}
body.visit td#footer li {
	color: #B2BC00;
}

td#footer div {
/*	border-top: 1px solid #ccc;
	background-color: #e2e6e0;*/
	padding: 0 0 25px 147px;
}

td#footer div a.active {
	color: #333;
	text-decoration: none;
}

td#footer p.logos {
	margin-top: 1.5em;
	margin-bottom: 0;
}

td#footer p.logos img {
	/* margin-right: 2em; */
	margin-right: 35px;
}

/* END #footer */

/* #homepage */

table#homepage {
	margin-top: 5px;
}

table#homepage td {
	padding: 0 0 0 0;
}

table#homepage span.date {
	margin: 0 0 1px 0;
	padding: 3px 11px 4px 11px;
	display: block;
	background: #576254;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
}

table#homepage h4 {
	margin: 0 1px 0 0;
	padding: 0;
}

table#homepage h3 {
	margin: 1.5em 0 0.5em 0;
	padding: 0 0 0 11px;
}

table#homepage p {
	padding-left: 11px;
}

table#homepage p.mustseeobject {
	margin-right: 300px;
}

table#homepage p.homepage_btn {
	background: #E96B10;
	margin: 0 1px 1px 0 !important;
	padding-bottom: 1em;
}

table#homepage p.highlight {
	font-size: 85%;
	margin-top: 1em;
	color: #936;
}

table#homepage img.mustseeobject {
	float: right;
	margin-right: 1px;
}

table#homepage div.hr {
	margin-top: 1px;
	margin-right: 0;
	padding: 0;
}

/* mods for the collections page */
table#homepage.margin_right img.pic {
	border: 1px solid #CCCCCC;
}
table#homepage.margin_right p {
	padding-left: 0px;
}
table#homepage.margin_right {
	margin-bottom: 5px;
}
/* END mods for the collections page */

/* orange banner area on the homepage */
table#homepage tr.banner td {
	background-color: #E96B10;
	border-right: 1px solid white;
}
table#homepage tr.banner td h4 {
	height:71px;
}
table#homepage tr.banner td h4 img {
	margin: 14px 0px 0px 14px;
}
table#homepage tr.banner td p {
	color: white;
	margin: 16px 17px 12px 14px;
	padding: 0px;
	height: 39px;
}
table#homepage tr.banner td span, table#homepage tr.banner td a {
	color: #333333;
}
/* END orange banner area on the homepage */

/* about row on the homepage*/
table#homepage tr.about td {
	background-color: #999999;
	border-right: 1px solid white;
	border-top: 1px solid white;
}
table#homepage tr.about h3 {
	margin-top: 14px;
}
table#homepage tr.about a, table#homepage tr.about p {
	color: white;
}

/* must seet objects row on the homepage */
table#homepage tr.mustsee td {
	background: #EEEEEE url(/images/bg_mustsee.jpg) bottom right no-repeat;
	height: 138px;
	border-top: 7px solid white;
}


/* END #homepage */

/* misc */

div.header_left {
/*	width: 132px;	/* wrapper width (750px) - wrapper padding (6px + 7px) - header_right width (600px) - header_left margin-left (5px)  */
	margin-left: 5px;
/*	margin-bottom: 10px;*/
/*	border-top: 1px solid #016187;
	border-bottom: 1px solid #ccc;*/
/*	height: 120px;	/* 122px - (1px top border + 1px bottom border) */
}

div.header_right {
/*	width: 600px;	/* wrapper width (750px) - wrapper padding (6px + 7px) - header_left width (137px) */
	position: relative;
/*	margin-bottom: 1px;*/
/*	border-top: 5px solid #016187;
	border-bottom: 1px solid #ccc;* /
/*	height: 116px;	/* 122px - (5px top border + 1px bottom border) */
}
div.header_adlib {
	position: absolute;
	top: 0px;
	left: 403px;
}

img.logo {
/*	margin: 14px 0 0 0px;*/
}

img.topshim {
	float: right;
	z-index: 10;
	margin-right: -1px;
	margin-top: -8px;
}

img.botshim {
	position: absolute;
	float: left;
	margin-top: 2px;
}

ul.no_bullet {
	padding-left: 0;
}

ul.no_bullet li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul.inline li {
	display: inline;
}

.errmsg {
	color: #c03 !important;
}

option.error {
	color: #fff;
	background-color: #c03;
	font-weight: bold;
}

td.highlight {
	color: #fff !important;
	background-color: #CCCCCC !important;
	font-weight: bold !important;
}

.block {
	display: block;
}

.nowrap {
	white-space: nowrap;
}

div.standard_image {
	width: 180px;
	height: 121px;
	margin: 0 0 1em 0;
}

div.large_image {
	width: 380px;
	height: 600px;
	margin: 3px 0 0 0;
}

div.landscape_image {
	width: 555px;
	margin: 3px 0 10px 0;
}

img.square_image {
	margin: 0 1em 1em 0;
}

span.arrow_link {
	color: black;
}

td.teaser {
	padding: 0 0 2em 0;
}

td.teaser p {
	font-size: 80%;
	margin-bottom: 0.2em;
}

td.teaser h4 {
	margin-bottom: 0.2em;
}

p.date {
	font-size: 75% !important;
	font-style:italic;
}

p.btn {
	padding: 0;
	font-size: smaller;
/*	text-align:right;*/
}

p.btn img {
	margin: 0 1em 0 0;
}

.no_marg_top {
	margin-top: 0 !important;
}

.no_marg_bot {
	margin-bottom: 0 !important;
}

.no_marg_right {
	margin-right: 0 !important;
}

.no_pad_left {
	padding-left: 0 !important;
}

.no_pad_top {
	padding-top: 0 !important;
}

.no_pad_bot {
	padding-bottom: 0 !important;
}

.no_pad_right {
	padding-right: 0 !important;
}

.no_pad_left {
	padding-left: 0 !important;
}

table.datatable td {
	padding: 0 2em 0.3em 0;
}

table.formtable {
	padding: 0 2em 0.3em 0;
}

table.formtable td {
	padding: 0 2em 0.3em 0;
}

table.radiotable td {
	padding: 0 0.5em 2px 0;
}

table.radiotable label {
/*	padding: 0 4em 0 0;*/
}


textarea.enquiry {
	margin: 0.5em 0;
	width: 320px;
	height: 100px;
}

/* commented backslash hack v2 - this should not be readable by ie 5.5 on the mac \*/
textarea.enquiry {
	width: 350px;
}
/* recover from hack */



/* END misc */

/* admin */

table.adminstatus td {
	padding: 1px 0.5em 0 0;
}

table.adminlist {
	background-color: #999;
}

table.adminlist th {
	text-align: left;
	color: #fff;
	background-color: #999;
	padding: 2px 1em;
}

table.adminlist th a, table.adminlist th a:visited {
	color: #fff;
}

table.adminlist td {
	background-color: #fff;
	padding: 2px 1em;
}

input.cancel {
	margin-left: 20px;
}

/* END admin */