@charset "utf-8";
body {
	background-color: #9A8738;
	font-family:Verdana,Arial;
	font-size:11px;
	color:#333333;
	background-image:url(http://www.fishandhuntnetwork.com/images/gradient.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 20px;
	color: #006600;
	padding-left: 15px;
}
p {
	line-height: 1.5em;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
#talent img {
	border:1px #000 solid;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}
#talent a {color:#006600}
/* CSS Tabs */
#navcontainer {
	background: #000;
	border-top: 1px solid #000;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navlist {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
 @media all {
#navlist {
	text-align: center
}
}
#navlist li {
	bottom: 11px;
	display: inline;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	position: relative;
}
html>body #navlist li {
	background: #000;
	margin: 0 3px 0 0;
	padding: 4px 0px 4px 0;
}
#navlist a, #navlist a:link, #navlist a:visited {
	background: #B8CF34;
	border: 1px solid #FFF;
	bottom: 2px;
	color: #000000;
	cursor: pointer;
	display: inline;
	height: 1em;
	margin: 0;
	padding: 3px 5px 3px 5px;
	position: relative;
	right: 2px;
	text-decoration: none;
}
#navlist a:hover {
	background: #CF9;
	bottom: 1px;
	color: #000000;
	position: relative;
	right: 1px;
}
#navlist a:active {
	background: #999;
	bottom: 0px;
	color: #FFF;
	position: relative;
	right: 0px;
}
#navlist li#active {
	background: #000;
	bottom: 13px;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}
html>body #navlist li#active {
	background: #000;
	margin: 0 4px 0 4px;
}
#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
	background: #000;
	border-bottom: none;
	bottom: 0px;
	color: #FFF;
	cursor: text;
	margin: 0;
	padding: 2px 5px 0 5px;
	position: relative;
	right: 0;
}
.gallerycontainer{
position: relative;
text-align:center;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
/*border: 1px solid blue;
*/}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
/*border: 1px dashed gray;
*/visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 20px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
#photoids img{border:4px solid white;}
#upload_image input, label {display:block;}
.quotes {font-size:10px; font-style:italic;color:#060;padding:10px;background-color:#EEE9C1}