@charset "UTF-8";
/* CSS Document */

@import "forms.css";

* {
	margin: 0;
	padding: 0;
}

html { background-color: #fff; }

body {
	position: relative;
	width: 1000px;

	margin: 0 auto;
	padding: 0;

	color: #001622;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;

	background: url(../images/interface/masthead.jpg) top left no-repeat;
}

body.blue { background: url(../images/interface/mastheadBlue.jpg) top left no-repeat; }
body.green { background: url(../images/interface/mastheadGreen.jpg) top left no-repeat; }
body.red { background: url(../images/interface/mastheadRed.jpg) top left no-repeat; }
body.yellow { background: url(../images/interface/mastheadYellow.jpg) top left no-repeat; }
body.brown { background: url(../images/interface/mastheadBrown.jpg) top left no-repeat; }
body.black { background: url(../images/interface/mastheadBlack.jpg) top left no-repeat; }

div#page {
	padding: 336px 0 0 0;

	width: 95%;
	margin: 0 auto;
}

/* Masthead */
ul#masthead {
	position: absolute;
	top: 235px;
	left: 10px;

	width: 80px;

	z-index: 10;
	list-style-type: none;
}

ul#masthead li {
	float: right;
	clear: right;

	width: 100%;
	height: 99px;
	line-height: 99px;

	margin: 5px 0;
	text-align: center;
}

ul#masthead li a {
	float: right;
	display: block;
	width: 100%;
	height: 100%;

	color: #111;
	font-size: 13px;
	text-decoration: none;
	background: url(../images/interface/menuItem.gif) top right no-repeat;
}

ul#masthead li a:hover, ul#masthead li a.active { background-position: bottom right; }

ul#masthead li.double { line-height: 15px; }
ul#masthead li.double a { padding-top: 33px; height: 66px; }

/* Columns */
div.column {
	float: left;
	width: 66%;

	padding-bottom: 20px;
	margin-left: 110px;
}

div.column.wide { width: 87%; }

/* Misc formatting */
div.clear { clear: both; }

p {
	margin-bottom: 20px;
	text-align: justify;
}

h2 {
	clear: both;
	font-size: 21px;
	margin: 10px 0 20px 0;
	background: url(../images/interface/h2BG.gif) bottom left no-repeat;
}

h3 {
	color: #035f22;
	font-style: italic;
	font-weight: normal;
	font-size: 23px;
}


/* Column content formatting */
div.column ul {
	list-style-type: none;
	margin: 10px 0 10px 0;
}

a.backToTop {
	display: block;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 30px;
	padding-left: 15px;
	background: url(../images/interface/pageNavA.gif) center left no-repeat;
}

a.backToTop:hover { text-decoration: underline; }

div.column ul li {
	background: url(../images/interface/bullet.gif) 0 4px no-repeat;
	margin-bottom: 15px;
}

div.column ul.ticks li {
	background: url(../images/interface/tick.gif) center left no-repeat;
	padding-left: 20px;
}

img.sideImage { float: right; margin-top: 100px; }
img.right { float: right; }

/* Colour Picker Button */
a#colourPicker {
	position: absolute;
	top: 330px;
	right: 60px;
	width: 50px;
	height: 50px;
	z-index: 20;
}

/* Palette */
div#palette {
	position: absolute;
	top: 210px;
	right: 25px;

	width: 800px;
	height: 175px;

	padding-left: 10px;
	background-repeat: no-repeat;
}

div#palette.yellow { background-image: url(../images/palettes/paletteYellow.jpg); }
div#palette.red { background-image: url(../images/palettes/paletteRed.jpg); }
div#palette.green { background-image: url(../images/palettes/paletteGreen.jpg); }
div#palette.brown { background-image: url(../images/palettes/paletteBrown.jpg); }
div#palette.blue { background-image: url(../images/palettes/paletteBlue.jpg); }
div#palette.black { background-image: url(../images/palettes/paletteBlack.jpg); }

div#palette a {
	display: block;
	float: left;

	width: 144px;
	height: 75%;
	margin: 0 15px 0 0;
}

/* Contact Image */
img#contactImage {
	position: absolute;
	display: block;
	top: 300px;
	right: 0;
	width: 327px;
	height: 350px;
}

/* Page Nav */
ul#pageNav {
	position: relative;
	z-index: 10;
	list-style-type: none;
	float: right;
}

ul#pageNav li {
	float: left;
	height: 30px;
	margin: 0;
	padding: 2px 6px;
}

ul#pageNav li span { color: #005d20; font-weight: bold; }

ul#pageNav li a {
	display: block;
	float: left;

	width: 100%;
	height: 100%;

	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

ul#pageNav li a:hover { background: url(../images/interface/newMenuHover.png) bottom center no-repeat; }

body.black ul#pageNav li a { color: #fff; }

/* Contact List */
ul.contactList li {
	float: left;
	font-size: 12px;
	width: 49%;
}

/* Footer */
ul#footer {
	clear: both;
	width: 100%;
	height: 30px;
	padding-top: 161px;

	line-height: 43px;

	list-style-type: none;
	margin: 0 auto 20px auto;
	background: url(../images/interface/footerBG.jpg) top left repeat-x;
}

ul#footer.blue { background: url(../images/interface/footerBGBlue.jpg) top left repeat-x; }
ul#footer.green { background: url(../images/interface/footerBGGreen.jpg) top left repeat-x; }
ul#footer.red { background: url(../images/interface/footerBGRed.jpg) top left repeat-x; }
ul#footer.yellow { background: url(../images/interface/footerBGYellow.jpg) top left repeat-x; }
ul#footer.brown { background: url(../images/interface/footerBGBrown.jpg) top left repeat-x; }
ul#footer.black { background: url(../images/interface/footerBGBlack.jpg) top left repeat-x; }

ul#footer li {
	float: left;
	margin-left: 2%;
	color: #111;
}

ul#footer li a { color: #111; }

/* Webcastle Branding */
ul#footer li#webcastle span {
	padding: 1px 5px 1px 3px;

	font-size: 11px;

	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;

	color: #0043f3;
	background-color: #fff;
	border: 1px solid #555;

	cursor: default;
}

ul#footer li#webcastle span span { border: 0; padding: 0; color: #fd1824; }