/* Unchanged */
/* ---  DEFAULT STYLE PROPERTIES --- */

body {
	font: 1.0em arial, verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:#000 url(images/background.jpg) repeat-x; /*sets the background colour, image and repeats the image on  x  */
	}
}

* {
	margin:0;
	padding:0;
}

p {
	0.9em;
	margin-top: 10px;
}

a:link {
  color: #333333;
  text-decoration: none;
  }
a:visited {
  color: #333333;
  text-decoration: none;
  }
a:active {
  color: #333333;
  text-decoration: none;
  }
a:hover {
  color: #003366;
  text-decoration: underline;
  }

img {
	border: none;
}

table, tr, th, td {
	background-color: #fff;
	border: none;
}

/* NEW PAGE DIVIDERS  */

#mainwrap {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}

#header {
	width: 750px;
	height: 130px;
	background-color: #ffffff;
	text-align: right;
	font-size: 1.0 em;
	border-bottom: none;
}

#header img {
	float: left;
}

#contentarea {
	width: 750px;
	background-color: #ffffff;
	text-align: left;
	padding-bottom: 10px;
}

#nav {
	padding-top: 5px;
	width: 170px;
	background-color: #ffffff;
	float: left;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	font-size: .9em;
}

#maincontent {
	width: 550px;
	background-color: #ffffff;
	float: left;
	border-left: 1px #000 solid; 
	padding-left: 10px; 
}

#maincontent p {
	font-size: 0.9em;
}

#maincontent li {
	font-size: 0.9em;
}

#maincontent_nonav {
	width: 740px;
	background-color: #ffffff;
	float: left;
	border-left: none; 
	padding-left: 5px; 
}

#footer {
	width: 750px;
	background-color: #ffffff;
	padding-top: 6px;
	text-align: center;
	border-top: 1px solid #000;
	font-size: .8em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {height: 1%;}

.clearfix {
	display: block;
}

/* ---  header styles            --- */

.hometop {
	padding-top: 80px;
	padding-right: 5px;
	font-size: .7em;
}

#header a:link { color: #000;}
#header a:visited { color: #000; }
#header a:active { color: #000; }
#header a:hover { color: #000; text-decoration: underline;}


/*--- FOOTER STYLES --- */

.copyright {
	
	float: right;
	padding-top: 0px;
	font-size: .8em;
}

/* --- LEFT NAV ELEMENTS --- */
#nav li {
	list-style-type:none;
	margin-top: 10px;
	
}

#nav li li {
	font-size: .9em;
	padding-left: 2em;
}

/* --- TOP NAVIGATION ELEMENTS --- */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 1px;
font:normal 10px Verdana;
line-height:16px;
z-index:100;
text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 0px solid #666666;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-align: left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #cccccc;
}



.topnav {
	clear: both;
	background-color: #000;
	text-align: left;
	font-size: 0.8em;
}
.topnav a:link { color: #ffffff;}
.topnav a:visited { color: #ffffff; }
.topnav a:active { color: #ffffff; }
.topnav a:hover { color: #ffffff; text-decoration: none;}


.pagetitle {
	padding: 2px 2px 2px 1px;
	color: #000000;
	font-weight:normal;
	font-size: 1.4em;
	border-bottom: #000 solid 1px;
}

.highlight_text {
	font-weight: bold;
	font-style: italic; 
}

.topnav {
	padding: 4px 4px 4px 8px;
	border: solid #fff 0.5px;
	color: #FFF;
	font-weight:bold;
}



td.left {font-size:1.1em; color: #000000; padding:8px 8px 8px 8px; border: 0px; border-right: #000000 solid 1px;}

/* GALLERY THUMBNAILS TABLE */

#gallery table, td {background-color: #eeeded; border: 5px solid #eeeded; border-collapse: collapse;}
#gallery td {text-align: center;}


/* --- LEFT NAVIGATION ELEMENTS --- */

.left a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #333333;
  text-decoration: none;
  }
.left a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #333333;
  text-decoration: none;
  }
.left a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #333333;
  text-decoration: none;
  }
.left a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #003366;
  text-decoration: underline;
  font-weight: bold;
  }

.leftsub a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  padding-left: 2em;
  color: #333333;
  text-decoration: none;
  }
.leftsub a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  color: #333333;
  text-decoration: none;
  }
.leftsub a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  color: #333333;
  text-decoration: none;
  }
.leftsub a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  color: #003366;
  text-decoration: underline;
  font-weight: bold;
  }
  
.subheading {
  font-size: 1.1em;
  font-weight: bold;
  clear: both;
}

.navOn {
	font-weight: bold;
}

.gallerycaption {
	font-size: .9em;
	color: #5C788F;
	font-weight: normal;
	font-style: italic;
}

.galleryinstr {
	font-size: .8em;
}

h3 {
	font-size: 1em;
}

#dynloadarea img {
	border: 2px solid #000;
}

.nobackground table, tr, th, td {
	background-color: #fff;
	border-color: #fff;
}
