@charset "UTF-8";
/* CSS Document */

html{
	background:#000 
	
}
body{

	font: 13px/2 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font: 16px/1.625 "Helvetica Neue",Helvetica,Arial,sans-serif;
	
}
#container_wrap {
	/*width:1050px;
	background-image:url(../images/nesdis_body_bg.png);
	background-poasition:0 260px;
	background-repeat:repeat-y;*/
		
	position:relative;
	background:#000 url(../images/new_bg1.jpg);
	background-repeat:no-repeat;
	background-position: center -25px;
	background-attachment:fixed scroll; 
	
}
#container {
	
	margin:0px auto 0px auto;
	background-color:#ffffff;
	width:960px;
	
}
/* END left and right margin fixes*/

.main_top{
position:relative	
	
}


/*  START BANNER */

#banner {
	border-top: 0px solid #AEDBF4;
	float: left;
	width: 960px;
	height: 95px;
	background-image: url(../images/NESDISBanner.png);

);
	background-repeat: no-repeat;
	margin-left:0px;
	
	position:relative;
	
}

/*banner links */
#banner a{
	display:block;
	float:left;
	display:inline;	
	height:75px;
	
}
a#noaa{width:255px;}

a#nesdis_a{width:320px}

/*banner diagonal strip for NOAAView(or other) promotions */
a#view {
    height: 95px;
    position: absolute;
    right: 74px;
    top: 0;
    width: 200px;
}

a#commerce{width:45px; float:right}


/*end banner links*/


/*  END BANNER */

/* midNav and Search box */
    /** MID NAV **/
	#midBlock {
		position:relative;
		height: 47px;
		width: 100%;
		display: block;
		vertical-align: middle;
                background:#66799b;
    		z-index:90000;
	       }


		
	
  /*midNav and Search box - #navigation*/
#navigation
{
     margin-top:12px;
     position:relative;
     height: 20px;
     width:650px;
     display: block;
     vertical-align: middle;
     width:auto;

		}

#navigation ul{
    font-family:Tahoma, Geneva, sans-serif;
    text-decoration:none;
    color:#fff;
    margin-top: -10px;
    height:44px;
    width:960px;
    z-index: 99999999;
    border-left:none;
    border-right:1px solid #000;
    border-bottom:none;
    border-radius:0;
    box-shadow: 0px 3px 3px 1px #036;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMzM2NiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);


	background: -moz-linear-gradient(top,  rgba(255,255,255,.6) 0%, rgba(0, 51, 102, 0.4) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.6)), color-stop(100%,rgba(0, 51, 102, 0.4))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,.6) 0%,rgba(0, 51, 102, 0.4) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,.6) 0%,rgba(0, 51, 102, 0.4) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,.6) 0%,rgba(0, 51, 102, 0.4) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(255,255,255,.6) 0%,rgba(0, 51, 102, 0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00003366',GradientType=0 ); /* IE6-8 */


}
		

#navigation ul li{		
text-decoration:none;
display: block;
height:45px;
float:left;
border-left:1px solid #036;
	}

#navigation ul li:hover{
	

background: -moz-linear-gradient(bottom,  rgba(255,255,255,.6) 0%, rgba(0,51,102,.4) 100%) repeat scroll 0 0 rgba(0, 51, 102, .7);  ; /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(255,255,255,.6)), color-stop(100%,rgba(0,51,102,.4))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(bottom,  rgba(255,255,255,.6) 0%,rgba(102,121,155,1) 100%) repeat scroll 0 0 rgba(0, 51, 102, .7); ; /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(bottom,  rgba(255,255,255,0.6) 0%,rgba(0,51,102,.4) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(bottom,  rgba(255,255,255,0.6) 0%,rgba(0,51,102,.4) 100%); /* IE10+ */

background: linear-gradient(bottom,  rgba(255,255,255,0.6) 0%,rgba(0,51,102,.4) 100%) repeat scroll 0 0 rgba(0, 51, 102, .7); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003366', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */

}


#navigation ul li a{
            	font-family:Helvetica;
            	font-size:12px;
            	color:#fff;	
           	text-decoration:none;
            	text-shadow:0px 1px 2px #000;;
            	letter-spacing:.02em;
		display: inline;
            	text-align: center;
	      	padding:15px;
		height:45px;
		line-height:40px;

        
	
}

#navigation li a:hover
{

		color: #fff;
		display: inline;
		
		}
#navigation ul li.mid_first {
      
     border-radius:none;
	 
      }
 #navigation ul li.mid_first a{
      
      background:none
      }
	  
	  
	 
#navigation li ul {
display:none;

} 
	
#navigation ul li.mid_last{
border-right:1px solid #036;
width:5.84em;
}

#navigation ul li.mid_last:hover ul{
border-radius:0px 0px 6px 6px;
}


#navigation li:hover ul
{
	      background-color:#036;
		background:rgba (0, 51, 102, 1);
		opacity:1;
		display:list-item; 
		font-size: 11.5px;
		margin:0px 0px 0px -1px; 
		padding:8px 0px 3px 0px; 
		position:absolute; 
		top:35px;
		z-index: 99999999;
		-moz-border-radius:0px 0px 6px 6px;
		-webkit-border-radius:0px 0px 6px 6px;
		border-radius:0px 0px 6px 6px;
		height:auto;
            width:auto;
            border-left:1px solid #036;
		
		}

#navigation li:hover ul li{
float:none;
margin-left:0px;
border-left:none;
height:20px;
}

#navigation li:hover ul li a{
line-height:20px;

}


#navigation li li
{	
	 
	display:list-item;
	color: #fff;
	margin:0px; 
	padding:7px 0px 7px 0px;
	height:auto;
	
	}
	
	#navigation li li:hover {
        width: 100%;
	background: #036;
        filter:none
}

#navigation li li a
{			
		color: #fff;
		font-size: 12px;
		display: inline;
		border:none;
		background:none;
		line-height:40px;
            	height:45px;
		}
		
		
#navigation ul li #wrn{
     background:#036;
     opacity:1
}
		

