/*   CSS to control the slide show on the Mountain-Prairie Home Page
 Main Slide Show Styles
 */
 
/* 01242013  JR  added background to view_all for contrast */

#slide_show h2, #slide_show p, #slide_show ul, #slide_show li {
	margin:0;
	padding:0;
}

#slide_show {
	width:705px;           /* jdr original 771px;  */
	height:395px;            /* jdr original 430 */
	background:#333;     /* jdr this adds solid blue background if image is not 705 x 395  was #21497d */
	margin: 0 0 0 0;
	position:relative;
}

#slide_show ul {
	position:relative;
	list-style:none;
}

#slide_show #forward {
	position:absolute;
	top:150px;
	right:-3px;
  	z-index:30;      
}

#slide_show #backward {
	position:absolute;
	top:150px;
	left:-3px;
  	z-index:30;      
}

#slide_show li {
	width:705px;            /* jdr original 771px; */
	height:395px;           /* jdr original 430px */ 
	position:absolute;
	top:0;
	left:0;
}

#slide_show .slider_image {
	width:705px;                /*jdr original 771px */
	height:395px;               /* jdr original 378px  */
	position:relative;
}



/*
#slide_show .slider_image h2 {               /*  jdr - main title - won't be using this feature */
	/* background: url("slider_title_bg_gray-transparent.png") repeat-x scroll 0 0 transparent;     */  
/*	color: #F8EAA2;
	font-size: 28px;
	height: 59px;
	line-height: 59px;
	padding-left: 15px;             /* jdr original 25px; */
/*	position: absolute;
	top: 300px;                     /* jdr original 269  */
/*	width: 685px;                   /* jdr original 746  */
/*
}
*/

#slide_show .slider_image p {                /*   this defines the text in the p tag  */
  background: url("../HomePageImages/translucent-bg-black.png") repeat-x scroll 0 0 transparent;    /* jdr new */  
  /* background: url("slider_top_bg.png") repeat-x scroll 0 0 transparent;    /* jdr new */  
   /* background: url("slider_bg_height65_black.png") repeat-x scroll 0 0 transparent;    */
	margin:0;
	padding-left:15px;   /*jdr 15 pixel left & right padding + 675px = 705 total pixels */
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	position:absolute;
	top:330px;                         /* jdr was 378px;   */
	width:675px;                      /* jdr new */
	color:#fff;
	height:65px;                     /* jdr was 53px;  */
	line-height: 18x;                /* jdr was 18px  */
	font-size:18px;
	font-weight:bold;
	/* padding: 7px;                   /* jdr was 7px  */
	overflow:hidden;
	}

#slide_show .slider_image a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}


#slide_show .slider_image a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#slide_show #view_all {
	position:absolute;
	top: 310px;             /* somehow got changed to top: -151px; was top 310px;  */
	left:620px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cccccc;     /* add background for contrast  01242013 */
	}

#slide_show #view_all a {
	color:#000000;
	text-decoration:none;
}

#slide_show #view_all a:visited {
	color:#ff9900;
}

#slide_show #number_menu {
	/* background: url("slider_top_bg.png") repeat-x scroll 0 0 transparent;   /* jdr don't want background on number items */
	height: 30px;                        /* jdr was 47px; */
	overflow: hidden;
	position: absolute;
	top: 300px;
	width: 615px;                           /*  jdr was 630px */
	padding-right:10px;
}

#slide_show #number_menu a {
	/* background: none repeat scroll 0 0 #CCC;   jdr commented out because this is now an image jdr was 2c65aa; */
	/* color: #FFFFFF;       jdr commented out */
	display: block;
	float: right;
	font-weight: bolder;
	height: 20px;                /* jdr was 24px */
	line-height: 20px;           /* jdr was 24px */
	margin-right: 4px;
	margin-top: 11px;            /* jdr was 11px */
	text-align: center;
	width: 20px;                 /* jdr was 24px; */ 
	text-decoration:none;         /*  jdr new */
	border:none;                 /* jdr new */
}

/* temporarily remove the hover on the slide number icons */

/* #slide_show #number_menu a.active_t, #slide_show #number_menu a:hover {
	background:#FF0;              /* jdr originally dark blue #133968 */
/* }  */

#slide_show ul {
	display:none;	
}



@media print {
  
  /* PRINT STYLE SHEET */ 


.inner body {
width: 800px
}
.inner #footer1, .inner #footer2, .inner #footer-logos, .inner #featured_image, .inner #featured_video, .inner #fishwatch_box, .inner #regions, .inner .skip, .inner #noaa-nav, .inner #left-side {
display: none;
}



.inner #slide_show:before {
content:"Latest News";
}

.inner h2 {
font-size:18px
}

/********** New Editions ************************/
.inner .image_box {width:300px; padding:10px; border:1px solid #ddd; float:right;  margin: 0 0 10px 20px;}

.inner .image_box img {display:block;}

.inner .image_box span {text-align:center; font-size:75%;}


}

