/* CSS Document */
/*-----------------------------------------------
Lassen County Web Site Base Styles
-------------------------------------------------
Author:		Matson & Isom Technology Consulting
            www.mitcs.com
Version:	2006.06.30.1502
----------------------------------------------- */

/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul, li
{
	list-style: none;
}

a
{
	text-decoration: none;
}

dd a
{
	font-weight: normal;
	text-decoration: underline;
}

body
{
	background: #04341c url(/_images/body_background.jpg) repeat-x top;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small; /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
}

#container
{
	width: 800px;
	text-align: left;
	background-color: #FFF;
	margin: 10px auto;
	border: 1px solid #CCC;
	border-bottom: none;
}

#home #content
{
	background: #FFF url(/_images/content_background.gif) repeat-y;
}

/*-----------------------------------------------
-- Header Styles
----------------------------------------------- */

.living h2, .business h2, .visiting h2, .government h2
{
	font-size: 200%;
	color: #000;
	margin-bottom: 5px;
	padding: 15px 0 7px 0;
	border-bottom: 1px solid #BBB;
}

.living h3, .business h3, .visiting h3, .government h3
{
	font-family: Garamond, Verdana, Helvetica, sans-serif;
	font-size: 150%;
	color: #000;
	padding: 10px 0 0 0;
}

.living h4, .business h4, .visiting h4, .government h4
{
	font-family: Garamond, Verdana, Helvetica, sans-serif;
	font-size: 125%;
	color: #000;
	padding: 10px 0 3px 0;
}

/*-----------------------------------------------
-- Site Search Styles 
----------------------------------------------- */

#siteSearch
{
	text-align: right;
	padding: 15px 20px 0 0;
}

#siteSearch input
{
	padding-top: 5px;
}

#siteSearch #main
{
	border: 1px solid #000;
}
/*-----------------------------------------------
-- Living In Lassen County Styles 
----------------------------------------------- */

.living #header
{
	background: url(/_images/living_header.jpg) no-repeat;
}

.living #subNav li a
{
	color: #333;
	background: #DDD;
}

.living #subNav li a:hover
{
	color: #000;
}

/*-----------------------------------------------
-- Doing Business in Lassen County Styles 
----------------------------------------------- */

.business #header
{
	background: url(/_images/business_header.jpg) no-repeat;
}

.business #subNav li a
{
	color: #333;
	background: #DDD;
}

.business #subNav li a:hover
{
	background: #BBB;
	color: #000;
}

/*-----------------------------------------------
-- Visiting Lassen County Styles 
----------------------------------------------- */

.visiting #header
{
	background: url(/_images/visiting_header.jpg) no-repeat;
}

.visiting #subNav li a
{
	color: #333;
	background: #DDD;
}

.visiting #subNav li a:hover
{
	background: #BBB;
	color: #000;
}

/*-----------------------------------------------
-- Doing Business in Lassen County Styles 
----------------------------------------------- */

.government #header
{
	background: url(/_images/govt_header.jpg) no-repeat;
}

.government #subNav li a
{
	color: #333;
	background: #DDD;
}

.government #subNav li a:hover
{
	background: #ced5c9;
	color: #000;
}

/*-----------------------------------------------
-- Quick Jump Menu Styles 
----------------------------------------------- */

#menus
{
	float: left;
	background: url(/_images/menu_background.png) repeat-x bottom;
	padding: 5px 10px;
	border-top: 1px solid #000;
}

html>body #menus
{
	padding: 5px 10px;
	width: 780px;
}

#menus label, #menus label a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
}

#menus #departmentMenu
{
	float: left;
	padding: 2px 0 5px 0;
}

#menus #serviceMenu
{
	float: right;
	padding: 2px 0 5px 0;
}

/*-----------------------------------------------
-- Economic Development/Housing Styles 
----------------------------------------------- */

#rightNote p
{
    float: right;
    padding: 0;
   
}
#rightNote img
{
    float: left;
    margin-left: 450px;
    padding: 0;
    border: 0;
    
}

/*-----------------------------------------------
-- Footer Styles 
----------------------------------------------- */

#footer
{
	clear: both;
	background: #375144 url(/_images/footer_bg_sub.gif) no-repeat top;
	text-align: center;
	padding: 25px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#home #footer
{
	background: #375144 url(/_images/footer_bg.gif) no-repeat top;
}

#footer li
{
	display: inline;
}

#footer li a
{
	color: #FFF;
	font-size: 85%;
	margin: 0 10px;
	padding: 1px 5px;
}

#footer li a:hover
{
	background: #8dae9c;
	border-bottom: 1px dotted #799186;
	border-top: 1px dotted #799186;
}

#footer p
{
	font-size: 85%;
	padding: 5px 0;
}

#photoCredit
{
	margin: 5px 5px 0 5px;
	font-size: 80%;
	color: #7e9e8d;
}

#photoCredit a
{
	color: #FFF;
	margin: 0 10px;
	padding: 1px 5px;
}