#navigation li li a:hover
{		
		color: #fff;
		display: inline;
		opacity:1;
            
		}


  /*  END midNav and Search box - #navigation*/
/* midNav and Search box SEARCH */
	#searcGrid{	
	}
	
#searchBox {
    height: 25px;
    padding-top: 4px;
    position: absolute;
    right: 45px;
    top: 5px;
    width: 280px;
float:right
}
	
	

	
#searchForm { margin: 3px;  }
	

#query-field {
		font-family: tahoma;
		font-size: 11pt;		
		width: 9em;
		margin-bottom: 2px;
		background:rgba(255,255,255,.5);
		border:1px solid #036;
		border-radius:3px;
                 
	}
        #query-field:focus {
         box-shadow:0px 0px 5px 1px #fff
          }

	#searchFieldSet {
		 height:25px;
		 padding: 0px; 
		 margin: 0px 5px 0px 0px; 
		 text-align: left; 
	
	}
	.searchOption { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: .7em;
		color: #0057A5;
		margin-left: 0px;
		margin-right: 6px;
		font-weight: bold;
		vertical-align: text-top;
	}
	#localSearchOption, #globalSearchOption { vertical-align:top; }


/*---facebook, twitter, RSS, FLKR, YT-------*/

.NESDIS_news_rss_small{
	height:25px;
	width:25px;
	display:block;
	float:right;
	margin:2px 2px 0px 2px;

	background-image: url(../images/pinterest_sm_spr2.png);
	background-repeat:no-repeat;
      background-position:-25px 0;
    
}
.NESDIS_news_rss_small:hover{
	background-position:0 0;
}
.NESDIS_facebook{
	height:25px;
	width:25px;
	display:block;
	float:right;
	margin:2px 2px 0px 2px;
	background-image: url(../images/facebook_small_spr2.png);
	background-repeat:no-repeat;
      background-position:-25px 0;
      
    
}
.NESDIS_facebook:hover{
	background-position:0 0;
}

.NESDIS_twitter{
	height:25px;
	width:25px;
	display:block;
	float:right;
	margin:2px 2px 0px 2px;
      background-position:-25px 0;
	background-image: url(../images/twitter_small_spr2.png);
	background-repeat:no-repeat;
    
}
.NESDIS_twitter:hover{
	background-position:0 0;
}

.NESDIS_flickr{
	height:25px;
	width:25px;
	display:block;
	float:right;
	margin:2px 2px 0px 2px;
      background-position:-25px 0;
	background-image: url(../images/flikr_spr.png);
	background-repeat:no-repeat;
    
}
.NESDIS_flickr:hover{
	background-position:0 0;
}

.NESDIS_youtube{
	height:25px;
	width:25px;
	display:block;
	float:right;
	margin:2px 2px 0px 2px;
      background-position:-25px 0;
	background-image: url(../images/yt_spr.png);
	background-repeat:no-repeat;
    
}
.NESDIS_youtube:hover{
	background-position:0 0;
}


/*-----END facebook, twitter, RSS ------------*/

/*  END midNav and Search box */


/*-----------START CONTENT BOX FORMATTING---------------*/
	
.content_box{
	
    background-repeat:repeat-x;
    border-radius: 0 0 8px 8px;
    margin-bottom:10px;

	
}

.content_box_head {
   position:relative;
}

