html,body{
    background: #555555;
    background-image: url("../img/zenbg-1.png"), url("../img/zenbg-1.png");
    background-repeat: repeat-x, repeat;
    background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
	color: #973600;
	margin: 0;
	padding-top: .2em;
}
address {
    font-style: normal;
}
.container_12.debug {
    background-image: url("../img/12_col.gif");
}
.container_12 {
    background-color: #EBE8E2;
    overflow: hidden;
    box-shadow: 0 0 20px #333;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    
}
header{
    margin-top: 10px;
    position: relative;
}
#usfws-logo {
    position: absolute;
    width: 79px;
    height: 95px;
    left: 59px;
    top: -5px;
}
#service-name {
    background-color: #545454;
    color: #fff;
    font-size: 1em;
    margin: 0 0 0  -10px;
    padding-top: .4em;
    padding-left: 170px;
}
#service-name a {
    background-color: #545454;
    color: #fff;
    text-decoration: none;
}
#site-name {
    background-color: #ffffff;
    color: #000000;
    font-size: 1.75em;
    font-weight: bold;
    margin: 0 0 0  -10px;
    padding-top: .1em;
    padding-left: 170px;
}
#site-name a {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}
#tag-line {
    background-color: #E5E6E5;
    color: #545454;
    font-size: 1em;
    font-style: italic;
    margin: 0 0 0  -10px;
    padding-top: .1em;
    padding-left: 170px;
    padding-bottom: .1em;
}
#tag-line a {
    background-color: #E5E6E5;
    color: #545454;
    text-decoration: none;
}
nav {
    background: #383738; /* Old browsers */
    background: -moz-linear-gradient(top,  #383738 0%, #5f6062 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383738), color-stop(100%,#5f6062)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #383738 0%,#5f6062 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #383738 0%,#5f6062 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #383738 0%,#5f6062 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #383738 0%,#5f6062 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383738', endColorstr='#5f6062',GradientType=0 ); /* IE6-9 */
    font-size: .8em;
    border-top: 1px solid #525254;
    border-bottom: 1px solid #525254;
    height: 45px;
    margin: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    color: #eee;
}
nav a {
    color: #fff;
    text-decoration: none;
    
}
nav h2 {
    color: #6793B8;
    margin: 0 0 .5em 0;
    padding: 0;
    font-size: 1.2em;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav > ul {

}
nav > ul > li {
    display: inline-block;
    position: relative;
    width: 140px;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 1em;
}
nav > ul > li:first-of-type, nav > ul > li:first-child {
    width: 232px;
    text-align: left;
    position: relative;
}
nav > ul > li:last-of-type {
    border: none;
}
nav > ul > li > ul{
    display: block;
    position: absolute;
    background-color: #363636;
    margin-top: 1em;
    padding: 1em;
    text-align: left;
    left: -999px;
    width: 144px;
}
nav > ul > li:hover > ul {
    left: -4px;
    z-index: 1000;
}
nav > ul > li:first-of-type:hover > ul {
    left: -10px;
}
nav > ul > li:first-of-type > ul {
    left: -999px;
    width: 242px;
}
nav > ul > li:last-of-type > ul {
    width: 155px;
}
nav a:hover {
    color: #6793B8;
}
#home-button {
    margin: 0 0.5em 0 0;
    padding: 0;
}
#search-form{
    display: inline-block;
    position: absolute;
}
#search-form input {
    display: inline-block;
}
#search-button {
    border: none;
    color: #fff;
    background-color: #6793B8;
    text-transform: uppercase;
    margin-left: 2px;
    height: 21px;
    font-size: .7em;
    vertical-align: top;
}
#main-content {
    min-height: 480px;
}
#hero-rotator {
    background-color: #000;
    color: #eee;
    height: 240px;
    margin-top: 1em;
    margin-bottom: 0;
    overflow: hidden;
}
#hero-rotator aside, #hero-rotator div{
    display: block;
    height: 240px;
    position: relative;
}
#hero-rotator aside div.pager {
    position: absolute;
    z-index: 100;
    height: 20px;
    bottom: .5em;
    width: 100%;
    text-align: center;
    
}
#hero-rotator aside div.pager a {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-raius: 6px;
    border-radius: 6px;
    background-color: #6793B8;
    display: inline-block;
}
#hero-rotator aside div.pager a.inactive {
    color: #6793B8;
    background-color: #6793B8;
}
#hero-rotator aside div.pager a.active {
    color: #fff;
    background-color: #fff;
}
#hero-rotator a {
    color: #6793B8;
    text-decoration: none;
}
#hero-rotator p {
    margin-top: .2em;
}
#hero-rotator article {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
#hero-rotator article img {
}

