/* eZeeGallery.css noTheme 4LevelWebs 2005 */

/*-------------------------------------------------------------------------------
 Here is where spacing can be given around the individual thumbnails.
 Setting the margin will adjust the spacing.
 All 3 of the following rules margins will need to be set equally.
 thumbNorm,thumbDown, and thumbOver.
*/
.thumbNorm {/* Norm state*/
	background-color: #c2d2e2;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding: 3px;
}
.thumbOver {/* Over state*/
	margin: 1px 1px 16px 1px;
	padding: 5px;
	background-color: #0e4e81;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.thumbDown {/* Down state*/
	margin: 1px 1px 17px 1px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c2d2e2;
	border-right-color: #c2d2e2;
	border-bottom-color: #c2d2e2;
	border-left-color: #c2d2e2;
}



/*-------------------------------------------------------------------------------
 The Nav Links styles. Images have been applied to the background of the nav links.
 The colors are solid and can be changed in the included png file.
*/
 .linksNorm {/* Norm state*/
	color: #fff;
	text-decoration: none;
	background-color: #ccc;
	border: 1px solid #fff;
	margin: 0 2px;
	padding: 0 6px;
	font-weight: bold;
}
.linksOver {/* Over state*/
	color: #000;
	text-decoration: none;
	background-color: #FFE88C;
	border: 1px solid #FFF;
	margin: 0 2px;
	padding: 0 6px;
	font-weight: bold;
}
.linksDown {/* Down state*/
	color: #fff;
	text-decoration: none;
	background-color: #99CC66;
	border: 1px solid #FFF;
	margin: 0 2px;
	padding: 0 6px;
}


/*-------------------------------------------------------------------------------
 The Gallery Title div.
*/
#gallerytitle {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	letter-spacing: 3px;
	color: #034381;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-indent: 50px;
}


#ezeeWrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


/*-------------------------------------------------------------------------------
 The thumbimages div contains the thumbnails.
*/
#thumbimages {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	margin: 0;
}


/*----------------------------------------------------------------------------
 The div containing the Nav Links.
*/
#thumbnavLinks {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border: 0px solid #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}


/*----------------------------------------------------------------------------
 A little padding for the Nav Links. Gives them some room. 
*/
#thumbnavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #0e4e81;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c2d2e2;
	border-bottom-color: #666;
	width: 400px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	text-align: center;
}


/*----------------------------------------------------------------------------
 The div that contains the "Image Loading" text. 
*/
#wait {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
	visibility: hidden;
}


#wait p {
	margin: 0;
	padding: 0;
}


#fullimage {
	z-index:1000;
	margin: 0;
	padding: 0;
}


/*-------------------------------------------------------------------------------
 This style is applied directly to the full image.It's purpose
 is to provide a border around the full image.
 The padding allows the background color to show around the edges.
*/
.imgwrap {
	padding: 0px;
	border: 1px solid #000;
}


/*-------------------------------------------------------------------------------
 The caption div styles. Simple font styles.
*/
#caption {
	margin: 3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #000;
}


/*-------------------------------------------------------------------------------
 The caption text is encased in a <p> tag. No margin and 4px padding
*/
#caption p {
	margin: 0;
	padding: 0 2px;
	border: 1px dotted #999;
}
a.wingslink:link {
	color: #0e4e81;
	text-decoration: none;
	font-weight: 400;
}
a.wingslink:visited {
	color: #5AABED;
	text-decoration: none;
	font-weight: 400;
}
a.wingslink:hover {
	color: #0FFF0F;
	text-decoration: none;
}
a.wingslink:active {
	color: #FF0000;
}
.text10 {
	font-size: 10px;
}
.headerbg {
	background-image: url(../images/eagles_04.jpg);
	background-repeat: no-repeat;
	background-position: right;
}