@charset "UTF-8";
@font-face {
    font-family: 'NewsCycleRegular';
    src: url('http://salveloscitricos.org/templates/saveourcitrus2014/css/templates/citrus-home/css/newscycle-regular-webfont.eot');
    src: url('http://salveloscitricos.org/templates/saveourcitrus2014/css/templates/citrus-home/css/newscycle-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('http://salveloscitricos.org/templates/saveourcitrus2014/css/templates/citrus-home/css/newscycle-regular-webfont.woff') format('woff'),
         url('http://salveloscitricos.org/templates/saveourcitrus2014/css/templates/citrus-home/css/newscycle-regular-webfont.ttf') format('truetype'),
         url('http://salveloscitricos.org/templates/saveourcitrus2014/css/templates/citrus-home/css/newscycle-regular-webfont.svg#NewsCycleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* 
medium green = #74ac27
dark green = #2b6618
orange = #ff9900
yellow = #eee13fs
 */

.sidebar {
border: 2px solid white;
box-shadow: inset 0 0 4px black;
display: inline-block;
margin-bottom: 10px;
margin-right: -16px;
}

html, body, div, h1, h2, h3, h4, p, img, a {
  margin: 0;
  padding: 0;
  } 

h1, h2, h3, h4 {
margin: 10px 0;
color: ff9900;
}

body {
  background: url('../images/citrus_bg1.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Arial, Verdana, sans-serif;
  text-align: center;
}

#wrapper {
  width: 865px;
  position: relative;
  margin: 20px auto;
  border: 8px solid white;
  background-color: #003366;
  padding:14px;
}
  
#spanish {
  z-index: 300;
  position: absolute;
  right: -8px;
  top: -8px;
  background-color: #ff9900;
  padding: 5px;
  }
  
#spanish p {
  font-family: Arial, Verdana, sans-serif;
  color: #fff;
  font-size: 11px;
  }
  
#spanish a, 
#spanish a:link, 
#spanish a:visited {
  color: #fff;
  text-decoration: none;
  }
  
#spanish:hover {
  background-color: #ffb600;
  }
  
#spanish a:hover, 
#spanish a:active {
  text-decoration: underline;
  }

#header {
  width: 104%;
  position: relative;
  height: 105px;
  background-color: #fff;
  display: block;
  margin: -14px;
}
  
#masthead {
  margin: 0;
  padding: 0;
  z-index: 1;
  }

#masthead a img {
  border: 0;
  margin-right: 8%;
}
  
#aphis {
  margin: 0;
  padding: 0;
  z-index: 100;
  position: absolute;
  display: inline;
  top: 15px;
  left: 15px;
  }
  
#hp_banner {
  margin: 0;
  padding: 0;
  z-index: 200;
  position: absolute;
  right: 25px;
  top: 35px;
  }
  
#main_menu {
  width: 715px;
  border-top: 10px solid #036;
  background-color: #003366;
  position: relative;
  float: left;
  margin-left: -14px;
  }
  
#main_menu ul {
  list-style-type: none;
  margin-left: -40px;
  }
  
#main_menu ul li {
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-right: 1px solid #e88301;
  float: left;
  text-transform: uppercase;
  line-height: 18px;
  margin: 0;
  padding: 0;
  }

#main_menu li a,
#main_menu li a:link,
#main_menu li a:visited {
  color: #a7a861;
  text-decoration: none;
}

#main_menu li a:hover,
#main_menu li a:active {
  color: #cc6600;
  text-decoration: none;
}

#main_menu li a img {
  border:0;
}
  
.main-menu img {
/* opacity: .0; */
  background-color: white;
}

.main-menu img:hover {
/* opacity: .0; */
  background-color: #ff9900;
}

#sub_menu a {
color: white;
text-transform: uppercase;
text-decoration: none;
font-size: 13px;
}

#sub_menu a:hover {
color: #ff9900;
}

#sub_menu ul {
  list-style-type: none;
  padding: 0;
  }
  
#sub_menu li {
  display: inline-block;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  color: #a7a861;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  }

.menu {height: 6px;
margin-top: 0;}
  
#search {
    background: none repeat scroll 0 0 #003366;
    display: inline-block;
    float: left;
    height: 50px;
    margin-right: -18px;
    padding: 8px 0;
    position: relative;
    text-align: left !important;
    width: 178px;
}

#search label {
  font-family: 'News Cycle', 'Arial Narrow', Arial, Verdana, sans-serif;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#search input {
  border: solid 1px #cc6600;
}

/* 
.search {width: 130px;}
 */

