/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 			margin: 0;
 			padding: 1px;
 			width: 160px;
   		list-style: none;
 			background: #76798C;
 			border: 1px solid #FFF;
 			text-align: left;
 			font-size: 11px;
 			font-weight: bold;
 			color: #FFF;
 			font-family: Verdana, Arial, sans-serif;
}

.menu {
 			margin: 2px;
 			text-align: right;
 			color: #FFF;
 			font-size: 85%;
}

.menu1 {
 			margin: 2px;
 			text-align: center;
 			color: #FFF;
 			font-size: 90%;
}

.menu2 {
 			margin: 2px;
 			text-align: right;
 			color: #6E2BEF;
 			font-size: 85%;
}

/* formats Gans-Nelson Fight Memor.*/
.menug {
 			margin: 2px;
			text-align: justify;
 			color: #FFF;
 			font-size: 72%;
}

.menu2 a:hover {
			text-decoration: underline;
			color: #FFF;
			}
			
			
.menu a:link, .menu1 a:link {
			text-decoration: none;
			color: #FFF;
			}

.menu a:visited, .menu1 a:visited {
			text-decoration: none;
			color: #FFC;
			}	
			
.menu a:hover, .menu1 a:hover {
			text-decoration: underline;
			color: #FFF;
			}
			
.menu a:active, .menu1 a:active {
			text-decoration: none;
			color: #FFF;
			}
						
/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 158px;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
 border: 1px;
 border-bottom: #FFF .2em solid;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #FFF;
 text-decoration: none;
 border: 1px solid #FFF;
}

/* IE fix because it doesn't support transparent borders */
* html .menulist a {
 border: none;
 margin: 1px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #FFF;
 padding: 3px 3px 3px 15px;
 border: 1px solid #FFF;
 text-decoration: none;
 margin: 0;
}

.menulist a#abo, .menulist a#m, .menulist a#dem, .menulist a#p, .menulist a#state, .menulist a#tr,
.menulist a#ed, .menulist a#em, .menulist a#u, .menulist a#n, .menulist a#i, 
.menulist a#a, .menulist a#t, .menulist a#es, .menulist a#y, .menulista#v {
 color: white;
 }
 
.menulist a:link {
		color: #FFF;
		text-decoration: none;
		}

.menulist a:visited {
		color: #FFF;
		text-decoration: none;
		}
		
.menulist a:hover {
		color: #FFF;
		text-decoration: none;
		}

.menulist a:active {
		color: #FFF;
		text-decoration: none;
		}
		
.menulist a#m:hover {
 		color: #6B665E;
    } 
 
.menulist a#state:hover {
 background-color: #3E5E8D;
 }
 
.menulist a#bus:hover {
 background-color: #923253;
 }

 .menulist a#dev:hover {
 background-color: #542794;
 color: #FFF;
 }
 
.menulist a#devo {
 background-color: #CCC3D9;
 padding: 3px;
 border: 1px solid #542794;
 margin: 0;
 color: #542794;
 }
  
.menulist a#devo:hover {
 background-color: #542794;
 padding: 3px 3px 3px 15px;
 border: 1px solid #542794;
 margin: 0;
 color: #FFF;
 }
  
.menulist a.highlighted {
 color: #FFF;
 background-color: #6B665E;
 padding: 3px 3px 3px 15px;
 border: 1px solid #CDE;
 margin: 0;
}
 
.menulist a#abo:hover {
 background-color: #76798C;
 color: #FFF;
 }
  
.menulist a#about {
 background-color: #E2DCD7;
 padding: 3px;
 border: 1px solid #76798C;
 margin: 0;
 color: #76798C;
 }
 
.menulist a#about:hover {
 background-color: #76798C;
 padding: 3px 3px 3px 15px;
 border: 1px solid #76798C;
 margin: 0;
 color: #FFF;
 }

.menulist a#dem:hover {
 background-color: #D3A806;
 color: #FFF;
 }
  
.menulist a#demo {
 background-color: #FFF;
 padding: 3px;
 border: 1px solid #FFE805;
 margin: 0;
 color: #6B665E;
 }
  