/* SUB-NAVIGATION */

 

.top_dropnav {
    background:url(/images_template/drdwn_bg.jpg) repeat-x;
    display: block;
    float: left;
    margin: 0 0 0 -11px;
    padding: 0;
    width: 793px;
}

.top_dropnav.hp {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 72px;
	
}

.top_dropnav.rc {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 85px;
	
}

.top_dropnav.cb {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 120px;
	
}


 
.top_dropnav li {
	float:left;
	list-style:none outside none;
	margin:0;
	padding:0;
	position:relative;
	z-index:999;
	
}
.top_dropnav li a {
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
padding: 0 10px 2px;
line-height: 30px;
font-size: 11px;
}
.top_dropnav li a:hover {
	display:block;
}
.top_dropnav li a:hover,
.top_dropnav li.hover a,
.top_dropnav li:hover a {
	
}
.top_dropnav li:hover ul,
.top_dropnav li.hover ul {
	display:block;
}
.top_dropnav li ul {
	display:none;
	position:absolute;
	padding:0;
    background:url(/images_template/drpdwn_box_bg.jpg) repeat-x #00548d;
	border-right:1px solid #3c6792;
	border-bottom:1px solid #3c6792;
	border-left:1px solid #3c6792;
	margin-top:-5px;
        margin-left:0;
width:160px;
padding: 4px 0;
	left:auto;
}
.top_dropnav li ul li {
	display:list-item;
	float:none;
	list-style-type:none;
	background:none;
	width:160px;
	margin:0;
	padding:0;
	right:auto;
	position:static;
}
.top_dropnav li ul li a {
	color: #fff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	line-height: 20px;
    cursor: pointer
	min-height: 0;
    padding: 2px 0 2px 8px;
    text-decoration: none;
}
.top_dropnav li ul li a:hover {
	background: none repeat scroll 0 0 #00467F;
    color: #FFFFFF;
}

/* BY CATCH */

#bycatch-home h1 {
	border-bottom: 1px solid #1D1E21;
    margin-right: 9px;
    padding-bottom: 10px;
    padding-left: 5px;
}


div.rotator {
	margin: 0 20px 10px 0;
    padding: 0 10px 10px;
    width: 525px;
    float:left;
}
ul#bycatch-slideshow{
	border-bottom-style: solid;
    border-bottom-width: 1px;
    float: left;
    list-style: none outside none;
    margin:0;
    padding:0;
}

#bycatch-home a img {
	border: none;
}

div#bycatch-hottopics{
	float: left;
    width: 167px;
}

div#bycatch-hottopics div#bycatch-topiclist,div#bycatch-getinvolved{
	border: 2px solid #003366;
}

div#bycatch-hottopics div#bycatch-topiclist h2,div#bycatch-getinvolved h2{
	background: none repeat scroll 0 0 #003366;
    color: #FFFFFF;
    font-size: 101%;
    margin: 0;
    padding: 2px 5px;
}
    
div#bycatch-hottopics div#bycatch-topiclist ul{
	list-style: none outside none;
    margin: 0;
    padding: 0;
}
div#bycatch-hottopics div#bycatch-topiclist li {
	background: none repeat scroll 0 0 #EEF3F9;
    margin: 4px;
    padding: 3px;
}

p#by-catch-sep{
	clear:both;
	margin-right: 20px;
	
}

div#bycatch-getinvolved{
	float:left;
	min-height: 220px;
    width: 266px;
}

div#bycatch-getinvolved p {
 margin:10px;
}

div#bycatch-getinvolved p.more , div#bycatch-latestnews p.more { 
	margin-bottom: 10px;
    margin-right: 16px;
    text-align: right;
}

div#bycatch-latestnews h2 {
	font-size: 150%;
    font-weight: bold;
    margin: 0;
}
div#bycatch-latestnews{
	margin-left: 15px;
    padding-left: 15px;
    width: 449px;
    float:left;
    border-left: 1px solid #696969;
}

div#bycatch-latestnews dl.newsroom dd em { text-transform: normal; }
div#bycatch-latestnews dl.newsroom dd { margin:10px;}
div#bycatch-latestnews dl.newsroom dt { display:none;}


/* Some Call-outs */
.blue_callout {
     background: none no-repeat scroll 0pt 0pt #0D2D56;
     color: #FFFFFF;
     margin-left: 10px;
     margin-top: 10px;
     padding: 10px;
     width: 332px;
}

.blue_callout h3 {
     color: #FFFFFF;
     font-size: 145%;
     margin: 0pt;
     padding: 0;
}
.blue_callout p {
     color: #FFFFFF;
}
.blue_border_callout {
     border: 2px solid #0D2D56;
     margin-left: 10px;
     margin-top: 10px;
     padding: 10px;
     width: 328px;
}

.blue_border_callout h3 {
     color: #0D2D56;
     font-size: 145%;
     margin: 0pt;
     padding: 0;
}
