﻿
/**********************************************/
/* Menu Divs								  */
/**********************************************/
/* Left Side Menu Navigation Div */
div#nav
{
    background-color: #0E1826;
    z-index: 1;
    color: #FFFFFF;
    padding-top: 20px;
    width: 160px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    font-weight: bold;
}
div#nav ul.level1
{
    z-index: 2;
    text-decoration: none;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 160px;
    background-color:#0E1826;
}
div#nav ul.level2
{
    z-index: 3;
    text-decoration: none;
    text-align: left;
    margin: 0;
    padding: 0px 1px 0px 1px;
    width: 200px;
    background-color:#0E1826;
}
div#nav ul.level3
{
    z-index: 4;
    text-decoration: none;
    text-align: left;
    margin: 0px;
    padding: 0px 1px 0px 1px;
    width: 250px;
    background-color:#0E1826;
}
div#nav ul.level1 ul.level2
{
    position: absolute;
    top: -.05em; 
    display: none;
    z-index: 3;
    left: 153px;
}
div#nav ul.level2 ul.level3
{
    position: absolute;
    top: -.05em;
    display: none;
    z-index: 3;
    left: 191px;
}
div#nav li
{
    padding: 5px 0px 5px 1px;
    position: relative;
    list-style: none;
    margin: 2px 0px 2px 0px;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #ECE9D8;
    color: #FFFFFF;
}
div#nav li:hover
{
    color: #FFFFFF;
    background-color: #1F4167;
    cursor: pointer;
}
div#nav li a
{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}
div#nav li a:hover
{
    color: #FFFFFF;
}
div#nav ul ul ul
{
    position: absolute;
    top: -.05em;
    display: none;
}
div#nav ul.level1 li:hover ul.level2,
div#nav ul.level2 li:hover ul.level3 {display:block;}


.LeftNavTable {  
	background-color: #FFFFFF;
	border: #ECE9D8; border-style: solid; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px;
	padding-bottom:2px;
	text-decoration: none;
}
.LeftNavTitle { 
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; 
	font-style: normal; 
	line-height: 25px; 
	height: 25px;
	font-weight: bold; 
	color: #0000FE; 
	background-color: #C8FEFE;
	text-decoration: none ; 
	border-top-color: #0000FE; 
	border: #cccccc; border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 2px; 
	border-left-width: 0px
}
.LeftNavSubTitle { 
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; 
	font-style: normal; 
	line-height: 11px; 
	height: 20px;
	font-weight: bold; 
	color: #0000FE; 
	background-color: #C8FEFE;
	text-decoration: none ; 
	border-top-color: #1F4167; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}
.LeftNavLinkText {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; 
	font-style: normal; 
	line-height: 10px; 
	margin-left: 5px;
	margin-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
}

.LeftNavLinkText a {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	margin-left: 5px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.LeftNavLinkText a:link{ 
	color: #000000; 
	text-decoration: none;
}
.LeftNavLinkText a:visited{ 
	color: #000000; 
	text-decoration: none;
}
.LeftNavLinkText a:hover{ 
	color:#0E1826; 
	text-decoration: none;
}
input.LeftNavInputText
{
    font-size: 11px;
    height: 15px;
    background-color: #DCDCDC;
}
select.LeftNavInputText
{
    font-size: .7em;
    width: 7em;
    background-color: #DCDCDC;
}


/***************************/
/* Top Navigation Menu Div */
/***************************/
div#TopNav {
		font-weight:bold;
		position: absolute;
		top: .5em;
		left:.5em;
		margin: 0 0 0 0;
		background-color: #FFF;
		border: .0625em solid black;
		z-index:3;
		width:98.2%;}
div#TopNav ul {
		width: 100%;
		/*list-style:none;*/
		margin: 0 0 0 0 ; 
		background-color: #99CCCC; 
		z-index:3;}
div#TopNav ul li{
		left: 0em;
		background-color: #99CCCC;
		border-right: .0625em solid black;
		border-bottom: .0625em solid black;
		}