.menulist a#demo:hover {
 background-color: #D3A806;
 padding: 3px 3px 3px 15px;
 border: 1px solid #FFE805;
 margin: 0;
 color: #FFF;
 }
 
.menulist a#ed:hover {
 background-color: #993F49;
 color: #FFF;
 }
 
.menulist a#edu {
 background-color: #FFD3A8;
 padding: 3px;
 border: 1px solid #993F49;
 margin: 0;
 color: #B7413C;
 }
 
.menulist a#edu:hover {
 background-color: #993F49;
 padding: 3px 3px 3px 15px;
 border: 1px solid #993F49;
 margin: 0;
 color: #FFF;
 }
 
.menulist a#em:hover {
 background-color: #E18726;
 color: #FFF;
 }
 
.menulist a#emp {
 background-color: #F3CA6C;
 padding: 3px;
 border: 1px solid #E18726;
 margin: 0;
 color: #6B665E;
 }
 
.menulist a#emp:hover {
 background-color: #E18726;
 padding: 3px 3px 3px 15px;
 border: 1px solid #F3CA6C;
 margin: 0;
 color: #FFF;
 }
 
.menulist a#u:hover {
 background-color: #9A9241;
 color: #FFF;
 }
 
.menulist a#uti {
 background-color: #D9D4A1;
 padding: 3px;
 border: 1px solid #9A9241;
 margin: 0;
 color: #9A9241;
 }
 
.menulist a#uti:hover {
 background-color: #9A9241;
 padding: 3px 3px 3px 15px;
 border: 1px solid #9A9241;
 margin: 0;
 color: #FFF;
 }
 
 .menulist a#p:hover {
 background-color: #008080;
 color: #FFF;
 }
 
.menulist a#pa {
 background-color: #BBFFFF;
 padding: 3px;
 border: 1px solid #008080;
 margin: 0;
 color: #008080;
 }
 
.menulist a#pa:hover {
 background-color: #008080;
 padding: 3px 3px 3px 15px;
 border: 1px solid #008080;
 margin: 0;
 color: #FFF;
 }

.menulist a#tr:hover {
 background-color: #8DAACA;
 } 
  
 .menulist a#tra:hover {
 background-color: #537EAE;
 padding: 3px 3px 3px 15px;
 border: 1px solid #537EAE;
 margin: 0;
 color: #FFF;
 }
 
.menulist a#tra {
 background-color: #DEE7EF;
 padding: 3px 3px 3px 15px;
 border: 1px solid #537EAE;
 margin: 0;
 color: #537EAE;
 }
 
.menulist a#n:hover {
 background-color: #005E66;
 color: #FFF;
 }
 
 .menulist a#nv {
 background-color: #DDFDFF;
 padding: 3px;
 border: 1px solid #005E66;
 margin: 0;
 color: #005E66;
 }
 
.menulist a#nv:hover {
 background-color: #005E66;
 padding: 3px 3px 3px 15px;
 border: 1px solid #005E66;
 margin: 0;
 color: #FFF;
 }

 .menulist a#j:hover {
 background-color: #71734B;
 color: #FFF;
 }
  
	.menulist a#pop:hover {
 background-color: #263486;
 color: #FFF;
 }
 
.menulist a#job {
 background-color: #FFF;
 padding: 3px;
 border: 1px solid #71734B;
 margin: 0;
 color: #808C43;
 }
 
 .menulist a#job:hover {
 background-color: #71734B;
 padding: 3px 3px 3px 15px;
 border: 1px solid #71734B;
 margin: 0;
 color: #FFF
 }
 
.menulist a#a:hover {
 background-color: #008B40;
 color: #FFF;
 }
 
 .menulist a#ag {
 background-color: #E4FFCA;
 padding: 3px;
 border: 1px solid #008B40;
 margin: 0;
 color: #008B40;
 }
 
.menulist a#ag:hover {
 background-color: #008B40;
 padding: 3px 3px 3px 15px;
 border: 1px solid #008B40;
 margin: 0;
 color: #FFF;
 }

.menulist a#i:hover {
 background-color: #554333;
 color: #FFF;
 }
 
