/* North Kitsap Auto Rebuild CSS stylesheet copyright 2005.   |
 |                                                |
 | Developed by:                                  |
 | NewEra Software                                |
 | http://www.newerainc.com                       |
 | ograupman@newerainc.com                        |
 | 801-447-4707                                   |  */

/* -------------------------------------------------
Global styles
---------------------------------------------------- */
body {
	font: 1em/120% Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #006 url(sitebg.gif) repeat-x top;
}

/* -------------------------------------------------
Global Typography and Form defs
---------------------------------------------------- */
h1 {
	font-size: x-large;
	line-height: 120%;
	font-weight: bold;
}

h2 {
	font-size: x-large;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: medium;
	font-weight: bold;
	color: #900;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: x-small;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p, label {
	font-size: small;
	margin: 0;
	padding: 0;
}

form {
	margin: 8px 0 0;
}

fieldset {
	color: #333;
	padding: 12px;
	border: 1px dotted #333;
	background-color: #ddd;
}

textarea, select, input {
	margin: 0 0 5px 50px;
}

/* -------------------------------------------------
Classes
---------------------------------------------------- */
.next-p {
	margin-top: 15px;
}

.reversetype {
	color: #fff;
}

.subhead {
	font-weight:bold;
}

.active {
	display: block;
	background-color: #900;
	color: #fff;
}

/* -------------------------------------------------
Custom Typography
---------------------------------------------------- */
#container ul {
	list-style: none;
	background-color: #ddd;
	margin: 8px 0 5px;
	width: 300px;
	color: #333;
	list-style-type: none;
	font-size: small;
	line-height: 130%;
	padding-left: 8px;
}

#container li {
	border-top: 1px dotted #fff;
	padding: 5px 5px 5px 0px;
}

#footer p {
	font-size: x-small;
	margin-left: 50px;
	color: #fff;
}

/* -------------------------------------------------
links
---------------------------------------------------- */
#contentbox a:link {
	color: #900;
	text-decoration: underline;
}

#contentbox a:visited {
	color: #ccc;
	text-decoration: none;
}

#contentbox a:hover {
	color: #000;
	text-decoration: none;
}

#contentbox a:active {
	color: #900;
	text-decoration: underline;
}

#footer a:link {
	color: #fff;
	text-decoration: underline;
}

#footer a:visited {
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer a:active {
	color: #900;
	text-decoration: underline;
}

/* -------------------------------------------------
Layout
---------------------------------------------------- */
#container {
	width: 100%;
	background-color: white;
}

#storegraphic {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 58px;
	background-color: #039;
}

#contentbox {
	width: 79%;
	margin-left: 50px;
}

#footer {
	height: 50px;
	padding-top: 8px;
	background-color: #000;
}

/* -------------------------------------------------
Navigation
---------------------------------------------------- */
#navcontainer ul {
	margin: 0 0 15px 0;
	padding-left: 0;
	background-color: #000;
	color: white;
	float: left;
	width: 100%;
	font: small/100% Helvetica, Arial, sans-serif;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 0.5em 1em;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #333;
}

#navcontainer ul li a:hover {
	background-color: #039;
	color: #fff;
}

#navcontainer ul li a#active {
	background-color: #900;
	color: #fff;
}

/* -------------------------------------------------
Tables
---------------------------------------------------- */
table { width: 90%; }

th, td {
	border: 1px dotted #666;
	padding: 10px;
}

.colorbg {
	background-color: #900;
	color: #fff;
}