/* global */
html {
	height: 100%;
}
#footer {
	width: 1000px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top: 1px;
	text-align: center;
	font-size: 10px;
}
body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
}
p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
	text-align: center;
	font-weight: bold;
}
h1 {
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 16px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	font-size: 150%;
}
.sub {
	font-size: 55%;
	padding-left: 12px;
	letter-spacing: .1em;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
 a[href^="mailto"]:hover:after {
content: " > " attr(title);
}
a {
	outline: none;
}
a: link {
	color:#003300;
}
a: visited {
	color: #006600;
}
/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
}
/* unordered list */
ul {
	margin: 2px 0px 18px 16px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/* margin lefts / margin rights - to centre content */

#wrapper {
	width:1000px;
	margin: 0 auto;
	
	
	}

#banner, #menu, #site_content {
	margin-left: auto;
	margin-right: auto;
}
/* logo */
#banner {
	width: 1000px;
	height: 95px;
	background-color: #D2D2AC;
	background-image: url(../IMAGES/LOGOS/header.gif);
	background-position: RIGHT;
	background-repeat: no-repeat;	
	border-top: 5px solid #006600;
}
#logo  {
	padding: 0px 0px 0px 14px;
	border: 0px;
	float: left;
	width:400px

}

#links {
	margin: 15px 9px 0px 0px;
	font-size: 80%;
	text-align: right;
	padding: 20px 10px 0px 0px;
	text-transform: uppercase;
}
#links a, #links a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
}
/* navigation menu */
#menu {
	height: 35px;
	width: 1000px;
	border-bottom: 2px solid #006600;
	border-top: 5px solid #006600;
	background-color: #40403E;

	
		}
#menu ul {
	margin: 0px auto;
}
#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li a {
	display: block;
	float: left;
	height: 28px;
	text-decoration: none;
	padding: 5px 19px 0px 19px;
	border-right: 2px solid;
	font-weight: bold;
}
#colours {
	height: 0px;
	text-align: right;
	padding: 16px 16px 0px 300px;
}
/* main content */
#site_content {
	width: 1000px;
	overflow: hidden;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
/* side menu */
#side_menu {
	padding: 0;
	float: left;
	width: 1000px;
}
.side_menu_item {
	width: 170px;
	padding: 6px 0px 8px 0px;
	height: 70px;
}
.side_menu_item a {
	float: left;
	width: 150px;
	height: 54px;
}
.side_menu_item img {
	display: block;
	margin: 2px;
}
.info {
	padding-top: 4px;
	float: left;
}
/* page content */
#content {
	text-align: left;
	width: 1000px;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 1px;
	border: 1px solid #252523;
	background-color: #1A1A16;

}
#content a, #content a:hover {
	text-decoration: none;
}
/* form */
form {
	margin: 3px 0px 0px 0px;
	padding: 0;
}
form#contact {
	height: 220px;
}
div.row1 {
	width: 501px;
	clear: both;
}
div.row1 span.formlabel {
	float: left;
	width: 164px;
	text-align: left;
}
div.row1 span.forminput {
	float: right;
	text-align: right;
}
#contact input, #contact textarea {
	width: 299px;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	border: 1px solid;
	overflow: auto;
	margin: 2px;
}
#contact input.submit {
	width: 99px;
	margin: 8px 0px 0px 220px;
	height: 22px;
	cursor: pointer;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/IMAGES/MISC/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/IMAGES/MISC/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(/IMAGES/MISC/bubble.gif) no-repeat bottom;
}


#under_menu {
margin-top:20px;
	padding-left: 10px;
	float: left;
	width: 990px;
	color: #6B6B6B;
}
.under {
	padding: 4px 0 0 4px;
	float: left;
}
.glossymenu{
	position: relative;
	padding: 0;
	margin: 0 auto 0 auto;
	height: 70px;
	list-style: none;
	color: #6B6B6B;
}
.glossymenu img{
	border: #A7A7A7 1px solid;
	list-style: none;
}
.glossymenu ul{
	list-style: none;
}

.glossymenu li{
	float:left;
	list-style: none;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#6B6B6B;
	text-decoration: none;
	padding:0 0 0 10px; /*Padding to accomodate left tab image. Do not change*/
	height: 50px;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{

}
.glossymenu li a:hover img {
	border: #FFFFFF 1px solid;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(media/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

#nav-menu
{
	width:1000px;
	float:left;
	background-color:#0E0E0E;
}

#nav-menu ul
{
float:right;
list-style: none;
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
}

#nav-menu li
{
	float: left;
	list-style: none;
	margin-top: 0;
	margin-right: 0.15em;
	margin-bottom: .15em;
	margin-left: 0.15em;

}

#nav-menu li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 15em;
	display: block;
	color: #B1CFA1;
	text-decoration: none;
	text-align: center;
	border: 5px solid #20201E;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

 #leftnavigation {
 float:left;
 width:180px;
 background-color:#121210
 }
ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;

}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
padding: 0.5em 0 0.5em 2.5em;
border-top: 5px solid #1A1A16;
color: #777;
text-decoration: none;

}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background-color: #1C1C1A;

}

#rightimages {
width:780px;
float:right}
