/* Orginal 
body { font-family:verdana ; font-size:70% ; background:#ABABAB; text-align:center ; color:#222; scrollbar-base-color:#555555  ;   scrollbar-3dlight-color:#888888  ; scrollbar-shadow-color:#333333; padding:0; margin:0;  }
*/
body { font-family:verdana ; font-size:70% ; background:#000000; text-align:center ; color:#ffffff; scrollbar-base-color:#555555  ;   scrollbar-3dlight-color:#888888  ; scrollbar-shadow-color:#333333; padding:0; margin:0;  }

/* Colour Was #222 */
h1 {font-family:tahoma ; font-size:2em ; font-weight:normal ; letter-spacing:2px ; color:#ABABAB; border-bottom:1px solid #222222; }

/* Orginal 
h2 {font-family:tahoma ;  font-size:1.4em ; font-weight:normal ; letter-spacing:2px ; color:#fff; padding:1px 5px ;background:#222;}
*/
h2 {font-family:tahoma ;  font-size:1.4em ; font-weight:normal ; letter-spacing:2px ; color:#000000; padding:1px 5px ;background:#ffffff;}

h3 {font-family:tahoma ; font-size:1.2em ; font-weight:normal ; letter-spacing:2px ; color:#ABABAB; padding:0px 5px ; border-bottom:#222222 solid 1px ; line-height:0.5em}

h4 { color:#555555; font-size:1.4em; }
img.clsleft { margin-right:10px; margin-bottom:10px; }
img.clsmiddle { margin-right:10px; margin-left:10px; margin-bottom:10px; }
img.clsright { margin-left:10px; margin-bottom:10px; }
img.clsborderleft { border:2px solid #C6C6C6; margin-right:10px; margin-bottom:10px; }
img.clsbordermiddle { border:2px solid #C6C6C6; margin-right:10px; margin-left:10px; margin-bottom:10px; }
img.clsborderright { border:2px solid #C6C6C6; margin-left:10px; margin-bottom:10px; }
.datatable { border:1px solid #C6C6C6; }
.datatable th { background:#111111; color:white; font-weight:bold;  border:1px solid white; padding:4px; }
.datatable td { background:#efefef; border:1px solid white; padding:4px; }
.datatable p { padding:0; margin:0; }
.notes { font-size:0.8em; }
.shout { font-size:1.2em; color:#fff; font-weight:bold; padding:5px; background:#111111; }
.shout2 { font-size:1.2em; color:#fff; font-weight:bold; padding:4px 5px; background:#555555; border:1px solid white; }
.submit { background:#111111; color:white; border:0; cursor:pointer; font-weight:bold; font-size:1em; padding:2px; }
.reset { background:#555555; color:white; border:0; cursor:pointer; font-weight:bold; font-size:1em; padding:2px; }
.quote { border:1px solid #C6C6C6; padding:4px; color:#111111; font-weight:bold; }
.caption { font-weight:bold; background:#111111; float:right; width:200px; padding:10px 8px; margin:0 0 10px 10px; color:white; font-size:0.9em; }
.custom1 {}
.custom2 {}
.border { border:2px solid #C6C6C6; }
.noborder { border:0; }

#contain { width:820px ;  margin-left:auto ; margin-right:auto ;  border:#666666 solid 0px ; text-align:left;}
a {text-decoration:none ; color:#888888}
a:hover { color:#cccccc}
#header {width:800px ; height:34px ; background:#696969 ;  margin:0px 10px 1px 10px ; text-align:right; }
#menu { width:800px; margin:0 ; padding:0 ; margin-left:10px ; background: #000 bottom;  line-height:3em ;min-height:3em ;text-align:center}
#menu li {display:inline}
#menu a { padding:1em 1em; color: white }
#menu a:hover {color:#929292}
/*Orignial 
#bod { width:798px ; margin:1px 10px; border:solid 1px #666666 ; background:#E0E0E0; }
*/
#bod { width:798px ; margin:1px 10px; border:solid 1px #666666 ; background:#000000; }

#pagebody { margin:25px 25px; }
#pagebody img {border: 4px solid #fff}
#pagebody .noborder img {border: 0px }
#footer {clear:both ; width:800px ; margin:1px 10px ; background:#000 ; text-align:center ;  padding:1em 0; color: white}

input, textarea { background:#949494 ; border:0 }
  #navdiv { float:right ; margin:0 15px;  width: 700px; height: 650px }
  #navdiv a img { border:#fff solid 3px; margin: 0 2px 4px 2px; }
  #navdiv a:hover img {border:#000 solid 3px ; }
  #picdiv { height:650px ; width:448px ; float:right ; text-align:center; }
 #picdiv img { border:10px solid white; }
  #pic {margin-top:auto ; margin-bottom:auto}
  #clear { clear:both; }
  .shout { font-size:16px; font-weight:bold; line-height:20px; }

 img.clsleft { margin-right:10px; margin-bottom:10px; }
 img.clsmiddle { margin-right:10px; margin-left:10px; margin-bottom:10px; }
 img.clsright { margin-left:10px; margin-bottom:10px; }


#nav { background:#222; height:23px; text-align:center; margin:0 auto; padding:0;width:800px; }

/** positioning the drop-down menu **/
#nav ul, #nav ul ul { text-align:left; }
#nav li { display:inline; position:relative; top:5px; margin-right:-3px /* fixes inline list bug */; }
#nav li a { padding:5px 8px; text-decoration:none;   }
#nav li ul { margin:0; padding:0; display:none; position:absolute; top:18px/* distance away from the main nav bar */;  }
#nav li>/**/ul { top:13px /* distance away from the main nav bar for firefox */ ; }
#nav ul ul { margin:-5px 0 0 160px /* moves second drop down away from first */; display:block; padding:0; display:none; position:absolute; top:0;  } 
#nav li:hover ul ul, #nav li.over ul ul { display:none; }
#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul, #nav ul li a { display:block; width:144px /* width of the drop-downs */; left:0; }

/** styling the drop-down menu -- old #active colour #c5f098 **/
#nav #active { color:#929292; cursor:default; }
#nav li a { background:#222; color:white; font-weight:bold; }
#nav li a:hover { color:#929292;}
#nav ul li a:hover, #nav ul ul li a:hover { background:#555; }
#nav .nav_parent a { padding-right:18px; }
#nav .nav_parent a:hover {  }
#nav .nav_child a { padding-right:8px; }
#nav .nav_child a:hover {  }
#nav .nav_parent2 a {  }
#nav .nav_parent2 a:hover {  }
#nav .nav_child2 a {  }
#nav .nav_child2 a:hover {  }

#contact_form fieldset { border:1px dashed #ababab; padding:10px 15px; display:block; margin:0 auto; width:510px; }

 /*Orginial
#contact_form legend { padding:10px 6px; background:#e0e0e0; }
*/
#contact_form legend { padding:10px 6px; background:#ABABAB; }
#contact_form input, #contact_form textarea { float:left; display:block; border:0; font-size:1em; font-family:"lucida sans unicode", arial, sans-serif; background:#f3f3f3; padding:2px 4px; margin-bottom:7px; width:370px; color:#111; }
#contact_form textarea { height:150px; scrollbar-face-color:#ababab; scrollbar-highlight-color:#bbb; scrollbar-3dlight-color:#e0e0e0; scrollbar-arrow-color:#bbb; scrollbar-track-color:#ababab; scrollbar-darkshadow-color:#e0e0e0; }
#contact_form label { padding-right:10px; float:left; width:120px; text-align:right; }
#contact_form br { clear:left; }
#contact_form .submit, #contact_form .reset { float:right; margin:8px 0px; width:60px; cursor:pointer; color:#fff; }
#contact_form .submit { background:#000000; margin-right:4px; }
#contact_form .reset { background:#696969; }

#lightbox{ position:absolute; top:40px; left:0; width:100%; z-index:100; text-align:center; line-height:0; }
#lightbox a img{ border:none; }
#outerImageContainer{ position:relative; background-color:#fff; width:250px; height:250px; margin:0 auto; }
#imageContainer{ padding:10px; }
#loading{ position:absolute; top:40%; left:0%; height:25%; width:100%; text-align:center; line-height:0; }
#hoverNav{ position:absolute; top:0; left:0; height:100%; width:100%; z-index:10; }
#imageContainer>#hoverNav{ left:0;}
#hoverNav a{ outline:none;}
#prevLink, #nextLink{ width:49%; height:100%; background:transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */ display:block; }
#prevLink { left:0; float:left;}
#nextLink { right:0; float:right;}
#prevLink:hover, #prevLink:visited:hover { background:url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url(nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font:10px Verdana, Helvetica, sans-serif; background-color:#fff; margin:0 auto; line-height:1.4em; }
#imageData{ padding:0 10px; }
#imageData #imageDetails{ width:70%; float:left; text-align:left; }	
#imageData #caption{ font-weight:bold;	}
#imageData #numberDisplay{ display:block; clear:left; padding-bottom:1.0em;	}			
#imageData #bottomNavClose{ width:66px; float:right;  padding-bottom:0.7em;	}	 	
#overlay{ position:absolute; top:0; left:0; z-index:90; width:100%; height:500px; background-color:#000; filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; } 
.clearfix:after { content:".";  display:block;  height:0;  clear:both;  visibility:hidden; }
* html>body .clearfix { display:inline-block;  width:100%; }
* html .clearfix { /* Hides from IE-mac \*/ height:1%; /* End hide from IE-mac */ }
