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

/* Main Body */
body {
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-color:#00132f;
	background-position: top center;
}

/* Main DIV Set-Up */
#wrapper {
	width: 760px;
	margin-left: auto ;
	margin-right: auto ;
	background: rgba(028, 033, 040, 0.60);
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* Links Set-Up */
a:link {
color: white;
text-decoration:none;
}
a:visited {
color: white;
text-decoration:none;
}
a:hover {
color: #0099FF;
 
}
a:active {
color: white;
text-decoration:none;
}

/* Spacer */
#spacer {
	height: 8px;
}

/* Header */
#header {
	height: 320px;
}

/* Logo Setup */
#logo {
	float: left;
	text-align: center;
	width: 222px;
	height: 292px;
	padding: 7px;
	background-color: #44474d;
	color: #bababa;
	font-size: 14px;
	font-family: "Microsoft Sans Serif", arial, sans-serif;
	}

#logotext {
	font-family: "Myriad Pro", "Microsoft Sans Serif", arial, sans-serif;
	text-align: center;
	position: relative;
	top:13px;
	background-color:#44474d;
}

/* Title */
#titletext {
	position: relative;
	float: left;
	left: 38px;
	width: 417px;
	height: 225px;
}

/* Navigation Options */
#navigation {
    z-index:500;
	height: 30px;
	width: 756px;
	color: #FFFFFF;
	padding-left: 4px;
	background-color: #44474d;
	margin-left: auto ;
	margin-right: auto ;
	font-size: 12px;
	font-family: "Myriad Pro", "Microsoft Sans Serif", arial, sans-serif;
}

ul {
	font-family: "Myriad Pro", "Microsoft Sans Serif", arial, sans-serif;
	font-size: 12.2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	display: block;
	position: relative;
	float: left;
}

li ul { 
	display: none; 
}

ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	background: #44474d;
	margin-left: 1px;
	white-space: nowrap;
}
ul li a:hover { 
	background: #1d1d1d;
}

li:hover ul {
	display: block;
	position: absolute;
}
li:hover li {
	float: none;
	font-size: 12px;
}
li:hover a { 
	background: #1d1d1d;
}
li:hover li a:hover {
	background: #1d1d1d;
}


/* Main Content Setup */
#contentbox1 {
	width: 760px;
	overflow: auto;
	background-color: #44474d;
	margin-left: auto ;
	margin-right: auto ;
	min-height: 240px;
}

/* Main Text Box Setup */
#textbox1 {
	float: left;
	padding: 5px;
	width: 438px;
	color: #bababa;
	font-size: 14px;
	font-family: "Microsoft Sans Serif", arial, sans-serif;
	text-align: justify;
}

#textbox2 {
	float: left;
	padding: 5px;
	width: 750px;
	color: #CCCCCC;
	font-size: 14px;
	font-family: "Microsoft Sans Serif", arial, sans-serif;
	text-align: justify;
}

/* Home Page Picture Box */

#picturebox1 {
	float: right;
	padding: 10px;
}

/* Lower Picture Box Contraints */
#boxes {
	height: 270px;
}

#boxleft {
	float: left;
	padding: 7px;
	width: 362px;
	background-color: #1d1d1d;
}

#boxright {
	float: right;
	padding: 7px;
	background-color: #1d1d1d;
}

/* Footer Setup */
#footer {
	margin-left: auto ;
	margin-right: auto ;
	width: 760px;
	font-size: 10px;
	font-family: "Microsoft Sans Serif", arial, sans-serif;
	color: #bababa;
	text-align:center;
}


/* Addition Setup */

/* Flash Galelry */
div#flashcontent 
{
	width: 760px;
	height: 400px;
	background-color: #FFF;
}
div#flashcontent p
{
	color: #DD0000;
}


/* Javascript Image Rotator */
/* Rotator In-page Placement */
    div#rotator {
	position:relative;
	height:219px;
	top:40px;
	
}
/* Rotator CSS */
	div#rotator ul li {
	float:right;
	position:absolute;
	right: 0px;
	list-style: none;
	height: 219px;
	
}
/* Rotator Image Style */	

    div#rotator ul li.show {
	z-index:500;
}

/* "Read More" Table Setup */
#table {
	width: 740px;
	background-color: #333333;
	padding: 5px;
}

#row {
	padding-left: 5px;
	width: 735px;
	background-color: #666666;
	}
	
/* Class Colours */
.title {
	color:#FFFFFF;
	}

h1 {
	color:#0099FF;
}