.menulist a#min {
 background-color: #DBC991;
 padding: 3px;
 border: 1px solid #554333;
 margin: 0;
 color: #554333;
 }
 
.menulist a#min:hover {
 background-color: #554333;
 padding: 3px 3px 3px 15px;
 border: 1px solid #554333;
 margin: 0;
 color: #FFF;
 }

 .menulist a#t:hover {
 background-color: #3B4B67;
 color: #FFF;
 }
 
 .menulist a#tour {
 background-color: #C7CFDE;
 padding: 3px;
 border: 1px solid #3B4B67;
 margin: 0;
 color: #3B4B67;
 }
 
.menulist a#tour:hover {
 background-color: #3B4B67;
 padding: 3px 3px 3px 15px;
 border: 1px solid #3B4B67;
 margin: 0;
 color: #FFF;
 }
 
.menulist a#es:hover {
 background-color: #717EBD;
 color: #FFF;
 }
 
.menulist a#esm {
 background-color: #D0D9E1;
 padding: 3px;
 border: 1px solid #717EBD;
 margin: 0;
 color: #717EBD;
 }
 
.menulist a#esm:hover {
 background-color: #717EBD;
 padding: 3px 3px 3px 15px;
 border: 1px solid #717EBD;
 margin: 0;
 color: #FFF;
 }

.menulist a#y:hover {
 background-color: #6B528A;
 color: #FFF;
 }
 
.menulist a#nye {
 background-color: #E8DFEA;
 padding: 3px;
 border: 1px solid #6B528A;
 margin: 0;
 color: #6B528A;
 }
 
.menulist a#nye:hover {
 background-color: #6B528A;
 padding: 3px 3px 3px 15px;
 border: 1px solid #6B528A;
 margin: 0;
 color: #FFF;
 }
 
.menulist a#m:hover {
 background-color: #6B665E;
 color: #FFF;
 }
 
 .menulist a#ga:hover {
 background-color: #9D2121;
 color: #FFF;
 }
 
 .menulist a#par {
 background-color: #FFF;
 padding: 3px;
 border: 1px solid #6B665E;
 margin: 0;
 color: #6B665E;
 }
 
.menulist a#par:hover {
 background-color: #6B665E;
 padding: 3px 3px 3px 15px;
 border: 1px solid #6B665E;
 margin: 0;
 color: #FFF;
 }
 
.menulist a#v:hover {
 background-color: #C82D2D;
 color: #FFF;
 }
 
 .menulist a#eve {
 background-color: #FCDCDC;
 padding: 3px;
 border: 1px solid #C82D2D;
 margin: 0;
 color: #C82D2D;
 }
 
.menulist a#eve:hover {
 background-color: #C82D2D;
 padding: 3px 3px 3px 15px;
 border: 1px solid #C82D2D;
 margin: 0;
 color: #FFF;
 }
 
/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

.header{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #76798C;		
}

.headersm{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #76798C;
}

.headersms{
		line-height: 1.5em;
		font-family: Tahoma, Verdana, sans-serif;
	  font-weight: bold;
		color: #76798C;
}

/* Formats Demographics */
.headerd{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #D3A806;
}

.headersv{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #D3A806;
}

hr.d {
	 width: 99%;
	 border-style: solid;
	 color: #D3A806;
	 }

table.demo {
	 background-color: transparent;
	 border-width: 1px;
	 border: 1px solid #3366FF;
	 }
	
th.demo {
   background-color: #DDFDFF;
	 text-align: center;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 }
	
td.demoe {
   text-align: center;
	 background-color: #FFC;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 font-weight: bold;
	 }
	  
td.demoeb {
   text-align: center;
	 background-color: #DDFDFF;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 font-weight: bold;
	 }
	 
td.demo {
	 background-color: #FFC;
   text-align: left;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 padding-left: 15px;
	 }
	
caption.enec {
   text-align: left;
	 padding-left: 15px;
	 font-size: 89%;
	 }
	 
td.enec {
   text-align: center;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 font-weight: bold;
	 }
	 
td.enele {
   text-align: left;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 padding-left: 15px;
	 }
	 
td.enel {
   text-align: center;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 padding-left: 15px;
	 }
	 
