html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
html,body{height:100%;width:100%;overflow:hidden; font-family: Arial, Helvetica, sans-serif; color:#444;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {font-weight:normal; font-style:normal; font-family:Arial, Helvetica, sans-serif; color:#fff;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none; outline:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

.tundra .dijitSplitContainer-dijitContentPane, .tundra .dijitBorderContainer-dijitContentPane, .tundra .dijitBorderContainer, .tundra .dijitSplitterV, .tundra .dijitGutterV, .tundra .dijitSplitContainer-child, .tundra .dijitBorderContainer-child{
	background:none;
	padding:0;
	border:none;
}

a{
	color:#000;
}

h1{
	font-size:1.4em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#mainWindow{
	position:absolute;
	top:0px;
	height:100%;
	width:100%;
}

#banner{

}

#headerArea{
	height:90px;
	background: url(../images/banner-bg.jpg);
	padding:5px 25px 0px 25px;
}

#title{
	padding-bottom:20px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

#subtitle{
	color:#fff;
    overflow: hidden;
}



#social,#logo{
	float:right;
}

#social{
	padding-bottom:20px;
}

#smLink{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.82em;
	text-decoration:none;
	outline:none;
}

#smLink:hover{
	text-decoration:underline;
}

#timeSliderBlind{
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background-color:#444;
	z-index:1000
}

#timeSliderCon{
	width:80%;
	margin:auto;
}

.timeControl{
	display:none;
	height:25px;
	cursor:pointer;
}

#tabArea{
	height:35px;
	width:100%;
	padding-left:15px;
	background: url(../images/banner-bg.jpg) repeat-x;
	overflow:hidden;
}

.tab{
	background: url(../images/tab-bg.jpg);
	height:30px;
	width:170px;
	float:left;
	margin-left:5px;
	white-space:nowrap;
	cursor:pointer;
}

.tab:hover{
	background: url(../images/tab-p.jpg);
}

.tabText{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
	overflow:hidden;
	padding:6px 5px 0px 7px;
}

.selected{
	height:35px;
	background:#c4c4c4;
}

#leftPane {
    width:22%;
	min-width:250px;
	height:100%;
	font-size:0.9em;
}

#descriptionPanel {
	height:65%;
	overflow:auto;
}

.description{
	display:none;
	padding:20px;
}

.mapTitle{
	display:none;
	padding:20px 20px 10px 20px;
	color:#444;
	font-weight:bold;
}

#legendHeader {
	background:#444;
    padding:5px 10px 5px 10px;
}

#legendPanel{
	position:relative;
	overflow:auto;
}

#links{
	position:relative;
	padding:20px 20px 10px 20px;
	overflow:auto;
}

.legend {
	display:none;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
}

.map{
	position:absolute;
	top:0;
	height:100%;
	width:100%;
}

#mapBlind{
	background-color:#fff;
	position:relative;
	height:100%;
	width:100%;
	z-index:1000;
}

#map0{
	display:block;
}

#timeDisplay{
	position:absolute;
	top: 5%;
	background-color:#444;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	z-index:100;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#loadingCon{
	position:absolute;
	z-index:99;
	width:100%;
    top:40%;
	text-align:center;
}

#loadingDialog{
	margin:auto;
	background-color:#dadada;
	width:300px
}

#loadingHeader{
	background-color:#444;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	width:300px;
}


#loading{
	padding-top:10px;
}

#loadingImg{
	margin-top:5px;
	padding-bottom:10px;
}

g,v{
	cursor:pointer;
}

.maximize{
	display:none;
}

.zoomTo{
	color:#444;
}

.dijitRuleMark{
	border: 1px solid #848484;
}

.tundra .dijitSliderImageHandleH{
	z-index:10;
}

.dijitToggleButton, .dijitButton, .dijitDropDownButton, .dijitComboButton{
	display:none;
}

.esriRtl #tabArea{
    padding-left:0;
    padding-right:20px;
}

