#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:#990000 ; width: 200px; height: 200px; 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:img/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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 12px; background: #990000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #FFFFFF; }
#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; }




img
{  border-style: none;
}

body{
	background:#ccc url('images/body_bg.png') repeat-x;
	font: 70%/1.6em 'Lucida Sans',Verdana,sans-serif;
	margin:0;
	color:#333;
}
#wrap{
	margin:0 auto;
	width:760px;
	height:500px;
}

a:link,a:visited,a:active{
	text-decoration:none;

	color:#900;
}
a:hover{
	color:#600;
	border-color:#600;
}

#head{
	background: url('images/top.png') no-repeat;
	height:130px;
}
#head h1.title{
	margin:0;
	padding: 105px 0 0 20px;
	font-variant:small-caps;
	color:#fff;	
}
#head ul.navbar{
	margin:0;
	padding: 0 0 0 30px;
}
#head ul.navbar li{
	float:left;
	list-style-type:square;
}
#head ul.navbar li a{
	display:block;
	padding: 18px 0 0 0;
	margin: 0 40px 0 0;
	font-weight:bold;
	text-transform:uppercase;
}
#head #title_box{
	display:block;
	position:relative;
	top: 140px;
	left: 200px;
	width:100px;
	border:#c00 1px solid;
}

#main{
	background: url('images/main_bg.png') center repeat-y;
	margin:0 auto;
	width:760px;
	padding: 0 0px 0 1px;
	overflow:hidden;
}

#splash{
		background: url('images/title.jpg') no-repeat;
		padding-top:126px;
		text-align:right;
		margin: 0 8px;
}
#splash h2.subtitle{
	margin:8px 0 0 0;
	padding: 0 5px 0 0;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:14px;
}

#content{
	margin: 0 10px 10px 10px;
	text-align:justify;
	overflow:hidden;
	background: url('images/content_sep.png') repeat-y;
	background-position: 48% 0%;
}
#content h2{
	color:#900;
	margin:20px 0 0 0;
	line-height:20px;
	background: url('images/content_h2.png') top left no-repeat;
	padding: 0px 0 0 15px;

}

#footer{
	clear:both;
	background: url('images/bot_bg.png') center no-repeat;
	height: 50px;
	padding: 0 20px 5px 0;
	text-align:right;
	color:#999;
}
#footer p{
	margin:0;
	padding: 20px 0 0 0;
}

#content div.box{
	width:210px;
	margin: 0 15px 20px 15px;
	float:left;
}

#news ul{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#news li{
	padding: 2px 0;
}

/*********************************************/
/* tables                                    */
/*********************************************/
#myTable {
  font-size: 70%/1.6em 'Lucida Sans',Verdana,sans-serif;
  background: #F1EFED; border: 1px solid #990000;
  empty-cells: show;
  margin: 30px 0;
  width: 700px; padding: 0;
  }
.boldAlert
	{font-weight: bold; color: #990000; font-size: font-size: 80%/1.7em 'Lucida Sans',Verdana,sans-serif;}
/* header */
#myTable > thead > tr:first-child > th {
  text-align: left;
  
  color: #000000;
  }

#myTable > thead > tr + tr > th {
  font-style: italic;
  color: gray;
  text-align: center;
  }

/* body */
#myTable td 
	{
  	background-color: #ffffff;
  	padding: 10px 10px 5px 10px;
  	text-align: left;
	vertical-align: top;
  	}




	
/*********************************************/
/* classes                                   */
/*********************************************/

.clear
	{
	clear: both;
	}
	
.centered
	{ text-align:center;}
	
.imgRight
	{ float: right; margin: 0 0 10px 10px;}
	
.imgLeft
	{ float: left; margin: 0 10px 10px 0;}
	
.bold
	{ font-weight: bold; font-variant: small-caps;}
	
.boldAlert
	{font-weight: bold; color: #990000; font-size: 14px;}
	
.alertText
	{ font-weight:bold; font-variant: small-caps; color: #990000; font-size: 14px;}
	
.formBox
	{
	padding: 2px;
	border: 1px #FF9900 solid;
	font-size: 11px;
	}
	
.sidecontentbox 
	{
	color: #333300;
	background-color:#f8f8f9;
	padding:5px 10px;
	margin:0px 0px 10px 0px;
	border: 1px dotted #CCCCCC;
	}

.mis 
	{
	color: #003366; 
	font-family:'Lucida Sans',Verdana,sans-serif;
	font-size: 14px;
	}
	
.chunches 
	{
	font-family:tahoma, arial, verdana, sans-serif; 
	margin:0; font-size: 14px;
	color: #CC0000;
	}