td.democ {
	 background-color: #FFC;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 padding-left: 15px;
	 text-align: center;
	 }
	 
td.demf {
	 background-color: #DDFDFF;
   text-align: left;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 padding-left: 15px;
	 }
	  
td.dembl {
	 background-color: #DDFDFF;
   text-align: left;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 }
	 
td.demc {
	 background-color: #DDFDFF;
   text-align: center;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 }
	 
td.deml {
   background-color: #FFC;
   text-align: left;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 padding-left: 15px;
	 }
	 
td.demt {
   background-color: #FFC;
   text-align: left;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 padding-left: 25px;
	 }
	 
td.demb {
   background-color: #FFC;
   font-weight: bold;
   text-align: left;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 }
	
td.demfl {
   background-color: #DDFDFF;
   font-weight: bold;
   text-align: left;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 }
	 
table.permit {
	 background-color: transparent;
	 border: 1px solid #3366FF;
	 text-align: center;
	 font-size: 80%;
	 }
	 
td.homep2 {
   background-color: #FFC;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 text-align: center;
	 font-weight: bold;
	 font-size: 82%;
	 }
	
td.homep3 {
   background-color: #DDFDFF;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 text-align: center;
	 font-weight: bold;
	 font-size: 81%;
	 }
	 
table.home {
	 background-color: transparent;
	 border: 1px solid #3366FF;
	 text-align: center;
	 font-size: 80%;
	 }
	  
th.home {
   background-color: #CFF;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 text-align: center;
	 font-weight: bold;
	 font-size: 120%;
	 }
	
td.home2 {
   background-color: #FFC;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 text-align: center;
	 font-weight: bold;
	 font-size: 89%;
	 }
	
td.homes {
   background-color: #FFC;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 text-align: center;
	 font-size: 89%;
	 }
	
td.homesl {
   background-color: #FFC;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 text-align: left;
	 padding-left: 15px;
	 font-size: 89%;
	 }
	 
td.homesg {
   background-color: #DDFDFF;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 text-align: center;
	 font-size: 89%;
	 }
	 
td.home3 {
   background-color: #DDFDFF;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 text-align: center;
	 font-weight: bold;
	 font-size: 89%;
	 }
	 
td.home {
   background-color: #CFF;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 text-align: center;
	 font-weight: bold;
	 font-size: 92%;
	 }

td.homel {
   background-color: #CFF;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 text-align: left;
	 font-weight: bold;
	 font-size: 89%;
	 }
	 
table.roll {
	 background-color: transparent;
	 font-size: 75%;
	 }
	 
table.g {
	 background-color: transparent;
	 font-size: 95%;
	 color: #FFF;
	 }
	 
caption.demoh {
   font-size: 100%;
	 padding-top: 10px;
	 padding-bottom: 20px;
	 text-align: left;
	 font-style: italic;
	 }
	 
caption.demo {
   font-size: 100%;
	 padding-top: 10px;
	 padding-bottom: 20px;
	 text-align: center;
	 font-style: italic;
	 }
	 
caption.demorates {
   font-size: 100%;
	 padding-top: 10px;
	 padding-bottom: 20px;
	 text-align: left;
	 font-style: italic;
	 font-weight: bold;
	 }
	 
table.dem2 {
	 background-color: transparent;
	 border: 1px solid #3366FF;
	 }
	 
th.dem2 {
	 background-color: #FFC;
	 border-right: 1px solid #3366FF;
	 border-bottom: 1px solid #3366FF;
	 }
	
/* formats Transportation */
.headertran{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #537EAE;
}

.headertrans{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #537EAE;
}
 
hr.trans {
	 width: 99%;
	 border-style: solid;
	 color: #537EAE;
}

/* formats Utilities>Nye */
.headerut{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #9A9241;
}

.headeruts{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #9A9241;
}

/*td.ele {
   background-color: #D9D4A1;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: left;
	 }*/

td.thre {
   background-color: transparent;
	 border-right: 1px solid #D9D4A1;
	 border-bottom: 1px solid #D9D4A1;
	 border-left: 1px solid #D9D4A1;
	 border-top: 1px solid #D9D4A1;
	 padding: 25px;
	 }
	 
