




/*
     FILE ARCHIVED ON 14:34:12 Jan 28, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 7:06:03 Mar 10, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
----------------------------------------
file: global.css
client: Virginia Department of Forestry
last revised date: 2011-10-22
desc: main style document. in progress
----------------------------------------
*/

@media screen
   {
/* elements
................................................................................ */
html,body
{
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	font-size:90%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a {
		color:#369;
	}
a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
h1 { 
	background-color: #cccc66; 
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	color: #333;
	font-size:120%; 
	font-weight:bold;
	padding:5px 5px; 
	margin-top:15px;
	margin-bottom:5px;
	}

h2 { 
	color:#333;
	font-weight:bold;
	font-size:115%; 
	padding:5px; 
	margin-bottom:7px;
	margin-top:5px;
	border-left:1px solid #cc9933;
	border-bottom:1px solid #cc9933;
	background-color:#ffffcc;
	}

h3 
{ 
	color:#333;
	font-weight:bold;
	font-size:100%; 
	padding:5px; 
	margin-bottom:7px;
	margin-top:5px;
	border-left:1px solid #cc9933;
	border-bottom:1px solid #cc9933;
	background-color:#ffffcc;
	}
	
hr 
	{
	color:#999999;
	align:center;
	width:90%;
	} 

img 
	{
	border:none;
	}

ol 
	{
	padding-top:3px;
	}
ul 
	{
	padding-top:3px;
	}

li 
	{
	padding-bottom:3px;
	}

table 
	{
	border-collapse:collapse;
	padding:3px;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	margin-bottom:3px;
	}

th
	{
	text-align:center;
	font-weight:bold;
	}
	
tr
	{
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;			
	text-align:left;
	vertical-align:top;
	}	
td
	{
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;			
	text-align:left;
	vertical-align:top;
	}	

/*  End Global Styles */

div#container
{
	float:none;
	width:100%;	
}

div#wrapper
{
	float:left;
	width:100%;
}

div#content
{
	margin: 0 22% 1% 16%; /* 0 22% 1% 21%;  */
}

div#contentFullPage
{
	margin: 0 0 0 16%; /* 0 22% 1% 21%;  */
}

div#sharethis
{
	margin-left: 8px; /* margin-left:-19.5%;  */
	margin-right: 25px; /* margin-left:-19.5%;  */	
	padding:5px 10px;
	background:#ffffff; /* margin: 10 5 5 0;  */
	border-left:1px solid #999999;	
	border-right:1px solid #999999;	
	border-bottom:1px solid #c0c0c0;	
}

div#extra
{
	float:left;
	width:19.25%;
	margin: 0 0 0 -19.5%; /* margin-left:-19.5%;  */
	background:#ffff99;
	border-bottom:1px solid #c0c0c0;	
	border-left:1px solid #999999;
}

div#extra p
{
	margin:0;
	padding:5px 10px;
}

/*  Begin Left Margin Nav Styles */

div#navigation
{
	float:left;  			/* float:left;  */
        					/* float:right; This overrides the float:left above */
       						/*  position:relative; */
	width:15%;  			/* Width of left column content */	
	background:#D5E0F2; 	/*  */
	margin-left:-100%;   	/*  */ 
	
}

div#navigation ul
{
	font-size:100%;
	font-weight:normal;
	margin:0px;
	padding:5px;
	text-align:left;
	border:0;
}
	
div#navigation li
{
	border-bottom: 1px solid #c0c0c0;
	font-size:90%;
	line-height:1.75em;	
	margin-bottom: 3px;
	padding-bottom:3px;
}

div#navigation a 
{
	color:#00009C;
	font-weight:bold;
	text-decoration:none;
}
	
div#navigation a:hover 
{
	color:#fff; 
	font-weight:bold;
	text-decoration:none; 
}

/*  End Left Margin Nav Styles */

div#footer
{
	background-color:#E7E7E7;
	border-top:1px solid #c0c0c0;	
	clear:left;
	font-size:100%;
	text-align:center;
	width:100%;
}

div#footer p
{
	margin:0;
	padding:5px 10px;
}


/* Breadcrumb Styles 
----------------------------------------------------------------------*/
#breadcrumb {
	background-color:#000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	padding:7px 5px 0 5px; 
	color:#ffffff;
	min-height:22px;
}
* html #breadcrumb {
	height:22px;
}
#breadcrumb .breadCrumbText {
	margin-right:350px;
}
#breadcrumb p {
	margin:0;
	padding:0;
}
#breadcrumb a {
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold;
} 
#breadcrumb a:hover {
	color:#ccc; 
	text-decoration:none;
} 
#breadcrumb #siteSearchForm {
	margin: 0;
	position:absolute;
	top:143px;
	right:5px;
}
#breadcrumb #siteSearchForm p {
	margin:0;
	padding:0;
}
#breadcrumb #siteSearchForm #searchBoxSite {
	background:url("/web/20120128143412/http://www.virginia.gov/images/virginia_seach_txt-bg.jpg") no-repeat;
	background-color:transparent;
	border:0;
	font-weight:bold;
	height:14px;
	width:172px;
	padding:3px;
}
#breadcrumb #siteSearchForm #siteSearchBtn {
	background:url("/web/20120128143412/http://www.virginia.gov/images/virginia_seach_button-bg.jpg") no-repeat transparent;
	border:none;
	height:20px;
	width:28px;
	height:20px;
	margin-left:2px;
}
#breadcrumb .alignLeft {
	float:left;
}
#breadcrumb .clear {
	clear:both;
}
#breadcrumb .hidden {
	display:none;
	visibility:hidden;
}

