/* BASE SITE STYLE SHEET FOR NTSP WEBSITE - AUTHOR NEIL TURNBULL */

/* NOTE - Changes to this document should be noted through the recognised change control procedure */

/* GENERIC STYLES, HEADERS */

* {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding: 0px;
}
title {
	color: #330033;
	background-color: #003366;
}

h1 {
	display: none;
}
h2 {
	color: #FFFFFF;
	background-color: #ADAD2B;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 100%;
	background-image: none;
	background-repeat: repeat-x;
	font-weight: bold;
}	
h3 {
	color: #FFFFFF;
	background-color: #C50063;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bold;
	background-repeat: repeat-x;
	font-size: 100%;
}
a:link {
	text-decoration: none;
	padding-bottom: 4px;
}
#container #mainContent-sub .content p {
	background-color: #242424;
	padding: 4px;
	text-align: left;
}
#container #mainContent-sub .docs-links p {
	background-color: #242424;
	padding: 4px;
	text-align: left;
}


.links {
	background-color: #242424;
}

a:hover, a:active {
	text-decoration: none;
	color: #268888;
}
.docs-links a {
	color: #333333;
}
a:visited {
	text-decoration: none;
	padding-bottom: 2px;
	color: #333333;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: right;
}
object {
	margin: 0px;
	padding: 0px;
}
address {
	font-style: normal;
	padding-right: 10px;
	padding-left: 10px;
}
ul {
	list-style: none;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-top: 20px;
	padding: 0px;
}
ul li {
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	list-style-type: square;
	line-height: 170%;
	color: #333333;
}
p, ul, ol {
	margin-bottom: 1em;
	line-height: 180%;
	color: #C7C7C7;
}

/* TABS */

#tabs {
	float: left;
	background-position: 50% bottom;
	margin-top: 0px;
	width: 710px;
	clear: both;
	margin-right: 10px;
	height: 75px;
}
#tabs-search {
	width: 960px;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#tabs UL {
	padding-left: 10px;
	padding-left: 13px;
	padding-bottom: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 310px;
	padding-top: 37px;
}
#tabs LI {
	padding-left: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	list-style-type: none;
}
#tabs A {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #E8E8E8;
	background-color: #4B49AA;
	font-size: 12px;
}
#tabs a:visited {
	border-bottom-style: none;
}
#tabs A {
	float: none;
	color: #FFFFFF;
	padding-top: 8px;
	font-weight: bold;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 6px;
}
#tabs A:hover {
	color: #FFFFFF;
	background-color: #009901;
}
#tabs #current {
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#tabs #current A {
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
}


/* BESPOKE CLASSES */

#evisit {
	display: none;
	/* evisit hack - This prevents the white space at the foot of the page where the evisit coding appears */
}


/* CONTAINER */

#container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	z-index: 1;
}
#container #mainContent-sub .content #breadcrumb a {
	font-weight: bold;
	color: #333333;
	border-bottom-style: solid;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
#container #mainContent-sub .content img {

}
#container #mainContent-sub .content img.gallery {
	float: left;
	margin-top: 20px;
	border: 7px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 14px;
}
#container #mainContent-sub .content #breadcrumb ul {
	margin-left: 0px;
	padding-left: 0px;
}
#container #mainContent-sub .content #breadcrumb li {
	list-style-type: none;
}
#mainContent-sub {
	float: right;
	width: 620px;
	margin-bottom: 40px;
}
#mainContent-sub .content h2 {
	color: #FFFFFF;
	font-size: 100%;
	background-color: #45C7ED;
}
#mainContent-sub .content h3 {
	font-size: 110%;
	font-weight: bold;
	color: #ED118F;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 40px;
}
#mainContent-sub .content a {
	color: #ADAD2B;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADAD2B;
}

#mainContent-sub #content label {

}
#mainContent-sub .content #FeedbackForm #button {
	margin-left: 0px;
}
#mainContent-sub textarea {
	border: 1px solid #999999;
	margin-left: 10px;
}
#mainContent-sub select {
	border: 1px solid #000000;
}

#mainContent-sub form select {
	border: 1px solid #999999;
	margin-left: 10px;
}
#mainContent-sub input {
	border: 1px solid #999999;
	color: #333333;
	padding: 4px;
	margin-left: 10px;
}



/* CAROUSEL STYLING */

