/*************** General default settings first ***************/
* { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, pre, p, ul, ol, dl, fieldset, address { margin: .5em 39px; } 

blockquote { margin: 1em 135px; font-style: italic; }

li, dd { margin-left: 39px; }

img { border: 0; }

a:link { color: #dddddd; font-weight: 400; text-decoration: none; }
a:visited { color: #dddddd; font-weight: 400; text-decoration: none; }
a:hover, a:focus, a:active { color: #00ffff; font-weight: 400; text-decoration: none; }

/****** Getting consistent text sizes across browsers (IE5) ******/
body { font-size: 90%; } 

h1 { font-size: 150%; font-weight: 700; }
h2 { font-size: 125%; font-weight: 400; }
h3 { font-size: 110%; font-weight: 400; }
h4 { font-size: 100%; font-weight: 400; }
h5 { font-size: 87.5%; font-weight: 400; }
h6 { 
font-size: 78%; 
font-weight: 400; 
text-align: right; 
position: absolute; 
bottom: 20px; 
right: 0; 
}

pre { font-size: 100%; }
/* To stop pre text being too small */

/****************** General layout stuff ******************/
body {
margin: 0;
padding: 0;
background-color: #000000; 
text-align: center; /* To center the page in IE */
font-family: Tahoma, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
color: #dddddd;
line-height: 1em;
}

table {
margin: 0 auto;
width: 758px; 
font-size: 1em; /* to keep IE in line */
}

td { padding: 26px 0 12px 0; }

/********************* Main content stuff ********************/
#mainbox {
text-align: left;
min-height: 470px;
line-height: 1.4em;
word-spacing: 0.1em;
position: relative; /* to position h6 copyright */
}

.skip {
height: 1px; /* for IE6 - may not be needed now pos:abs is used */
width: 0;
overflow: hidden;
position: absolute; /* For IEmac5 apparently - worth checking */
}

#header {
margin: 0 39px 36px 39px;
line-height: 1.2em; /* for gap below penguin image */
}

#footer { }

/*************************** Menu *******************************/
#menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a, #menu6 a, #menu7 a {
text-indent: -1000em;
height: 22px;
display: block;
float: left;
}

#menu1 a { width: 82px; background: url(../images/menu_01.gif) no-repeat left top; }
#menu2 a { width: 132px; background: url(../images/menu_02.gif) no-repeat left top; }
#menu3 a { width: 144px; background: url(../images/menu_03.gif) no-repeat left top; }
#menu4 a { width: 100px; background: url(../images/menu_04.gif) no-repeat left top; }
#menu5 a { width: 92px; background: url(../images/menu_05.gif) no-repeat left top; }
#menu6 a { width: 70px; background: url(../images/menu_06.gif) no-repeat left top; }
#menu7 a { width: 56px; background: url(../images/menu_07.gif) no-repeat left top; }
	
#menu1 a:hover { background: url(../images/menu-blue_01.gif) no-repeat left top; }
#menu2 a:hover { background: url(../images/menu-blue_02.gif) no-repeat left top; }
#menu3 a:hover { background: url(../images/menu-blue_03.gif) no-repeat left top; }
#menu4 a:hover { background: url(../images/menu-blue_04.gif) no-repeat left top; }
#menu5 a:hover { background: url(../images/menu-blue_05.gif) no-repeat left top; }
#menu6 a:hover { background: url(../images/menu-blue_06.gif) no-repeat left top; }
#menu7 a:hover { background: url(../images/menu-blue_07.gif) no-repeat left top; }

/* Hide hack from IEmac \*/
#menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a, #menu6 a, #menu7 a, #footerleft a, #footermore a, #footerback a, #footerback2 a { overflow: hidden; }
/* end hack */ 


/****** Simple floats ******/
.floatleft { float: left; }
.floatright { float: right; }

#footerleft {
float: left;
margin-left: 39px;
display: inline; /* To fix IE double margin bug */
}
#footerleft a {
text-indent: -1000em;
width: 95px;
height: 22px;
display: block;
background: url(../images/contact-us.gif) no-repeat left top;
}
#footerleft a:hover { background: url(../images/contact-us-blue.gif) no-repeat left top; }

#footermore {
float: right;
margin-right: 39px;
display: inline; /* To fix IE double margin bug */
}
#footermore a {
text-indent: -1000em;
width: 95px;
height: 22px;
display: block;
background: url(../images/more.gif) no-repeat right top;
}
#footermore a:hover { background: url(../images/more-blue.gif) no-repeat right top; }

#footerback {
float: right;
margin-right: 39px;
display: inline; /* To fix IE double margin bug */
}

#footerback2 {
float: right;
margin-right: 173px;
display: inline; /* To fix IE double margin bug */
}

#footerback a, #footerback2 a {
text-indent: -1000em;
width: 95px;
height: 22px;
display: block;
background: url(../images/back.gif) no-repeat right top;
}
#footerback a:hover, #footerback2 a:hover { background: url(../images/back-blue.gif) no-repeat right top; }

/****** Floats for images in the text-flow ******/
.imageright {
float: right;
clear: right;
margin: .5em 0 .5em 1.5em;
}

.imageleft {
float: left;
clear: left;
margin: .5em 1.5em .5em 0;
}

.imageright250 {
/* Width should be changed to suit image size */
float: right;	
clear: right;
margin: .5em 1em;
width: 250px;
font-family: Georgia, "New Century Schoolbook", Times, serif;
text-align: center;
display: inline; /* To fix IE double margin bug */
}

/****** Miscellaneous bits and bobs ******/
.notopmargin { margin-top: 0; }
.nobotmargin { margin-bottom: 0; }
.bigtopmargin { margin-top: 1.5em; }
.spacer { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.blue { color: #00ffff; }
acronym	{ border-bottom: 1px dotted #666666; cursor: help; }

/****** Form styling ******/
fieldset { 
border: none;
margin-top: 1em; 
margin-bottom: 0;
}

label {
color: #f5f5f5;
display: block;
float: left;
width: 7em;
text-align: right;
margin-right: 1em;
}

input, textarea { margin-bottom: 1em; margin-right: 1em; }
input:focus, textarea:focus { background-color: #cccccc; }

textarea { width: 70%; }

.formbuttons { margin-left: 9em; }

.formbuttons input {
width: 7em;
background-color: #f5f5f5;
border-color: #cccccc;
font-family: Tahoma, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
padding-top: .1em;
padding-bottom: .1em;
}
.formbuttons input:focus { background-color: #cccccc; }