#top_left {
  width: 280px;
  min-height: 275px;
  position: relative;
  float: left;
  background-color: #74ac27;
  -moz-box-shadow: inset 0 0 40px #5d8816;
  -webkit-box-shadow: inset 0 0 40px #5d8816;
  box-shadow: inset 0 0 40px #5d8816;
  margin: 0;
  padding: 0;
  /* Old above */
border: 2px solid white;
box-shadow: inset 0 0 4px black;
display: table-cell;
margin: 10px;  
  }
  
#top_left h1 {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px #000;
  margin-top: 0;
  padding-top: 0;
  line-height: 20px;
  padding-bottom: 12px;
  }
  
#top_left h2 {
  letter-spacing: 0.13em;
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  }
  
#top_left p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-align: left;
  padding: 10px;
  }

#top_left a:link,
#top_left a:visited {
  color: #fff;
}

#top_left a:hover,
#top_left a:active {
  color: #eee13f;
}
  
#flash_col {
  position: relative;
  float: left;
  width: 330px;
  min-height: 225px;
  background-image: url('http://salveloscitricos.org/templates/saveourcitrus2014/images/flash_back.jpg');
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  }

#flash_col a {
  display:block;
  position:absolute;
  left:0;
  top:185px;
  width:330px;
  height:225px;
  z-index:1;
  background-image: none;
  outline:0;
}

#flash_col object {
  position:relative;
  z-index:0;
}

#five-things {
  width: 294px;
  min-height: 302px;
  background: orange;
  padding: 7px 0;
  text-transform: uppercase;
  box-shadow: inset 0 0 9px rgba(0, 0, 0, .3);
}

#five-things h3 {
  color: white;
  font-weight: normal;
}

#five-things h3:hover {
  opacity: .8;
}

#five-things a {
  color: #1360e1;
  text-decoration: none;
}

#five-things a:hover {
  color: #5b97fb;
}
  
#top_right {
  position: relative;
  float: right;
  width: 255px;
  min-height: 225px;
  background-color: #74ac27;
  -moz-box-shadow: inset 0 0 40px #5d8816;
  -webkit-box-shadow: inset 0 0 40px #5d8816;
  box-shadow: inset 0 0 40px #5d8816;  
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important; 
}
  
#top_right h1 {
  color: #fff;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px #000;
  margin-top: 0;
  line-height: 20px;
  padding-bottom: 12px;
  text-transform: uppercase;
  }
  
#top_right h2 {
  letter-spacing: 0.13em;
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom 0;
  text-transform: uppercase;
  }
  
#top_right p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-align: left;
  padding: 10px;
  }

#top_right a:link,
#top_right a:visited {
  color: #fff;
}

#top_right a:hover,
#top_right a:active {
  color: #eee13f;
}
  
#bottom_left {
  position: relative;
  float: left;
  width: 280px;
  height:231px;
  display: inline-block;
  margin: 0;
  padding: 0;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  }
  
#bottom_left h1 {
  color: #000;
  font-family: 'News Cycle','Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px #000;
  margin-top: 0;
  line-height: 20px;
  padding-bottom: 30px;
  }
  
#bottom_left h2 {
  letter-spacing: 0.13em;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  }

#bottom_left p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  text-align: left;
  padding-left: 10px;
  padding-right: 4px;
  }

#bottom_left a:link,
#bottom_left a:visited {
  color: #333333;
}

#bottom_left a:hover,
#bottom_left a:active {
  color: #e88301;
}
  
#bottom_right {
  position: relative;
  float: left;
  top: -50px;
  background-color: #e88301;
  display: inline-block;
  margin-bottom: -35px;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  }
  
#sub_page_col {
  width: 538px;
  background-color: #fff;
  float: left;
  position: relative;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  display: table-cell;
  min-height: 542px;
  font-size: 12px;
  line-height: 1.25em;
  }

#sub_page_col a, #sub_page_col a:visited {
color: #ed8000;
}

#sub_page_col a:hover {
color: #ff9900;
}
  
#sub_page_col h1 {
  color: #ff9900;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px #000;
  margin-top: 10px;
  }
  
#sub_page_col h2 {
  letter-spacing: 0.13em;
  color: #ff9900;
  font-weight: normal;
  margin-top: 10px;
  }

#sub_page_col h3 {
  letter-spacing: 0.13em;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  }
  
#sub_page_col p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin: 10px 0;
  }  
  
#media {
  background: url(../images/dontmovecitrus_bg.png); 
  display: inline-block;
  position: relative;
  width: 294px;
  height: 209px;
  box-shadow: inset 0 0 9px rgba(0, 0, 0, .3);
  }
  
