.map-link span {
    display: block;
    text-align: center;
    width: 218px;
    height: 154px;
    margin-left: -6px;
    text-indent:-999px;
    background:url(/resources/images/map_sprite.png) 0 0 transparent;
    overflow: hidden;
    margin-left: 35px;
	/* IE7 Fix */
	*margin-left:10px;
}
.IE7 .map-link span,
.IE8 .map-link span,
.IE9 .map-link span {
	 margin-left:3em;
}
.map-link:hover span,.map-link:focus span{
    background:url(/resources/images/map_sprite.png) -214px 0px transparent; 
}

#mapWidgetForm{
    padding-right:7px;
}

#inno-map {
	background-clip: padding-box;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	display: block;
	height: auto;
	margin-bottom: 7px; 
	width: 282px;
	padding: 13px 7px 0px 7px;
	text-align:center;

	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2Y2ZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 1%, #e7f6fd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e7f6fd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 1%,#e7f6fd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 1%,#e7f6fd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 1%,#e7f6fd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 1%,#e7f6fd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7f6fd',GradientType=0 ); /* IE6-8 */
}

.ui-helper-highcontrast #inno-map{
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.FFX #inno-map {
    margin-bottom: 6px; 
}
#inno-map .map-link:active span,
#inno-map .map-link:focus span{
	border-color:#CDCDCD;
	border-style: dashed;
	border-width:.2px;
}

#inno-map h2 {
    color: #05508F;
    display: block;
    text-align: center;
    *padding-left:3px;
    font: 1.5em Georgia, Times, serif;
    text-decoration: none;
    background: none;
    padding-bottom: 0px;
    margin-right:8px;
}

#inno-map .map-link:hover h2,#inno-map .map-link:focus h2{
    color:#C1581E;
}

#page a {
	outline: 0;
	color:#006699;
	/*color:#0F5986; color: #09539F;*/
}
#page a:hover {
	text-decoration: underline;
	color: #C1581E;
}
.homePage a {
  
    line-height: 1.5em;
}
.homePage .ui-widget-content a, .homePage a:link {
     /*color: #005580;*/
     font-weight: normal;
     text-decoration: none;
}
.homePage a:visited {
     font-weight: normal;
}

#inno-map .ddstates{
    min-height:28px;
    vertical-align:top;
	 height:28px;
	 width:150px;
}

.IE7 #inno-map .ddstates{
   min-height:18px;
	vertical-align:middle;
}
.IE8 #inno-map .ddstates{
   min-height:18px;
   vertical-align:top;
}

.ddstates{
	width:auto;
	margin:10px 0 10px 0;
	border:1px solid #CCC;
	border-radius: 5px 0px 0px 5px;
	height: auto;
   min-height:28px;
	line-height:22px;
}

#rightRailHome {
	width: 91%;
    width: 289px;
}

#map-container
{
    
    font-family: Arial;
    width: 950px;
    margin-left: -6px;
    margin-right: auto;
    border: #999 solid 1px;
}

#map-header label
{
    display:none;
}

