﻿/* root.css */

/* Table of Contents
------------------------------------
    1. Reset
    2. Elements (a, body, p, etc.)
	3. ID's (#container, etc.)
	4. Classes (.red, .clear, etc.)
	5. Print
	6. Handheld
	7. Debug
	
COLORS
    Main Text:              #3d3d3d
    Army Gold:              #ffd54a
    Army Green:             #7b8738                  
    Light Gray bg:          #f7f7f7
------------------------------------*/

/* 1. Reset
------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	background: #FFF;
	color: #000;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* 2. Elements
------------------------------------*/
body {
	background: #7a7a7a url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/body_gradient.jpg) repeat-x;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
}
a {
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #7b8738;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 2.6em;
    line-height: 1.2em;
}
h2 {
    font-size: 1.2em;
}
img {
    border: 1px solid #3d3d3d;
}
p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 1.1em 0;
}

/* 3. ID's
------------------------------------*/

#container {
	background: #fff;
	font-size: 62.5%;
	margin: 0 auto 14px;
	padding: 14px 0;
	overflow: hidden;
	width: 996px;
	height: 100%;
}
#contentBackground {
    background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/3column.gif) repeat-y;
    width: 996px;
    overflow: hidden;
}
#contentBackground_home {
	background-color:#FFF;
    width: 996px;
    overflow: hidden;
}
/*begin menu*/
/* disable menu/////////////////////////////////
#dropDownNav {
    float: left;
    font-size: 1.1em;
}
#dropDownNav li {
    background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/drop_down_border1.gif) no-repeat right;
    float: left;
    display: block;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 -1px;
    position: relative;
    z-index: 999;
}
#dropDownNav li a {
    display: block;
    padding: 0 24px;
}
#dropDownNav li:hover, #dropDownNav li.sfHover, #dropDownNav li a:active, #dropDownNav li:hover a, #dropDownNav li.sfHover a {
	background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/nav_hover_gradient.gif) repeat-x;
    color: #7b8738;
}
#dropDownNav li ul {
    background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/drop_down_bg.png);
    border: 1px solid #b6b6b6;
    border-top: none;
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    top: 29px;
    width: 148px;
}
#dropDownNav li ul li {
    background: none;
    border: none;
    display: block;
    font-size: 0.9em;
    height: auto;
    line-height: 2.6em;
    padding: 0;
}
#dropDownNav li ul li a, #dropDownNav li:hover li a, #dropDownNav li.sfHover li a {
    background: none;
    color: #3d3d3d;
    display: block;
    height: auto;
    padding: 0 0 0 10px;
    width: 139px;
}
#dropDownNav li ul li a:focus, #dropDownNav li ul li a:hover {
    background-image: none;
    background-color: #b4b4b4;
    color: #7b8738;
}
#dropDownNavNS{
	position:absolute;
	top:10px;
 	left:5px;
}
#dropDownNavNS li{
    line-height:15px;
}
////////////////////////////////end disable menu*/
/* end menu*/
#footer {
	background: #4e4e4e;
	clear: both;
	color: #e3e3e3;
	font-size: 1.2em;
	padding: 5px 10px;
	overflow: auto;
	width: 976px;
	text-align: center;
}
#footer a {
    color: #e3e3e3;
    font-weight: normal;
}
#footer ul {
    text-align: center;
}
#footer li {
    display: inline;
    margin-right: 2.4em;
}
#footerLeft, #footerMiddle, #footerRight {
    float: left;
}
#footerLeft, #footerRight {
    width: 200px;
}
#footerMiddle {
	margin: 0 auto;
	width: 100%;
	min-height: 35px;
	overflow: hidden;
	vertical-align: middle;
	height: 35px;
	line-height: normal;
}
#footerRight {
    text-align: right;
}
#footerRight a {
    color: #ffd54a;
}
.header {
	background: #ADB96E;
    background: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/SignalDev/main_images/banner.gif") no-repeat;
    border-bottom: 1px solid #8f8f8f;
    height: 151px;
}
#headerStar {
    display: block;
    position: relative;
    top: 24px;
    left: 15px;
    height: 102px;
    width: 80px;
}
#subSiteTitle {
	display: block;
    position: relative;
    top: -25px;
    left: 463px;
    height: 35px;
    width: 400px;
	font-size:30px;
	color:#FFF;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#subSiteDesc {
	display: block;
    position: relative;
    top: -23px;
    left: 114px;
    height: 25px;
    width: 750px;
	font-size:16px;
	color:#FFF;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#leftCol {
    background: #c2c2c2;
    float: left;
    width: 196px;
}
#leftCol .rss, #leftCol .podcasts {
    margin-left: 10px;
}
#leftColNav li {
    font-size: 11px;
    line-height: 2.8em;
}
#leftColNav .level3 {
    border-left: 1px solid #c2c2c2;
}
#leftColNav .level4 {
    background: #fff;
    border-top: 1px solid #c2c2c2;
    padding: 10px 0;
}
#leftColNav .level4 a {
    font-weight: normal;
    line-height: 15px;
}
#leftColNav .level4 a:hover {
    background: none;
    color: #3d3d3d;
}
#leftColNav li a.current {
    background: #4e4e4e;
    color: #fff;
}
#leftColNav li a.current:hover {
    background: #4e4e4e;
    color: #fff;
}
#leftColNav li a.subNav {
    background: #f7f7f7;
    font-weight: normal;
    border-top: 1px solid #c2c2c2;
}
#leftColNav li a.subNav:hover {
    background: #f7f7f7;
    color: #3d3d3d;
}
#leftColNav li#last {
    border-bottom: 1px solid #939393;
    margin: 0.2em 5px 0;
}
#leftColNav li#sections {
    background: #a1a1a1;
    font-weight: bold;
    padding: 0 10px;
}
#leftColNav li a {
    display: block;
    padding: 0 10px;
    width: 176px;
}
#leftColNav li a:hover {
    background-color: #b4b4b4;
    color: #7b8738;
}
#leftColRSS {
    padding: 1em 0;
    margin-bottom: 2em;
}
/* Live Search *//*disable livesearch
#liveSearch {
position:relative;
background: #525252;
float: right;
height: 2.8em;
width: 26em;
}
#liveSearch input {
color: #737373;
float: left;
font-size: 1em;
height: 1.2em;
margin: 4px 5px;
padding: 0;
display:
}
#liveSearch input#search {
width: 210px;
}
#liveSearch input.close {
background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/searchbutton.png) no-repeat 5px 5px;
border: none;
color: #fff;
cursor: pointer;
display: inline;
float: right;
height: 26px;
width: 28px;
margin: 0;
padding: 0;
}
#liveSearchTabs {
position:absolute;
display:none;
cursor:pointer;
top:-22px;
left:-1px;
width:230px;
height:22px;
background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/live_search_tab_1.png) no-repeat;
}
#liveSearchTabs li {
height:22px;
display:inline;
float:left;
text-align:center;
color:#fff;
font-size:11px;
font-family: Verdana, Arial, Sans-serif;
padding-top:7px;
}
#liveSearchTabs1 {
width:36px;
}
#liveSearchTabs2 {
width:64px;
}
#liveSearchTabs3 {
width:66px;
}
#liveSearchTabs4 {
width:64px;
}
#liveSearchLeft {
background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/live_search_left.gif) no-repeat;
float: left;
height: 2.8em;
width: 6px;
}*/
/*end live search*/
#mainContent {
	background: #f7f7f7;
	padding-bottom: 10px;
	width: 996px;
	float: left;
}
#mainContent_subsite {
	background: #f7f7f7;
	float: left;
	padding-bottom: 10px;
	width: 799px;
}
#mainContent h1, #mainContent h2 {
    padding: 8px 10px;
}
#mainContent p, #rightCol p {
    padding: 0 10px;
}
#mainContent ul {
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;
}
#navBar {
	background: #cfcfcf url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/nav_gradient.gif) repeat-x;
	border-bottom: 1px solid #b6b6b6;
	height: 34px;
}
#rightCol {
    display: inline;
    float: right;
    width: 196px;
}
#rightCol h2 {
    clear: both;
}
#rightCol ul {
    margin: 1em 0 1em 15px;
}
#rightCol li {
    line-height: 1.2em;
    margin: 0.8em 0;
}
#rightCol li a {
    display: block;
}
#wrapper {
	background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/white_bg.gif) repeat-y top center;
	width: 100%;
	margin-top:5px;
}

