/* GENERAL STYLES */
* {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

body, html {
	letter-spacing: 0px;
	color: white;
	font-size: .9em;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	width: 100%;
	height 100%;
}

body {
	margin-top: 7%;
}

img {
	border-width: 0px;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.bgLayer, .sideMenu, .topMenu, #bannerDiv {
	display: none;
}

.content a:link, .content a:visited {
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

#wrapper {
	position: relative;
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#colourBox {
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 450px;
	width: 960px;
	background-repeat: no-repeat;
}

#loader {
	background-image: url('../imgs/bgs/loaderBG.jpg');
	z-index: 97;
}

/*
.bgLayer, #page, .sideMenu, .topMenu, #bannerDiv {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
*/

.bgLayer, #loader {
	position: absolute;
	top: 0;
	left: 0;
	height: 450px;
	width: 960px;
}

#brownBG {
	background-image: url('../imgs/bgs/bg_brown.jpg');
}

#greenBG {
	background-image: url('../imgs/bgs/bg_green.jpg');
}

#redBG {
	background-image: url('../imgs/bgs/bg_red.jpg');
}

#blueBG {
	background-image: url('../imgs/bgs/bg_blue.jpg');
}

#greyBG {
	background-image: url('../imgs/bgs/bg_grey.jpg');
}

.ingress {
	font-style: italic;
	font-weight: bold;
	color: #70afd8;
	font-size: 1.1em;
}


.topMenu, .sideMenu h3 {
	font-family: Arial Black, Helvetica, Arial, sans-serif;
}

.topMenu {
	left: 18px;
	top: 6px;
	height: 75px;
	position: absolute;
	z-index: 0;
	text-align: left;
}

.topMenu .menuItem {
	float: left;
	text-decoration: none;
	margin-right: 18px;
}

.sideMenu {
	position: absolute;
	bottom: 0;
	left: 0;
}

.sideMenu .menuItem {
	position: relative;
	margin-top: -6px;
}

.subMenuItem {
	white-space: nowrap;
}

#menu {
	text-align: left;
	left: 16px;
	bottom: 18px;
	position: absolute;
}


.menuHoverImg {
	display: none;
}


.menuItem, .banner, .listItem, .internalLink {
	cursor: pointer;
}

.internalLink {
	text-decoration: underline;
}

.internalLink:hover {
	text-decoration: none;
}

.listItem {
	margin-top: 4px;
	margin-bottom: 24px;
}

.submenu {
	margin-top: -4px;
}

.topMenu .menuItem img {
	margin-bottom: -8px;
}

.sideMenu strong:hover {
	color: #FFFFFF;
}

.selected {
	color: #FFFFFF;
}

.selectedImg {
	display: none;
}

.submenu {
	padding-left: 24px;
	text-align: left;
	display: none;
}

#headerLogo {
	background-repeat: no-repeat;
	right: -14px;
	top: -80px;
	position: absolute;
	z-index: 99;
	height: 242px;
	width: 175px;
	background-image: url(../imgs/logo.png);
}

h2, h3 {
	margin: 0px;
	font-weight: 600;
}

bold {
	font-weight: 600;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 17px;
}


.topMenu h3 {
	margin-top: -28px;
}

h1 {
	font-size: 2.2em;
}

#page {
	top: 110px;
	margin-right: auto;
	margin-left: auto;
	height: 236px;
	width: 555px;
	position: relative;
}

#pageBG {
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;

	background-image: url(../imgs/pageBG.png);
	height: 275px;
	width: 600px;
	left: 176px;
	top: 92px;
	position: absolute;
	display: none;
}

.content {
	text-align: left;
	width: 90%;
}

.content .framedImg {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 8px;
}

.content h2 {
	font-size: 18px;
}

.content h3 {
	font-size: 14px;
}

.darkText, .darkText a {
	color: #555557;
}

#bannerDiv {
	bottom: -76px;
	right: 6px;
	position: absolute;
	z-index: 98;
	display: none;
}

.banner {
	text-align: left;
	width: 125px;
	height: 125px;
	float: left;
	margin-right: 6px;
	background-repeat: no-repeat;
}

#bannerDiv img {
	padding: 4px;
	height: 117px;
	width: 117px;
}

table {
	font-size: 12px;
}

table td {
	vertical-align: top;
}

.subList {
	margin-top: 24px;
}

/* EDITOR PROPERTIES */