td.ep {
   background-color: #E6EFDE;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: left;
	 }
	 
td.el {
	 background-color: #CCF;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: left;
	 }

td.pk {
   background-color: #F4B2D7;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: center;
	 font-weight: bold;
	 }
	 
td.lpk {
   background-color: #F2EFCF;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: left;
	 }
 
/* formats lighter sub-menu within body of all pages */
.headermenu{
		line-height: 1.5em;
		font-size: 82%;
		font-family: Arial, Tahoma, monospace;
		color: #959595;
		letter-spacing: .1em;
}

hr.ut {
	 width: 99%;
	 border-style: solid;
	 color: #9A9241;
	 }
	
/* Formats the NV Tax Structure & Incentives */ 
.headertax{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #005E66;
}

.headertaxs{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, monospace;
		font-weight: bold;
		color: #005E66;
}

hr.tax {
	 width: 99%;
	 border-style: solid;
	 color: #005E66;
	 } 
	 
table.tax {
	 background-color: transparent;
	 width: 98%;
	 font-size: 90%;
	 }
	 
table.compare {
	 background-color: #9EACAA;
	 border-right: 1px solid #005E66;
	 border-bottom: 1px solid #005E66;
	 border-left: 1px solid #005E66;
	 border-top: 1px solid #005E66;
	 font-size: 82%;
	 }
	 
td.nv {
	background-color: #F8E56F;
	}
	
td.ta {
  background-color: #DDFDFF;
	padding-left: 15px;
	font-weight: bold;
	}

td.r {
  background-color: #DDFDFF;
	text-align: center;
	}
	
td.rc {
  background-color: #DDFDFF;
	text-align: left;
	}
	
td.tas {
  background-color: #DDFDFF;
	padding-left: 15px;
	}
	
td.tn {
  padding-left: 25px;
	}
	
td.hd {
	background-color: #005E66;
	font-weight: bold;
	font-family: uppercase;
	color: #DDFDFF;
	}
	
td.taxt {
   background-color: transparent;
	 border-right: 1px solid #005E66;
	 border-bottom: 1px solid #005E66;
	 border-left: 1px solid #005E66;
	 border-top: 1px solid #005E66;
	 text-align: left;
	 }
	 
td.tax {
   background-color: #9EACAA;
	 border-right: 1px solid #005E66;
	 border-bottom: 1px solid #005E66;
	 border-left: 1px solid #005E66;
	 border-top: 1px solid #005E66;
	 text-align: left;
	 }
	 
/* Formats Agriculture */ 
.headerag{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #008B40;
}

.headerags{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, monospace;
		font-weight: bold;
		color: #008B40;
}

.headeragsb{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, monospace;
		font-weight: bold;
		color: brown;
}

hr.ag {
	 width: 99%;
	 border-style: solid;
	 color: #008B40;
}
	
table.cws {
   background-color: #FFF;
	 border-right: 1px solid brown;
	 border-bottom: 1px solid brown;
	 color: #008B40;
	 text-align: center;
	 } 
	 
td.cws {
	 border-right: 1px solid brown;
	 border-bottom: 1px solid brown;
	 color: #008B40;
	 text-align: center;
	 }
	 
/* Formats the Gaming */
.headerga{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #711406;
}
 
hr.ga {
	 width: 99%;
	 border-style: solid;
	 color: #711406;
	 }
	 
/* Formats the EDEN Partners */
.headere{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #6B665E;
}

.headeres{
		line-height: 1.5em;
		font-size: 120%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #6B665E;
} 

hr.e {
	 width: 99%;
	 border-style: solid;
	 color: #6B665E;
	 }

/* formats State & Local Facts */
.headers{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #3E5E8D;
}

hr.s {
	 width: 99%;
	 border-style: solid;
	 color: #3E5E8D;
	 }
	 
/* Formats Mining */
.headermin{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
	  color: #554333;
}

hr.min {
	 width: 99%;
	 border-style: solid;
	 color: #554333;
	 }
	 
table.mine {
   background-color: transparent;
	 font-size: 85%;
	 } 
	
/* Formats Tourism */
.headertr{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
	  color: #3B4B67;
}

