/* GENERAL STYLES */
/* 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;
	zoom: 1;
}

a:active, a:focus {
	outline: none;
}

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 {

}

img {
	border-width: 0px;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.content a:link, .content a:visited {
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

#wrapper {
	position: relative;
	width: 1200px;
	height: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#colourBox {
	position: absolute;
	background-repeat: no-repeat;
	background-color: #005a87;
	width: 860px;
	top: 92px;
	left: 172px;
	bottom: 46px;
	_height: 82%;
}

.corner {
	position: absolute;
	width: 26px;
	height: 26px;
}

.corner#tl {
	background-image: url(../imgs/corners/top_left.gif);
	top: 0px;
	left: 0px;
}

.corner#br {
	background-image: url(../imgs/corners/bottom_right.gif);
	bottom: 0px;
	right: 0px;
}

.corner#bl {
	background-image: url(../imgs/corners/bottom_left.gif);
	bottom: 0px;
	left: 0px;
}

#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;
}
*/

.ingress {
	font-style: italic;
	font-weight: bold;
	color: #70afd8;
	font-size: 1.1em;
}


.topMenu, .sideMenu h3 {
	font-family: Arial Black, Helvetica, Arial, sans-serif;
}

.sideMenu h3 {
	font-family: Arial Black, Helvetica, Arial, sans-serif;
	line-height: 17px;
	margin-bottom: 12px;
}

.topMenu {
	left: 46px;
	top: -58px;
	height: 75px;
	position: absolute;
	z-index: 0;
	text-align: left;
}

.topMenu .menuItem {
	float: left;
	text-decoration: none;
	margin-right: 8px;
	padding: 0px 8px 3px 8px;
	_width: 0px;
}

.topMenu .menuItem h3 {
	white-space: nowrap;
}

.sideMenu {
	position: relative;
}

.sideMenu .menuItem {
	position: relative;
	margin-top: -4px;
	padding-right: 9px;
}

.subMenuItem {
	position: relative;
	margin-top: -2px;
	white-space: nowrap;
}

#menu {
	position: absolute;
	top: 46px;
	text-align: right;
	width: 172px;
}


.menuHoverImg {
	display: none;
}


.menuItem, .banner, .internalLink {
	cursor: pointer;
}

.internalLink {
	text-decoration: underline;
}

.internalLink:hover {
	text-decoration: none;
}

.listItem {
	margin-bottom: 12px;
}

.listItemDate {
	display: inline;
	margin-right: 12px;
}

.topMenu .menuItem img {
	margin-bottom: -8px;
}

.topMenu .selected {
}

.selectedImg {
	display: none;
}

.sideMenu, .topMenu, .sideMenu a:link, .topMenu a:link, .sideMenu a:visited, .topMenu a:visited {
	color: #4786AF;
}

.menuItem.selected, .menuItem.selected a {
	color: #005a87;
}

.submenu {
	position: relative;
	display: none;
}

.menuItem.selected .submenu {
	display: block;
}


.menuItem.selected .subMenuItem a{
	color: #4786AF;
}

.subMenuItem.selected, .subMenuItem.selected a {
	color: #005a87 !important;
}

.topMenu .menuItem:hover a:link, .topMenu .menuItem:hover a:visited, .menuItem:hover h3, .sideMenu .menuItem a:hover, .sideMenu .subMenuItem a:hover  {
	color: #005a87;
}
#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 {
	font-weight: 600;
}

bold {
	font-weight: 600;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 17px;
}


.topMenu h2 {
	margin-bottom: -8px;
}

h1 {
	font-size: 2.2em;
}

#page {
	top: 160px;
	bottom: 72px;
	right: 72px;
	left: 72px;
	_width: 716px;
	_height: 75%;
/*
	padding-left: 72px;
	padding-right: 72px;
	padding-top: 160px;
	padding-bottom: 72px;
*/
	position: absolute;
}

#scrollbox {
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	_width: 716px;
	_height: 80%;
	position: absolute;
}
#pageBG {
	background-color: white;
	right: 92px;
	bottom: 92px;
	left: 92px;
	top: 92px;
	position: absolute;
}

.content {
	text-align: left;
/*	width: 100%;	*/
}

.content .framedImg {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 8px;
}

.content h2 {
	font-size: 18px;
}

#page h3 {
	background-color: #4786AF;
	font-size: 24px;
	margin: -101px 0px 46px -72px;
	padding: 24px 160px 18px 25px;
	width: 675px;
	position: absolute;
}

.darkText, .darkText a {
	color: #555557;
}

#bannerDiv {
	top: 162px;
	right: -132px;
	position: absolute;
	z-index: 98;
}

.banner {
	margin-bottom: 6px;
	text-align: left;
	width: 125px;
	height: 125px;
	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;
}

#newsletter_link {
	position: absolute;
	top: 20px;
	left: 72px;
}

#newsletter_link a {
	
}


/* SEARCH PROPERTIES */

form#search {
	position: absolute;
	top: 19px;
	right: 172px;
}

form input {
	border: 0px;
	padding: 4px 4px;
	font-size: 11px;
	line-height: 15px;
}

button {
	color: #FFF;
	border: 0px;
	padding: 2px 4px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	background-color: #4786AF;
}

form button:hover {
	background-color: #004779;
}

#xsltsearch {
	font-weight: normal;
}

.xsltsearch_title {
	font-weight: bold;
}


#xsltsearch_summary {
	margin-bottom: 24px;
	width: 75%;
}

#xsltsearch_results {
	width: 75%;
}

.xsltsearch_result {
	margin-bottom: 12px;
}

.xsltsearch_description {
	
}


/* END SEARCH PROPERTIES */

/* EDITOR PROPERTIES */

/* EDITOR PROPERTIES */

