<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

#lightbox{
	position: absolute;
	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(../images/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(../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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	


<style type="text/css">
 
.thumbnail{
position: relative;
z-index: 0;
}
 
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
 
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
 
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
 
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
 
}
 
</style>
 

/*--------------horizontal highligth menu---------------*/
<style type="text/css">



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>







.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 120px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

</style>


.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 11px 1.6em;
text-decoration: none;
float: left;
color: white; 
background-image:url(images/topmenu-back.jpg);
border: 0px solid #ffffff; 
}

.hovermenu ul li a:hover{
background-image:url(images/tophover1.jpg);
border-style: outset;
color: white;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

















.header {  
font-family: verdana; 
font-size: 14px; 
color: 1277C8;
font-weight: bold; 
font-style: none; 
line-height: normal;
}

.bizeulasin {  
font-family: verdana; 
font-size: 14px; 
color: FF9900;
font-weight: bold; 
font-style: none; 
line-height: normal;
}
.headerwhite {  
font-family: verdana; 
font-size: 14px; 
color: ffffff;
font-weight: bold; 
font-style: none; 
line-height: normal;
}

.bodytext {  
font-family: verdana; 
font-size: 12px; 
color: 333333;
font-weight: normal; 
font-style: none; 
line-height: normal;
text-decoration: none;
}



.bodytextbold {  
font-family: verdana; 
font-size: 14px; 
font-type:bold;
color: 333333;
font-weight: bold; 
font-style: none; 
line-height: normal;
text-decoration: none;
}

.bodylink {  
font-family: verdana; 
font-size: 12px; 
color: 333333;
font-weight: normal; 
font-style: none; 
line-height: normal;
text-decoration: none;
}
.bodylink:hover{  
font-family: verdana; 
font-size: 12px; 
color: 1277C8;
font-weight: bold; 
font-style: none; 
line-height: normal;
text-decoration: none;
}

.bottomtext{  
font-family: verdana; 
font-size: 11px; 
color: white;
font-weight: normal; 
font-style: none; 
line-height: normal;
text-decoration: none;
}
.bottomtext:hover{  
font-family: verdana; 
font-size: 11px; 
color: white;
font-weight: normal; 
font-style: none; 
line-height: normal;
text-decoration: none;
}

.leftlink {  
font-family: verdana; 
font-size: 12px; 
color: white;
font-weight: normal; 
font-style: bold; 
line-height: normal;
text-decoration: none;
}
.leftlink:hover {  
font-family: verdana; 
font-size: 12px; 
color: white;
font-weight: bold; 
font-style: none; 
line-height: normal;
text-decoration: none;
}

.contact {  
font-family: Verdana; 
font-size: 12px; 
color:#3DB0D6;
font-weight: normal; 
font-style: none; 
line-height: normal;
text-decoration: none;
}
.contact:hover {  
font-family: Verdana; 
font-size: 12px; 
color:#3DB0D6;
font-weight:normal; 
font-style: none; 
line-height: normal;
text-decoration: underline;
}


.subheader{  
font-family: verdana; 
font-size: 12px; 
color: #3D99DF;
font-style: none; 
line-height: none;
font-weight: bold;
text-decoration: none;
}
.subheader1{  
font-family: verdana; 
font-size: 12px; 
color: #CF2027;
font-style: none; 
line-height: none;
font-weight: bold;
text-decoration: none;
}

.topmenu{  
font-family: verdana; 
font-size: 11px; 
color: White;
font-style: none; 
line-height: none;
font-weight: normal;
text-decoration: none;
}
.topmenu:hover{  
font-family: verdana; 
font-size: 11px; 
color: White;
font-style: none; 
line-height: none;
font-weight: bold;
text-decoration: none;
}
.dotlink {  
font-family: Verdana; 
font-size: 10px; 
color: #cccccc; 
line-height: normal;
font-weight: normal;
text-decoration: none;
}

.dotlink:hover {  
font-family: Verdana; 
font-size: 10px; 
color: #073F8C; 
line-height: normal;
font-weight: normal;
text-decoration: underline;
}


.admin-text {  
font-family: Verdana; 
font-size: 12px; 
color: #333333; 
line-height: normal;
font-weight: normal;
text-decoration: none;
}

.textfield {  
font-family: Verdana; 
font-size: 12px; 
color: #292BE0;
line-height: normal;
font-weight: normal;
}

.admin-button
{
	font-family: Verdana;
	font-size: 11px;
	color: #292BE0;
	line-height: normal;
	background-color: #FFFFFF;
	font-weight: bold;
	}

.admin-subheader {  
font-family: Verdana; 
font-size: 12px; 
color: #292BE0; 
font-weight: bold;
text-decoration: none;
}

.admin-sub {  
font-family: Verdana; 
font-size: 13px; 
color: #3333cc; 
line-height: normal;
font-weight: bold;
text-decoration: underline;
}

.errortxt {  
font-family: Verdana; 
font-size: 11px; 
color: #335054; 
line-height: normal
}

.admin-link
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration : none;
	line-height: normal;
	font-weight: none;
	
}

