@charset "UTF-8";
@font-face {
    font-family: 'NewsCycleRegular';
    src: url('http://salveloscitricos.org/templates/citrus-home/css/templates/citrus-home/css/newscycle-regular-webfont.eot');
    src: url('http://salveloscitricos.org/templates/citrus-home/css/templates/citrus-home/css/newscycle-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('http://salveloscitricos.org/templates/citrus-home/css/templates/citrus-home/css/newscycle-regular-webfont.woff') format('woff'),
         url('http://salveloscitricos.org/templates/citrus-home/css/templates/citrus-home/css/newscycle-regular-webfont.ttf') format('truetype'),
         url('http://salveloscitricos.org/templates/citrus-home/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 = #e88301
yellow = #eee13fs
 */

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

body {
  text-align: center;
  background-image: url('../images/citrus3_bck.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}

#bg { position: fixed; top: 0; left: 0; }

.bgwidth { width: 100%; }

.bgheight { height: 100%; }

#wrapper {
  width: 865px;
  position: relative;
  margin: 20px auto;
  border: 1px solid #030;
  background-color: #fff;
  -moz-box-shadow: 5px 5px 7px #333;
  }
  
#spanish {
  z-index: 300;
  position: absolute;
  right: 20px;
  top: 0;
  background-color: #cc6600;
  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: #e88301;
  }
  
#spanish a:hover, 
#spanish a:active {
  text-decoration: underline;
  }

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

#masthead a img {
  border: 0;
}
  
#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: 700px;
  height: 70px;
  background-color: #fff;
  position: relative;
  float: left;
  margin-top: -60px;
  margin-bottom: 0;
  }
  
#main_menu ul {
  list-style-type: none;
  }
  
#main_menu ul li {
  font-family: 'News Cycle', 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  height: 60px;
  border-right: 1px solid #e88301;
  margin-bottom: 10px;
  float: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  line-height: 18px;
  width: 150px;
  }

#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 li.item-102 a,
#main_menu li.item-102 a:link,
#main_menu li.item-102 a:visted {
  background-image: url('../images/areas_off.png');
}
  
#main_menu ul li ul li {
  font-family: 'News Cycle', Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #a7a861;
  margin-top: -10px;
  }*/
  
#sub_menu {
  width: 865px;
  background-color: #fff;
  }
  
#sub_menu ul {
  list-style-type: none;
  }
  
#sub_menu li {
  display: inline-block;
  font-family: 'News Cycle', 'Arial Narrow', Arial, Helvetica, sans-serif;
  color: #a7a861;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  }
  
#search {
  float: left;
  position: relative;
  width: 160px;
  height: 60px;
  display: inline-block;
  margin-top: -30px;
  text-align: left !important;
  }

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

#search input {
  border: solid 1px #cc6600;
}
  
#top_left {
  width: 280px;
  min-height: 275px;
  position: relative;
  float: left;
  background-color: #74ac27;
  behavior: url('http://salveloscitricos.org/templates/citrus-home/css/PIE.htc');
  -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;
  }
  
#top_left h1 {
  color: #fff;
  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: 0px;
  padding-top: 0px;
  line-height: 20px;
  margin-bottom: 12px;
  }
  
#top_left h2 {
  font-family: 'News Cycle', 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.13em;
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  }
  
#top_left p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  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('../images/flash_back.jpg');
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0;
  padding: 0;
  }

#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;
}
  
#top_right {
  position: relative;
  float: right;
  width: 255px;
  min-height: 225px;
  background-color: #74ac27;
  behavior: url('http://salveloscitricos.org/templates/citrus-home/css/templates/citrus-home/css/PIE.htc');
  -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;
  padding: 0;
}
  
#top_right h1 {
  color: #fff;
  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: 0px;
  padding-top: 0px;
  line-height: 20px;
  margin-bottom: 14px;
  text-transform: uppercase;
  }
  
#top_right h2 {
  font-family: 'News Cycle', 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.13em;
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0px;
  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;
  /* background-color: #eee13f;
  behavior: url('http://salveloscitricos.org/templates/citrus-home/css/templates/citrus-home/css/PIE.htc');
  -moz-box-shadow: inset 0 0 40px #bbb134;
  -webkit-box-shadow: inset 0 0 40px #bbb134;
  box-shadow: inset 0 0 40px #bbb134;
  background-image: url('http://salveloscitricos.org/templates/citrus-home/images/citrus_bck.png');
  background-repeat: no-repeat;
  background-position: top center; */
  display: inline-block;
  margin: 0;
  padding: 0;
  }
  
#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: 0px;
  padding-top: 0px;
  line-height: 20px;
  margin-bottom: 28px;
  }
  
#bottom_left h2 {
  font-family: 'News Cycle', 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.13em;
  color: #000;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0px;
  }
  
#bottom_left p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  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;
  width: 585px;
  height:281px;
  top: -50px;
  background-color: #e88301;
  display: inline-block;
  margin-bottom: -35px;
  }
  
#sub_page_col {
  width: 540px;
  background-color: #fff;
  float: left;
  position: relative;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  }
  