/* CSS Sprite Icons */
.rss {background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/icon_sprites.gif)           0px -114px no-repeat;}
.podcasts {background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/icon_sprites.gif)      0px -133px no-repeat;}


/* 4. Classes
------------------------------------*/
.block {
    clear: both;
    color: #fff;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.bordered {
    background: #fff;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
}
.centered {
	padding-left: 0;
    text-align: center;
}
.dark-gray {
    background: #4e4e4e;
}
.dark-red {
    background: #af2020;
}
.diamondList li {
    background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/diamond_bullet.gif) no-repeat 0 2px;
    padding-left: 16px;
    margin: 12px 0;
}
.hide {
    display: none;
}
.hide2 {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.icon_sprite {
    display: block;
    float: left;
    height: 19px;
    margin: 0 4px;
    width: 19px;
}
.light-gray {
    background: #c0c0c0;
    color: #565656;
}
.rss, .podcasts {
    display: block;
    height: 19px;
    line-height: 19px;
    margin: 0.4em 0;
}
.rss .textLink, .podcasts .textLink, #email .textLink, #print .textLink {
    margin-left: 24px;
}

/* Begin Ticker Style*/
#ticker {
	height:20px;
	width:100%;
	background-color:#CCC;
}
#ticker {
	display:inline;
	width:auto;
	margin:auto;
	float:left;
}