.content_box_content .content_box_head, .flyout .content_box_head{
	position:relative;
    border: 1px solid #66798B;
    border-radius: 6px 6px 0px 0px;
    -moz-box-shadow: 0 0 1px #003366;
    -webkit-box-shadow: 0 0 1px #003366;
    box-shadow: 0 0 1px #003366;
	
background: rgb(156,196,237); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(156,196,237,1) 0%, rgba(102,121,155,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,196,237,1)), color-stop(100%,rgba(102,121,155,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(156,196,237,1) 0%,rgba(102,121,155,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(156,196,237,1) 0%,rgba(102,121,155,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(156,196,237,1) 0%,rgba(102,121,155,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(156,196,237,1) 0%,rgba(102,121,155,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc4ed', endColorstr='#66799b',GradientType=0 ); /* IE6-9 */
}

.content_box_head.head_bg{
background-image:url(../images/content_box_head_bg.png);
background-repeat:no-repeat;

}
.content_box_head p{
color: #eee;
margin: -20px 0px 0px 65px;
text-align: left;
text-shadow: 1px 1px 1px #000000
}

.content_box_head p.left{
text-align:left;
}

.content_box_head h1 {
	color: #eee;
	text-align: left;
	text-shadow: 1px 1px #000000;
	letter-spacing: .5px;
	margin: 30px 0 20px 65px;
        font-size:30px;
        
}


.content_box_head h3 {
	 color: #eee;
    font-size: 20px;
    font-weight: 500;
	 text-align: center;
    text-shadow: 1px 1px #000000;
	 letter-spacing:.5px;
	  padding: 10px;
}
.content_box_head h5 {
	 color: #eee;
    font-size: 15px;
    font-weight: 500;
	 text-align: center;
    text-shadow: 1px 1px #000000;
	 letter-spacing:.5px;
	  padding: 15px;
}


.grid_5 .content_box_head h1{
margin: 30px 0 20px 0;
text-align:center
}

/*---for hide/expand content box---*/
.content_box_head.expand {
border-radius:6px 6px 6px 6px;
cursor:pointer;
 position:relative;
    border: 1px solid #66798B;
    border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 0 1px #003366;
    -webkit-box-shadow: 0 0 1px #003366;
    box-shadow: 0 0 1px #003366;
	
background: rgb(156,196,237); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(156,196,237,1) 0%, rgba(102,121,155,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,196,237,1)), color-stop(100%,rgba(102,121,155,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(156,196,237,1) 0%,rgba(102,121,155,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(156,196,237,1) 0%,rgba(102,121,155,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(156,196,237,1) 0%,rgba(102,121,155,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(156,196,237,1) 0%,rgba(102,121,155,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc4ed', endColorstr='#66799b',GradientType=0 ); /* IE6-9 */
}

.content_box_head.expand2 {
border-radius:6px 6px 0px 0px;
cursor:pointer;
}

.content_box_head.expand h3 {
color:#eee;
}

/*---END for hide/expand content box---*/

.content_box_content {
	
	font-size: .9em;
	color: #000000;
	padding:30px 10px 10px 30px;
	 -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0 0 8px 8px;
	background: url("/images/feature_content_bg.jpg") repeat-x scroll 0 0 #FFFFFF;
	
      overflow:hidden;
 
}

.blue_grain{
background:url("/images/bg-gradient-sky.png") repeat-x scroll 0 0px, url("/images/grain.png") repeat scroll 0 0px, none repeat scroll 0 0 #EEEEEE;
/*url("/images/bg-gradient-sky.png") repeat-x scroll 0 0px, url("/images/grain.png?") repeat scroll 0 0px, none repeat scroll 0 0 #EEEEEE*/
}

.noise {
     background: url("/images/noise_bg.png")repeat scroll 0 0px, none repeat scroll 0 0 #EEEEEE;
}
.content_box_content.container_box {
	
	font-size: .9em;
	color: #000000;
	padding:30px 10px 10px 10px;
	 -moz-box-shadow: 0 0 1px #003366;
	-webkit-box-shadow: 0 0 1px #003366;
	box-shadow: 0 0 1px #003366;
	border-radius: 0 0 8px 8px;
	background: url("/images/feature_content_bg.jpg") repeat-x scroll 0 0 #FFFFFF;
	
      overflow:hidden;
 
}


.no_head{
-moz-border-radius:8px 8px 8px 8px;
-webkit-border-radius:8px 8px 8px 8px;
border-radius:8px 8px 8px 8px;
margin:10px 0;


}

.content_box_content.no_head.trans{
-moz-border-radius:8px 8px 8px 8px;
-webkit-border-radius:8px 8px 8px 8px;
border-radius:8px 8px 8px 8px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow:none;
margin:10px 0;
background:none;
padding:10px 10px 10px 0px;

}
.content_box_content h1, 
.content_box_content h2, 
.content_box_content h3,  
.content_box_content h4{
color:#222;
}

.content_box_content h1, 
.content_box_content h2, 
.content_box_content h3,  
.content_box_content h4,
.content_box_content h5,
.content_box_content p, table
  
{
margin:10px 30px 10px 35px;


}
.content_box img{
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}





.content_box_list {
	
	font-size: .9em;
	color: #333;
	 -moz-box-shadow: 0 0 1px #003366;
	-webkit-box-shadow: 0 0 1px #003366;
	box-shadow: 0 0 1px #003366;
	box-shadow: 0 0 1px #003366;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
      border-radius: 0 0 6px 6px;
	background: url("../images/feature_content_bg.jpg") repeat-x scroll 0 0 #FFFFFF;
   
}



.content_box_content p,
.content_box_content ul,
.content_box_content ol,
.content_box_content dl,
.content_box_content dt,
.content_box_content dd,
{
margin:0px 35px 15px 35px;
list-style-type:outside;
}


.content_box_content ul li ,
.content_box_content ol li,
.content_box_content dl dt,
.content_box_content dl dd
{
margin-bottom:5px;
list-style:disc inside none;
margin-left:0;
padding-left:50px;
text-indent:-1em;


}

.content_box_content dl dd{
text-indent:0;
}



.content_box_list p{
margin:0px 35px 5px 18px;
padding-top:8px;
}

.content_box a:hover {
    color: #FF8800;
}

.content_box a:visited {
    color: #0057a5;
}


  /* TO LINK CONTENT BOX HEAD  */

	.content_box_head a:link{
	color:#FFFFFF;
	text-decoration:underline;
}

	.content_box_head a:hover{
	color: #FF800;
	text-decoration:underline;

}

.content_box_head a:visited{
	color: #FFFFFF;
	text-decoration:underline;

}


.content_box_list ul {
		font-family: Arial, Helvetica, sans-serif;
		/* font-weight: bold; */
		list-style-type: none;
		padding-left: 0px;
		margin: 0px; 
	}


.content_box_list ul li {
		font-weight:bold;
		font-size:.9em;
		color:#000;
		display:block;
		padding:5px 5px 10px 25px;
		cursor:pointer;
            mrgin-bottom:0;

    }
	
	.content_box_list ul li:hover {
		background: url("../images/noise_bg.png") repeat scroll 0 0;
		border-top: 1px solid #999;
    border-bottom: 1px solid #ccc;
    padding: 4px 5px 9px 25px;
		
    }
.content_box_list ul li:hover a {

}
.content_box_list a:link, .content_box_content a:link{
	color:#0057a5;
	text-decoration:underline;
}
content_box_list ul li a{
	font-size:.9em;
		color:#0057a5;
		diplay:block;
		
		
}

.content_box_pdf_left{
	height:20px;
	width:20px;
	border:none;
	margin-bottom:0px;
	display:inline;
	text-decoration:none;	
	margin-right:10px;
	float:left;
	cursor:pointer

}
.content_box_pdf_right{
	height:20px;
	width:20px;
	border:none;
	display:inline;
	text-decoration:none;	
	margin:10px 10px 0px 10px;
	float:right;
	cursor:pointer;

}
 /*non-grid sidebars-left/right--*/

.sidebar_right{
float:right;
display:block;
width:250px;
margin:4px 0px 10px 10px;
}

.sidebar_left{
float:right;
display:block;
width:250px;
margin:4px 10px 10px 0px;
}
.sidebar_right .content_box head p, .sidebar_right .content_box_head p{
margin-top:10px
}



/*--end mm-grid sidebars left/right--*/

/*-----------END CONTENT BOX FORMATTING---------------*/

.archive_link{
padding:5px;
font-size: 12px; 
padding: 5px; 
margin-left: 25px; 
margin-top: 24px;
margin-right:45px; 
font-style: italic; 
color: rgb(0, 87, 165); 
border-top:1px solid #eee;
border-bottom:1px solid #aaa;
border-right:1px solid #aaa;
border-left:1px solid #eee; 
text-decoration:underline;
float:right;

}

.archive_link:hover{
background:#eee
}

/*-------extra links box----------(used on /multimedia.html)*/

div.extra{
     border-radius: 6px 6px 6px 6px;
     box-shadow: 1px 1px 0px 0px #888888;
     color: #0057A5;
     float: left;
     height: 200px;
     margin-bottom: 15px;
     margin-left: 16px;
     margin-top: 0px;
     padding: 0px;
     width: 231px;
     background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 20%, rgba(204,204,204,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(204,204,204,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 20%,rgba(204,204,204,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	
}

div.extra a img{
margin:0 5px -8px 0px;
}

div.extra ul li {
     border-bottom: 1px solid #CCCCCC;
     border-top: 1px solid #FFFFFF;
     color: #0057A5;
     display: block;
     font-size: 12px;
     list-style: none inside none;
     margin: 0px 0px;
     padding: 6px 26px;
}
div.extra ul li:hover{
background-color:#fff;
cursor:pointer;
}
div.extra ul li a{
color:#0057a5;
}

div.extra h4 {
     color: #fff;
     text-shadow:1px 1px #000;
     display: block;
     margin: 0px;
     padding: 6px;
     text-align: center;
     border-radius:6px 6px 0px 0px;
     background: rgb(156,196,237); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(156,196,237,1) 0%, rgba(102,121,155,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,196,237,1)), color-stop(100%,rgba(102,121,155,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(156,196,237,1) 0%,rgba(102,121,155,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(156,196,237,1) 0%,rgba(102,121,155,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(156,196,237,1) 0%,rgba(102,121,155,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(156,196,237,1) 0%,rgba(102,121,155,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc4ed', endColorstr='#66799b',GradientType=0 ); /* IE6-9 */

}




/*----end xtra links---------*/
#footer {
     font-size: 0.7em;
     font-weight: bold;
     margin-left: 30px;
     margin-top: 35px;
     text-align: center;
}

#footer a {
     color: #333333;
     margin-left: 3px;
     margin-right: 3px;
     text-shadow:1px 1px #fff
}

#footer a:hover {
     color: #657899;
     margin-left: 3px;
     margin-right: 3px;
}



/*---end extra links box
.external:after{
	content:url(../images/asterisk.png);
        margin-left:2px;
}

#midline, .midline{
background-image: url(../images/dvi_long.png);
background-repeat:no-repeat;
height:900px;
display:block;
width:18px;
background-position: -4px 0px;


} 

#midline_short{
background-image: url(../images/dvi.png);
background-repeat:repeat-y;
height:290px;
display:block;
width:18px;
background-repeat:no-repeat;
background-position: -4px 40px;
} 



/*----- FOOTER ------------*/


#footer  {
	
	font-size: .7em;
	text-align: center;
	margin-top: 35px;

	margin-left:30px;
	font-weight:bold;
	
}
#footer a {
	color:#333;
	margin-left: 3px;
	margin-right: 3px;
}
#footer a:hover {
	color:#657899;
	margin-left: 3px;
	margin-right: 3px;
}
#bottom {
	 width:960px; 
      height:30px;
     background:#ddd
     margin:0px auto 10px auto;
}
/*END FOOTER*/



/*BASIC TEXT and LINK FORMATTING*/

p { 
		margin-top: 0px;
		margin-bottom:0px;
		line-height:20px;
	}


h1 {
	 font-size: 25px;
	 font-weight: bold;
	
	 margin: 6px 0px 8px 0px;
}
h2 {
	font-size: 23px;
	letter-spacing: -.01em;
	margin: 0px 0px 6px 0px;
}
h3 {
	font-size: 21px;
	font-weight: bold;
	line-height:21px;

}
h4 {
	font-size: 19px;
	font-weight:bold;
	margin: 2px 0px 4px 0px;
}
h5 { font-size: 17px;line-height:19px; }



/*END BASIC TEXT and LINK FORMATTING*/
	
/*LIST FORMATTING*/	
.newsReleases {
		margin-top: 3px;
		font-family: Arial, Helvetica, sans-serif;
	}
.newsReleasesList {
		font-family: Arial, Helvetica, sans-serif;
		/* font-weight: bold; */
		list-style-type: none;
		padding-left: 0px;
		margin: 0px; 
}
.newsReleasesList li {
		background: url('../images/list_bullet.png') no-repeat scroll 0 0 transparent;
		border-bottom:1px dotted #DDDDDD;
		font-weight:bold;
		line-height:1.25em;
		padding:4px 4px 4px 18px;
}

/*HORIZONTAL lIST NAVIGATION*/
	
ul.horiznav { 
	display: block;
	list-style: none;
	margin: -20px 0 10px 0;
	padding: 0px 0 25px 65px;
	text-align: l;
	color: #fff;
	font-size: 12px;
	 
}
ul.horiznav li { 
	display:inline; 
	margin-left:0px; 
	padding:0px 0px;
	list-style:none;
	text-shadow:1px 0px #000
 
}
ul.horiznav li a{ 
margin:0 0 0 0;

}
/*ul.horiznav li.first {border-left: none}
ul.horiznav li+li{border-left:1px solid #000}*/

 /*.thick_head HORIZONTAL lIST NAVIGATION*/


.pdf_link {
	float:left;
	height:22px;
	width:18px;
	border:none;
	text-decoration:none;	
	margin-right:5px;
	background-image:url(../images/pdf_fff.png);
	background-repeat:no-repeat;
	display:inline;
	cursor:pointer;
}


#article_image, .article_image { 
	float:right; 
	margin:0 .7em .4em .7em;
}
 #article_image img, .article_image img {
      -moz-border-radius:6px 6px 0px 0px;
      -webkit-border-radius:6px 6px 0px 0px;
      border-radius:6px 6px 0px 0px;
}
#article_image p, .article_image p  {
	background:#eee none repeat scroll 0 0;
	border:1px solid #ccc;
	line-height:1.5;
	padding:0.5em;
	font-family:Arial,Helvetica,sans-serif;
	color:#0057A5;
	font-size:.9em;
	font-weight:normal;
	margin:0;
	display:block;
      -moz-border-radius:0px 0px 6px 6px;
      -webkit-border-radius:0px 0px 6px 6px;
      border-radius:0px 0px 6px 6px;
}
.pdf:after
{
content:url(../images/pdf_fff.png);
margin-left:8px;

}
/*---------------index.html rotator/midboxes----------------------- */

/*----------*/
.camera_wrap{
margin-top:-20px;
}
.camera_caption > div {
/* background: #000; */
background:rgba(102,121,155,.7);
/* color: #333; */
text-shadow: 1px 1px #000;
}
.camera_caption a{
color:#fff
}
.camera_caption a:hover{
color:#ddd
}

.camera_loader{
display:none;
}
.camera_next{
background:#fff;
background:rgba(255, 255, 255, .5);
/*background:rgba(102,121, 155, .6);*/
}
.camera_prev{

right:41px;
background:#fff;
background:rgba(255, 255, 255, .5);
/*background:rgba(102,121, 155, .6);*/
}
.camera_next:hover,.camera_prev:hover{
background:#fff;
background:rgba(255, 255, 255, .8);
}

.camera_wrap .camera_pag .camera_pag_ul li{
background:rgba(255, 255, 255, .5);
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span{
background:#66799b
}

/*----4 mid boxes-----*/
.midboxes{
margin-left:45px;
margin-top:35px;
}

.midboxes > div > div{
  border-radius:6px 6px 6px 6px; 
  width:162px;
  height:162px;
  display:block;
 background-repeat:no-repeat;
background-position: center center;
background-clip: border-box;
 background-size:162px 162px;
transition: background-size .5s ease-in;
-moz-transition: background-size .5s ease-in;
-ms-transition: background-size .5s ease-in;
-o-transition: background-size .5s ease-in;
-webkit-transition: background-size .5s ease-in;
	
}
.midboxes > div > div:hover{
 background-size:250px 250px;


}

.midboxes > div > div p{
    /* width: 100%; */
	border-radius:6px 6px 6px 6px; 
    padding: 10px;
    text-align: center ;
    margin: 0 0 auto 0;
    display: block;
    height: 142px;
    transition:.7s all;
}
.midboxes > div > div p:hover{
	 /*background: rgba(255, 255, 255, .6);*/
}


.midboxes > div > div a {
    margin-top: 44px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}

.midboxes #firstbox{
background-image:url(/images/about_box.png);
}

.midboxes #secondbox{
background-image:url(/images/imagery_box.png);
}

.midboxes #thirdbox{
background-image:url(/images/news_box.png);
}
.midboxes #fourthbox{
background-image:url(/images/education_box3.png) ;
}
.midboxes #fifthbox{
background-image:url(/images/gallery/IMG_5805.JPG);
}
.feat_desc{
position:absolute; 
width:100%;
top:100px; 
font-size:30px; 
color:#fff;
text-align:center;
}
.feat_desc:hover{
/*background:rgba(255, 255, 255, .4)*/
}
.feat_desc:hover span.kill{
background:#FF3300;

}
.feat_desc p{
line-height:140px;
text-shadow:1px 1px #000;

}
.feat_desc p span img{
float:right;

}

.kill{
position:absolute;
left: -27px;
top: 61px;
border-radius: 50%;
background: #000;
width: 20px;
height: 20px;
font-size: 13px;
text-align: center;
}

.kill_cap{
position: absolute;
top: 4px;
right: 3px;
/* border: 1px solid #fff; */
padding: 2px;
border-radius: 3px;
height: 14px;
width: 14px;
line-height: 15px;
text-align: center;
color: #666;
cursor: pointer;
text-shadow: none;
background: none;
font-size: 13px;
font-weight:bold;
border:1px solid #666;
background:rgb(255, 255, 255);
background:rgba(255, 255, 255, .7);
}
.kill_btm{
bottom: 11px;
right: 3px;
top: inherit;
background:rgba(255, 255, 255, .7);
}
/*.camera_wrap:hover .kill_btm{
display:block;
}
*/


/*---------END index.html rotator/mid boxes-------------- */
/*BIO PAGES(/leadership.html)*/

.bio_image{
width:180px;
float:left; 
margin:0.7em 0.9em .5em 2.5em
}
.bio_image p{
background:#F0F8FE none repeat scroll 0 0;
border:1px dotted #AFDDF6;
color:#000000;
line-height:1.5;
padding:0.5em;
font-family:Arial,Helvetica,sans-serif;
color:#0057A5;
font-size:.9em;
font-weight:bold;
text-align:center;
}


#bio_hold
{
margin-top:8px;

}



/* END BIO PAGES Leadership.html */
/* ORG CHART */
.org .content_box_content{
padding-left:15px;
}

/* END ORG CHART */
/* MORE LINKS*/
.more_links
{
width:133px;
height:49px;
margin-right-10px;
margin-top:43px;
margin-left:20px;
margin-bottom:45px;
float:right;
}

.more_links ul
{
width:134px;
display:block;
}

.more_links ul li
{
width:66px;
height:49px;
display:inline;
list-style-type:none;
padding:0;	
}

a.more_pdf
{
width:66.5px;
height:49px;
display:block;
background-image:url(../images/more_pdf.png);
background-position: -65px 0;
background-repeat:no-repeat;
float:left;
}

a.more_pdf:hover
{
background-position:  0 0;
}



a.more_video
{
	width:66.5px;
	height:49px;
	display:block;
	background-image:url(../images/more_video.png);
	background-position: -65px 0;
	background-repeat:no-repeat;
	float:left;	
}


a.more_video:hover
{
	background-position:0 0;
}




/*END MORE LINKS */
/*--PAGE SPECIFIC FORMATTING-Secondary pages */

/*--eeo_diversity.html --*/

#diversity_vid{
}
#diversity_vid ol li{
margin-bottom:10px;
position:relative;
display:block;
overflow:hidden;
}

#diversity_vid ol li img{
float:left;
clear:both;
margin:0px 20px 10px 10px;
cursor:pointer;
}



/*--multimedia.html --*/
.multimedia{
padding:30px;
}

.multimedia #hr{
 background: none repeat scroll 0 0 #66799B;
    border-bottom: 1px solid #FFFFFF;
    height: 1px;
    margin-bottom: 22px;
    margin-left: -99px;
    margin-top: 20px;
    width: 117%;
}

