/* Add a margin and a relative position with a high z-index to make it appear over any element below */
#menu_container {
margin:25px 0 100px 15px; 
position:relative; 
width:100%; 
height:25px; 
z-index:100;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {
padding:0; 
margin:0; 
list-style-type: none;
}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {
display:block;
width:100px; 
font-size:11px; 
color:#AEDEEB; 
height:25px; 
line-height:24px; 
text-decoration:none; 
text-indent:5px; 
border:none; 
border-width:1px 0 1px 1px;
}

#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {
float:left; 
background:#00708D;
}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {
background:#84CDE1; 
color:#000;
}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {
display:block; 
position:absolute; 
top:-11px; 
left:80px; 
padding:10px 30px 30px 30px; 
background:transparent url(transparent.gif); 
width:120px;
}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {
left:-30px; 
top:16px;
}

/* get rid of the table */
#pmenu table {
position:absolute; 
border-collapse:collapse; 
top:0; left:0; 
z-index:100; 
font-size:1em;
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {
position:relative; 
background:#5BBCD7; 
color:#c00;
}

/* Colour of the option when clicked */
#pmenu li a:active, #pmenu li a:focus {
background:#5BBCD7; 
color:#000;
}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {
visibility:hidden; 
display:block; 
position:absolute; 
top:-11px; 
left:80px; 
padding:10px 30px 30px 30px; 
background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; 
left:-30px; 
top:14px; lef\t:-31px; to\p:15px;
}

/* contact form */
.form {width: 600px;}
.form fieldset{border: none;}
.form fieldset legend{padding: 0 0 0 5px; font-weight:bold; color: #00708d; border:none;}
.form textarea{height:90px;}
.form div{clear:left;display:block;margin:5px 0 0;padding:1px 3px;height:expression('1%');}
.form div fieldset{clear:none;margin:0 0 0 100px;padding:0 5px 5px;width:270px;}
.form div fieldset legend{padding: 0 3px 0 9px;}
.form div.required fieldset legend{font-weight:bold;}
.form div label{float:left;display:block;margin:0 0 5px;padding:3px 5px;width:160px;text-align:right;font-size:1em; }
.form div.optional label, .form label.optional{font-weight:normal;}
.form div.required label, .form label.required{font-weight:bold;}
.form div label.labelCheckbox, .form div label.labelRadio{float:none;display:block;margin:0 0 5px 180px;padding:0;width:250px;height:expression('1%');text-align:left;}
.form div fieldset label.labelCheckbox, .form div fieldset label.labelRadio{margin:0 0 5px;}
.form div.error{border:2px solid #ff0000;}
.form div.error p{margin:0 0 0 180px;padding:3px 3px 5px 3px;color:#ff0000;font-weight:bold;}
.form div input, .form div select, .form div textarea{padding:2px;width:250px; border: 1px solid #868686; font-family:Arial, Helvetica, sans-serif; font-size: 0.9em;}
.form div input.inputFile, .form div select{width:255px; border: 1px solid #868686;}
.form div input.inputImage{margin:0 18px 0 0px;padding:0;width:auto; height:17px; border: none;}
.form div input.inputCheckbox, .form div input.inputRadio, .form input.inputCheckbox, .form input.inputRadio{display:inline;width:14px;height:14px;background:none;border:none;}
.form div.submit{padding:0 0 0 100px;width:250px;}
.form div.submit div{display:inline;float:right;width:auto;text-align:left;}
.form div.submit div input.inputSubmit, .form div.submit div input.inputButton{float:right;margin:0 0 0 5px;padding:0 6px;width:auto;background:#d2d2d2;}
.form fieldset.required	{margin: 0 0 0 -40px; padding: 0; text-align:left; background: red;}

img {
  border: 0 none;
  display: block;
  }

.list, .list ul {
 list-style-type: none;
 padding: 0;
}

.content {
  color:#00495C;
  font: normal 13px Arial;
	text-decoration: none; 
  padding:0;
  }

.content h2 h3 h4 h5 h6{ 
  color:#00708d;
}

.content h1{
  font: normal Huxtable;
}

a.button {
    background: transparent url('images/buttonend.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('images/buttonslide.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
#container {position: relative; width: 100%; height: 100%;}
#pic1 { position: relative; top: 0px; left: 0px;  width: 100%; }
#pic2 { position: relative; top: 0px; left: 0px;  width: 100%; }
#content1 { position: relative; top: 0px; left: 0px; }