@charset "UTF-8";
html  {
		margin:0; /* ADDED */
		padding:0; /* ADDED */
		height:100%; /* ADDED */
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height:100%; /* ADDED */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
}
#container {
	min-height:100%; /* ADDED */
	position:relative; /* ADDED */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
} 
#mainContent {
	margin-left: 140px;
	padding-right: 6px;
	padding-bottom: 80px;	/* ADDED */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
} 
#mainContent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 70px;	/* ADDED */
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
#FullMain {
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 70px; /* ADDED was 0 */
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#FullMain2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 2px;
	padding-bottom: 70px; /* ADDED */
}
#sidebar1 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: top;
	width: 132px;
	padding-bottom: 70px; /* ADDED */
	padding-left: 2px;
}
#footer {
	height:60px; /* ADDED */
	width:100%; /* ADDED */
	position:absolute; /* ADDED */
	bottom:0; /* ADDED */
	background-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 5px;
}  
#navbar {
	width: 800px;
	float: left;
	background-color: #DDD;
	height: 40px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#shareF {
	width: 500px;
	height: 40px;
	float: left;
} 
#shareT {
	width: 70px;
	height: 40px;
	float: left;
	padding-top: 2px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #550000;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #770000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0000AA;
	text-decoration: none;
}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.break {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	width: auto;
	overflow: hidden;
	zoom: 1;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
}
.firsthuntright {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
	padding-top: 45px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}  
.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.Header3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.Header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
}
.HeaderNEW {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #D00;
	font-style: italic;
}
.RelatedLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #DDD;
}
.bigphotos {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
.columntext {
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
}
.brightcove500 {
	float: right;
	width: 500px;
	margin-bottom: 6px;
	margin-left: 10px;
}
.brightcove640 {
	float: right;
	width: 660px;
	margin-bottom: 6px;
	margin-left: 10px;
}
.related {
	float: right;
	width: 250px;
	margin-bottom: 6px;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #000;
}
.pullquote {
	float: right;
	width: 350px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 23px;
	font-style: italic;
	margin: 10px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
}
.sidebar1 {
	float: right;
	width: 325px;
	margin-bottom: 6px;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #000;
	background-color: #DDD;
}
.Photo640 {
	float: right;
	width: 660px;
	margin-bottom: 6px;
	margin-left: 10px;
}
.left400 {
	background-color: #CCFF99;
	text-align: top;
	width: 390px;
	height: 130px;
	padding-top: 4px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: left;
	float: left;
}
.renewHint {
   position:absolute; left:-304px; top:-5px; width:132px;
   color:red;
   padding:3px;
   font-family:Arial;
   font-weight:bold;
   font-size:10pt;
   z-index:2;
   visibility:hidden;
}
#headerbanner {
	float: none;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	background-image: url(images/HeaderBackground.gif);
	background-repeat: no-repeat;
	height: 32px;
	color: #EEEEEE;
	background-position: left center;
	text-indent: 5px;
	line-height: 32px;
	margin-bottom: 4px;
}
#headerbanner960 {
	float: none;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	background-image: url(images/HeaderBackground960.gif);
	background-repeat: no-repeat;
	height: 32px;
	color: #EEEEEE;
	background-position: left center;
	text-indent: 12px;
	line-height: 32px;
	margin-bottom: 4px;
}
#facebook {
	float: right;
	width: 120px;
	padding-left: 4px;
	padding-bottom: 4px;
	height: 25px;
	margin-left: 20px;
	padding-top: 4px;
}
#addthis {
	float: right;
	width: 180px;
	padding-left: 6px;
	padding-bottom: 4px;
	height: 20px;
	padding-top: 4px;
}
#addthis2 {
	float: right;
	width: 410px;
	padding-bottom: 2px;
	height: 30px;
	padding-top: 2px;
}
#addthis3 {
	float: right;
	width: 415px;
	padding-bottom: 2px;
	height: 25px;
	padding-top: 2px;
}
#brightcove {
	float: right;
	width: 320px;
	padding-left: 25px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#brightcove2011 {
	float: right;
	width: 330px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}
#brightcoveL {
	float: left;
	width: 320px;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#brightcove2 {
	float: right;
	width: 510px;
	padding-left: 16px;
	padding-bottom: 2px;
	padding-right: 10px;
}
#slider510 {
	float: right;
	width: 510px;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-right: 2px;
	margin-right: 15px;
	padding-top: 8px;
	border: 1px solid #000;
	text-align: center;
	background-color: #DDD;
	margin-left: 7px;
}
.firsthuntresources {
	float: right;
	width: 480px;
	background-color: #FFF;
	color: #000;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	border: 1px solid #000;
}
.firsthuntvideo {
	float: left;
	width: 98%;
	background-color: #FFF;
	color: #000;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
a.firsthuntvideo:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	text-decoration: underline;
}
a.firsthuntvideo:visted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	text-decoration: underline;
}
a.firsthuntvideo:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
}
a.firsthuntvideo:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
}
.videohead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFF;
	background-color: #500;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#brightcove3 {
	width: 450px;
	padding-bottom: 1px;
	padding-left: 6px;
}
#brightcove370 {
	width: 370px;
	padding-bottom: 1px;
	padding-left: 6px;
	float: right;
}
#brightcove640 {
	width: 700px;
	text-align: center;
	padding-left: 60px;
}
#brightcove600R {
	float: right;
	width: 600px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 4px;
	margin: 6px;
}
#rightcolumn {
	float: right;
	width: 205px;
	padding-left: 10px;
	padding-bottom: 6px;
}
#twocolumn {
	float: left;
	width: 50%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #440000;
	margin-right: 14px;
	padding-right: 2px;
	padding-left: 7px;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #440000;
	background-color: #EEEEEE;
}
#right150 {
	float: right;
	width: 150px;
	padding-left: 10px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 8px;
}
#right250 {
	float: right;
	width: 250px;
	padding-left: 10px;
	padding-bottom: 6px;
	background-color: #DDDDDD;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 14px;
}
#right350 {
	float: right;
	width: 350px;
	padding-left: 10px;
	padding-bottom: 6px;
	background-color: #DDDDDD;
	margin-bottom: 4px;
	margin-left: 4px;
}
#right450 {
	float: right;
	width: 450px;
	padding-left: 10px;
	padding-bottom: 6px;
	background-color: #DDDDDD;
	margin-bottom: 4px;
	margin-left: 4px;
}
#right310 {
	float: right;
	width: 310px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#chapterbanner {
	width: 486px;
	background-image: url(chapters/images/DropDownBanner.gif);
	background-repeat: no-repeat;
	height: 45px;
	text-align: right;
	padding-top: 25px;
}
#flashcontent {
}
#flashcontentmembers {
	margin-left: 75px;
}
a.facebook {
	background-image: url(images/link_facebook.gif);
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.youtube {
	background-image: url(images/link_youtube.gif);
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.twitter {
	background-image: url(images/link_twitter.gif);
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.flickr {
	background-image: url(images/link_flickr.gif);
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.rss {
	background-image: url(images/link_RSS.gif);
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.arrow {
	background-image: url(images/arrow.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.download {
	background-image: url(images/link_download.gif);
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}

#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;
	margin-top: 10px;
}
#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:image/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(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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