.hr{
 background: none repeat scroll 0 0 #66799B;
    border-bottom: 1px solid #FFFFFF;
    height: 1px;
    margin-bottom: 22px;
    margin-left: -99px;
    margin-top: 20px;
    width: 117%;
}


.multimedia div.extra h4#vid {
background:no-repeat scroll 0 0 #666;
background:url(/images/vid_m.png)no-repeat scroll 7px -5px #666;


}
.multimedia div.extra h4#vis {
background: #666;
background:url(/images/eye.png)no-repeat scroll 4px -4px #666;;


}

.multimedia div.extra h4#three_d {
background: #666;
background:url(/images/cube.png)no-repeat scroll 0 -5px #666; 


}
/*---/news_archives/index.html-----*/


h1.year{
	display: block; 
	background: #eee;
	margin-left: -10px; 
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	padding: 10px 10px 10px 47px;
    text-shadow:1px 1px #fff;
	color:#666;
 
}
/*-----END /news_archives/index.html-----*/
/*-----/fourbox/index.html (fourbox archive)-----*/

#lead_in{
color:#333;
font-size:15px;
}
#lead_in a{
margin-left:0;
}
#lead_date {
color: #00A3E3;
font-style: italic;
}

ul.foursquareX{
display:block;
height:200px;
width:353px;
position:relative;
margin:0px 0 40px 20px;
float:right;
overflow:hidden;
cursor:pointer;
			
}