#ticker-left {
	background-image:url("/oilspill/20130213205813oe_/http://www.signal.army.mil/SignalDev/main_images/ticker-left.png");
	background-repeat:no-repeat;
	width:29px;
	height:20px;
	float:left;
}

#ticker-center {
	background-image:url("/oilspill/20130213205813oe_/http://www.signal.army.mil/SignalDev/main_images/ticker-center.png");
	background-repeat:repeat-x;
	width:938px;
	height:20px;
	font-size:15px;
	float:left;
	padding-top:2px;

}

#ticker-right {
	background-image:url("/oilspill/20130213205813oe_/http://www.signal.army.mil/SignalDev/main_images/ticker-right.png");
	background-repeat:no-repeat;
	width:29px;
	height:20px;
	float:right;

}
/* Begin Carousel */
.carousel_container {
	width: 750px;
	margin: 0 auto;
}

/* contentModule ------------------------------------*/

.contentModule, .contentModule h2, .contentModule .contentModuleBodyNoSubtitle, .contentModule .editMenu {
	display: inline;
	float: left;
}

.contentModule {
	/*background: #cecece;*/
	position: relative;
	font-size: 1.1em;
	width: 100%;
	margin-top:3px;
	margin-bottom:3px;
}


.contentModule .contentModuleHeader {
	position: relative;
	/*background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/headerBG.gif);*/
	height: 33px;
	width: 100%;
	z-index: 200;
}


.contentModule .contentModuleHeader img {
	position: relative;
	top: -8px;
	border: 0;
}

.contentModule .contentModuleHeader h2 {
	font-size: 16px;
	color:#FFF;
	margin-left: 3px;
	margin-top: 8px;
	font-weight: normal;
}

.contentModule .contentModuleHeaderLeft {
	background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/myArmy_sprite.gif) -636px -39px;
	height: 33px;
	width: 9px;
	position: absolute;
	left: 0;
	top: 0;
}

.contentModule .contentModuleHeaderMiddle {
	background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/headerBG.gif) repeat-x;
	height: 33px;
	position: absolute;
	left: 9px;
	right: 9px;
}

.contentModule .contentModuleHeaderMiddle h2 {
	line-height:5px;
		
}

.contentModule .contentModuleHeaderRight {
	background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/myArmy_sprite.gif) -646px -39px;
	height: 33px;
	width: 9px;
	position: absolute;
	right: 0;
	top: 0;
}

.contentModule .contentModuleBodyNoSubtitle, .contentModule .editMenu {
	position:relative;
	clear: both;
	width: 100%;
}
.contentModule .editMenu fieldset {
	display: block;
}
.contentModule .editMenu .boxfoot {
	width:100%;
}

.contentModuleBodyWithSubtitle {
	display:block;
	border: 1px solid #b6b6b6;
	border-top: 0;
}

.contentModuleBodyWithSubtitleBody {
	position:relative;
	display:block;
	background: #fff url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/widgetBG.gif) bottom repeat-x;
	padding:6px 10px 6px 10px;
	font-family:Verdana,sans;
	font-size:12px;
	line-height:1.4em;
	list-style-type: disc;
}

