/***********************************************/
/* HTML tag styles                             */
/*                                             */
/* color values                                */
/* green:   #6EAFA5     #00826E                */
/* lime:    #D6E46F                            */
/* purple:  #A08FD8     #796A8B                */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	/*background: #d8d8d8;*/
	background: #fff;
	font-size: 90%;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}


/************** header tag styles **************/

h1{
	font: Arial,sans-serif;
	color: #00826E;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}

h2{
	font: Arial,sans-serif;
	color: #796A8B;
	font-size: 24px;
	font-weight: bold;
}

h3{
	font: Arial,sans-serif;
	color: #00826E;
	font-weight: bold;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	top: 20px;
	width:900px;
	height: 595px;
	background-color: #ffffff;
	background-image: url(pics/bg/bg_pagecell12.jpg);
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#pagecell2{
	top: 20px;
	width:900px;
	height: 595px;
	background-color: #ffffff;
	background-image: url(pics/bg/bg_pagecell21.jpg);
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#pagecell3{
	top: 20px;
	width:900px;
	height: 595px;
	background-color: #ffffff;
	background-image: url(pics/bg/bg_pagecell32.jpg);
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#pagecell4{
	top: 20px;
	width:900px;
	height: 595px;
	background-color: #ffffff;
	background-image: url(pics/bg/bg_pagecell41.jpg);
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}


#header{
	padding: 0px;
	height:100px;
	width:900px;
	margin: 0px;
	border-bottom: 15px solid #00826E;
	background-image: url(pics/bg/bg_title_04.jpg);
}


#navigation{
	float: left;
	width:130px;
	height: 480px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	font-size: small;
  	color: #000000;
	font-weight: bold;
}


#content{
	padding: 0px 0px 0px 145px;
	margin: -10px 0px 0px 0px;
	width:740px;
	height:471px;
	border:1px;
}

/*************** content styles ****************/
#content

b{
	color: #A08FD8;
	font-weight: bold;
}

a:link, a:visited{
	color: #6EAFA5;
	font-weight: bold;
}

a:hover{
	color: #00826E;
	font-weight: bold;
}


/************* thumbnail styles *****************/


.gallerycontainer{
	position: relative;
}

.thumbnail {
	text-decoration: none;
}

.thumbnail img{
	border: 3px solid #6EAFA5;
	margin: 0px;
	margin-top: 5px;
	margin-right:10px;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 3px solid #A08FD8;
}


#Buttons{
	position: absolute;
	display: block;
	overflow: auto;
	height: 360px;
	width: 135px;
	top: 0px;
	left: 0px;
}


#DivExample{
	position: absolute;
	display: block;
	top: 0px;
	left: 140px;
	width: 450px;
	height: 360px;
	padding: 0px;
	text-align: center;
	position: absolute;
}

#DivExample img{
	border: 3px solid #6EAFA5;
}

#DivExample img:hover{
	border: 3px solid #A08FD8;
}

#info{
	display: block;
	width: 110px;
	height: 360px;
	padding: 0px;
	top: 0px;
	text-align: center;
	position: absolute;
	left: 595px;
}


/************** navigation styles **************/

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
}


#navigation ul li a:link, #navigation ul li a:visited {
	width:96%;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(pics/bg/bg_nav.jpg);
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	color: #21536A;
}

#navigation ul li a:hover{
	width:96%;
	border-top: 1px solid #cccccc;
	background-color: #D6E46F;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#navigation ul li b, #navigation ul li a:active{
	width:96%;
	display: block;
	border-top: 1px solid #cccccc;
	background-color: #6EAFA5;
	font-weight: bold;
	color: white;
	padding: 2px 2px 2px 4px;
}

#navigation p{
	position: relative;
	top: 0px;
	width: 85%;
	padding: 0px 0px 0px 10px;
	font-family: Arial,sans-serif;
	color: #bbb;
	font-size: 75%;
}


/***************** photo styles *****************/

#photo img{
	margin: 0px 10px 0px 10px;
	border: 3px solid #D6E46F;
}


/***************** lighbox **********************/

#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-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-image: url(data:pics/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(pics/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(pics/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 800px; background-color: #333; }


/********************* end **********************/