ul.foursquareX:hover{
box-shadow:0px 0px 10px #777;
}

.four_panel_archive ul.foursquareX li{
	padding-left:0px;
	border:2px solid #fff;
      
     
}


ul.foursquareX li{
display:block;
height:98.5px;
width:175px;
float:left;
position:absolute;
cursor: pointer;
border:1px solid #666;
overflow:hidden;
}



ul.foursquareX li img{
height:98.5px;
width:175px;
	display:block;
     position:absolute;
	
	
}

ul.foursquareX li iFrame{
	
}




ul.foursquareX li span {
  
    display:none;
}




ul.foursquareX li p {
 display:none;
	
	
}



ul.foursquareX li#one{
top:0;
left:0;
-moz-border-radius:6px 0px 0px 0px;
-webkit-border-radius:6px 0px 0px 0px;
border-radius:6px 0px 0px 0px;
}



ul.foursquareX li#two{
top:0;
right:0;
-moz-border-radius: 0px 6px 0px 0px;
-webkit-border-radius:0px 6px 0px 0px;
border-radius:0px 6px 0px 0px;
}




ul.foursquareX li#three{
bottom:0;
left:0;
-moz-border-radius: 0px 0px 0px 6px ;
-webkit-border-radius:0px 0px 0px 6px ;
border-radius:0px 0px 0px 6px ;
}



