
body{
	background: #516479 url("../pics/bg_grad04.jpg") fixed;
	font-family: Verdana,Arial,sans-serif;
	color: #444444;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	background-color: transparent;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #334d55;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}



/*************** list tag styles ***************/

ul{
	list-style-type: square;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: absolute;
	top: 222px;
	left: 10%;
	width:800px;
	color: #444444;
	background-color: #FFFFFF;
}



#banner {
	position: absolute;
	background-image: url("../pics/banner.jpg");
	top:15px;
	height: 222px;
	width: 827px;
	left: 10%;
	margin: 0px;
	padding: 0px;
	z-index: 100;

}

#fotoalbum {
	position: absolute;
	top:570px;
	height: 169px;
	width: 222px;
	left: 10%;
	margin: 0px;
	padding: 0px;
	z-index: 100;

}

#fotoalbum a img{ border: none;}


#pageNav{
	top: 130px;
	position: absolute;
	width:140px;
	left: 0px;
	padding:0px;
	color: #444444;
	background-color: transparent;
	font: small Verdana,sans-serif;
}


#content{
	padding: 80px 120px 0px 0px;
	margin: 0px 0px 350px 220px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 75%;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h1{
	font: bold 100% Arial,sans-serif;
	background-color: transparent;
	color: #000000;
	padding: 10px 0px 0px 0px;
}

.feature img{
	float: left;
	padding: 5px 10px 10px 0px;
}

.feature img.hd{
	float: none;
	padding: 15px 10px 20px 0px;
}

.feature hr{
	color: #999999;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 10px 10px;
	font-size: 75%;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	background-color: transparent;
	color: #000000;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: none;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	background-color: transparent;
	color: #cccccc;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
}



/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 3px 0px 3px 10px;
	background-color: transparent;
	color: #444444;
}

#sectionLinks a:hover{
	color: #ffa810;
	background-color: transparent;
	text-decoration: none;
}

#sectionLinks a:active{
	color: #005FA9;
	background-color: transparent;
	text-decoration: none;
}

/*************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;
	}


/********************* end **********************/
