*{
  margin: 0;
  padding: 0;
}

body{
  background-image: url("/images/bg.jpg");
  background-position: top center;
  color: #333333;
  font-family: arial;
  font-size: 12px;
  line-height: 20px;
  padding-top: 10px;
}

a{
  color: #046AE8;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

a:focus {
    outline: none;
}



h1{
  font-family: "Lucida Sans", arial;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  color: #6C6D6F;
  font-weight: bold;
}



h2{
  font-family: "Lucida Sans", arial;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #6C6D6F;
  font-weight: bold;
}

h4{
  font-family: "Lucida Sans", arial;
  font-size: 15px;
  margin-bottom: 5px;
  color: #6C6D6F;
  text-align: center;
  font-weight: bold;
}

ul, ol{
  margin: 0 0 10px 30px;
}


p{
  margin-bottom: 15px;
}


#indexpage{
  margin: 0 auto;
  margin-top: 10px;
  width: 600px;
  position: relative;
}


#container{
  width: 887px;
  margin: 0 auto;
  background-color: #FFFFFF;
}

#logo{
  width: 270px;
  height: 317px;
  background-image: url("/images/logo.jpg");
  float: left;
}

#contactdetails{
  width: 617px;
  height: 43px;
  float: right;
}

#photobox{
  width: 617px;
  height: 274px;
  float: right;
  background-color: #CCCCCC;
}

#breaker{
  clear: both;
  width: 887px;
  height: 57px;
  background-image: url("/images/breaker.jpg");
} 

#content{
  width: 887px;
  min-height: 400px;
  background-image: url("/images/content-bg.jpg");
}

#sidebar{
  float: left;
  width: 267px;
  font-family: arial;
  font-size: 12px;
  line-height: 31px;
  font-weight: bold;
}
#sidebar a{
  display: block;
  width: 227px;
  height: 31px;
  padding-left: 40px;
  background-image: url("/images/link-bg.jpg");
  text-decoration: none;
  color: #022A5B;
  border-bottom: 1px solid #6C6D6F;
  overflow: hidden;
}
#sidebar a:hover{
  background-image: url("/images/link-bg-hover.jpg");
}

.sidebarselected{
  display: block;
  width: 227px;
  height: 48px;
  line-height: 48px;
  padding-left: 40px;
  background-image: url("/images/link-bg-selected.jpg");
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 1px solid #6C6D6F;
}



#linkscroll a{
  display: block;
  width: 207px;
  height: 25px;
  line-height: 25px;
  padding-left: 60px;
  background-image: url("/images/link-bg-scroll.jpg");
  text-decoration: none;
  color: #022A5B;
  border-bottom: 1px solid #6C6D6F;
}
#linkscroll a:hover{
  background-image: url("/images/link-bg-scroll-hover.jpg");
}

.linkscrollselected{
  display: block;
  width: 207px;
  height: 25px;
  line-height: 25px;
  padding-left: 60px;
  background-image: url("/images/link-bg-scroll-selected.jpg");
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 1px solid #6C6D6F;
}


#page{
  margin-left: 280px;
  width: 560px;
  padding: 0 15px 0 15px;
}


#footer{
  width: 887px;
  height: 72px;
  background: url("/images/footer.jpg");
}


.rightfloat{
  float: right;
  padding: 0 0 10px 10px;
}



.dhtmlgoodies_question{
}
.dhtmlgoodies_answer{	/
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	
	position:relative;
}

#preload{
  display: none;
}

#copy{
  text-align: center;
  font-size: 10px;
  color: #1F4E7C;
  margin: 0 0 5px 0;
}
#copy a{
  color: #1F4E7C;
  text-decoration: none;
}
#copy a:hover{
  text-decoration: underline;
}


.subjects td{
  padding: 5px 15px 5px 15px;
  border-bottom: 1px dotted #CCCCCC;
  border-right: 1px dotted #CCCCCC;
}

.tableheader{
  background-color: #DCE9ED;
  color: #000000;
  border-bottom: 1px solid #2F525B;
  font-family: "Lucida Sans", arial;
  font-size: 16px;
  font-weight: bold
  text-align: center;
}

.tableside{
  border-left: 1px dotted #CCCCCC;
  font-weight: bold;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



.style1 {
	color: #0066FF;
	font-weight: bold;
	font-size: 18px;
}











#art td{
  background-color: #f1f1f1;
  border: 1px solid #CCC;
  padding: 5px;
}



#opennight{
  display: block;
  text-align: center;
  color: #FFFFFF;
  background-color: #CE1D27;
  padding: 5px;
}

#opennight:hover{
  text-decoration: none;
  background-color: #666666;
}