#hero-rotator h2 {
    font-size: 1.2em;
}

#second-rotator {
    background-color: #fff;
    height: 200px;
    margin-top: 1em;
    margin-bottom: 1em;  
}
#second-rotator div div div a {
    color: #973600;
    text-decoration: none;
	padding:10px 0px 0px 10px;
	display:block;
}
#second-rotator aside {
    background-color: #000;
    color: #eee;
    height: 200px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 240px;
}
#second-rotator aside h2 {
    margin: .2em;
    height: 32px;
}
#second-rotator aside h2 a {
    color: #973600;
    text-decoration: none;
}
#second-rotator aside a {
    color: #fff;
    text-decoration: none;
}
#second-rotator aside p {
    border-top: 1px solid #fff;
    background: #272525; /* Old browsers */
    background: -moz-linear-gradient(left,  #272525 0%, #3a3a3a 49%, #3a3a3a 51%, #272525 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#272525), color-stop(49%,#3a3a3a), color-stop(51%,#3a3a3a), color-stop(100%,#272525)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #272525 0%,#3a3a3a 49%,#3a3a3a 51%,#272525 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #272525 0%,#3a3a3a 49%,#3a3a3a 51%,#272525 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #272525 0%,#3a3a3a 49%,#3a3a3a 51%,#272525 100%); /* IE10+ */
    background: linear-gradient(to right,  #272525 0%,#3a3a3a 49%,#3a3a3a 51%,#272525 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272525', endColorstr='#272525',GradientType=1 ); /* IE6-9 */
    margin: 0;
    padding: .5em;
    height: 22px;

}
#second-rotator aside p.active {
    background: #973600 !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#973600', endColorstr='#973600',GradientType=1 );
    position: relative;

}

#second-rotator aside p.active:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#second-rotator aside p.active:after {
	border-color: rgba(151, 54, 0, 0);
	border-left-color: #973600;
	border-width: 20px;
	top: 50%;
	margin-top: -20px;
}
#second-rotator > div {
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    height: 100%;
    overflow: hidden
}
#second-rotator div article {
    display: none;
}
#second-rotator div article.active{
    display: block;
    height: 200px;
}
#second-rotator div article div{
    background-color: #fff;
    height: 100%;
    margin-left: 20px;
    margin-right: 0;
    width: 200px;
}
#second-rotator div article div:first-of-type {
    margin-left: 30px;
}
#second-rotator div article div h4 {
    padding-top: 1em;
}

/* library rotator */
#library-rotator {
    background-color: #000;
    color: #eee;
    height: 200px;
    margin-top: 1em;
    margin-bottom: 0;
    overflow: hidden;
}
#library-rotator aside, #library-rotator div{
    display: block;
    height: 50px;
    position: relative;
}
#library-rotator aside div.pager {
    position: absolute;
    z-index: 100;
    height: 20px;
    bottom: .1em;
    width: 90%;
    text-align: center;
    
}
#library-rotator aside div.pager a {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #6793B8;
    display: inline-block;
}
#library-rotator aside div.pager a.inactive {
    color: #6793B8;
    background-color: #6793B8;
}
#library-rotator aside div.pager a.active {
    color: #fff;
    background-color: #fff;
}
#library-rotator a {
    color: #973600;
    text-decoration: none;
}
#library-rotator p {
    margin-top: .2em;
}
#library-rotator article {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
#library-rotator article img {
}

