﻿body {
	color: #000000;
	background-color: #ffffff;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	margin: 0px;
}
img {
	border: none;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 0 24px;
	padding: 0
}
.xx-small {
	font-size: xx-small;
}
.right {
	text-align: right;
}
.float-left {
	float: left;
	margin: 6px;
}
.float-right {
	float: right;
	margin: 6px;
}
.center {
	text-align: center;
}
.internal {
	color: inherit;
	background-color: #ffffcc;
}
a.internal:hover {
	color: inherit;
	background-color: #fffacd;
}
a:hover { /*  Highlight on mouseover  */
	color: #600;
	background-color: transparent;
}
/*  Top level divs within document body...  */
#textOnlyMessage { /*  message visible only to non-css and non--javascript  capable browsers  */
	visibility: hidden;
	position: absolute;
	width: 280px;
}
#header {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 5px;
	width: 100%;
	white-space: nowrap;
	background-image: url(../images/nwcc_head_bkg.png);
	background-repeat: repeat-x;
	overflow: hidden;
}
#logo {
	margin-left: -6px;
	margin-top: 3px;
}
#headerTxt {
	float: left;
	padding: 8px;
	font-size: 1.75em;
	color: #138706;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-left: 1em;
	-webkit-text-stroke: 1px black;
	text-shadow: 3px 3px 1px #ccc,/**/  -2px -2px 0 #fff,  2px -2px 0 #fff,  -2px 2px 0 #fff,  2px 2px 0 #fff;
}
#site-links {
	font-size: xx-small;
	text-align: right;
	vertical-align: top;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 2;
}
#breadcrumb {
	color: #003366;
	background-color: transparent;
	font-size: xx-small;
	position: absolute;
	top: 100px;
	left: 200px;
	z-index: 2;
}
#breadcrumb a {
	color: #999;
	background-color: transparent;
}
#breadcrumb a:hover {
	color: #003366;
	background-color: transparent;
}
#content { /*  primary content area  */
	position: absolute;
	right: 6px;
	left: 200px;
	top: 112px;
	z-index: 0;
	padding: 4px;
}
#content li {
	margin-bottom: 6px;
}
#sub-nav { /*  left margin area for section based navigation  */
	position: absolute;
	left: 6px;
	width: 186px;
	top: 102px;
	color: #336699;
	background-color: transparent;
	font-size: xx-small;
}
.lc-head {
	position: relative;
	z-index: 1;
	padding: 2px;
	color: #ffffff;
	/*	background-color: #660000; */
	background-color: #026701;
}
.lc-head a {
	color: #ffffff;
}
.lc-head a:hover {
	color: #ffcc66;
}
.lc-sub {
	position: relative;
	z-index: 1;
	padding: 4px;
	border: solid 2px #026701;
	color: #003366;
	background-color: #e3e3d7;
}
.lc-sub li {
	border-top: solid 1px #fff;
	padding: 2px;
}
.lc-sub li:hover {
	background-color: #c5c5ab;
}
.lc-sub ul {
	list-style-type: none;
	margin: 0px;
	margin-top: -4px;
}
.lc-sub a {
	text-decoration: none;
}
.lc-sub a:hover {
	text-decoration: underline;
}
.related-content { /*  right nested area for related content  */
	margin-left: 16px;
	margin-bottom: 16px;
	width: 180px;
	float: right;
	font-size: xx-small;
}
.rc-head {
	color: #990000;
	background-color: #c5c5ab;
	padding: 2px;
}
.rc-sub {
	color: #003366;
	background-color: #f5f5f5;
	padding: 4px;
}
#nwcc-siteAlert {
	clear:both;	
	border: 1px solid red;
}
#nwcc-nav {
	color: #ffcc66;
	position: absolute;
	top: 70px;
	z-index: 1;
	background-color: #026701;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	/*white-space: nowrap;*/
	padding-left: 8px;
}
#nwcc-nav a {
	color: #ffffff;
}
#nwcc-nav a:hover {
	color: #ffcc66;
}
#nwcc-nav a.internal {
	color: #ffff66;
	background-color: inherit;
}
/*  Global Nav section: Max eight sections  */
		