#sup_page_col h1 {
  color: #fff;
  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: -15px;
  }
  
#sub_page_col h2 {
  font-family: 'News Cycle', 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.13em;
  color: #000;
  font-weight: normal;
  margin-top: 10px;
  }
  
#sub_page_col p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  }  
  
#sub_page_right {
  float: left;
  display: inline-block;
  position: relative;
  display: inline-block;
  background-color: #FF3;
  width: 285px;
  }
  
#footer {
  width: 865px;
  height: 70px;
  position: relative;
  top: 0;
  background-color: #2b6618;
  behavior: url('http://salveloscitricos.org/templates/citrus-home/css/templates/citrus-home/css/PIE.htc');
  -moz-box-shadow: inset 0 0 40px #1a3c0f;
  -webkit-box-shadow: inset 0 0 40px #1a3c0f;
  box-shadow: inset 0 0 40px #1a3c0f;
  display: block;
  }
  
#footer_left {
  position: relative;
  float: left;
  display: inline-block;
  width: 200px;
  border-right: 1px solid #e88301;
  margin-top: 15px;
  }
  
#footer_left ul {
  list-style-type: none;
  padding-left: 10px;
  }
  
#footer_left ul li {
  float: left;
  display: inline-block;
  font-family: 'News Cycle', '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;
  width: 450px;
  height: 40px;
  vertical-align: middle;
  border-right: 1px solid #e88301;
  margin-top: 15px;
  margin-left: 10px;
  vertical-align: middle;
  }
  
#footer_center ul {
  list-style-type: none;
  padding-left: 10px;
  }
  
#footer_center ul li {
  float: left;
  display: inline-block;
  font-family: 'News Cycle', 'Arial Narrow', Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #fff;
  margin-right: 10px;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px #000;
  text-transform: uppercase;
  }

#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: #e88301;
  color: #FF0 !important;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #FC0;
  -moz-border-radius: 3px;
  font-size: 14px !important;
  margin-right: 20px !important;
  text-shadow: none !important;
  display: block;
  vertical-align: middle;
  text-transform: uppercase;
  }
  
.btn a:link,
.btn a:visited {
  text-decoration: none;
  color: #ff0;
  }
  
.btn a:hover,
.btn a:active {
  background-color: #74ac27;
  }
  
#footer_right {
  float: left;
  display: inline-block;
  position: relative;
  width: 170px;
  }
  
#footer_right p {
  font-family: 'News Cycle', '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: 45px;
  }
  
#footer_right ul li {
  display: inline;
  float: left;
  margin-right: 5px;
  }

#footer_right li a img {
  border: 0;
}
  
.clear {
  clear: both;
  visibility: hidden;
  }
  
/* --------------------------------------------------------------   
   Tracking slider
-------------------------------------------------------------- */

#greeningtracker {
  margin:0;
  padding:0;
  float:left;
  clear:none;
  display:inline;
  width: 580px;
  height:281px;
  background:url(../images/greeningtracker-bg.jpg) no-repeat scroll 0px 0px;
  font-size:1.1em;
  line-height:1.6em;
}
#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:585px;
  height:281px;
  overflow:hidden;
}
.panes {
  width:4000px;
  background:url(../images/greeningtracker-bg.jpg) no-repeat scroll 0px 0px;
}
#trackermap {
  margin:0;
  padding:0;
  float:left;
  clear:none;
  width:585px;
  position:relative;
  z-index:1;
}
#usmap {
  margin:0;
  padding:0;
  float:left;
  clear:none;
  width:455px;
  height:281px;
}
#usmap img {
  float:left;
  clear:none;
  border:none;
  width:455px;
  height:281px;
}
#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;
  width:585px;/*was 585*/
  height:281px;
  position:absolute;
  z-index:100;
}
#alabama {
  background: url(../images/alabama-tracker.png) no-repeat scroll 0px 0px;
}
#arizona {
  background: url(../images/arizona-tracker.png) no-repeat scroll 0px 0px;
}
#california {
  background: url(../images/california-tracker.png) no-repeat scroll 0px 0px;
}
#florida {
  background: url(../images/florida-tracker.png) no-repeat scroll 0px 0px;
}
#georgia {
  background: url(../images/georgia-tracker.png) no-repeat scroll 0px 0px;
}
#guam {
  background: url(../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(../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(../images/puertorico-tracker.png) no-repeat scroll 0px 0px;
}
#southcarolina {
  background: url(http://salveloscitricos.org/templates/citrus-home/images/southcarolina-tracker.png) no-repeat scroll 0px 0px;
}
#texas {
  background: url(../images/texas-tracker.png) no-repeat scroll 0px 0px;
}
#usvi {
  background: url(../images/usvi-tracker.png) no-repeat scroll 0px 0px;
}
#americansamoa {
  background: url(http://salveloscitricos.org/templates/citrus-home/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 span.text {
    float: left;
    height: 215px;
    margin: 65px 0 0 0;
    overflow-y: auto;
  overflow-x: hidden;
    width: 275px;
}
#greeningtracker span.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;
}