/* General HTML controls */
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #dbdbb2 url(images/header.jpg) repeat-x scroll left top;
	height: 100%;
	float: left;
	text-align: center;
	font-family: verdana,arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 170%;
	color: #eeeeee;
}
h1 , h2 {
	font-family: "trebuchet ms",serif;
	font-style: normal;
	font-variant: normal;
	line-height: normal;

}
h1 {
	font-weight: 700;
	font-size: 2.5em;
	color: #0000ff;
}
h2 {
	font-weight: 400;
	font-size: 1.5em;
	color: #0000ff;
}
h2 a {
	color: #29e3ff;
}
h2 a:hover {
	color: #0000ff;
}
h3, h4, h5, h6 {
	font-family: "trebuchet ms",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: normal;
}
h3 {
	font-weight: 400;
	font-size: 1.3em;
	line-height: normal;
	color: #f8d766;
}
h4 {
	font-size: 1.2em;
	color: #f39f01;
}
h5 {
	font-size: 1.1em;
	color: #f17400;
}
h6 {
	font-size: 1em;
	color: #ff4b33;
}
h1, h2, h3, h4, h5, h6, p, dl {
	margin: 0;
	padding: 10px 15px;
	color: #0000ff;
}
a {
	color: #336666;
}
a:hover {
	color: #339999;
}
b {
	color: #ffffff;
}
ol, ul {
	margin: 10px 30px;
	padding: 0 30px;
}
ol {
	color: #ffcc00;
}
ol span {
	color: #eeeeee;
}
ul {
	list-style-image: url(images/bullet.gif);
	color: black;
}
del {
	color: #aaaaaa;
}
code {
	margin: 10px 15px;
	padding: 10px;
	background: #444444 none repeat scroll 0% 50%;
	display: block;
	overflow: auto;
	font-family: courier,monospace;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 1em;
	line-height: 120%;
	white-space: pre;
}
acronym {
	border-bottom: 1px solid #777777;
	cursor: help;
}
dt {
	font-weight: bold;
	color: #555555;
}
dd {
	margin-left: 0;
	padding-left: 45px;
}
label {
	display: block;
}
input, textarea, select {
	border: 1px solid #444444;
	padding: 2px;
	background: #eeeeee none repeat scroll 0% 50%;
	font-family: verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 1em;
	line-height: normal;
	color: #444444;
}
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	border: 1px solid #00dfff;
	background: #e4f7fa none repeat scroll 0% 50%;
	color: #000000;
}
input.button {
	border-style: solid;
	border-color: #ffffff #00dfff #00dfff #ffffff;
	border-width: 1px;
	padding: 2px 5px;
	background: #9ff3ff none repeat scroll 0% 50%;
	font-family: "trebuchet ms",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 1.1em;
	line-height: normal;
	color: #555555;
}
blockquote {
	margin: 10px 15px;
	padding-left: 27px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: #c7c79e;
}
blockquote.exclamation {
	background-image: url(images/exclamation.gif);
}
blockquote.stop {
	background-image: url(images/stop.gif);
}
blockquote.go {
	background-image: url(images/go.gif);
}
img.floatRight {
	margin: 5px 0px 10px 15px;
}
img.floatLeft {
	margin: 5px 15px 10px 0px;
}
a img {
	border: 2px solid #8be6fa;
}
a:hover img {
	border: 2px solid #ffffff ! important;
}
/* Layout regions */
#content {
	height: 100%;
	min-height: 100%;
	position: absolute;
	left: 0px;
	text-align: left;
}
#content, #width {
	margin: 0 auto;
	max-width: 1000px;
}
#content[id], #width[id] {
	width: 94%;
	height: auto;
}
.leftColumn code {
	margin-left: 0;
}
.leftColumn h1, .leftColumn h2, .leftColumn h3, .leftColumn h4, .leftColumn h5, .leftColumn h6, .leftColumn p, .leftColumn dl {
	padding-left: 0;
}
#page {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 4em;
}
.gradient {
	background: #dbdbb2 url(images/gradient.jpg) repeat-x scroll left bottom;
	margin-bottom: 2em;
}
.newsLeft, .newsOne {
	float: left;
	background: transparent;
}
/* All Header division controls including setting where the header images will go*/
#header {
	position: relative;
	height: 193px;
}
#header .left {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 192px;
	width: 269px;
	background: url(images/header_left.jpg) 0 0 no-repeat;	
}
.left a{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 192px;
	width: 269px;
	z-index: 888;
}
#header .right {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 192px;
	width: 492px;
	background: url(images/header_right.gif	) 0 0 no-repeat;	
}
#header .centre {
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 320px;
	height: 128px;
	width: 128px;
	background: url(images/webmail.png) 0 0 no-repeat;	
}
.centre a{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 128px;
	width: 128px;
	z-index: 888;
}
#header #title {
	padding: 5px;
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 50px;
	text-align: right;
}
#header h1 {
	margin: 0 0 0 200px;
	padding: 0;
	font-family: "trebuchet ms",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	font-size: 4em;
	line-height: normal;
	letter-spacing: -3px;
	color: #ffffff;
}
#header h2 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 5px;
	font-family: "trebuchet ms",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	font-size: 1em;
	line-height: normal;
	text-transform: lowercase;
	color: #000000;
}
/* All Sliding side menu division controls */
.active{
	background-color: #636363;
	margin-right: 60px;
	margin-left: 20px;
}
#menu	a {
	background-color: transparent;
}
.active a , .active li, .sidelinks li, .sideLinks li.active{
	color: #DDD;
	border: none;
	text-decoration: none;
	list-style-image: url(foo.gif);
	list-style-image: none;
	list-style-type: none;
	margin-left: 5px;
	background-image: none;
}
.active a , .active li, .sideLinks li.active{
	color: #ff0000;
}
.active a {
	color: #DDD;
	border: none;
	text-decoration: none;
	list-style-image: url(foo.gif);
	list-style-image: none;
	list-style-type: none;
	margin-left: 5px;
	background-image: none;
}
.active a:hover {
	color: #FFF;
}
.sideLinks h2 > a {
	display: block;
	margin: 0.2em 0;
	padding: 3px 5px;		
	text-decoration: none;
	color: #0000FF;
}	
.sidemenu {
	position: fixed;
	top: 190px;
	left: 62px;
	margin: 0;
	padding: 0;
	background: url(images/menu_tab.gif) no-repeat 125px -25px;
}
.menuimage {
	width: 50px;
	height: 220px;
	background-color: transparent;
	background: url(images/menu_tab.gif) no-repeat;
}
ul.first, ul.sideMenu {
	margin: 0;
	padding: 0;
}
ul.sideMenu {
	position: relative;
	top: 190px;
	left: 60px;
	margin: 0;
	padding: 0;
}
.sideMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */ 
	list-style-image: url(foo.gif);
	font: 400 1.3em "trebuchet ms", serif;
	font-family: "trebuchet ms",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 1.3em;
	line-height: normal;
	color: black;
}
.sideMenu li a {
	margin: 0.2em 0;
	padding: 3px 5px;
	display: block;
	text-decoration: none;
	color: #3333ff;
}
.sideMenu li a:hover {
	background: #5f5f5f none repeat scroll 0% 50%;
	color: #3333ff;
}
.sideMenu li.here {
	padding: 5px;
	background: #555555 none repeat scroll 0% 50%;
	display: block;
	color: #330033;
}
.sideMenu li.here ul {
	margin: 0;
	padding: 0;
}
.sideMenu li.here ul li a {
	background: transparent url(images/bullet.gif) no-repeat scroll 10px 0px;
	padding-left: 35px;
	font-family: verdana,arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 0.55em;
	line-height: normal;
	color: #330033;
}
.sideMenu li.here ul li a:hover {
	background: #5f5f5f url(images/bullet.gif) no-repeat scroll 10px 0px;
	color: #330033;
}
/* All Footer division controls including setting where the images go*/
#footer {
	background: #c1c79e url(images/footer.jpg) repeat-x scroll left top;
	float: left;
	width: 100%;
	clear: both;
	margin-top: -3.8em;
}
#footer #width {
	position: relative;
	z-index: 3;
	font-size: 0.85em;
	padding-top: 27px;
}
/* #footerMenu: The top level site menu	- only not at the top of the page... */
#footerMenu { 
	float: left;
	width: 100%;
	clear: both;
}
#footerMenu ul {
	margin: 0;
	padding: 0;
}
#footerMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footerMenu li a {
	float: left;
	margin: 0 2px;
	padding: 0px 0.5em 5px;
	font: 400 1.1em 	verdana, arial, sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFF;
}
#footerMenu li a:hover, #footerMenu li	a.active{
	color: #65EBFF;
	border-bottom: 1px solid #fff;
	margin-top: -2px;
}
#footerMenu li a.last {
	margin-right: 0;
}
/* Width divisions */
.width100 {
	width: 100%;
}
.width75 {
	width: 74%;
}
.width50 {
	width: 49.7%;
}
.width33 {
	width: 32.7%;
}
.width25 {
	width: 24.7%;
}
.widthouter {
	background: #c1c79e none repeat scroll 0% 50%;
	left: 265px;
	width: 74%;
	padding-left: 10px;
}
.widthsminner {
	background: #dbdbb2 none repeat scroll 0% 50%;
	width: 195px;
}
.width75h {
	width: 74%;
	height: 1500px;
}
.width2 {
	width: 2%;
}
.width70 {
	width: 72%;
}
/* minor alignment & size controls */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.clear {
	clear: both;
}
.block {
	display: block;
}
.small {
	font-size: 0.8em;
}
/* Colours */
.green {
	color: #a1ff45;
}
.red {
	color: #ea1b00;
}
.grey {
	color: #666666;
}
.grey a {
	color: #999999;
}
.grey a:hover {
	color: #eeeeee;
}
/*	Styles for gliding slide-out menu */
#menu {
	height:132px; 
	width:132px; 
	position: relative;
	margin: 0;
	padding: 0;
}
#menu ul {
	margin:0; 
	list-style:none; 
	white-space:nowrap; 
	text-align:left; 
	padding:1px 1px 0 1px; 
	/* background:#fff url(images/gradient.jpg) repeat-x ; */
	top: 20px;
}
#menu li {
	margin:0; 
	padding:0; 
	list-style:none;
	display:inline;
}
#menu ul ul {
	position:absolute; 
	left:-9999px;
	background:#fff url(images/gradient.jpg) repeat-x ;
}
#menu li:hover > a {
	color:#fff; 
}
#menu li:hover > a.fly {
	color: inherit; 
}
.fly li {
	width: 50px;
	height: 220px;
	background-color: transparent;
	background: url(images/menu_tab.gif) no-repeat;
	z-index: 999;
}
#menu ul#toplevel {
	position:absolute;
	left: 123px; 
	top: -10px;
	background-image: none; 
	background-color: transparent;
	height: 220px;
	width: 50px;
	z-index: 999;
}
#menu a {
	display:block; 
	font:normal 11px verdana,arial,sans-serif; color:#0000ff; 
	line-height:22px; /* Can I get the line height larger for the top level anchor? */
	text-decoration:none;
	padding:0 10px 0 0px;
} 
#menu ul li:hover > ul {
	left:100%; 
	margin-top:-23px; 
	margin-left:-1px;
}
#menu a:hover ul, #menu a:hover a:hover ul, #menu a:hover a:hover a:hover ul {
	left:100%;
}
#menu a:hover ul ul, #menu a:hover a:hover ul ul {
	left:-9999px;
}
#menu table {
	position:absolute; 
	left:99%; 
	height:0; 
	width:0; 
	border-collapse:collapse; 
	margin-top:-7px; 
	margin-left:-1px;
}