div#TopNav li {position: relative; 
		list-style: none; 
		margin: 0; 
		float: left;
		width: 9.2em;
		/*background-color: #99CCCC; */
		padding: .25em;}
div#TopNav li:hover {color: #000 ; background-color: #CCC ;}
div#TopNav li.submenu {background: url(http://water.nv.gov/images/grafx/dropmenu.gif) 95% 50% no-repeat;}
div#TopNav li.submenu:hover {color: #000 ; background-color: #CCC ;}
div#TopNav li a {display:block;
		/*text-decoration:none;*/
		height: 1.2em;
		color:#000000;}
div#TopNav li a:hover {color: #6600FF ; background-color:#CCC}
div#TopNav ul ul {position: absolute; 
		background-color: #99CCCC; 
		width: 8em;
		list-style: none;
		border-left:.0625em solid black;
		border-bottom:.0625em solid black;
		top: 1.6em;
		left:-0.05em;
		display: none;
		z-index:3;}
div#TopNav ul ul li {
		top: 0;
		left: 0em;
		width: 9.1em;
		border-top: .0625em solid black;
		border-bottom: .0625em solid black;
		background-color:#99CCCC;}
div#TopNav ul.level1 li.submenu:hover ul.level2,
div#TopNav ul.level2 li.submenu:hover ul.level3 {display:block;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div#masthead{  
		position: absolute;
		width: 97.3%;
		top: 2.5em;
		left: 0em;
		background-color: #FFF;
		border-top:.0625em solid #000;
		border-bottom:.0625em solid #000;
		margin:.5em;}
div#masthead img {display: block;}
div#masthead h1 h2 h3 h4 h5 {
		color:#FFFFFF;}

div#searchbar {
		position: absolute;
		top: .625em; 
		right: .625em;
		background-color: #CC9;
		border:.0625em solid #000;
		font: bold verdana;
		height:1.2em;
		padding:.1875em;
		z-index:2;}

div#RightContent{
		position: absolute;
		right: 0px;
		margin:.5em;
		top: -.5em;
		width: 12.2em;
		background-color: #CCCC99;
		border:.0625em solid #000;
		z-index:2;
		padding:.25em;}
div#RightContent ul {
		margin: 0; 
		padding: 0;
		width: 11em; 
		background-color: #CCCC99;}
div#RightContent li {
		position:relative;
		list-style:none;
		font-size:12px;
		padding: .25em;
		border-bottom: .0625em solid #000;
		display:block;}
div#RightContent li a {
		display: block;
		width: 11.125em;	
		}
div#RightContent ul a {width: 13.125em;}

div#centercontent {
		background-image: url(http://water.nv.gov/images/grafx/SESEAL_new.gif);
		background-position: top center;
		background-repeat: no-repeat;
		margin-top: 10.9em;	
		margin-left: 15em;
		margin-right: 5px;
		background-color:#fff;
		border:.0625em solid black;
		padding: .625em;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp*/
				
		voice-family: "\"}\"";
		voice-family: inherit;
		margin-top: 12.7em;
		margin-left: 13em;
		margin-right: 14em;
		}
	
div#centercontent2 {
		margin-top: -.6em;
		background-image: url(http://water.nv.gov/images/grafx/SESEAL_new.gif);
		background-position: top center;
		background-repeat: no-repeat;
		margin-right: -10em;
		background-color:#fff;}

div#full_page {
		background-image: url(http://water.nv.gov/images/grafx/SESEAL_new.gif);
		background-position: top center;
		background-repeat: no-repeat;
		margin-left: .5em;
		margin-right: .5em;
		background-color:#fff;
		padding: .625em;
		margin-top: 12em;}
		
div#permit_page {
		background-image: url(http://water.nv.gov/images/grafx/SESEAL_new.gif);
		background-position: top center;
		background-repeat: no-repeat;
		margin-left:0;
		margin-right: 0;
		background-color:#fff;
		padding: .625em;
		margin-top: 11em;}