#carousel {
	margin-top: 0;
	text-align: left;
	margin-left: auto;
	float: right;
	margin-right: auto;
	height: 360px;
	color: #FFFFFF;
	width: 960px;
	margin-bottom: 15px;
	padding: 0px;
}
#carousel p {
	text-align: center;
	float: left;
	width: 310px;
	color: #FFFFFF;
	padding-top: 170px;
	font-size: 12px;
}
#carousel a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #ADAD2B;
	padding: 4px;
}
#carousel a:hover {
	background-color: #45C7ED;
}

#carousel img {
	margin-right: 20px;
	margin-top: 5px;
}
#carousel object {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#carousel #alternative-content a {
	font-weight: bold;
	color: #FFFFFF;
}
#carousel h2 {
	display: none;
}


#browse-sidebar {
	float: left;
	width: 310px;
	margin-bottom: 40px;
}

#browse-sidebar .col-one {
	float: left;
	width: 310px;
	padding: 0px;
	margin: 0px;
}


/* FOOTER */

#footer {
	width: 100%;
	clear: both;
	color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 0px;
	background-color: #343434;
}
#footer p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	padding: 20px;
}
#footer a {
	color: #FFFFFF;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#gallery-holder {
	margin-bottom: 70px;
}
#gallery-holder img {
	float: left;
}
.venue {
	font-size: 16px;
	color: #ADAD2B;
	font-weight: bold;
}


.content p {
	padding-right: 10px;
	padding-left: 10px;
}
.content {
	margin: 0px;
	width: 295px;
	float: left;
	padding: 0px;
}
.content-full {
	padding: 1px;
	margin: 0px;
	width: 690px;
	float: left;
	background-color: #FFFFFF;
}
.content-full p {
	padding-right: 10px;
	padding-left: 10px;
}
.content-full #categories {
	margin-bottom: 40px;
	margin-top: 20px;
}
.content-full #categories img {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 10px;
}
.content-full a {
	color: #6C8F2C;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6C8F2C;
}
.content-full h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 0px;
}
.content-full dd {
	margin-left: 10px;
}
.content-full object {
	margin-left: 45px;
}

.content img.gallery {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 5px solid #FFFFFF;
}
.content img.gallery:hover {
	float: left;
	border: 5px solid #ADAD2B;
}
.green {
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.docs-links {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 295px;
	margin-left: 0px;
	clear: right;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}
.docs-links ul {

}

/* NICETITLE STYLING */

.nicetitle {
	position: absolute;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	opacity: .9;
	max-width: 480px;
	background-color: #39B5B5;
}
.nicetitle p {
margin:4px 12px;
}
.nicetitle p.titletext {
	color:#FFFFFF;
	font-size:13px;
}
.nicetitle p.destination {
	font-size: 10px;
	color:#fff;
	display: none;
}
.nicetitle p.name {
	font-size: 9px;
	color:#FFFFFF;
}
.nicetitle p span.accesskey {
color:#936968;
}
#mainContent-sub h2 {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #D9322C;
}
#mainContent-sub .docs-links h2 {
	color: #FFFFFF;
	background-color: #45C7ED;
	font-size: 100%;
	font-weight: bold;
}
.search {
	width: 248px;
	margin-bottom: 15px;
	margin-top: 0px;
	background-color: #FFFFFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.search label {
	display: none;
}
.search legend {
	display: none;
}
.search #sa {
	color: #FFFFFF;
	background-color: #ED118F;
	width: 50px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ED118F;
	border-right-color: #ED118F;
	border-bottom-color: #ED118F;
	border-left-color: #ED118F;
	padding: 3px;
	font-weight: bold;
}
.search input {
	border: 1px solid #C3D7D9;
	color: #333333;
	width: 150px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin: 0px;
}
.col-one #home li {
	background-color: #A3A328;
	list-style-type: none;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
}
.col-one li a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #ADAD2B;
}
.col-one #breadcrumb li {
	background-color: #A3A328;
	list-style-type: none;
	margin-bottom: 1px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
}
.col-one #breadcrumb ul {
	margin: 0px;
	padding-top: 0px;
}

.col-one #home ul {
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
}
#home a {
	color: #FFFFFF;
}
#home {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#container #browse-sidebar .black {
	color: #242424;
}

.full p {
	padding: 10px;
}
.home {
	background-color: #FFFFFF;
	height: 90px;
	width: 200px;
}
#container #browse-sidebar img {

}
#browse-sidebar .full a {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.side-full {
	background-color: #242424;
}
#browse-sidebar .side-full a {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #999999;
}
#browse-sidebar .side-full li {
	color: #ADAD2B;
}
