/*main styles*/
BODY{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #333333;
line-height:130%;
background: url(../images/bg.jpg) center  repeat-y;
}

:active, :focus{
outline:none;
}
  
BODY, P, FORM, UL, OL, LI, DIV, H1, H2, H3, H4, H5, H6, H7  {
padding:0px;
margin:0px;
}

P {
padding-bottom:4px;
}
  
a:link, a:visited{
color: #7BB6E8;
text-decoration: none;
}

a:hover{
text-decoration: none;
color: #333333;
}

input, textarea, select {
padding:2px;
margin:0;
color:#666666;
font-size:97%;
}

h1 {
color:#7C879E;
font-size:20px;
margin-bottom:10px;
font-weight:normal;
}

h2 {
color:#7C879E;
font-size:20px;
margin-bottom:10px;
padding-left:20px;
font-weight:normal;
background:url(../images/h2_bg.jpg) left no-repeat;
}

h3 {
color:#558DC6;
font-size:16px;
margin-bottom:2px;
font-weight:normal;
}

h4 {
color:#7C879E;
font-size:20px;
margin-bottom:10px;
margin-top:10px;
padding-left:20px;
font-weight:normal;
background:url(../images/h2_bg.jpg) left no-repeat;
}

h5 {
color:#7C879E;
font-size:16px;
margin-bottom:3px;
margin-top:17px;
font-weight: bold;
}

h6 {
color:#7C879E;
font-size:16px;
margin-bottom:2px;
font-weight: bold;
}

/*vertical menu*/
#vertmenu {
width: 150px;
padding: 0px;
margin: 0px;
}

#vertmenu ul {
list-style: none;
border: none;
}

#vertmenu ul li a {
font: 14px Arial, Helvetica, sans-serif;
color: #666666;
font-weight:bold;
display: block;
background: url(../images/menu_bg.jpg) left no-repeat;
padding-top:8px;
padding-left:20px;
height:20px;
text-align: left;
text-decoration: none;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
background: url(../images/menu_bg_hov.jpg) left no-repeat;
color:#0072BC;
}


/*DIV Styles*/
#news {
color:#686868;
font-family:"Courier New", Courier, monospace;
font-size:12px;
padding-left:30px;
margin-bottom:5px;
background:url(../images/news_headline_bg.jpg) left no-repeat;
}

#news a {
text-decoration:none;
color:#686868;
border-bottom: #999999 1px solid;
}

#news a:hover, #news a:focus{
text-decoration:none;
border-bottom: none;
color: #CC0000;
}

#text_box P {
padding:0 5px 5px 5px;
}

#p_nos td {
border: #CCCCCC 1px solid;
padding:2px 5px;
background-color:#F0F0F0;
font-size:11px;
}

#p_nos a:link, #p_nos a:visited{
text-decoration:none;
font-weight:normal;
color: #666666;
}

#p_nos a:hover {
text-decoration:none;
font-weight:normal;
color:#005D3D;
}

#gallery img{
float:left;
padding-right:8px;
padding-bottom:5px;
}

#tick{
padding-left:20px;
background:url(../images/tick.jpg) left no-repeat;
}

.footer a:link, .footer a:visited{
color: #999999;
text-decoration: none;
}

.footer a:hover{
text-decoration: none;
color: #333333;
}


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