.banner a {
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
color: white; 
display:inline;
}

.banner a:hover {
opacity: .8; 
}

#footer {
  width: 865px;
  height: 70px;
  position: relative;
  top: 0;
  background-color: #72a71c;
  display: block;
  top: 0;
  border: 2px solid white;
  box-shadow: inset 0 0 4px black;
  }
  
#footer_left {
  position: relative;
  float: left;
  display: inline-block;
  margin-top: 16px;
  margin-left: 4px;
  }
  
#footer_left ul {
  list-style-type: none;
  padding-left: 10px;
  }
  
#footer_left ul li {
  float: left;
  display: inline-block;
  font-family: 'Arial Narrow', Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #fff;
  margin: 10px;
  }

#footer_left a:link,
#footer_left a:visited {
  color: #fff;
}

#footer_left a:hover,
#footer_left a:active {
  color: #eee13f;
}
  
#footer_center {
  float: left;
  display: inline-block;
  position: relative;
  height: 40px;
  vertical-align: middle;
  margin-top: 24px;
  margin-left: 4px;
  vertical-align: middle;
  }
  
#footer_center ul {
  list-style-type: none;
  padding-left: 10px;
  }
  
#footer_center ul li {
  float: left;
  display: inline-block;
  font-family: 'Arial Narrow', Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  letter-spacing: 0.1em;
}

#footer_center ul li a:link,
#footer_center ul li a:visited {
  text-decoration: none;
  color: #fff;
}

#footer_center ul li a:hover,
#footer_center ul li a:active {
  color: #e88301;
}
  
.btn {
  background-color: white;
  color: black !important;
  padding: 4px 12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px !important;
  margin-right: 20px !important;
  text-shadow: none !important;
  display: block;
  vertical-align: middle;
  box-shadow: 0 0 6px darkgray inset, 0 2px 4px black;
  text-transform: uppercase;
  }
  
.btn a:link,
.btn a:visited {
  text-decoration: none;
  color: black;
}
  
.btn:hover {
  background-color: lightgray !important;
  color: white !important;
  }

.map-btn {
position: absolute;
bottom: 20px;
right:20px;
background-color: #ff9900;
color: white !important;
padding: 4px 12px;
border-radius: 3px;
-moz-border-radius: 3px;
font-size: 12px !important;
margin-right: 40px !important;
text-shadow: none !important;
text-transform: uppercase;
text-decoration: none;
display: block;
vertical-align: middle;
border: 1px solid #f7da65;
box-shadow: 0 0 6px orange inset, 0 2px 4px black;
background: rgb(255,204,127); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,204,127,1) 0%, rgba(255,153,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,127,1)), color-stop(100%,rgba(255,153,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,204,127,1) 0%,rgba(255,153,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,204,127,1) 0%,rgba(255,153,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,204,127,1) 0%,rgba(255,153,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,204,127,1) 0%,rgba(255,153,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc7f', endColorstr='#ff9900',GradientType=0 ); /* IE6-9 */
}

.map-btn:hover {color: #fff0b6 !important; border: 1px solid orange;}
  
#footer_right {
float: right;
position: relative;
margin-top: 4px;
margin-right: 6px; 
}
  
#footer_right p {
  font-family: 'Arial Narrow', Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  }

#footer_right ul {
    list-style-type: none;
    margin-left: -20px;
}
  
#footer_right ul li {
  display: inline;
  float: left;
  margin-right: 5px;
  }

#footer_right li a img {
  border: 0;
}

  
.clear {
  clear: both;
  visibility: hidden;
  max-height: 10px;
  }

.bright img:hover {
opacity: .8;
-moz-opacity: .8;
-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”;
}
  
/* --------------------------------------------------------------   
   Tracking slider
-------------------------------------------------------------- */

#greeningtracker {
  margin:0;
  padding:0;
  float:left;
  clear:none;
  display:inline;
  width: 554px;
  height:342px;
  background:orange;
  font-size:1.1em;
  line-height:1.6em;
  margin-left: -10px;
  border: 2px solid white;
}

#greeningtracker h3 {
  margin-left :20px;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 2px rgba(0, 0, 0, .3);
}