#map-header
{
    color:#fff;
    padding:10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#014d8a), to(#001628));
    background: -moz-linear-gradient(top,  #014d8a,  #001628);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#014d8a', endColorstr='#001628');
    background-image: -o-linear-gradient(90deg,rgb(0,23,41),rgb(1,77,137));
}

#map-header form
{
    display:inline;
}

#map-state-submit, #map-display-button
{
    margin-left:10px;
    margin-top:6px;
    -moz-border-radius: 5px;
    border-radius: 5px;        
}

#map-display-button
{
    position: relative;
    left: -.525em;
}

#btn-primary 
{
    color:#000;
	height:28px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bold;
	margin-top:10px;
	margin-left:-5px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	background: #F5F5F5;
	background: -moz-linear-gradient(top, #F5F5F5 0%, #E8E8E8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(100%, #E8E8E8));
	background: -webkit-linear-gradient(top, #F5F5F5 0%, #E8E8E8 100%);
	background: -o-linear-gradient(top, #F5F5F5 0%, #E8E8E8 100%);
	background: -ms-linear-gradient(top, #F5F5F5 0%, #E8E8E8 100%);
	background: linear-gradient(to bottom, #F5F5F5 0%, #E8E8E8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#E8E8E8', GradientType=0 );
}
.ui-helper-highcontrast #btn-primary 
{
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#btn-primary:hover,
#btn-primary:focus 
{
    color:#fff;
	background: #1F1F1F;
	background: -moz-linear-gradient(top,  #2E2E2E 0%, #1F1F1F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E2E2E), color-stop(100%,#1F1F1F));
	background: -webkit-linear-gradient(top,  #2E2E2E 0%,#1F1F1F 100%);
	background: -o-linear-gradient(top,  #2E2E2E 0%,#1F1F1F 100%);
	background: -ms-linear-gradient(top,  #2E2E2E 0%,#1F1F1F 100%);
	background: linear-gradient(to bottom,  #2E2E2E 0%,#1F1F1F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E2E2E', endColorstr='#1F1F1F',GradientType=0 );
}

#widget-text {
    font-family: Arial;
    text-decoration: none !important;
    padding-top: 10px;
    margin-right:7px;
}

#get-widget-btn {
    font-family: Arial;
    display:block;
    text-align:center;
    margin:-7px 4em 10px 4em;
    font-weight: bold;
    color: white !important;
    text-decoration: none !important;
    padding: 8px 0px;
    width:70%;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-radius: 0px 0px 1em 1em; 
    background: #014d89;
    background: -moz-linear-gradient(top, #014d89 0%, #052b4f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #014d89), color-stop(100%, #052b4f));
    background: -webkit-linear-gradient(top, #014d89 0%, #052b4f 100%);
    background: -o-linear-gradient(top, #014d89 0%, #052b4f 100%);
    background: -ms-linear-gradient(top, #014d89 0%, #052b4f 100%);
    background: linear-gradient(to bottom, #014d89 0%, #052b4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014d89', endColorstr='#052b4f', GradientType=0 );
}

.IE8 #get-widget-btn {
    width: 108.6%;
    margin: -7px 0em 5px;
}


#get-widget-btn:hover {
	background: #ffc938;
	background: -moz-linear-gradient(top,  #ffc938 0%, #efc300 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc938), color-stop(100%,#efc300));
	background: -webkit-linear-gradient(top,  #ffc938 0%,#efc300 100%);
	background: -o-linear-gradient(top,  #ffc938 0%,#efc300 100%);
	background: -ms-linear-gradient(top,  #ffc938 0%,#efc300 100%);
	background: linear-gradient(to bottom,  #ffc938 0%,#efc300 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc938', endColorstr='#efc300',GradientType=0 );
	text-decoration: underline !important;
	color: black !important;
}
#get-widget-btn:focus {
    background: #ffc938;
    background: -moz-linear-gradient(top,  #ffc938 0%, #efc300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc938), color-stop(100%,#efc300));
    background: -webkit-linear-gradient(top,  #ffc938 0%,#efc300 100%);
    background: -o-linear-gradient(top,  #ffc938 0%,#efc300 100%);
    background: -ms-linear-gradient(top,  #ffc938 0%,#efc300 100%);
    background: linear-gradient(to bottom,  #ffc938 0%,#efc300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc938', endColorstr='#efc300',GradientType=0 );
    text-decoration: underline !important;
    color: black !important;
}

#state-floater:before
{
    content:"Current View: ";
    color:#fff;
}
#state-floater
{
    margin-top:10px;
    
    color:#FFFB82;
    font-weight:bold;
    float:right;
}

#map-left-controls
{
    float: left;
    width: 213px;
    height: 550px;
    overflow:auto;
    text-align:center;
}

#map-left-inner span
{
    padding:0px;
    margin:0;
    
    font-family: Arial;
}

#map-left-inner-header
{
    background-image: url(map-bg-filter-header.png);
    background-repeat: repeat-x;
    position: relative;
    height: 3.85em;
    padding: 10px 0px 0px 0px; 
    /*drop shadows*/
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

#map-left-inner-header h2
{
	background:none;
	color:black;
	margin-bottom:0em;
	padding-bottom:0px;
	text-align:center;
	line-height:25px;
}

.display-button
{
    color:#fff;
    padding:.35em;
    background: -webkit-gradient(linear, left top, left bottom, from(#014d8a), to(#001628));
    background: -moz-linear-gradient(top,  #014d8a,  #001628);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#014d8a', endColorstr='#001628');
    background-image: -o-linear-gradient(90deg,rgb(0,23,41),rgb(1,77,137));
    /*drop shadow*/
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    /* For IE 8 */ 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#014d8a', endColorstr='#001628')"; 
}

#map-main-canvas
{
    float: left;
    width: 737px;
    height: 550px;
    background-color:#fff !important
}

#map-main-canvas-cropped
{
    float: left;
    width: 737px;
    height: 550px;
    background-color:#fff !important
}

#map-main-canvas img  
{
    max-width: none;
    width: auto; 
    display:inline; 
}

.map-mini-canvas
{
    position:absolute;
    width:140px;
    height:140px;
    border:1px solid #666;
    margin-top:380px;
}

.map-mini-canvas a img, .map-mini-canvas .gmnoprint
{
    /*mini map canvas terms*/
    display:none;
}
#map-alaska-canvas
{
    margin-left:220px;
}

#map-hawaii-canvas
{
    margin-left:365px;
}

#map-puerto-canvas
{
    visibility: hidden;
    margin-left:510px;
}

a.map-button
{
    display:inline-block;
    padding: 8px;
    color:#fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2072bb), to(#014d8a));
    background: -moz-linear-gradient(top,  #2072bb,  #014d8a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2072bb', endColorstr='#014d8a');
    background-image: -o-linear-gradient(90deg,rgb(1,77,138),rgb(31,112,185));
}

a.map-button:hover
{
    color:#FFFB82;
}

a.map-button:focus, #form-dd-state:focus, #map-state-submit:focus, #map-display-button:focus
{
    /*outline:#fff solid 2px;*/
}

#form-dd-state:focus
{
    outline:#fff solid 4px;
}

a.map-skipnav
{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
a.map-skipnav:focus, a.map-skipnav:active {
	left:0;
	width:auto;
	height:auto;
	overflow:visible;
	text-decoration:none;
	z-index:1000;
}

.IE8 a.map-skipnav:focus, .IE8 a.map-skipnav:active {
position:relative;
	left:80%;
	width:auto;
	height:auto;
	overflow:visible;
	text-decoration:none;
	z-index:1000;
    background: #fff;
}


/*----States Drop Down -------*/

#form-dd-state
{
    margin-top:6px;
    padding: 5px 5px 4px 5px;
    height: 28px;
}

#mapFilterContainer
{
    background-color:#fff;
    padding: 0 0 10px 0;
    height:36.0777em;
    overflow:auto;    
}

#mapFilterContainer input
{
    margin-left:5px;
}

.map-list-filter
{
    padding: 3px;
    background-image:url(map-bg-blue.png);
    border-bottom:1px solid #bbb;
    text-align:left;
}

.IE7 .map-list-filter
{
    padding-bottom: 40px;
}

.map-list-filter-state
{
    background-image:url(map-bg-orange.png);
}

.map-list-filter-inactive
{
   background-image:url(map-bg-inactive.png);  
}

.map-list-filter-text
{
    float:left;
    width:70%;
    margin-top:2px;
}

.map-list-filter-text label
{
    color:#000;
    font-weight: normal;
}

.map-list-filter-text-inactive label
{
    color:#707070;
    font-weight: normal;
    font-style: italic;
}

.map-list-filter-ckbox
{
    margin-right:15px;
    float:left;
}

.map-infowindow
{
    padding:5px;
    line-height:15px;
}

.map-infowindow strong
{
    font-weight:bold;
}

.map-iw-header
{
   
    font-weight:bold;
}

/*---data grid styles---*/
#map-datagrid-container
{
    clear: both;
    display:none;
    max-height:400px;
    overflow:auto;
    border-top: 1px solid #000;
}

#map-datagrid-container table
{
    width: 100%;
    margin-bottom:30px;
}

#map-datagrid-container th, #map-datagrid-container td
{
    text-align:left;
    padding: 10px;
    text-align:left;
    vertical-align:top;
    border: 1px solid #333;
}

.map-table-header
{
    color:#000;
    
    font-weight: bold;
    background-color: #fff;
    background-image: url(map-bg-datagrid-header.png);
    background-repeat: repeat-x;
}

.map-table-header-state
{
    color:#000;
    
    font-weight: bold;
    background-color: #fff;
    background-image: url(map-bg-datagrid-header.png);
    background-repeat: repeat-x;
}

#table-state-bar
{
    border-style:solid;
    border-top:15px solid #FE5903;
}

#table-bar
{
    border-style:solid;
    border-top:15px solid #0079B4;
}

.map-row-highlight a:link {
    color: #014B86;
}

.map-row-highlight a:visited {
    color: #014B86;
}

.map-row-highlight
{
    background-color:#dddddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#CFCFCF));
    background: -moz-linear-gradient(top,  #E0E0E0,  #CFCFCF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#CFCFCF');
    background-image: -o-linear-gradient(90deg,rgb(207,207,207),rgb(224,224,224));
}

.map-row-state
{
    background-color:#DDF7DC;
    background: -webkit-gradient(linear, left top, left bottom, from(#DDF7DC), to(#CDE6CC));
    background: -moz-linear-gradient(top,  #DDF7DC,  #CDE6CC);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDF7DC', endColorstr='#CDE6CC');
    background-image: -o-linear-gradient(90deg,rgb(169,70,15),rgb(145,51,0));
}

#map-legend-container 
{
    clear:both;
    margin: 0 0 0 0;
    padding: 10px 0 0 5px;
    font-weight: bold;
}

#map-legend-container img
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 13px;
    width: 13px;
}

#map-link-container
{
    float: right;
    padding: 10px 10px 0 0;     
}


/*---------extra formatting----*/

.map-spacer
{
    clear:both;
}

/*header styles---*/

#map-content h1, h2
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
    font-weight: normal;
    /*text-decoration: none;*/
    color: #05508F;
}

/*--print formatting---*/
@media print 
{
    #map-datagrid-container
        {
            clear: both;
            max-height:none;
            overflow:visible;
        }
  
}

#mapWidgetForm #btn-primary{
    margin-bottom: 10px;
}

/************Tablet:**********/
@media screen and (max-width: 991px){
	#get-widget-btn{
		margin: -7px 41px;
        width: auto;
	}
}

/************Phone Landscape:**********/
@media screen and (max-width: 767px){
	#rightRailHome{
		padding-right: 0px !important;
		padding-left: 0px !important;
		margin-right: 0px !important;
		margin-left: 0px !important;
		width: 100% !important;
	}
	
	.side-landing #inno-map{
		width: 100%;
		margin-bottom: 0px;
		margin-right: auto;
		margin-left: auto;
		border-radius:  10px 10px 0px 0px;
		padding: 6px 6px 0px 6px;
	}
	
	#inno-map h2{
		width: 48%;
		text-align: left;
		margin-left: 6%;
		margin-right: auto;
		margin-top: 5px;
		float: left;
	}
	
	.map-link span{
		width: 129px;
		height: 87px;
		background: url(/resources/images/map_sprite.png) -2px -4px transparent;
        background-size: 203%;
		padding-left: 0px;
		margin-left: 65%;
		margin-right: 0px;
	}
	
	.map-link:hover span, .map-link:focus span{
		background: url(/resources/images/map_sprite.png) -132px -4px transparent;
        background-size: 203%;
	}
    #inno-map .map-link:hover h2,#inno-map .map-link:focus h2{
        text-decoration:underline;
    }
	
	#get-widget-btn{
		border-radius: 0 0 19px 19px;
		height: 22px;
		padding: 4px 0px;
	}
	#rightRailHome [class*="span"]{
		width: 100%;
	}
	#rightRailHome .map-link{
		margin-left: 0px;
	}
	#get-widget-btn{
		margin: 0px;
		margin-bottom: 15px;
		width: 100%;
	}
	#widget-text{
		width: 93%;
	}
	#innMap{
		width: 126px;
		height: 89px;
		margin-top: -5px;
	}
}

/************Phone Portrait:**********/
@media screen and (max-width: 479px){	
	#inno-map h2{
		width: 138px;
		text-align: left;
		margin-left: 4%;
		margin-top: 0px;
		float: left;
	}
	
	.map-link span{
		width: 117px;
		height: 80px;
		background: url(/resources/images/map_sprite.png) -2px -4px  transparent;
        background-size: 203%;
		padding-left: 0px;
		margin-left: 55%;
		margin-right: 0px;
	}
	
	.map-link:hover span, .map-link:focus span{
		background: url(/resources/images/map_sprite.png) -120px -4px  transparent;
        background-size: 203%;
	}
	
	#innMap{
		width: 117px;
		height: 84px;
		margin-top: -5px;
	}
}