/* VDOF Logo Banner Styles 
----------------------------------------------------------------------*/ 
	
/*  Banner images for website section definitions */
#bannerimageEducation {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }  

#bannerimageFallColors {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }  
  
#bannerimageFire {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }    

/* home page banner image */
#bannerimageGlobal {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }

#bannerimageHealth {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }

#bannerimageResearch {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }

#bannerimageTrees {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }
  
#bannerimageUrban {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }
  
#bannerimageWater {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }  

#bannerimageWildlife {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }  
  
#bannerimageCounty {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }  

#bannerimageLand {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }
 
#bannerimagePress {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }
    
#bannerimageStateForest {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }      
  
#bannerimageManage {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }   
  
#bannerimageNursery {
  padding: 0px;
  margin: 0px;
  height:100px;
  border: 0px none;
  display: block;
  background-image: url('/web/20120128143412/http://www.dof.virginia.gov/website/images/VDOF-banner.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  }          

/* VDOF Logo Banner Styles 
----------------------------------------------------------------------*/ 
#commonBanner {
    background:url(/web/20120128143412/http://www.virginia.gov/images/common_feel_bg.jpg)  repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:40px;
}
#commonBanner a {
	text-decoration:none;
}
#commonBanner a img {
	border:none;
}
#commonBanner .alignLeft {
	color:#fff;
	float:left;
	margin-left: 10px;
	padding-top: 13px;
}
#commonBanner .alignLeft a{
	color:#fff;
	font-weight:bold;
}
#commonBanner .alignLeft a:hover {
	color:#eee;
	font-weight:bold;
}
#commonBanner .hidden {
	display:none;
	visibility:hidden;
}
#commonBanner .virginiaLogo{
	float:left;
}
#commonBanner #virginiaSearch {
	float:right;
	margin-top:7px;
}
#commonBanner #virginiaSearchForm {
    margin: 0;
}
#commonBanner #virginiaSearch p {
	margin:0;
	padding:0;
}
#commonBanner #virginiaSearch #searchBox {
    background:url(/web/20120128143412/http://www.virginia.gov/images/virginia_seach_txt-bg.jpg) no-repeat;
	background-color:transparent;
	border:0;
	font-weight:bold;
	height:14px;
	padding:3px;
	width:172px;
}
#commonBanner #virginiaSearch #vaSearchBtn {
    background:url(/web/20120128143412/http://www.virginia.gov/images/virginia_seach_button-bg.jpg) no-repeat transparent;
	border:none;
	height:20px;
	margin-left:2px;
	margin-right:5px;
	width:28px;
}

.datapoint
	{
	margin-left:35px;
	margin-right:2px;
	}
	
.edu3rdColPic
	{
	margin-left:15px;
	margin-right:2px;
	}

.fallcolormap
	{
	font-weight: bold;
	}	

.dailyfiredanger {
	text-align:left;
	background-color:#ff9900;
	display:block;
	padding-left:5px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	width:20%;
	float:right;
	border-top:1px solid #000000;
	border-left:1px solid #000000;			
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	}

/* graybox below for NWS Weather Box left nav of Fire */
.graybox 
	{
	background-color: #ffff99;
	display:block;
	padding-left:2px;
	padding-right:2px;
	padding-top:.5px;
	padding-bottom:.5px;
	}

.imgleft 
	{
	border-top:1px solid #999999;
	border-left:1px solid #999999;			
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;	
	float:left;
	padding:0px;
	margin-right:8px;
	}
.imgright 
	{
	border-top:1px solid #999999;
	border-left:1px solid #999999;			
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;			
	float:right;
	padding:0px;
	margin-left:8px;	
	}
.textstrong
	{
	font-weight: bold;
	}	
	
.strongcenter
	{
	font-weight: bold;
	text-align:center;
	}	
		