#library-rotator h2 {
    font-size: 1em;
	text-align: center;
	width: 90%;
}

#social-media {
    margin: 0;
    text-align: center;
}
#social-media img{
    margin: .5em;
}
#featureWeather {
    margin: 0;
    text-align: center;
    font-size: .8em;
}
#featureWeather img{
    margin: .5em;
}
#friend-links {
    margin: 0;
}
#friend-links img {
    max-width: 100%;
    margin-top: .5em;
    margin-bottom: .5em;
}
#friend-links li {
	list-style:none;
	background-color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
	height: 100%;
}
#friend-links ul {
	list-style:none;
	background-color: #fff;
    margin-top: .5em;
    margin-bottom: .5em;
	border-bottom: dashed thin #666;
}
#friend-links li ul a {
    color: #973600;
    text-decoration: none;	
}

/*Content page-level Navigation Links*/
#content-navigation-links {
    margin: 0;
}
#content-navigation-links img {
    max-width: 100%;
    margin-top: .5em;
    margin-bottom: .5em;
}
#content-navigation-links li {
	list-style:none;
	background-color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
	height: 100%;
}
#content-navigation-links ul {
	list-style:none;
	background-color: #fff;
    margin-top: .5em;
    margin-bottom: .5em;
	border-bottom: dashed thin #666;
	padding-left: .5em;
	padding-right: .5em;
}
#content-navigation-links li ul a {
    color: #973600;
    text-decoration: none;	
}
#content-navigation-links li ul h3 {
    background-color: #EBE8E2;
    border-bottom: 4px solid #973600;
    font-size: 1em;
    margin: 0;
	padding:0;
}

#upcoming_events, #initiatives, #catalog_list {
    background-color: #fff;
    font-size: .8em;
}
#upcoming_events h3, #initiatives h3, #catalog_list h3 { 
    background-color: #EBE8E2;
    border-bottom: 4px solid #973600;
    font-size: 1.1em;
    margin: 0;
}
#upcoming_events article, #initiatives article, #catalog_list article {
    margin: 1em;
    border-bottom: 1px dashed #666;
    font-weight: normal;
    padding-bottom: 1em;
}
#upcoming_events article:last-of-type, #initiatives article:last-of-type, #catalog_list article:last-of-type {
    border: none;
}
#upcoming_events article a, #initiatives article a, #catalog_list article a {
    color: #6793B8;
    text-decoration: none;
}
#upcoming_events article time, #initiatives article time, #catalog_list article time {
    font-weight: bold;
}
#upcoming_events article em, #initiatives article em, #catalog_list article em {
    color: #973600;
    font-style:normal;
}

#primary_content, #secondary_content {
    background-color: #fff;
    font-size: .8em;
}
#primary_content h3, #secondary_content h3 { 
    background-color: #EBE8E2;
    border-bottom: 4px solid #973600;
    font-size: 1.1em;
    margin: 0;
}
#primary_content article, #secondary_content article {
    margin: 1em;
    border-bottom: 1px dashed #666;
    font-weight: normal;
    padding-bottom: 1em;
}
#primary_content article:last-of-type, #secondary_content article:last-of-type {
    border: none;
}
#primary_content article a, #secondary_content article a {
    color: #6793B8;
    text-decoration: none;
}
#primary_content article time, #secondary_content article time {
    font-weight: bold;
}
#primary_content article em, #secondary_content article em {
    color: #973600;
    font-style:normal;
}