ul.foursquareX li#four{
bottom:0;
right:0;
-moz-border-radius: 0px 0px 6px  0px;
-webkit-border-radius:0px 0px 6px  0px ;
border-radius:0px 0px 6px  0px;
 
	
}
.four_panel_archive h3:first-child{
	margin-top:20px;
}

.four_panel_archive h3 {
    background: url(/images/noise_bg.png);
    clear: right;
    color: #66799B;
    display: block;
    height: 15px;
    margin-top: 25px;
    padding: 20px 0 20px 10px;
    width: 95%;
    text-shadow:0px 1px #fff;	
}

.content_box_content.four_panel_archive h5 {
color:#333
}



.four_panel_archive #title_wrap, .four_panel_archive #title_wrap2{
	float:right;
	margin-top:0px
}
.four_panel_archive p {
color:#333;
margin-bottom:0px;
	
}

.four_panel_archive a {
margin-left:35px;
 clear: both;
font-style:italic;
    		
}

.four_panel_archive a:hover {
color:#ff8800;	
}

.four_panel_archive p a{
margin-left:0px;	
}

.show_more{
	text-align:center;
	cursor:pointer;
	
}




/*-----END /fourbox/index.html -----*/


/*------about_nesdis.html------*/

/*--data centers list--*/

ul#data_centers{
width:920px;
height:472px;
display:block;
margin-left:-30px;
border-top:1px solid #aaa;
border-bottom:1px solid #fff

}
ul#data_centers li{
width:304px;
height:450px;
display:block;
float:left;
background-repeat:no-repeat;
background-position:0 30px;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #BBBBBB;
margin-left:0;
padding-left:0;
text-indent:0;
padding-top:20px;
border-top:1px solid #fff;
border-bottom:1px solid #aaa

}
ul#data_centers li:first-child{
border-left:none;
}	
ul#data_centers li:last-child{
border-right:none;
}	


ul#data_centers li:hover{
background-position:-300px 30px;
cursor:pointer;	
background-color:rgba(255, 255, 255, 0.3);
}

ul#data_centers li a{
width:300px;
height:450px;
display:block;
font-size:19px;
color:#000;
text-decoration:none;
text-align:center;
font-weight:bold;

}
ul#data_centers li a em{
color: #000000;
display: block;
font-size: 12px;
font-weight: normal;
margin-left: 49px;
text-align: left;
text-decoration: none;
width: 215px;
}
ul#data_centers li a span{
margin-top:319px;
display:block;
text-align:center;
font-size:13px;
color:#0057A5;
text-decoration:underline
	
}


li#nodc{
	background: url(/images/ocean_spr.png);
	
}
li#ngdc{
	background: url(/images/geo_spr1.png);
	
}
li#ncdc{
	background: url(/images/clim_spr.png);
       
	
}

/*--sats_about list- on about_nesdis.html--*/