.center {
	text-align:center;
	}
.newsrel {
	text-align:right;
	}  
		
div.topcontainer
	{
	background-color:#ffffff;
	clear:both;
	font:90%;
	height:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:95%;
}
div.middlecontainer
	{
	background-color:#ffffff;
	clear:both;
	font:90%;
	height:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:95%;
}
div.bottomcontainer
	{
	background-color:#ffffff;
	clear:both;
	font:90%;
	height:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:95%;
}
div.containerleftbox
	{
	background-color:#ffffff;
	display:block;
	float:left;
	font:100%;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:10px;
	width:47%;
}

div.containerrightbox
	{
	background-color:#ffffff;
	display:block;
	float:right;
	font:100%;
	padding-bottom:10px;
	width:47%;
}	

/* Photo with Caption in a Box */
div.figure {
  float: right;
  width: 30%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


img.scaled {
  width: 100%;
}

/* Brochure and Publication Tool Tip style display */
.pubDetails 
{ 
	display:none;
 }
.pubDetails-tip 
{
    border:3px solid #ccc;
    font-size:100%;
    width:450px; /*250px*/
}
.pubDetails-tip img 
{ 
	height:100%;
	width:100%;
}
.pubDetails-title 
{
    background:#f8f9fa;
    color:black;
    font-size:100%;
	padding:0px;
}
.pubDetails-title img 
{
	padding-right:2px; /*5px*/
	background:#5b6e7d;
}
.pubDetails-text 
{   
	padding-left:2px; /*5px*/
	background:#5b6e7d;
    color:#c7e9ff;
	padding:0px; /*5px*/
}
.pubTips { 
color:black; 
}
.pubTips:hover {
color:#888585;
text-decoration:none;
}


		
	}

@media print
   {
body { 
	font:90% Arial, Verdana, Helvetica, sans-serif; 
  	margin-left: 20px;
  	margin-right: 5px;
  	background: inherit;
  	background-color: inherit;
}

em {
   font-style: italic;
}
u {
   text-decoration: underline;
   color: #000000;
}
h1 {
   font-size: 13pt;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}
h2 {
   font-size: 12pt;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}
h3 {
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}
h4 {
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}
h5 {
   font-size: 9pt;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}

table 
	{
	border-top:1px solid;
	border-bottom:1px solid;
	border-left:1px solid ;
	border-right:1px solid;		
	}
th.sitrep
	{
	text-align:center;
   font-size: 9pt;
	font-weight:bold;
	border-top:1px solid;
	border-bottom:1px solid;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;		
	}
td {
	border-top:1px solid;
	border-bottom:1px solid;
	border-left:1px solid;
	border-right:1px solid;			
	text-align:left;
  background: inherit;
  background-color: inherit;
vertical-align:top;}

#bannerimageGlobal {
   display: none;
}

#bannerimageTrees {
   display: none;
}

#commonBanner {
   display: none;
}
#virginiaSearch {
   display: none;
}
#tagline {
   display: none;
}
#searchform {
   display: none;
}
#navigation {
   display: none;
}
#extra {
   display: none;
}
#textbar {
   display: none;
}
#breadcrumb {
   display: none;
}

#footer {
   display: none;
}
#valid {
   display: none;
}
#content {
   width: auto;
   margin: 0 0%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
}
.imgleft 
	{
	border-top:1px solid #999999;
	border-left:1px solid #999999;			
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;	
	float:left;
	padding:0px;
	margin-right:8px;
	}
.imgright 
	{
	border-top:1px solid #999999;
	border-left:1px solid #999999;			
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;			
	float:right;
	padding:0px;
	}

.descriptiontext {
	font:90%; 	
    }
.textleft
	{
	text-align:left; 
	}
.textright
	{
	text-align:right; 
	}
.textstrong
	{
	font-weight: bold;
	}
.blocktext 	{
	margin-left:45px;
	text-align:left;
}
.center {
	text-align:center;
	}
.newsrel {
	text-align:right;
	}   
div.topcontainer
	{
	background-color:#ffffff;
	clear:both;
	font:90%;
	height:250px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:95%;
}
div.middlecontainer
	{
	background-color:#ffffff;
	clear:both;
	font:90%;
	height:250px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:95%;
}
div.bottomcontainer
	{
	background-color:#ffffff;
	clear:both;
	font:90%;
	height:250px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:95%;
}
div.containerleftbox
	{
	background-color:#ffffff;
	display:block;
	float:left;
	font:100%;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:10px;
	width:47%;
}

div.containerrightbox
	{
	background-color:#ffffff;
	display:block;
	float:right;
	font:100%;
	padding-bottom:10px;
	width:47%;
}

}