* { padding: 0; margin: 0; }



#header {
 width: 900px;
height: 100px;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 10px 0px 5px 0px;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 100px
	}

#header h1 a {
	padding: 0;
	margin: 0;
	width: 900px;
	height: 100px;
	display: block;
	background: url(header1.gif) no-repeat top left;
	}
#header h1 a span {display: none; }

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

#styleone{
	position:relative;
	display:block;
	height:36px;
	font-size: 20pt;
	font-weight:bold;
	background:transparent url(bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	border-bottom:20px solid #E7E7E7;
}
#styleone ul{margin:0;padding:0;list-style-type:none;width:auto;}
#styleone ul li{display:block;float:left;margin:0 1px 0 0;}
#styleone ul li a{display:block;float:left;color:#034895;text-decoration:none;padding:0px 20px 0px 20px;height:36px;}
#styleone ul li a:hover,#styleone ul li a.current{color:#034895;background:transparent url(bgON.gif) repeat-x top left;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14pt;
      }
#wrapper { 
 margin: 0 auto;
 width: 924px;
}

#content { 
 width: 900px;
 color: #333;
 border: 1px solid #ccc;
 background:#B0C4DE;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 850px;
}

#footer { 
 color: #333;
 width: 900px;
 border: 1px solid #ccc;
 background-color:#E7E7E7;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/gallery/multi-page2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div and the margins */
#gallery, #gallery ul {padding:0; margin:5; list-style:none;}

#gallery {
	width:902px;
	height:725px;
	background:#B0C4DE;
	position:relative;
}
#gallery li {width:60px; background:#245481; margin-right:1px; float:left;}
#gallery li p {font: 14px arial, verdana, sans-serif; color:#fff; height:25px; line-height:25px; padding:0 0 0 10px; margin:0; cursor:pointer;}
#gallery li.galleryon p {background:#00275E; color:#FFC200;}
#gallery ul {display:none;}

#gallery li.galleryon ul {display:block; width:740px; height:500px; border:1px solid #000000; border-width:20px 1px; background:#eee; padding:80px; position:absolute; left:0; top:25px;}
#gallery li.galleryon ul li em {display:none;}
#gallery li.galleryon ul li b {display:none;}
#gallery li.galleryon ul li {width:118px; height:109px; border:1px solid #B0C4DE; border-color:#eee #444 #000 #ccc; float:left; margin:0; text-align:center; padding-top:9px; cursor:pointer; background:#888;}
#gallery li.galleryon ul li:hover {background:#777;} /* for all browsers except IE6 and lower */

#gallery li.galleryon ul li span img {border:1px solid #fff; border-color:#000 #ccc #eee #444;}
#gallery li.galleryon ul li.hz {padding-top:21px; height:97px;}
#gallery li.galleryon ul li.hzlrg {padding-top:21px; height:97px;}

#gallery li.galleryon ul li.page em {display:block; position:absolute; left:80px; top:10px; border:1px solid #664;}
#gallery li.galleryon ul li.hz em {left:120px; top:80px;}
#gallery li.galleryon ul li.hzlrg em {left:80px; top:80px;}
#gallery li.galleryon ul li.page em img {display:block;}
#gallery li.galleryon ul li.page b {display:block; position:absolute; left:80px; top:660px; width:662px; text-align:center; background:#000; color:#fc6; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; line-height:15px;}
#gallery li.galleryon ul li.page b a, #gallery li.galleryon ul li.page b a:visited {color:#fff;}
#gallery li.galleryon ul li.page b a:hover {text-decoration:none;}
#gallery li.galleryon ul li.page b a.expand {padding-left:25px; background:transparent url(expand.gif) left center no-repeat;}