#sec1,  #sec2,  #sec3,  #sec4,  #sec5,  #sec6,  #secNull {
	position: absolute;
	top: 3px;
	left: 12px;
	z-index: 2;
}
.gsec1,  .gsec2,  .gsec3,  .gsec4,  .gsec5,  .gsec6 { /*  block item style for section titles  */
	position: absolute;
	width: 132px;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	border: solid 1px #fff;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
.gsecNull { /*  the null section is used for hiding menus, empty block with javascript action  */
	position: absolute;
	width: 120px;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	left: 1026px;
}
/* placement of section title */
			
.gsec1 {
	left: 186px;
}
.gsec2 {
	left: 326px;
}
.gsec3 {
	left: 466px;
}
.gsec4 {
	left: 606px;
}
.gsec5 {
	left: 746px;
}
.gsec6 {
	left: 886px;
}
a.gsec1:hover,  a.gsec2:hover,  a.gsec3:hover,  a.gsec4:hover,  a.gsec5:hover,  a.gsec6:hover { /*  Highlight Sections on mouseover  */
	color: #ffffff;
	background-color: #990000;
}
/*  Menu pop-ups for each section...  */
			
#gsec1menu,  #gsec2menu,  #gsec3menu,  #gsec4menu,  #gsec5menu,  #gsec6menu,  #gsecNullmenu { /* block item style for section menu, initially hidden  */
	visibility: hidden;
	position: absolute;
	top: 20px;
	width: 154px;
	z-index: 3;
	padding: 2px;
	border: solid 1px #026701;
	color: #000000;
	background-color: #e3e3d7;
}
/*  Placement of each section menu  */
			
