body {
	margin: 0px;
	background:url(../images/bg.jpg) repeat-x #141f5f;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	line-height:20px
}
.footer {
	color:#fff;
	line-height:24px;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color:#fff;
	text-decoration:none;
}
.footer a:hover{
	:#fff;
	text-decoration:underline;
}
.headingblue{
	color:#152061;
	font-size:26px;
	font-weight:bold;
}
a, a:link, a:visited, a:active{
	color:#0e9146;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color:#0e9146;
	text-decoration:none;
	font-weight:bolder;
}
.bor{
	border:1px dotted #f3670f;
	color:#000000;
}
.bor img{
	border:1px solid #CCCCCC;
}
.white{
	color:#fff;
}





.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100%; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
width: 100%; /*sub menu width*/
background:#8a8fb0;
}
.suckerdiv ul li ul li{
width: 95%; /*sub menu width*/
background:#8a8fb0;
color:white;
padding:0 0 0 5px;
border:0px;
background: url(images/arrow-list.gif) no-repeat 5px center;
}
.suckerdiv ul li ul li a{
width: 79%; /*sub menu width*/
background:#8a8fb0;
color:white;
padding:0 0 0 30px;
border:0px;
background: url(../images/arrow-list.gif) no-repeat 18px 7px;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background: #152061;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
padding:3px 0 3px 15px;
}
.suckerdiv ul li p{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background: #152061;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
padding:3px 0 3px 15px;
}

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
background-color: #0e9146;
color:white;
}


	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */





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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;

border: 1px dashed #f3670f;
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: -300px;
*top: -250px;
left: -95px; /*position where enlarged image should offset horizontally */

}


/* light box css */	
#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 */ 

.test {
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background: #152061;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
padding:3px 0 3px 15px;
}
	