.esriRtl .tab{
    float:right;
}

  /* INTRO PANEL */
	  #modalBackground {
	  position:absolute;
	  height:100%;
	  width:100%;
	  top:0;
	  background-color:#3e3e3e;
	  z-index:100;
	  }
	  
	  #intro{
	  display:none;
	  position:absolute;
	  width:820px;
	  height:490px;
	  top:65px;
	  background-color:#004797;
	  z-index:101;
	  }
	  
	  #introHeader{
	  width:100%;
	  height:65px;
	  line-height:2.0;
	  background:url(../images/banner-bg.jpg) repeat-x;
	  color:#fff;
	  font-family:Georgia, "Times New Roman", Times, serif;
      font-size:30px;
      text-align:left;
      padding:0px 15px ;
      white-space: nowrap;  
      overflow: hidden;  
      text-overflow: ellipsis;
      -o-text-overflow:ellipsis;
	  }
	  
	  
	  /* Intro Panel */
	  #introContent{
	  overflow:hidden;
	  }
	  
	  #textPanel{
	  width:350px;
	  height:585px;
	  margin-left:15px;
	  margin-top:2px;
	  float:left;
	  }
	  
	  #introText{
	  max-height:390px;
	  overflow:auto;
	  margin-bottom:15px;
	  padding-top:25px;
	  padding-left:25px;
	  }
	  
	  #continue{
	  display:none;
	  margin-left:200px;
	  }
	  
	  #introImg{
	  display:inline;
	  max-width:405px;
	  max-height:314px;
	  margin-top:65px;
	  margin-right:15px;
	  float:right;
	  }
	  
	  /* clean gray
	  *******************************************************************************/
	  .clean-gray {
      background-color: #eeeeee;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
      /* Saf4+, Chrome */
  	  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
      background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
      background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
      background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
      background-image: linear-gradient(top, #eeeeee, #cccccc);
      border: 1px solid #ccc;
      border-bottom: 1px solid #bbb;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: #333;
      font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
      line-height: 1;
      padding: 8px 8px;
      text-align: center;
      text-shadow: 0 1px 0 #eee;
      width: 150px;
	  }

	  .clean-gray:hover {
      background-color: #dddddd;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: linear-gradient(top, #dddddd, #bbbbbb);
      border: 1px solid #bbb;
      border-bottom: 1px solid #999;
      cursor: pointer;
      text-shadow: 0 1px 0 #ddd;
	  }

	  .clean-gray:active {
      border: 1px solid #aaa;
      border-bottom: 1px solid #888;
      -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
      -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
      -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
      -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
      box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	  }	
	  
	  #logoArea{
	 height:66px;
	 float:left;
	  }
	  
	  #logo{
	border:none;
	outline:none;
	float:right;
	}

	#logoImg{
	border:none;
	outline:none;
	
	}
	
	#titleText{
		padding-left: 320px;
		padding-top: 10px;
		}
		
	#branding-wrapper{
	height: 100%;
	width: 164px;
	float:right;
	
} 


.logo-icimod {
	
	
}
.logo-icimod img{ margin:16px 0 0 30px; }

#navigation{
	float: right;
	
}

#social{
	padding-top:2px;
	padding-right:30px;
	float:right;
	overflow: hidden;
}

/* To change the position of naviation icons */
#navigation ul{
	margin:0;
	padding:0;
	margin-top:18px;
	margin-right:250px;
}

#navigation ul li{
	list-style: none;
	width:34px;
	height:29px;
	float: left;
	margin-left:8px;
}

#navigation ul li a{
	width:34px;
	height:29px;
	float:left;
	text-indent: -99999px;
}

#navigation ul li a.info{
	background:url(../images/nav-video.jpg)no-repeat;
}

#navigation ul li a.info:hover, #navigation ul li.a.active a.info{
	background:url(../images/nav-video.jpg)no-repeat 0 -30px;
}

/** tool tips **/
.module_buttons a{
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
}

.module_buttons a div{
    color: #FFFFFF;
    display: none;
    left: -40px;
    line-height: 16px;
    margin-right: 4px;
    position: absolute;
    text-align: center;
    text-indent: 1px;
    top: -33px;
    width: 96px;
    height: 14px;
    z-index: 9999;
    padding: 10px 0 8px 0;
    background: url(../images/arrow-tooltip.png) no-repeat;
}

.popbox{
	position:absolute;
	 z-index:999;
	 top:20%;
	left:35%;
}

.popbox-top-lt{
	background:url(../images/popup-top-lt.png)no-repeat;
	width:13px;
	height:40px;
	margin:0px;
	padding:0px;
	display:block;
}

.popbox-top
{
    background: url(../images/popup-top.png) repeat-x;
    height: 40px;
}

.box-header
{
    display: block;
    cursor: move;
    height: 15px;
}

.popbox-ttl
{
    float: left;
    font-weight: bold;
    color: #fff;
    margin: 8px 6px 0 0;
}

.btn-close
{
    float: right;
    margin-top: 12px;
}

.btn-close a
{
    background: url(../images/btn-close.png) no-repeat;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    display: block;
}

.popbox-top-rt
{
    background: url(../images/popup-top-rt.png) no-repeat;
    width: 13px;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
}

.popbox-lt
{
    background: url(../images/popup-lt.png) repeat-y;
    width: 13px;
}

.popbox-rt
{
    background: url(../images/popup-rt.png) repeat-y;
    width: 13px;
}

.popbox-bg
{
    background: #fff;
    padding: 0 6px 5px 6px;
}

.popbox-btm-lt
{
    background: url(../images/popup-btm-lt.png) no-repeat;
    width: 13px;
}

.popbox-btm
{
    background: url(../images/popup-btm.png) repeat-x;
    height: 11px;
}

.popbox-btm-rt
{
    background: url(../images/popup-btm-rt.png) no-repeat;
    width: 13px;
}

 #gallery {
    padding: 30px;
    background: #efefef;
  }