#gsec1menu {
	left: 186px;
}
#gsec2menu {
	left: 326px;
}
#gsec3menu {
	left: 466px;
}
#gsec4menu {
	left: 606px;
}
#gsec5menu {
	left: 746px;
}
#gsec6menu {
	left: 886px;
}
#gsecNullmenu {
	left: 0px;
}
/*  topic lists each section, no limit on number of topics...  */
.gtopic { /*  topic styles  */
	width: 150px;
	color: #003366;
	background-color: #e3e3d7;
	padding: 2px;
	border-top: solid 1px #fff;
	margin-top: -2px;
	clear: both;
	font-size: xx-small;
}
.gtopic a {
	text-decoration: none;
}
.gtopic:hover, .gtopic a:hover { /*  Highlight topics on mouseover  */
	color: #990000;
	background-color: #c5c5ab;
}
.itopic { /*  INTERNAL-ONLY topic styles  */
	width: 150px;
	color: #990000;
	background-color: #fffff0;
	padding: 2px;
	border-top: solid 1px #ccc;
	margin-top: -2px;
	clear: both;
	font-size: xx-small;
}
.itopic a {
	text-decoration: none;
}
.itopic:hover, .itopic a:hover { /*  Highlight INTERNAL-ONLY topics on mouseover  */
	color: #990000;
	background-color: #fffacd;
}
.footer {
	float: none;
	clear: both;
	font-size: xx-small;
	position: relative;
	z-index: 1;
	margin-top: 16px;
	border-top: solid 2px #026701;
	background-image: url('../images/divider.jpg');
	background-repeat: no-repeat;
	background-position: 100% 2px;
}
.ft-left {
	margin-top: 6px;
	float: left;
	width: 160px;
}
.ft-center {
	margin-top: 24px;
	margin-left: 24px;
	text-align: left;
}
h1 {
	color: #026701;
	background-color: inherit;
	font-weight: bold;
	font-size: 160%;
}
h2 {
	background-color: inherit;
	font-weight: bold;
	font-size: 130%;
}
h3 {
	color: #666;
	background-color: inherit;
	font-weight: bold;
	font-size: 120%;
}
h4 {
	color: black;
	background-color: inherit;
	font-weight: bold;
	font-size: 90%;
	margin-left: 10px
}
h5 {
	color: #666;
	background-color: inherit;
	font-weight: bold;
	font-size: 100%;
}
h6 {
	color: #cc9933;
	background-color: inherit;
	font-weight: bold;
	font-size: 90%;
}
td {
	font-size: x-small;
}
th {
	font-size: x-small;
	font-weight: bold;
	color: #600;
	background-color: inherit;
}
code {
	font-size: x-small;
	color: #0f0;
	background-color: #000;
}
input {
	font-size: xx-small;
}
select {
	font-size: xx-small;
}
.boldtitlewhite {
	color: white;
	font-weight: bold;
}
.caption {
	font-size: xx-small;
}
.titletext {
	color: white;
	background-color: inherit;
	font-weight: bold;
	font-size: medium;
}
.titletextblue {
	color: #600;
	background-color: inherit;
	font-weight: bold;
	font-size: medium;
}
.boldblue {
color: #026701 background-color: inherit;
	font-weight: bold;
}
.boldlink {
	font-weight: bold;
	text-decoration: underline;
}
.highlight {
	color: #026701;
	background-color: inherit;
}
.internal {
	color: inherit;
	background-color: #ffffcc;
}
.external {
	font-style: normal;
}
.nav-num {
	text-decoration: none;
}
.na {
	color: #cccccc;
	background-color: inherit;
}
.disabled {
	color: #036ccc;
	background-color: #cccccc;
}
.gis-links {
	float: right;
	font-size: xx-small;
	clear: both;
	width: 172px;
	margin-left: 12px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.inblock {
	margin-right: 16px;
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
.inblock-top-line {
	margin-right: 16px;
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px dotted silver;
	clear: both;
}
.inblock-bottom-line {
	margin-right: 16px;
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px dotted silver;
	clear: both;
}
.main-block {
	padding: 6px;
	color: #003366;
	background-color: inherit;
	font-size: x-small;
	clear: both;
}
.mc-head {
	padding: 2px;
	color: #ffffff;
	background-color: #336699;
}
.mc-sub {
	padding: 4px;
	border: solid 2px #336699;
	color: #003366;
	background-color: inherit;
}
.col {
	width: 400px;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	border-right: solid 1px #ccc;
	padding: .75em;
}
.col ul {
	border-bottom: dotted 1px #ccc;
	margin: 8px;
	list-style-position: inside
}
.colContainer {
	width: 100%;
	padding: 2em 1em;
}
.minwidth {
	width: 500px;
	height: 0;
	line-height: 0;
	clear: both;
}
.colContainer .leftDiv {
	float: left;
	border-right: 1px dotted #666;
}
.colContainer .rightDiv {
	float: left;
	width: 45%;
}
.colContainer .col {
	float: none;
	clear: none;
	border: none;
	position: relative;
}
.colContainer .rightDiv .col {
	padding-left: 2em
}
/**
  * Content Pages Specific Stlyes--------------------- #
 **/
.predLogo {
	padding: 65px 0 0 72px;
	background-image: url("https://gacc.nifc.gov/nwcc/content/images/pred-services.jpg");
	background-repeat: no-repeat;
	display: block;
	clear: both
}
div.Firecontainer ul {
	margin: 45px 5px 0 0;
}
div.Firecontainer {
	overflow: auto;
	width: 430px;
}
img.dryness-map {
	float: left;
	margin-right: 5px;
}
.Aboutleft {
	width: 225px;
	float: left;
}
.Aboutright {
	float: left;
	padding-top: 2.5em;
	width: auto;
}
.nwccAboutContainer {
	width: 100%;
	overflow: hidden;
	margin: .5em;
	padding: .25em
}
/******** index page*************/
h2+ul {
	margin: -.5em 2em;
}
#nwccintro {
	margin: 10px;
}
.keyinfo {
	float: left;
	width: 75%;
	margin-bottom: 20px;
}
.firemapcontainer {
	float: left;
	width: 25%;
	margin-bottom: 20px;
	text-align: center;
}
.smallDesc {
	font-size: .85em;
	color: #666666;
	width: 90%;
	margin: .5em auto;
}
.firelevelstatus {
	margin: 3em 1em 0 1em;
	padding: 0.5em;
	text-align: center
}
.firelevelstatus h3 {
	font-size: small;
	margin: 0;
	padding: 0;
}
.firelevelstatus p {
	line-height: 1.5em;
	margin-top: 1em;
}
.firelevelstatus .red {
	color: #F00;
}
.maincontent {
	overflow: hidden;
}
.tmvContainer {
	margin: 10px 15px 0px 10px;
	padding: 1em;
	text-align: center;
	overflow: hidden;
	-moz-box-shadow: inset 0 0 10px #67a366;
	-webkit-box-shadow: inset 0 0 10px #67a366;
	box-shadow: inset 0 0 10px #67a366;
}
.tmv {
	float: left;
	width: 33%;
	min-width: 250px;
	margin: auto;
	margin-bottom: 5px;
	overflow: hidden;
}
.tmv h4 {
	font-size: 1em;
	margin: auto;
	margin-bottom: 10px;
	height: 2em;
}
.tmv a, .tmv a:visited {
	color: #003366;
	text-decoration: none;
	vertical-align: bottom;
}
.pDesc {
	font-size: .9em;
	color: #666666;
	width: 85%;
	min-width: 180px;
	margin: .5em auto;
}
.tweetFrame {
	/*width:75%;*/
	margin: 1em;
}
.twitter-timeline {
/*height:250px;*/
}
.framepad {
	padding: 15px;
	border: 1px solid #e2e2e1;
	height: 218px;
	border-radius: 5px;
}
.alert {
	box-shadow: 0 0 10px #002dae inset;
	background-color: #eeffff;
	padding: .45em;
	float: none!important;
	width: 90%!important;	
	clear: both!important;
	margin-top: 0!important;			


}
/******** end of index page*************/

/**
  * ------------------------------------------------------------------------------------------------- #
  * Tables 
  *
  * (en) Generic classes for table-width and design definition
  *
  */

table {
	width: auto;
	border-collapse: collapse;
	margin-bottom: 0.5em;
}
table caption {
	font-variant: small-caps;
}
table.full {
	width: 100%;
}
table.fixed {
	table-layout: fixed;
}
th, td {
	padding: 0.5em;
}
thead th {
	color: #000;
	border-bottom: 2px #800 solid;
}
tbody th {
	background: #e0e0e0;
	color: #333;
}
tbody th[scope="row"], tbody th.sub {
	background: #f0f0f0;
}
tbody th {
	text-align: left;
}
tbody td {
}
/*  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background:#f0e8e8; }
  tbody tr:hover td { background:#fff8f8; }
  /* map border definitions */
table.noborder {
	border: none;
}
table.noborder tbody td {
	border: none;
}
table.noborder td {
	border: none;
}
table.noborder tbody tr:hover td {
	background: #FFF
}

.fireblog {
	margin-top: 1em;
	padding: .75em 0 .5em 0;
	border-top: 2px solid #026701;
}

.fireblog h2{
	font-size: 100%;
	padding-bottom:.25em;
}
.summary p{
	line-height: normal!important;
}
.summary {
	padding: 5px!important;
	width: 100%!important;
	margin-bottom: .5em	
}
.firemapBlog {
	float: none!important;
	/*width: 562px!important;*/
}

 @media(max-width:580px) {
	 
	 
	 #content{padding:5px 0;}
#sub-nav {
	position: inherit;
	width: 100%;
	clear: both
}
#headerTxt {
	display: none;
}
#content {
	position: inherit;
	margin-top: 80px;
	width: 100%;
}
#nwccintro {
	display: none;
}
.keyinfo {
	padding: 0 10px;
	width: 100%;
}
div#site-links img {
	display: none;
}
.homeWelcome {
	margin: 1.25em .75em 0 .5em;
}
.firemapcontainer {
	float: none;
	width: 100%;
	margin: auto;
}
.firemap {
	float: none;
	width: 100%;
	margin: 10px 15px 0px 10px;
}
div.footer {
	position: inherit;
	width: 95%;
	margin-left: 5px;
}
.tmvContainer {
	/*min-width: 300px;*/
	
}
.tmv {
	float: none;
	width: 100%;
	margin-top: 2em;
}
.firemapBlog {
	float: none!important;
	/*width: 562px;*/
}
.firelevelstatus {
	margin-top: 10px;
}

.main h2{ margin:15px 5px 5px 5px;

}
 @media (min-width:580px) and (max-width:1060px) {
#header {
	/*min-width: 900px;*/
}
.tmv {
	float: none;
	width: 100%;
	margin-top: 1em;
}
div#site-links img {
	display: none;
}
.keyinfo {
	float: none;
	clear: both;
	margin: auto;
	width: 100%;
}
.firemapcontainer {
	float: none;
	clear: both;
	margin: 20px auto;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
}
.firemap, .firelevelstatus {
	/*float: left;
	min-width: 280px;width: 100%;*/
	padding-top: 10px;
	
	
}

.firemapBlog {
	float: none!important;
	width: 562px;
}
.firelevelstatus {
	/*margin-top: 0*/
}
}
