/* 
  ----------------------------------------------------------------
  NEVADA DBE - Layout CSS
  by Zee Designs
  www.zeedesigns.com
  custom site style - ZD-CMS™ integrated with Website Pages Module
  ----------------------------------------------------------------
*/

#content {
	background: url(images/bkgd_content.jpg) repeat-y;
	width: 760px;
	margin: 20px auto 0 auto;
	text-align: left;
}
#header {
	float: right;
	background: url(images/masthead_p1.jpg) no-repeat;
	width: 760px;
	height: 160px;
}

/* BEGIN replace text with logo image, make logo art appear as if it is a hyperlink, move header text off screen */
#logo {
	padding: 50px 0 0 0px;
	background: url(images/masthead_p2.jpg) no-repeat bottom;
	width: 380px;
	height: 90px;
	float: right;
}
#logo a {
	width: 380px;
	height: 90px;
	display: block;
	text-indent: -9999px;
}
/* END replace text with logo image */

/* BEGIN top navigation */
#top-nav {
	float: left;
	font-size: 11px;
	color: #999;
	padding: 35px 0 5px 50px;
}
#top-nav a {
	color: #999;
}
#top-nav a:hover {
	color: #00F;
	text-decoration: underline;
}
/* END top navigation */

#animation {
	float: left;
	padding: 0 0 0 30px;
	clear: left;
}
#tag {
	margin-bottom: 20px;
	float: right;
}

/* BEGIN replace text with nvseal image, make logo art appear as if it is a hyperlink, move header text off screen */
#nvseal {
	padding: 0px;
	background: url(images/nv_seal.jpg) no-repeat;
	width: 150px;
	height: 160px;
	float: right;
}
#nvseal a {
	width: 150px;
	height: 160px;
	display: block;
	text-indent: -9999px;
}
/* END replace text with nv seal image */

#middle {
	width: 700px;
	margin: 0 0 0 30px; 
}
#primary {
	float: right;
	background: url(images/nvmap.jpg) no-repeat;
	background-position: top right;
	width: 460px;
	padding: 0 20px 20px 0;
}
#secondary {
	width: 175px;
	/*height: 390px;*/
	/*float: left;*/
	background: url(images/shade.jpg) no-repeat right;
	/*display: inline;*/
	padding: 0 5px 0 15px;
	border-right: 1px solid #00457E;
}
/* ------------------------------------Footer */

#middle-footer {
	background: url(images/bkgd_content_btm.jpg) no-repeat top;
	width: 760px;
	height: 28px;
	margin: 0 auto 0 auto;
	clear: both;
	zoom: 1; /* IE fix */
}

/* BEGIN Footer */
#footer {
	clear: both;
	zoom: 1; /* IE fix */
	color: #FFFFFF;
	background: #45A684;
	height: 100px;
	font-size: 11px;
	width: 700px;
	margin: 0 auto;
}

#footer a, #footer a:link, #footer a:visited {
	color: #FFE159;
	font-weight: 600;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#footer a:active {
	color: #CC6600;
}
#postal-info {
	float: left;
	width: 45%;
	text-align: left;
	padding: 10px;
}
#contact-info {
	float: right;
	background: url(images/ndot.gif) no-repeat left;
	width: 40%;
	text-align: right;
	padding: 10px;
}
#copyright {
	float: left;
	width: 45%;
	text-align: left;
}
#copyright p, #contact-info p, #postal-info p, #authorship-info p {
	margin: 0;
}
/* END Footer */

/* ------------------------------------Signature */

#authorship-info {
	clear: both;
	background-color: #4DB185;
	margin: 0 auto 0 auto;
	height: 35px;
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px;
}

/* BEGIN icons */

#ar-icon {
	background: url(images/icon_acroreader.gif) no-repeat;
	float: right;
}

#flash-icon {
	background: url(images/icon_flash.gif) no-repeat;
	float: right
}

#zd-icon {
	background: url(images/icon_zd.gif) no-repeat;
	float: right;
}

#ar-icon a, #flash-icon a, #zd-icon a {
	display: block;
	margin: 0;
	padding: 0 0 0 5px;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
/* END icons */