#quarantineLinks {
  float:left;
  margin:0;
  padding:0;
  display:inline;
  width:355px;
  color:#fff;
}
#quarantineLinks li, area, #islands li {
  text-decoration:underline;
  cursor:pointer;
}
#slideholder {
  margin:0;
  padding:0;
  float:left;
  clear:none;
  width:554px;
  height:342px;
  overflow:hidden;
}
.panes {
  width:4000px;
  background:url(http://salveloscitricos.org/templates/saveourcitrus2014/images/greeningtracker-bg.jpg) no-repeat scroll 0px 0px;
}
#trackermap {
  margin:0;
  padding:0;
  float:left;
  clear:none;
  width:554px;
  height: 342px;
  position:relative;
  z-index:1;
}
#usmap {
  margin:0;
  padding:0;
  float:left;
  clear:none;
  width:554px;
  height:342px;
}
#usmap img {
  float:left;
  clear:none;
  border:none;
  width:554px;
  height:342px;
}

#clickmap area {
  cursor: pointer;
}

#islands {
  margin:0;
  padding:0;
  float:left;
  clear:none;
  width:130px;
}
#islands ul {
  float:left;
  margin:0;
  padding:0;
  width:130px;
  list-style:none;
}
#islands li {
  float:left;
  clear:left;
  margin:0;
  padding:0;
  width:130px;
  height:56px;
  list-style:none;
}
.hidden {
  display:none;
}
.states-trackers {
margin: 0;
padding: 0;
float: left;
clear: none;
position: absolute;
z-index: 100;
width: 554px;
height: 342px;

}

#alabama {
  background: url(../images/alabama-tracker.png) no-repeat scroll 0px 0px;
}
#arizona {
  background: url(http://salveloscitricos.org/templates/saveourcitrus2014/images/arizona-tracker.png) no-repeat scroll 0px 0px;
}
#california {
  background: url(http://salveloscitricos.org/templates/saveourcitrus2014/images/california-tracker.png) no-repeat scroll 0px 0px;
}
#florida {
  background: url(http://salveloscitricos.org/templates/saveourcitrus2014/images/florida-tracker.png) no-repeat scroll 0px 0px;
}
#georgia {
  background: url(http://salveloscitricos.org/templates/saveourcitrus2014/images/georgia-tracker.png) no-repeat scroll 0px 0px;
}
#guam {
  background: url(http://salveloscitricos.org/templates/saveourcitrus2014/images/guam-tracker.png) no-repeat scroll 0px 0px;
}
#hawaii {
  background: url(../images/hawaii-tracker.png) no-repeat scroll 0px 0px;
}
#louisiana {
  background: url(../images/louisiana-tracker.png) no-repeat scroll 0px 0px;
}
#mexico {
  background: url(http://salveloscitricos.org/templates/saveourcitrus2014/images/mexico-tracker.png) no-repeat scroll 0px 0px;
}
#mississippi {
  background: url(../images/mississippi-tracker.png) no-repeat scroll 0px 0px;
}
#nmi {
  background: url(../images/nmi-tracker.png) no-repeat scroll 0px 0px;
}
#puertorico {
  background: url(http://salveloscitricos.org/templates/saveourcitrus2014/images/puertorico-tracker.png) no-repeat scroll 0px 0px;
}
#southcarolina {
  background: url(http://salveloscitricos.org/templates/saveourcitrus2014/images/southcarolina-tracker.png) no-repeat scroll 0px 0px;
}
#texas{
  background: url(http://salveloscitricos.org/templates/saveourcitrus2014/images/texas-tracker.png) no-repeat scroll 0px 0px;
}
#usvi {
  background: url(http://salveloscitricos.org/templates/saveourcitrus2014/images/usvi-tracker.png) no-repeat scroll 0px 0px;
}
#americansamoa {
  background: url(http://salveloscitricos.org/templates/saveourcitrus2014/images/americansamoa-tracker.png) no-repeat scroll 0px 0px;
}
.links {
  width:130px;
  height:281px;
  float:right;
  clear:none;
}
.links img {
  cursor:pointer;
  float:left;
  clear:left;
}
.close {
  margin:0 0 130px 0;
}
#greeningtracker div.text {
    float: left;
    height: 342px;
    margin: 0;
    overflow-y: auto;
  overflow-x: hidden;
    width: 275px;
}
#greeningtracker div.text p {
  clear:left;
  display:inline;
  float:left;
  font-size:12px;
  font-weight:bold;
  text-align: left;
  font-family: Arial, Verdana, sans-serif;
  color:#fff;
  line-height:normal;
  margin:15px 0 0 20px;
  padding:0;
  width:240px;
}
#greeningtracker span.text ul {
  clear:left;
  display:inline;
  float:left;
  font-size:1.1em;
  font-weight:bold;
  color:#fff;
  line-height:normal;
  margin:15px 0 0 35px;
  padding:0;
  width:220px;
}
.subject {
  display:none !important;
}