.contentModuleBodyWithSubtitleBody li {
	padding-bottom:2px;
	padding-top:2px;
	margin-left:10px;
	position: relative;
}

.contentModuleBodyWithSubtitleBody li a:hover, .contentModuleBodyWithSubtitleBody li a:focus {
	color: #7b8738;
}

.contentModuleBodyWithSubtitleBody li a {
	font-family: "Verdana";
	font-weight: normal;
	font-size: 12px;
	color: #3d3d3d;
}
					
.contentModuleBodyWithSubtitle h3 {
	display:block;
	background-color:#d5d5d5;
	width: 100%;
	height: 28px;
}

.contentModuleBodyWithSubtitle h3 span {
	position:relative;
	display:block;
	font-size: 12px;
	line-height: 20px;
	padding-top:4px;
	padding-left:10px;
}


.contentModuleBodyWithSubtitleBodyLeftCorner {
	display:block;
	background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/myArmy_sprite.jpg) no-repeat -406px -29px;
	width: 9px;
	height: 9px;
	position:absolute;
	left:0;
	bottom:0;
	overflow: hidden;
}

.contentModuleBodyWithSubtitleBodyRightCorner {
	display:block;
	background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/myArmy_sprite.jpg) no-repeat -416px -29px;
	width: 9px;
	height: 9px;
	position:absolute;
	right:0;
	bottom:0;
	overflow: hidden;
}

.contentModuleBodyNoSubtitleBody {
	position:relative;
	border: 1px solid #b6b6b6;
	border-top: 0;
	background-color: #FFF;
	background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/widgetBG.gif) bottom repeat-x;
	padding:6px 10px 6px 10px;
	font-family:Verdana,sans;
	font-size:12px;
	line-height:1.4em;
	top: -2px;
}

.contentModuleBodyNoSubtitleBody i {
	display:block;
	font-style:italic;
	margin-bottom: 10px;
}

.contentModuleBodyNoSubtitleBody a {
	font-weight: 500;
	font-style: normal;
}

.contentModuleBodyNoSubtitleBodylinks {
	margin: 11px 0px 0px;
}

.contentModuleBodyNoSubtitleBodyLeftCorner {
	display:block;
	background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/myArmy_sprite.jpg) no-repeat -406px -29px;
	width: 9px;
	height: 9px;
	position:absolute;
	right:-1px;
	bottom:-1px;
	overflow: hidden;
}

.contentModuleBodyNoSubtitleBodyRightCorner {
	display:block;
	background: url(/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/myArmy_sprite.jpg) no-repeat -416px -29px;
	width: 9px;
	height: 9px;
	position:absolute;
	right:-1px;
	bottom:-1px;
	overflow: hidden;
}


/* Begin ORG SubSite Logo*/
#orglogo  
{
	padding: 10px 0px 0px 40px;
	height: 116px;
	width: 156px;
}

#OrgLogo   {
	border: none;
}
/*End Ticker Stlye*/
/*Begin Slider */
#slideshow {
list-style:none;
color:#fff;
}
#slideshow span {
display:none;
}
#slideshowwrapper {
width:406px;
margin:20px 20px 110px 20px;/*was 20px;*/
display:none;
}
#slideshowwrapper * {
margin:0;
padding:0;
}
#fullsize {
position:relative;
width:450px;
height:350px;
padding:2px;
border:1px solid #ccc;
background:#000;
}
#information {
position:absolute;
bottom:0;
width:450px;
height:0;
background:#000;
color:#fff;
overflow:hidden;
z-index:200;
opacity:.7;
filter:alpha(opacity=70);
}
#information h3 {
padding:4px 8px 3px;
font-size:12px;
color:#fff;
}
#information p {
padding:0 8px 8px;
font-size:12px;
color:#999;
}
#image {
width:400px;
}
#image img {
position:absolute;
z-index:25;
width:auto;
}
.imgnav {
position:absolute;
width:25%;
height:306px;
cursor:pointer;
z-index:150;
}
#imgprev {
left:0;
background:url("/oilspill/20130213205813oe_/http://www.signal.army.mil/SignalDev/home_slider_images/left.gif") left center no-repeat;
}
#imgnext {
right:0;
background:url("/oilspill/20130213205813oe_/http://www.signal.army.mil/SignalDev/home_slider_images/right.gif") right center no-repeat;
}
#imglink {
position:absolute;
height:306px;
width:100%;
z-index:100;
opacity:.4;
filter:alpha(opacity=40);
}
.linkhover {
background:url("/oilspill/20130213205813oe_/http://www.signal.army.mil/SignalDev/home_slider_images/link.gif") center center no-repeat;
}
#thumbnails {
margin-top:10px;
width:456px;/*this didn't exist before*/
}
#slideleft {
float:left;
width:20px;
height:81px;
background:url("/oilspill/20130213205813oe_/http://www.signal.army.mil/SignalDev/home_slider_images/scroll-left.gif") center center no-repeat;
background-color:#222;
}
#slideleft:hover {
background-color:#333;
}
#slideright {
float:right;
width:20px;
height:81px;
background:#222 url("/oilspill/20130213205813oe_/http://www.signal.army.mil/SignalDev/home_slider_images/scroll-right.gif") center center no-repeat;
}
#slideright:hover {
background-color:#333;
}
#slidearea {
float:left;
position:relative;
width:406px;/*was 356px*/
margin-left:5px;
height:81px;
overflow:hidden;
}
#slider {
position:absolute;
left:0;
height:81px;
}
#slider img {
cursor:pointer;
border:1px solid #666;
padding:2px;
}
/*end slider*/
/* BEGIN CUSTOM MODULE STYLES*/