ul#sats_about{
width:922px;
height:472px;
display:block;
margin-left:-30px;
border-top:1px solid #aaa;
border-bottom:1px solid #fff;

}
ul#sats_about li{
width:225px;
height:450px;
display:block;
float:left;
background-repeat:no-repeat;
background-position:0 60px;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #aaa;
margin-left:0;
padding-left:0;
text-indent:0;
padding-top:20px;
border-top:1px solid #fff;
border-bottom:1px solid #aaa;
}
ul#sats_about li:first-child{
	border-left:none;
	width:231.5px;
}
ul#sats_about li:last-child{
	border-right:none;
	width:231.5px;
}
ul#sats_about li:hover{
background-position:-225px 60px;
cursor:pointer;	
background-color:rgba(255,255, 255, .3)
}

ul#sats_about li a{
width:225px;
height:450px;
display:block;
font-size:19px;
color:#000;
text-decoration:none;
text-align:center;
font-weight:bold;

}
ul#sats_about  li a em{
color: #000000;
display: block;
font-size: 12px;
font-weight: normal;
margin-left: 49px;
text-align: left;
text-decoration: none;
width: 162px;
}
ul#sats_about  li a span{
margin-top:319px;
display:block;
text-align:center;
font-size:13px;
color:#0057A5;
text-decoration:underline;
width: 221px;
	
}

 li#poes{
	background: url(/images/poes_sprA.png);
      
	
}
 li#goes{
	background: url(/images/goes_sprA.png);
	
}
 li#dmsp{
	background: url(/images/dmsp_sprA.png);
	
}
 li#jason{
	background: url(/images/jason_sprA.png);
	
}

	
ul#sats_nextgen{
width:920px;
height:450px;
display:block;
margin-left:-30px;
border-top:1px solid #aaa;
border-bottom:1px solid #fff;

}
ul#sats_nextgen li{
width:459px;
height:438px;
display:block;
float:left;
background-repeat:no-repeat;
background-position:0 0px;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #aaa;
margin-left:0;
padding-left:0;
text-indent:0;
border-top:1px solid #fff;
border-bottom:1px solid #aaa;
padding-top:10px;
}

ul#sats_nextgen li:first-child{
	border-left:none;
	
}
ul#sats_nextgen li:last-child{
	border-right:none;
	
}	

ul#sats_nextgen li:hover{
background-position:-450px 0px;
cursor:pointer;
background-color:rgba(255,255, 255, .3)	
}

ul#sats_nextgen li a{
width:459px;
height:450px;
display:block;
font-size:19px;
color:#000;
text-decoration:none;
text-align:center;
font-weight:bold;

}
ul#sats_nextgen li a em{
color: #000000;
display: block;
font-size: 12px;
font-weight: normal;
margin-left: 49px;
text-align: left;
text-decoration: none;
width: 162px;
}
ul#sats_nextgen li a span{
margin-top:319px;
display:block;
text-align:center;
font-size:13px;
color:#0057A5;
text-decoration:underline;
width: 459px;
	
}
 li#jpss{
	background: url(/images/jpss_sprA.png);
	
}
 li#goesr{
	background: url(/images/goesr_sprA.png);
 }
	
/*------END about_nesdis.html------*/

/*------START /imgagery_data.html-------*/
.sat_tabs{
width:640px;

}
.sat_tabs #sm_slideshow {
     background: url("/images/noise_bg.png") repeat scroll 0px 0px transparent;
     border-radius: 6px 6px 10px 10px;
     border: 1px solid #888888;
     width: 938px;
     margin-top:10px;
     margin-left:0px;
    
}

.sat_tabs .ui-tabs{
padding:0

}

.sat_tabs  #sm_slideshow ul {
     height: 1%;
     list-style-type: none;
     margin: 0px;
     padding: 0px;
}

.sat_tabs  #sm_slideshow ul:after {
     clear: both;
     content: ".";
     display: block;
     height: 0px;
     visibility: hidden;
}

.sat_tabs  #sm_slideshow .sm_slides {
    overflow:hidden;
}

.sat_tabs  #sm_slideshow .sm_slides ul {
     width: 3780px;
     height:1050px;
}

.sat_tabs  #sm_slideshow .sm_slides li {
     float: left;
     height: 1231px;
     padding: 20px;
     width: 920px;
     background: url("/images/noise_bg.png") repeat scroll 0px 0px transparent;
	 
}
.sat_tabs .sat_wrap div p img {
     background: url(../images/new_bg1.jpg) no-repeat scroll -509px -34px;
     border-left: 1px solid #333333;
     border-right: 2px solid #FFFFFF;
     float: right;
     margin: 7px;
      -moz-border-radius: 50% 50% 50% 50%;    
      -webkit-border-radius: 150px;
      border-radius: 50% 50% 50% 50%;

    
}
.sat_tabs .sat_wrap div p{
    
     line-height: 23px;
     margin-bottom: 8px;
     padding: 10px 10px 0px 32px;
}
.sat_tabs .sat_wrap div h5 {
margin-left:32px;
}

.sat_tabs  #sm_slideshow .sm_slides h2 {
     margin-top: 0px;
}

.sat_tabs  #sm_slideshow .sm_slides-nav {
     background: none repeat scroll 0% 0% transparent;
}

.sat_tabs  #sm_slideshow .sm_slides-nav .on {
     background:none;
     border-bottom: medium none;
     border-right: 1px solid #ddd;
	 font-weight:bold;
	 background: url("images/noise_bg.png") repeat scroll 0px 0px transparent;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#EEEEEE',GradientType=0 ); /* IE6-8 */
}

