/* GENERAL SPECS */
/* set colours for light and dark colour scheme */
.light {
   background-color: #b2cfe6;
   border: 1px solid #000;
   border-left: 0px;
   border-right: 0px;
   padding: 1px 10px 1px 10px;
}

.dark {
   background-color: #336699;
   height: 5px;
   border-bottom: 1px solid #000;
   font-size: 1px;
}
/* set standard font and color */
body {
   font-family: Arial, Verdana, Geneva, sans-serif;
   background-color: white;
   font-size: 75%;
   line-height: 16px;
   text-align: center;
}
form {
   margin: 0px;
}
/* make input boxes and button look a bit better */
input {
   font-family: Arial, Verdana, Geneva, sans-serif;
   font-size: 1em;
   border: 1px solid #000;
}
select {
	font-size: 0.9em;
}
h1 {
	font-size: 1.4em;
   	font-weight: normal;
   	line-height: 20px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -5px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -5px;
}
img {
	border: 0px;
}
hr {
	height: 0;
	border-style: solid;
 	border-color: #708b7f;
 	border-width: 1px 0 0 0;
}
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   position: relative;
   top: 0px;
   width: 760px;
   margin: 0px auto;
   text-align: left;
}
/* ---------------------------------------------------- */
#corp_strap {
	background-color: #CCC;
	padding: 1px 10px 1px 10px;
	border-bottom: 1px solid #000;
}
#drop_down {
	position: absolute;
	top: 12px;
	left: 300px;
}
/* reset IE*/
* html body #drop_down {
	top: 10px;
	left: 310px;
}
.divider1 {
	position: relative;
	left: 100px;
}
.divider2 {
	position: relative;
	left: 370px;
}
#search {
	position: absolute;
	top: 12px;
	right: 10px;
}
/* reset IE*/
* html body #search {
	top: 10px;
}

/* ---------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0px;
}
#heading {
	width: 750px;
	border: 1px solid #000;
	border-left: 0px;
	border-right: 0px;
	margin: 1px 0px 0px 0px;
	padding: 3px 0px 3px 10px;
}
#date {
	position: absolute;
	top: 60px;
	right: 10px;
}
#logo {
margin: 0 0 0 10px;
}
#panoramic {
	margin: 1px 0px 1px 0px;
	border: 1px solid #000;
	border-left: 0px;
	border-right: 0px;
}
#subtitle {
	padding: 5px 10px;
}
#breadcrumb {
	font-size: 0.9em;
}
/* ---------------------------------------------------- */
#wrapper {
}
#container {
	width: 100%;
	float: left;
}
#content {
	margin-right: 0px;
}
/* reset IE*/
* html body #content {
	margin-top: -10px;
	padding-top: 10px;
}

#main {
	margin-left: 10px;
}

/* reset IE*/
* html body #main {
	margin-top: 10px;
}
*+html body #main {
	margin-top: 10px;
}
#main a {
   text-decoration: underline;
}
#main img {
	float: right;
	border: 0px solid #333;
	margin: 0px 0px 20px 20px;
}
#title {
		float: right;
		margin-top: 24px;
}	
#banner {
	border-top: 10px solid #708b7f;		
}
#copyright {
font-size:.9em;
}
.caption {
	float: right;
	clear: right;
	margin: -20px 0px 20px 20px;
	font-size: 0.9em;
	width: 150px;
}

#left {
	width: 760px;
	float: left;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #708b7f;
}

#footer {
	margin-top: 0px;
	text-align: center;
	font-size: 0.9em;
}
/* reset IE - problem with border on footer */
* html body #footer {
	position: relative;
	border-top: 1px solid #000;
}

#footer_links {
	border-bottom: 1px solid #000;
}

#address {
	font-size: 0.9em;
	padding: 0px 10px 1px 10px;
	border-bottom: 1px solid #000;
}
.clearing {
	height: 0;
	clear: both;
}
/* ---------------------------------------------------- */
/* SECONDARY NAVIGATION */
/* create a nice gap between heading and nav links*/
#left p{
   margin: 0 0 10px 0;
}
/* create a margin around any images in the 2nd nav section*/
#left img{
   margin: 15px 0 0 0;
}
#left ul{
   /* Mac IE5.2 has trouble aligning images that have replaced bullets, so turn off lists and use background images */
   list-style: none;
   margin: 0 0 0 10px;
   padding: 0 0 10px 0;
}
	/* Opera 9 workaround */
*html body #left ul{
   padding: 10px 0 10px 0;
}
*+html body #left ul{
   padding: 10px 0 10px 0;
}
	/* Opera 9 workaround */
	
html:first-child #left ul{
   padding: 10px 0 10px 0;
} 
#left li{
	display: inline;
   position: relative;
   margin: 0 30px 0 0;
   /* Ensure the text doesn't overlap the bullet and create a balanced gap top and bottom */
   padding: 0px ;
}
/* sub menus */
#left ul ul{
   position: relative;
   /* the right margin ensures the horz dotrs remian consistant*/
   margin: 0px;
   padding: 5px 0 0 5px;
}
/* place a different bg image for sub-menu items*/

/* ---------------------------------------------------- */
/* CLASSES */

/* outline box - for images in right-hand column */
.box {
   border: 0px solid #666666;
}

/* smaller text for sporadic use where necessary*/
.small {
   font-size: 0.9em;
   line-height: 16px;
}
.top {
	text-align: right;
}
.centre {
	text-align: center;
}
.table_border {
	border: 1px solid #333;
	border-bottom: 0px;
	border-right: 0px;
}
.table_border td{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.highlight {
	display: block;
	background-color: #dedfe7;
	padding: 5px;
}
.highlight img{
	float: right;
	margin-left: 20px;
}
#video {
	float: right;
	background-color: #dedfe7;
	width: 150px;
	margin: 0px 0px 20px 20px;
	padding: 10px;
	width: 152px;
	font-size: 0.9em;
}
#video img{
	margin: 0px 0px 0px 0px;
}
.hide {
	display: none;
}
/* ---------------------------------------------------- */
/* LINKS */
/* normal links */
a {
   text-decoration: none;
   line-height: 16px;
}
a:link {
   color: #708b7f;	
}
a:visited {
   color: #708b7f;
}
a:hover {
   color: #990000;
}
a:active {
   color: #708b7f;
}
/* ---------------------------------------------------- */

