@charset "UTF-8";
/* CSS Document for Mineral County */


body {
	text-align: center;
	background-color: #666666;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	}
#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 795px;
	font-size: 1em;
	background-image: url(graphics/sidebar.gif);
	background-repeat: repeat-y;
	text-align:left;
	margin-top: 4px;
	margin-bottom: 5px;
	}


/* -------------------------------- Right / Main Content Area -----------------------------------l */
#main {
	position: relative;
	padding: 0px;
	width: 609px;
	position: relative;
	background-image: url(graphics/bglight.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 188px;
	}	


/* -------------------------------- Titlebar -----------------------------------l */
#titlebar {
	width: 609px;
	position: relative;
	background-image: url(graphics/bgdark.gif);
	background-repeat: repeat;
	padding-top: 10px;
	}		


/* -------------------------------- Sidebar -----------------------------------l */
#sidebar {
	position: absolute;
	width: 188px;
	top:0;
	left:0;
	font-size: 0.8em;
	text-align:right;
	}

#sidebar h1 {
	font-size: 0.75em;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
}

/* -------------------------------- Title Image -----------------------------------l */
#titleimage {margin: 0px;}
	

/* ---------------------------- Top Navigation ---------------------------*/
#nav1 {
	width:600px;
	height:20px;
	text-align:center;
	padding-top: 3px;
	position: relative;
	padding-right: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	}
	
#nav1 ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#nav1 li {
	display:inline;
	padding-right: 7px;
	padding-left: 15px;
	}
	
#nav1 a:link, #nav1 a:visited {
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	border: none;
	}
	
#nav1 a:hover {color: #666666;}
#nav1 image {border:none;}
#nav1 .youarehere {color:#666666;}


/* -------------------------------- Nav 2 / Sidebar Nav -----------------------------------l */
#nav2 {
	padding-top:6px;
	padding-right:30px;
	text-align:right;
	}

#nav2 ul {
	list-style:none;
	margin: 0;
	padding: 0;
	border:none;
	}
		
#nav2 li {
	display:list-item;
	padding-bottom: 4px;
	}
#nav2 a:link, #nav2 a:visited {
	color: #000000;
	text-decoration:none;
	border: none;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: .1em;
	}
	
#nav2 a:hover {color: #E4E4E4;}
#nav2 image {border:none;}
#nav2 .youarehere {color:#E4E4E4;}


/* ----------------------- Nav 2 Subnav ------------------------l */
#nav2 ul.subnav {
	list-style:none;
	border:none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	}

#nav2 ul.subnav li {
	display:list-item;
	padding-bottom: 0px;
	}
	
#nav2 ul.subnav a:link, #nav2 ul.subnav a:visited {
	color: #000000;
	text-decoration:none;
	border: none;
	font-weight: normal;
	font-size: .9em;
	letter-spacing: .0em;
	}
	
#nav2 ul.subnav a:hover {color: #E4E4E4;}
#nav2 ul.subnav image {border:none;}


/* -------------------------------- Content -----------------------------------l */
#content {
	position:relative;
	padding-top: 8px;
	font-size: 0.8em;
	font-family: Palatino, "Times New Roman", Times, serif;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
	}

#content ul {
	list-style:none;
	margin: 0;
	padding: 0;
	border:none;
	}
		
#content li {
	display:list-item;
	padding-bottom: 4px;
	}
#content a:link, #content a:visited {
	color: #003366;
	border: none;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #666666;
}
#content image {border:none;}
#content hr {
	border: 0;
	width: 100%;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 3px;
}

#contentbox {
	width:200px;
	float: right;
	text-align: center;
	padding: 5px;
	border: 2px solid #FFFFFF;
	margin-top: 30px;
	margin-left: 20px;
	}

/* -------------------------------- Bottom Bar -----------------------------------l */
#bottombar {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 795px;
	font-size: 0.65em;
	text-align:center;
	color:#CCCCCC;
	padding-top:1px;
	}

#bottombar a:link, #bottombar a:visited {
	color:#999999;
	text-decoration:underline;
	border: none;
	}
#bottombar a:hover { color: #CCCCCC; }


/* -------------------------------- Text Formatting -----------------------------------l */

h1 {
	margin-top: 5px;
	font-size: 1.15em;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	}

h2 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-indent: 3px;
	margin-bottom: -5px;
	}
h3 {
	font-size: 1.1em;
	margin-bottom: -2px;
	margin-top:-8px;
	text-align:center;
	}
h4 {
	font-size: .95em;
	}
h6 {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: .01em;
	text-indent: 15px;
	margin-bottom: 5px;
	margin-top: 6px;
	color: #333300;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	margin-left: 20px;
	margin-right: 40px;
}