hr.tr {
	 width: 99%;
	 border-style: solid;
	 color: #3B4B67;
	 }

/* format Our Towns > Esmeralda County */
.headerto{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
	  color: #717EBD;
}

.headerstw{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #717EBD;
}

hr.to {
	 width: 99%;
	 border-style: solid;
	 color: #717EBD;
	 }
	 
td.four {
   background-color: transparent;
	 border-right: 1px solid #717EBD;
	 border-bottom: 1px solid #717EBD;
	 border-left: 1px solid #717EBD;
	 border-top: 1px solid #717EBD;
	 padding: 25px;
	 }

td.sales {
   background-color: #FFC;
	 border-right: 1px solid #717EBD;
	 border-bottom: 1px solid #717EBD;
	 border-left: 1px solid #717EBD;
	 border-top: 1px solid #717EBD;
	 padding: 10px;
	 }
	 
table.page {
	border-left: 1px solid #717EBD;
	}
	
table.townsb {
  border-top: 1px solid #717EBD;
	border-bottom: 1px solid #717EBD;
	}
	
table.smtowns {
	border-right: 1px solid #717EBD;
	border-bottom: 1px solid #717EBD;
	border-left: 1px solid #717EBD;
	border-top: 1px solid #717EBD;
	}
	
td.smtowns {
	border-right: 1px solid #717EBD;
	border-bottom: 1px solid #717EBD;
	text-align: center;
	}
	
/* format Our Towns > Nye County */	 
.headernye{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
	  color: #6B528A;
}

.headersnyet{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #6B528A;
}

hr.nye {
	 width: 99%;
	 border-style: solid;
	 color: #6B528A;
	 }

table.townsbn {
  border-top: 1px solid #6B528A;
	border-bottom: 1px solid #6B528A;
	}
	
table.smtownsn {
	border-right: 1px solid #6B528A;
	border-bottom: 1px solid #6B528A;
	border-left: 1px solid #6B528A;
	border-top: 1px solid #6B528A;
	}
	
td.smtownsn {
	border-right: 1px solid #6B528A;
	border-bottom: 1px solid #6B528A;
	}
	
table.pagen {
	border-left: 1px solid #6B528A;
	}
	
td.pager {
	border-right: 1px solid #6B528A;
	}

/* formats Education > Esmeralda County */
.headeresm{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #993F49;
}

hr.esm {
	 width: 99%;
	 border-style: solid;
	 color: #993F49;
	 }

table.edu {
	 background-color: #A0C9EB;
	 border-width: 1px;
	 border: 1px solid #993F49;
	 font-size: 90%;
	 }

table.edunye {
	 background-color: transparent;
	 width: 540px;
	 font-size: 85%;
	 }
	 
td.edu {
	 border-right: 1px solid #993F49;
	 border-bottom: 1px solid #993F49;
	 }
	 
td.two {
   background-color: transparent;
	 border-right: 1px solid #A0C9EB;
	 border-bottom: 1px solid #A0C9EB;
	 border-left: 1px solid #A0C9EB;
	 border-top: 1px solid #A0C9EB;
	 }
	 
td.one {
   background-color: transparent;
	 border-right: 1px solid #993F49;
	 border-bottom: 1px solid #993F49;
	 border-left: 1px solid #993F49;
	 border-top: 1px solid #993F49;
	 }
	 
td.educ {
	 text-align: center;
	 border-right: 1px solid #993F49;
	 border-bottom: 1px solid #993F49;
	 }
	  
th.edu{
	 text-align: center;
	 border-right: 1px solid #993F49;
	 border-bottom: 1px solid #993F49;
	 }
	  
/* formats Employment */
.headeremp{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #E18726;
}

.headersemp{
		line-height: 1.5em;
		font-size: 120%;
		font-family: "Andale Mono", Arial, sans-serif;
		font-weight: bold;
		color: #000;
}

hr.emp {
	 width: 99%;
	 border-style: solid;
	 color: #E18726;
	 }

.headersmst{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #3E5E8D;
}

table.emp {
	 background-color: #FC9;
	 border: 1px solid #E18726;
	 text-align: center;
	 font-size: 85%;
	 }

