/* Specific.css */

/* Layout */

#agriculture, #forestry, #market { height: 21em; } /* Row 1 */
#natural, #animal, #fisheries { height: 16.5em; } /* Row 2 */
#bsg { height: 8em; }
#quarantine, #scientific { height: 32em; } /* Row 3 */
#biosecurity, #economic { height: 13.5em; } /* Row 4 */

/* Style */

#header-holder { background-color: #107b5a; }
#global-nav { background-color: #0e2e65; color: #fff; }
/*#global-nav-items UL LI A {
	text-align: center; width: 90px; line-height: 24px; overflow:
hidden; padding-top: 0; padding-bottom: 0; } */

#global-nav-items ul li a:hover { background-color: #9aa3bb; color:#000;  }
#global-nav-items ul li div.subnav ul li a:hover { background-color: #9aa3bb; color:#000;  }
#global-nav-items ul li div.subnav ul li a { background-color: #5e769e; }

#search input.submit { background-color: #107b5a; }

#agriculture .title { background-color: #a84712;}
#animal .title { background-color: #e7d140;}
#fisheries .title { background-color: #0e2e65;}
#forestry .title { background-color: #0f7b5b;}
#natural .title { background-color: #cad851;}
#market .title { background-color: #127891;}
.general .title { background-color: #0e2e65;}
#bsg .general .title { background-color: #0f7b5b;}
.climate { padding: 4px; padding-left: 10px; background-repeat: repeat-y; background-position: right; }
#right-column .foi {background-color: #0f7b5b; padding:4px 4px 4px 8px; margin-left: 8px; margin-bottom: 10px;}

#agriculture .title a, #agriculture .title a:visited { color: #fff; }
#animal .title a, #animal .title a:visited { color: #0e2e65; }
#fisheries .title a, #fisheries .title a:visited { color: #fff; }
#forestry .title a, #forestry .title a:visited { color: #fff; }
#natural .title a, #natural .title a:visited { color: #0e2e65; }
#market .title a, #market .title a:visited { color: #fff; }
.general .title a, .general .title a:visited { color: #fff; }
.general .title h2 { color: #fff; }

#agriculture .title a:hover{ color: #fff; text-decoration: underline; }
#animal .title a:hover{ color: #0e2e65; text-decoration: underline; }
#fisheries .title a:hover{ color: #fff; text-decoration: underline; }
#forestry .title a:hover{ color: #fff; text-decoration: underline; }
#natural .title a:hover{ color: #0e2e65; text-decoration: underline; }
#market .title a:hover{ color: #fff; text-decoration: underline; }
.general .title a:hover{ color: #fff; text-decoration: underline; }

#agriculture { background-color: #f4e7df; }
#animal { background-color: #fbf6d6; }
#fisheries { background-color: #ebeef3; }
#forestry { background-color: #deede8; }
#natural { background-color: #f3f6d9; }
#market { background-color: #ebf3f6; }
#bsg .general { background-color: #deede8; }
.general { background-color: #ebeef3; }

.section { background-color: #d8dfe8; }
#bsg .section { background-color: #c1dcd4; }

#accessibilitybar #text {background-color:#0e2e65;}
#accessibilitybar #bar {background-color:#0e2e65; color:#0e2e65;}

#alert {width: 95%; margin-left: 11px; display: block; background-color: #f4e7df;} 
#alert .title {background-color: #a84712; background-image: url("http://www.daff.gov.au/__data/assets/image/0013/1066/div_agriculture.gif"); background-position: right center; background-repeat: repeat-y;}

#alert .title a, #alert .title a:visited {color: #fff; font-weight: bold; text-decoration: none;}
#alert .title a:hover{color: #fff; text-decoration: underline; }
#alert .alert-txt {padding: 0 10px 4px 10px; text-align: center;}


