
/* used to import stylesheet for the WYSIWYG editor*/
@import "/system/modules/gov.va.deq.pao.DEQtemplate_one/resources/deqweb.css";

/* Virginia Naturally stylesheet. Default green style can be overridden. */

h1 { 
	/* background-color: #FFFFFF; 
	
	border: none;*/color: #003300;
	}
    
h3 
	{
	color: #003322;
	} 

hr 
	{
    margin-right: 3px;
	} 



.whatsnew 
	{

	background-color:#ccddd0;
	border: 1px solid #99aa99;

    
	}

.whatsnew h1 
	{
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	margin: 0px 0px 6px 0px;
	}

.whatsnew h2 
	{
	background: none;
    margin: 0px;
	}
	
#menutrail
{
position: static;
margin-top: 20px;
margin-left: 0px;
width: 175px;
}

#footer 
	{
	margin-left: 0px;
	}
#footer td {background-color:none;}
#footer p { margin: 6px; }
#footer a, #content a { color: #040; }

#deqcredit {
  width: 450px;
  margin: 6px 3px 3px 3px;
}
#deqcredit img { float: left; margin-right: 6px; }

table.noborder td, table.noborder th { border: 0px; }

.border {
    border: 1px solid #333;
}
    
#breadcrumb 
	{
	background-color: #005533;
	} 

#breadcrumb a 
	{
	color:#B5CFCF; 
	} 

.hidden
	{
	display:none;
	}

#sidebar
	{
    position: absolute;
    left: 0px;
    top: 80px;
	margin-left:0px;
    margin-top: 10px;
	padding-top:0em;
	width: 175px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
	background-color: #005533;
	}
       
#sidebar ul
    {
	margin:0px;
	padding:0px;
	text-align:left;
	border:0;
    }   
    
#sidebar h1 
    {
    background-color: #032;
    font-size: 90%;
    line-height: 20px;
    font-weight: bold;
    margin: 6px 0px 0px 0px;
    color: #FFF;
	padding: 0px; 
	border: none;
    text-indent: 6px;
    border-bottom: 1px solid #c0c0c0;
    }
#sidebar h1 a
    {
    display: block;
    text-indent: 6px;
    color: #adc;
    width: 100%;
    text-decoration: none;
    }
#sidebar h1 a:hover
    {
    background-color: #032;
    color: #fff;
    }    
       
#sidebar li
	{
	font-size:80%;
	list-style: none;
    border-bottom: 1px solid #c0c0c0;
	line-height:22px;
    background-color: #336655;	
    padding-bottom: 0px;
	}
      
#sidebar li a 
	{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
    display: block;
    padding-left: 3px;
    width: 98%;
	}

#sidebar a 
	{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	display: block;
	padding: 0px 0px 0px 0px;
	text-indent: 0px; 
	width: 98%;
	}

#sidebar li a:hover 
	{
    background-color: #447766;
	}
	
/*  Tab Navigation Styles 

ul#tabnav {
    display: inline;
}
*/
ul#tabnav li {
	float: right;
	height: auto;
    background: url(/vanaturally/images/tabright_green.gif) no-repeat right top;
	margin: 0px 0px 0px 2px;
}

ul#tabnav a:link, ul#tabnav a:visited {
    background: url(/vanaturally/images/tableft_green.gif) no-repeat left top;
}

.style2 {font-weight: bold}
.style4 {font-family: Arial}
.style5 {
	font-size: 10pt;
	color: black;
}	
	