.sat_tabs  #sm_slideshow .sm_slides-nav li {
     border-left: 1px solid #eee;
     border-right: 1px solid #aaa;
     display: block;
     float: left;
     height: 60px;
     width: 155px;
     border-radius:0;
	 background: -moz-linear-gradient(bottom,  rgba(204,204,204,1) 0%, rgba(65,64,66,0) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(65,64,66,0))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(bottom,  rgba(204,204,204,1) 0%,rgba(65,64,66,0) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(bottom,  rgba(204,204,204,1) 0%,rgba(65,64,66,0) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(bottom,  rgba(204,204,204,1) 0%,rgba(65,64,66,0) 100%); /* IE10+ */

background: linear-gradient(bottom,  rgba(204,204,204,1) 0%,rgba(65,64,66,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-8 */
 
}

.sat_tabs  #sm_slideshow .sm_slides-nav .activeSlide {
     border-bottom: medium none;
	
}

.sat_tabs  #sm_slideshow .sm_slides-nav li a {
     color: #333;
     display: block;
     height: 100%;
     line-height: 60px;
     outline: medium none;
     text-align: center;
     width: 100%;
	 text-decoration:none;
     border-left:none;
	 background:  none;
    text-shadow:0px 1px #fff
	
}

.sat_tabs  #sm_slideshow .sm_slides-nav li#tab_six {
     border-right:none;
     width: 154px; 
     -moz-border-radius: 0px 6px 0px 0px;    
     -webkit-border-radius: 0px 6px 0px 0px; 
     border-radius: 0px 6px 0px 0px;
}
.sat_tabs  #sm_slideshow .sm_slides-nav li#tab_six.on {
     border-right:none;
     -moz-border-radius: 0px 6px 0px 0px;    
     -webkit-border-radius: 0px 6px 0px 0px; 
     border-radius: 0px 6px 0px 0px;
     ;
     
	
}

.sat_tabs  #sm_slideshow .sm_slides-nav li#tab_one {
     border-left: medium none;
     -moz-border-radius: 6px 0px 0px 0px;    
      -webkit-border-radius: 6px 0px 0px 0px; 
      border-radius: 6px 0px 0px 0px; 
}



.sat_tabs  #sm_slideshow .sm_slides-nav li#tab_four.on {
    border-right:1px solid #ddd;
    
}
/*---override main sm_slideshow style for tab four---*/
.sat_tabs  #sm_slideshow .sm_slides-nav li#tab_four {
    border-right: 1px solid #999999;
     width: 154px;
     border-radius:0px 0px 0px 0px;
}
/*--override-remove bg image styles from sm_slideshow css---*/
.sat_tabs  #sm_slideshow .sm_slides-nav li#tab_one a
 {
background: none;

	 
 }

.sat_tabs  #sm_slideshow .sm_slides-nav li#tab_two a
 {
background:  none;

	 
 }
.sat_tabs  #sm_slideshow .sm_slides-nav li#tab_three a
 {
background:  none;

	 
 }
 .sat_tabs  #sm_slideshow .sm_slides-nav li#tab_four a
 {
background:  none;

	 
 }



/*---*/

.sat_tabs  .sat_wrap {
     height: auto;
     width:885px;
     overflow:visible
	
}
.sat_tabs  .sat_wrap div {
     padding-right:10px;
	
}
.sat_tabs  .sat_wrap div p{
line-height:23px;
font-size:12px;
margin-bottom:8px;
}

.sat_tabs  #sm_slideshow .lb-v-scrollbar-slider {
     background-color: #000000;
     width: 9px;
}

.sat_tabs  #sm_slideshow .lb-v-scrollbar {
     background-color: #FFFFFF;
     border: 2px solid #FFFFFF;
     width: 9px;
}

.sat_tabs  #sm_slideshow .sm_slides .sat_wrap div  ul.horiznav {
    display: block;
    list-style: none outside none;
    margin: 0 0 0 32px;
    padding: 0;
	width:610px;
	
}
.sat_tabs  #sm_slideshow .sm_slides .sat_wrap div ul.horiznav li {
    display: block;
	margin:0;
    list-style: none outside none;
    margin-left: 4px;
    padding: 0;
	float:none;
	height:25px;
	font-size:13px;
	text-align:left;
}

.sat_tabs  #sm_slideshow .sm_slides .sat_wrap div ul.horiznav li a {
    color:#0057A5;
    
}
.noise{
	background: url("../images/noise_bg.png") repeat scroll 0px 0px transparent;
}


/*---products--*/
.products
{
margin-top: 85px;
}


.prod_list{

width: 300px;
float: left;
height: 300px;
margin: 37px 6px 0px 0px;
}

.products .prodlist ul{
font-size:12px;	
margin-bottom:30px;
}

.products .prod_list ul li {
margin-left: 25px;
padding-left:70px;
}
.products .prod_list p{
line-height:15px;
font-size:12px;
margin-bottom:7px;
color:#66799b
}
.products h1{
text-shadow:0px 1px #fff;
}

.products p{
color: #333;
font-size: 17px; 
font-weight: 200; 
text-shadow: 0px 1px 0px rgb(255, 255, 255); 
line-height: 29px;
margin-bottom:30px;
}
.products img{
float: left;
margin: -15px 0px 0 116px;
}
.prod_list h3{
color:#333;
text-shadow:0px 1px #fff;
margin: 26px 30px 11px 4px;
text-align: center;

}

/*------END /imagery_data.html-------*/







 /*--- tables  -----------*/
table.single_border{border:1px solid #C5D2E3; border-collapse:collapse}

.single_border td{border: 1px solid #C5D2E3; padding:10px}

.single_border th {border: 1px solid black; background:#ccc;}

td.doc_headers{
font-size:18px;
padding-top:8px;
padding-bottom:8px;
background-color: #0057A5;

color:#eee;
}

td.doc_spacers{
padding-top:8px;
padding-bottom:8px;
background-color: #fff;

}

tr.even{
background-color:#EEF5FF;
}
 tr.head{
color:#0057A5;
background-color:#eee;
}

tr.head td{
border:1px solid #aaa;
text-align:center;
}


 /*--- tables  -----------*/
 
 /*--- back to top hover ------------*/
 
 
.scroll-to-top {

position: fixed; 
background:url(images/scroll-to-top.png) no-repeat; 
cursor: pointer; 
width:55px; 
height: 55px; 
bottom: 1em; 
padding-right: 1em; 
display: none; 
z-index: 999; 
}

/*--- end back to top ----------------*/

