/*
 * All pages
 */
body {
	background-image: url('images/Background-2.jpg');
	background-color: #ac0000;
   margin: 0px 0px;
   font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	background-repeat: no-repeat;
}
#crestLink a { /* Clickable NCS link returns to home page */
	padding-right: 5px;
	margin-top: 12px;
	margin-left: 38px;
	width: 80px;
	height: 96px;
	display: block;
	background-image: url('images/2ColourNewCrest.gif');
	background-repeat: no-repeat;
}
#crestLink a span {
	display: none;
}
.left-col {
	float: left;
}
.right-col {
	float: right;
}
#notes {
	margin: -20px 0 0 0 ;
	font-size: 14px;
}
#notes h1 {
	margin: 25px 0 0 0;
	font-size: 16px;
}
.large-image {
	height: 260px;
	width: 640px;
	margin: 0 0 0 160px;
	padding: 0;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: center;
}
.small-image {
	width: 130px;
	height: 318px;
	background-repeat: no-repeat;
	background-position: top;
}
.comment { /* For highlighting comment during development*/
	color: green;
}
#wrap {
   margin: 17px auto auto 220px;
   width: 800px;
}
/*
 * main.html
 */
#main-nav {
	width:155px;
	padding-right: 5px;
	margin: 0;
	border-width: 0;
}	
#main-title {
	height: 120px;
	background-image: url('images/main-back-top.jpg');
}
#main-title h1 {
	font-weight: normal;
	margin: 0 0 0 175px;
	padding: 15px 0 0 0;
	font-size: 36px;
}
#main-title h2 {
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 0 175px;
	padding: 0 0 27px 0;
}
#main-body {
	background-image: url('images/main-back-body.jpg');
}
#main-menu {
	background-image: url('images/main-back-body.jpg');
}
#main-nav ul {
	list-style-type: none; 
	padding: 0;
	padding-top: 10px;
	margin: 0;
}
#main-nav ul li {
	text-align: right;
	padding-bottom: 10px;
}
#main-nav ul li a {
	text-decoration: none;
	color: #000000;
}
#main-nav ul li a:hover {
	color: #d75959;
}
#main-text-holder {
	position: relative;
	padding: 5px 0 0 0;
	margin-left: 169px;
	margin-right: 140px;
}
#main-text-holder p {
	margin: 0 0 10px 0;
}
#main-bottom {
	clear: both;
	margin: -10px 0 0 0;
}
/*
 * Sub Pages
 */
#sub-header {
	background-image: url('images/sub-back-header.jpg');
	height: 260px;
}
#sub-crest-wrap {
	float: left;
}
#sub-crest-wrap h1 {
	font-weight: normal;
	font-size: 30px;
	width: 160px;
	text-align: center;
	padding: 14px 0 0 0;
	margin: 0;
}
#sub-title {
	margin: 0;
	height: 60px;
	background-image: url('images/sub-back-title.jpg');
}
#sub-title.gallery {
	margin: 0;
	height: 60px;
	background-image: url('images/gallery-back-title.jpg');
}
#sub-title h2 {
	font-weight: normal;
	font-size: 14px;
	width: 150px;
	padding: 12px 10px 0 0;
	text-align: right;
	vertical-align: centre;
	margin: 0 0 0 0;
	float: left;
	color: blue;
}
#sub-title h2.single-line {
	padding: 20px 10px 0 0;
}
#sub-title h3 {
	font-weight: normal;
	font-size:24px;
	margin: 0 0 0 0;
	padding: 15px 0 0 170px;
}
#sub-body {
	background-image: url('images/sub-back-body.jpg');
}
#sub-body.gallery {
	background-image: url('images/gallery-back-body.jpg');
}
#sub-body p {
	margin: 0 0 10px 0;
}
#sub-text-holder {
	position: relative;
	padding: 5px 0 0 0;
	margin: 0 135px 0 169px;
}
#sub-text-holder th {
	text-align: left;
}
#sub-text-holder a {
	text-decoration: none;
	color: #cc7534;
}
#sub-text-holder a:hover {
	color: #3475cc;
}
#sub-nav {
	margin-top: 5px;
	width:155px;
}
#sub-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#sub-nav ul li {
	text-align: right;
	width: 160px;
	padding: 7px 0 7px 0;
	margin: 0;
}
#sub-nav ul li.current {
	background-color: #85a8db;
	margin: 8px 0 8px 0;
	padding: 5px 0 0 0;
}
#sub-nav ul li.current ul {
	border-style: solid;
	border-width: 0 0 5px 0;
	border-color: #85a8db;
	margin: 8px 0 0 0;
}
#sub-nav ul li.current ul li {
	padding: 7px 0 7px 0;
	background-color: #b1c2db;
}
#sub-nav li.current ul li.current {
/*	background-color: #ef9151;*/
   background-color: #aac39e;
	padding: 5px 0 0 0;
	margin: 0;
}
#sub-nav li.current ul li.current ul {
	border-style: solid;
	border-width: 0 0 5px 0;
/*	border-color: #ef9151;*/
   border-color: #aac39e;
	margin: 8px 0 0 0;
}
#sub-nav li.current ul li.current ul li {
	padding: 7px 0 7px 0;
/*	background-color: #edae82;*/
   background-color: #c5d2bf;
}
#sub-nav ul li a {
	text-decoration: none;
	margin-right: 5px;
	color: #000000;
}
#sub-nav ul li a:hover {
	color: #d75959;
}
#sub-right {
	position: relative;
	width: 130px;
}
#blog-holder p {
	text-align: justify;
	margin-right: 8px;
}
#date {
	font-size: small;
	margin: 0px 0px 5px 0px;
}
#sub-bottom {
	clear: both;
	padding-top: 1px;
	margin: 12px 140px 0 169px;
}
/*
 * Information
 */
#gallery-text-holder {
	position: relative;
	padding: 5px 0 0 0;
	margin: 0px 0 0 169px;
}
#gallery-text-holder th {
	text-align: left;
}