/*Army Communicator Module*/

#module_communicator_links li {
	display:inline;
	vertical-align:middle;
}
#module_communicator_links img {
	border: none;
}
#module_communicator_desc p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	padding:1px;
}
#module_communicator_title h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style:italic;
	text-align:center;
	
}
/*SLKN sites Module*/

a .alt { display: none; 
}

a#signalHistorySLKN {
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/150-hover.png");
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 111px;
	float:left;
	margin-top: 12px;
	margin-left: 10px;

}
a#signalHistorySLKN:hover {
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/150.png");
}

a#mobileAppsSLKN {
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/apps-hover.png");
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 109px;
	float:left;
	margin-top: 12px;
	margin-left: 3px;
}
a#mobileAppsSLKN:hover{
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/apps.png");
}

a#landWarNetSLKN {
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/lwn-hover.png");
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 160px;
	float:left;
	margin-top: 12px;
	margin-left: 3px;
}
a#landWarNetSLKN:hover{
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/lwn.png");
}

a#s6SLKN {
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/s6-hover.png");
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 133px;
	float:left;
	margin-top: 12px;
	margin-left: 3px;
}
a#s6SLKN:hover{
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/s6.png");
}

a#lltfSLKN {
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/LLTF-hover.png");
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 125px;
	float:left;
	margin-top: 12px;
	margin-left: 3px;
}
a#lltfSLKN:hover{
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/LLTF.png");
}

a#tkeSLNK {
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/TKE-hover.png");
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 131px;
	float:left;
	margin-top: 12px;
	margin-left: 3px;
}
a#tkeSLNK:hover{
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/TKE.png");
}

a#akoSLKN {
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/akosite-hover.png");
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 134px;
	float:left;
	margin-top: 12px;
	margin-left: 3px;
}
a#akoSLKN:hover{
    background-image: url("/oilspill/20130213205813oe_/http://www.signal.army.mil/rv4_images/module_SLKN_sites_images/akosite.png");
}



/* 5. Print
------------------------------------*/
@media print {
    body {
        background: #fff;
    }
    #header, #navBar, #breadCrumbs, #leftCol, #rightCol, #footer {
        display: none;
    }
    #mainContent {
        overflow: visible;
    }
}

/* 6. Handheld
------------------------------------*/
@media handheld {
    
}

/* 7. Debug
------------------------------------*/
/* Un-comment for site testing

*[style], font, center {outline: 5px solid red;}
img[alt=""] {border: 3px solid red;}
img[title=""] {border: 3px dotted fuchsia;}
img:not([alt]) {border: 5px solid red;}
img:not([title]) {outline: 5px solid fuchsia;}
table[summary=""] {outline: 3px solid red;}
table:not([summary]) {outline: 5px solid red;}
th {border: 2px solid red;}
th[scope="col"], th[scope="row"] {border: none;}
a[href]:not([title]) {border: 5px solid red;}
a[title=""] {outline: 3px dotted red;}
a[href=""] {background: fuchsia;} */