.admin-link:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #A9A8A8;
	text-decoration : none;
	line-height: normal;
	font-weight: bold;
	
}

.textsmall {  
font-family: Verdana; 
font-size: 10px; 
color: #000000; 
line-height: normal;
font-weight: normal;
text-decoration: none;
}

.ana-link
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration : none;
	line-height: normal;
	font-weight: none;
	
}

.ana-link:hover
{
	font-family: Arial;
	font-size: 41px;
	color: #FFFFFF;
	text-decoration : none;
	line-height: normal;
	font-weight: bold;
	
}


.bodydata {  
font-family: verdana; 
font-size: 13px; 
color: 333333;
font-weight: normal; 
font-style: none; 
line-height: normal;
text-decoration: none;
}
.bodydata:hover{  
font-family: verdana; 
font-size: 13px; 
color: 333334;
font-weight: bold; 
font-style: none; 
line-height: normal;
text-decoration: none;
}


.bodyheader {  
font-family: verdana; 
font-size: 12px; 
color: 333333;
font-weight: normal; 
font-style: none; 
line-height: normal;
text-decoration: none;
}
.bodyheaderhover{  
font-family: verdana; 
font-size: 12px; 
color: 000033;
font-style: none; 
line-height: normal;
text-decoration: none;
}

.bodybigdata {  
font-family: verdana; 
font-size: 12px; 
color: 333333;
font-weight: bold; 
font-style: normal; 
line-height: normal;
text-decoration: none;
}
.bodybigdata:hover{  
font-family: verdana; 
font-size: 12px; 
color: 333333;
font-weight:bold; 
font-style:normal;
line-height: normal;
text-decoration:blink;
}


.bodysmalldata {  
font-family: verdana; 
font-size: 10px; 
color: 999999;
font-weight: normal; 
font-style: none; 
line-height: normal;
text-decoration: none;
}
.bodysmalldata:hover{  
font-family: verdana; 
font-size: 10px; 
color: 000000;
font-weight: bold; 
font-style: none; 
line-height: normal;
text-decoration: none;
}



.bodynews {  
font-family: verdana; 
font-size: 13px; 
color: 333333;
font-weight: normal; 
font-style: none; 
line-height: normal;
text-decoration: none;
}
.bodynews:hover{  
font-family: verdana; 
font-size: 13px; 
color: 000000;
font-weight: bold; 
font-style: none; 
line-height: normal;
text-decoration: none;
}

/*Pagination*/

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 1px 5px 1px 5px;
	margin: 2px;
	border: 1px solid #000000;
	
	text-decoration: none; /* no underline */
	color: #000000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #d40000;

	color: #d40000;
}
div.pagination span.current {
	padding: 1px 5px 1px 5px;
	margin: 2px;
		border: 1px solid #999999;
		
		font-weight: bold;
		background-color: #999999;
		color: #0000000;
	}
	div.pagination span.disabled {
		padding: 1px 5px 1px 5px;
		margin: 2px;
		border: 1px solid #333;
	
		color: #333;
	}
  
      