table.mean {
	 background-color: transparent;
	 font-size: 79%;
	 }
	 
table.empt {
	 background-color: transparent;
	 border: 1px solid #E18726;
	 text-align: center;
	 font-size: 85%;
	 }
	 
table.com {
	 background-color: #CCF;
	 border: 1px solid #E18726;
	 text-align: center;
	 font-size: 85%;
	 }
	 
th.emp {
	 background-color: #FC9;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: center;
	 }
	 
th.memp {
	 background-color: #FC9;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: center;
	 font-weight: bold;
	 font-size: 120%;
	 }

th.lemp {
	 background-color: #CCF;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: center;
	 font-weight: bold;
	 font-size: 120%;
	 }
	 
td.emp {
   background-color: #DDFDFF;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: left;
	 }
	 
td.lemp {
   background-color: #FC9;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: left;
	 }
	 
td.lempc {
   background-color: #FC9;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: center;
	 }
	 
td.memp {
   background-color: #CCF;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: center;
	 font-weight: bold;
	 }
	 
td.empc {
   background-color: #DDFDFF;
	 border-right: 1px solid #E18726;
	 border-bottom: 1px solid #E18726;
	 text-align: center;
	 }
	 
/* Formats Business License Requirements */
.headerb{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #923253;
}

hr.b {
	 width: 99%;
	 border-style: solid;
	 color: #923253;
	 }

.headersmb{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #923253;
}

table.bus {
	 background-color: transparent;
	 font-size: 85%;
	 margin-left: 12px; 
	 }
	 
td.bus {
	 border-left: 1px solid #923253;
	 padding-left: 4px;
	 }
	 
td.II {
	 padding-left: 8px;
	 }
	 
td.X {
	 padding-left: 16px;
	 }
	 
/* Formats Business Development Assistance */
.headerdev{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #542794;
}
	 
hr.dev {
	 width: 99%;
	 border-style: solid;
	 color: #542794;
	 }
	 
.headersdev{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #542794;
}
	
.headersmdev{
		line-height: 1.5em;
		font-size: 100%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		font-style: italic;
}

.headerbsmdev{
		line-height: 1.5em;
		font-size: 85%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
}

.headeredev{
		line-height: 1.5em;
		font-size: 90%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #C82D2D;
}

/* Formats Business Property Available */
.headerland{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #008080;
}
	 
hr.land {
	 width: 99%;
	 border-style: solid;
	 color: #008080;
	 }
	 
/* Formats Nevada JobConnect */
.headerj{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #71734B;
}

hr.j {
	 width: 99%;
	 border-style: solid;
	 color: #71734B;
	 }
	 
.headersj{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #71734B;
}

.headersmj{
		line-height: 1.5em;
		font-family: Tahoma, Verdana, sans-serif;
	  font-weight: bold;
		color: #71734B;
		letter-spacing: 1px;
}

/* Formats POP */
.headerpop{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
		color: #263486;
}
	 
hr.pop {
	 width: 99%;
	 border-style: solid;
	 color: #263486;
	 }
	 
.headerspop{
		line-height: 1.5em;
		font-size: 120%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #263486;
}
	 
/* Formats EDEN Sponsored Events */
.headereve{
		line-height: 1.5em;
		font-size: 140%;
		font-family: "Andale Mono", Arial, monospace;
		font-weight: bold;
	  color: #C82D2D;
}

.headersevet{
		line-height: 1.5em;
		font-size: 110%;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		color: #C82D2D;
}

hr.eve {
	 width: 99%;
	 border-style: solid;
	 color: #C82D2D;
	 }

.top{
		font-size: 65%;
		text-transform: uppercase;
		color: #333;
		}
		
.image {
		border: inset 2px;
		width: 194px;
		height: 147px;
		background-color: #FFF;
		}
		
.contact {
		font-weight: bold;
		font-size: 95%;
		font-style: Verdana;
		color: white;
		text-align: center;
}

/*formats the sides to center text*/
.whitelb {
    border-left: 1px solid white;
		border-bottom: 1px solid white;
		background-color: #E8E8D0;
}