footer{
    font-size: .7em;
    font-weight: normal;
    text-align: center;
    background: #606163; /* Old browsers */
    background: -moz-linear-gradient(top,  #606163 0%, #3a3839 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606163), color-stop(100%,#3a3839)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #606163 0%,#3a3839 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #606163 0%,#3a3839 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #606163 0%,#3a3839 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #606163 0%,#3a3839 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606163', endColorstr='#3a3839',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #7C7D7E;
    margin: 2em 0 0 0 !important;
    padding-top: 3em;
    padding-left: 10px;
    padding-right: 10px;
    color: #eee;
    min-height: 180px;
    line-height: .8em;
}
footer a {color: #eee; text-decoration: none;}

/* Customization  for WEB APPLICATIONS ASP.NET*/
#course_form {
    background-color: #fff;
    font-size: .8em;
}
#course_form input[type="submit"] {
	border-style: solid;
	border-width: 1px;
	border-color: #383738;
    color: #fff;
    background-color: #6793B8;
    text-transform: uppercase;
    margin-left: 2px;
    height: 21px;
    font-size: 1em;
    vertical-align: top;	
}
#course_form h3 { 
    background-color: #EBE8E2;
    border-bottom: 4px solid #973600;
    font-size: 1.1em;
    margin: 0;
}
#course_form article {
    /*margin: 0.25em;*/
    border-top: 1px dashed #666;
    border-bottom: none;
    font-weight: normal;
    /*padding-bottom: 0.25em;*/
}
#course_form article:first-of-type {
    border: none;
}
#course_form article a {
    color: #6793B8;
    text-decoration: none;
}
#course_form a {
    color: #6793B8;
    text-decoration: none;
}
#course_form article time {
    font-weight: bold;
}
#course_form article em {
    color: #973600;
    font-style:normal;
}

#course_form td {
    text-decoration:none;    
	text-align:left;
	vertical-align:top;	
    margin: 0.25em;
    padding: 0.5em;	
}

#course_form td a {
	font-weight:bold;
}

#course_form th {
    white-space: nowrap;
    text-decoration:none;    
	text-align:left;
	vertical-align:top;
    margin: 0.25em;
    padding: 0.5em;		
}

#course_form th h3 {
    white-space: nowrap;
    text-decoration:none;
}

#course_form th a {
    white-space: nowrap;
    text-decoration:none;
}

#course_form tr {
    border-bottom: 1px dashed #363636;	
}

#course_form table {
    width: 100%;	
}

.center-title {
	text-align:center;
}

.text-em-bold {
	font-style: italic;
	font-weight: bold;
    color: #973600;
}
.text-em {
	font-style: italic;
    color: #973600;
}
.text-notes {
    font-weight: normal;
    font-size: .9em;
}
.text-small {
	font-size: 1em !important;
}

/* =======
Image Gallery List (used mostly for HISTORY section)
============*/
.image-list {
   	 text-align: center;
     list-style-type: none;
     }
.image-list li {
	margin: 25px;
	float: left;
	text-align: center;
	padding: 5px;
	border: none;
	background-color: #C7B299;
   }  
   
.image-list img {
    border: none;
  }
  
/* =========
Text List
========*/
.text-list {
   	 text-align: center;
     list-style-type: none;
     padding-top: 0em;
/*	 padding-bottom:12em;*/
	 width:77%;
     }
.text-list li {
	margin: 5px;
	float: left;
	text-align: left;
	width: 95%;
	padding: 5px;
	border: 1px solid #885500;
	background-color: white;
   }  
   
.text-list img {
    background-color: #999999;
    border: 1px solid #885500;
  }
  
/* =======
Thumbnail Image Format (left)
============*/  
.thumbnail-left {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
} 
.thumbnail-left img {
	width: 125px;
}
/* =======
Menu Strip
============*/ 
.menu-strip {
	text-align: center; 
	padding: 5px;
}
/* Miscellaneous classes for reuse */
.float-left { /* 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: left;
	margin-top: 8px;
	margin-right: 8px;
}
.float-right { /* this class can be used to float an element left in your page */
	float: right;
	margin-top: 8px;
	margin-left: 8px;
}
.float-clear { /* 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;
}
table.content-table {
	border: 1px solid #525254;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.content-table th {
	border: 1px solid #525254;
	padding: 5px;
	color: #973600;
	text-align: left;
	white-space: nowrap;
}
table.content-table td {
	border: none;
	border-right: 1px solid #525254;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align:top;
}
table.content-table-border td {
	border: thin;
	border: 1px solid #525254;
}

/* Used primarily for video gallery and webinary gallery articles. */
.gallery-item {
	text-align: center;
}

.library-search-links a {
    color: #973600;
    text-decoration: none;		
}