/*formats the sides to center text*/
.whiterb {
    border-right: 1px solid white;
		border-bottom: 1px solid white;
		background-color: #E8E8D0;
}

/* formats menu colomun */
.leftc {
    border-left: 1px solid white;
		border-bottom: 1px solid white;
		background-color: #DCDCD1;
		}
		
.line {
  	background-color: #76798C;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.lineb {
  	background-color: #923253;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.linej {
  	background-color: #71734B;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.lined {
  	background-color: #FDCA03;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.linep {
  	background-color: #6B665E;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.lines {
  	background-color: #3E5E8D;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.linega {
  	background-color: #711406;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.linepd {
  	background-color: #D3A806;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.lineemp {
  	background-color: #E18726;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.lineut {
  	background-color: #9A9241;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.linetax {
  	background-color: #005E66;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.lineag {
  	background-color: #008B40;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.linemin {
  	background-color: #554333;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.linetr {
  	background-color: #3B4B67;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.lineto {
  	background-color: #717EBD;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.linenye {
  	background-color: #6B528A;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.lineeve {
  	background-color: #C82D2D;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.linees {
  	background-color: #993F49;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.linedev {
  	background-color: #542794;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.linepop {
  	background-color: #263486;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.linetrans {
  	background-color: #537EAE;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.lineland {
  	background-color: #008080;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.lline {
		background-color: #FFF;
		height: .1em;
}

/*formats the info in the left column */
.sides {
    border-bottom: 1px solid white;
    background-color: #76798C;
}

/*formats the main text */
.ctr {
    border-bottom: 1px solid white;
    background-color: #E8E8D0;
}

table {
	  font-size: 94%;
	  background-color: transparent;
}

.format{
		line-height: 18.5px;
		text-align: justify;
		}
		
table.spec {
		cellspacing: 2px;
		cellpadding: 3px;
		color: black;
		border: 2px #76798C solid;
		background-color: #76798C;
}

.photo {
	background-color: transparent;
	float: right;
  padding: 1.0em; 
	font-size: 86%;
	line-height: 13.5px;
	}
	
.photol {
	background-color: transparent;
	float: left;
  padding: 1.0em; 
	font-size: 86%;
	line-height: 13.5px;
	}
	
.info {
	font-size: 90%;
	line-height: 14px;
	}
	
.land {
	font-size: 89%;
	line-height: 14px;
	}
	
.source {
  font-family: Verdana, Arial, san-serif;
	font-size: 85%;
	line-height: 14px;
	font-style: italic;
	}
	
.excel {
  font-size: 80%;
	text-align: left;
  }
	
.fix {
    clear: right;
	  }

.ahem {
	  display: none;
	  }
		
body {
		background-image: url(Background.jpg);
		scrollbar-base-color: #76798C;
		scrollbar-face-color: #76798C; 
		scrollbar-highlight-color: #FFF; 
		scrollbar-shadow-color: #FFF; 
		scrollbar-arrow-color: #000; 
		scrollbar-track-color: #FFF;
		color: #333;
		font-family: Verdana, Arial, sans-serif;
		line-height: 1.5em;
		font-size: 80%;
		margin: 0px;
		padding: 0px;
	  }

.updated {
		font-size: 2%;
		}
		
b {
	  font-weight: bold;
	 	}
		
/* Formats All Rights Reserved */		
.footer {
		font-size: 75%;
		font-family: Arial, Verdana, sans-serif;
		line-height: 1.5em;
		color: #000;
		background-color: transparent;
		}

a:link {
		text-decoration: none;
		}
				
a:visited {
		text-decoration: none;
		color: #004894;
		}
		
a:hover {
		text-decoration: underline;
		color: #4E4E27;
		}
		
a:active {
    text-decoration: none;
		color: #6B665E;
		}
		
table.tourism {
	 background-color: transparent;
	 width: 98%;
	 }
	
.News2 {
		border: 0;
		font-family:  Verdana, Arial, sans-serif;
		font-weight: bold;
	  font-size: 90%;
	  line-height: 1.0em;
		}
			
td.frame {   
		background-color: #E8E8D0; }
	
html>body {
	font-size: medium;
	}