/*
coffee - 221d11
toffee - 834a0b
spring green - f6ed61
med sage green - 6c7e1f
lt lt yellow - fffcd7
lt yellow - f0edca
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family: Trebuchet, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	background: #221d11 url('images/wood2.jpg') ;
	margin: 0;
	padding: 0;
	color: #000;
}

#outer {
	background: url('images/contentbg.png') repeat-y top;
}

#wrap, #foot, #head {
	margin: 0 auto !important;
	width: 960px !important;
}

#wrap, #head {
	padding: 0;
}

#content {
	padding: 24px 0;
	clear: both;
	background: #fffcd7;
}

#content img {
	background: #fff;
	padding: 1px;
	border: 6px solid #f0edca;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	margin-bottom: 4px;
}

#foot {
	font-size: 12px;
	padding: 8px 0 24px 0;
	margin-top: 24px;
	color: #fff;
	text-align: center;
	background: url('images/footbg.png');
	border: 1px solid #442d08;
	border-width: 1px 0;
	clear: both;
}

a {
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #834a0b;
}

a:visited {
	color: #221d11;
}

#foot a:link, #foot a:visited {
	color: #f0edca;
}
	
a:hover, a:active {
	color: #6c7e1f;
}

#foot a:hover, #foot a:active {
	color: #fff;
}

a.img {
	border: none;
	text-decoration: none;
}
	
/* =Menu
-------------------------------------------------------------- */

#access {
	clear: both;
	background: #6c7e1f url("images/navbg.png") top left repeat-x;
	display: block;
	float: left;
	margin: 0 auto 6px;
	padding: 0 0 0 -20px;
	display: block;
	float: left;
	margin: 0 auto;
	width: 960px;
	min-height: 41px;
}
#access .menu-header,
div.menu {
	font-size: 16px;
	/* margin-left: 12px; */
	width: 940px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #221d11;
	display: block;
	line-height: 41px;
	padding: 0 12px;
	text-decoration: none;
	font-weight: normal;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #034768;
	color: #ffd873;
	line-height: 1.3em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #221d11 url("images/navbghover.png") top left repeat-x;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}

/*--------- end menu ----------*/


p {
	margin: 16px;
	margin-top: 0;
	line-height: 140%;
}

#foot p {
	margin: 8px 0 0 0;
}

p#addy {
	font-size: 16px;
	font-weight: bold;
	color: #f6ed61;
}

#content div {
	margin: 0 16px;
}
	
h1, h2, h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-top: 0;
	font-weight: normal;
	margin-left: 16px;
	margin-right: 16px;
	color: #221d11;
}

/* taken from Orland Chamber, uses text link/SEO but inserts masthead/banner */
#masthead {
	margin: 0 auto;
	width: 960px;
	height: 180px;
	overflow: hidden;
	background: url("images/masthead.jpg") top center no-repeat;
}

#masthead h1 a {
	text-decoration: none;
	display: inline-block;
	text-indent: -999em;
	width: 960px;
	height: 180px;
	margin: 0 !important;
}

/* end tricky link code */


h1, h2 {
	margin-bottom: 12px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 18px;
}

b {
	text-transform: uppercase;
	color: #221d11;
}

li b {
	text-transform: none;
}

#head b, #foot b {
	color: #fff;
}

small {
	font-size: 80%;
}
	
.alignleft {
	margin-right: 16px;
	margin-left: 16px;
	float: left;
}

.alignright {
	margin-left: 16px;
	margin-right: 16px;
	float: right;
}

div.alignright {
	text-align: right;
}

#head .alignright {
	margin-right: 0;
}
	
ul.alignleft {
	margin-right: 60px;
}
	
ul.alignright{
	margin-left: 60px;
}
	

.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
	
hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
}

img.plain {
	background: none !important;
	padding: 0 !important;
	border: none !important;
}

#content table {
	margin: 0 0 24px 16px;
}

#content td, #content th {
	padding: 4px 8px;
}

#content th {
	font-weight: bold;
	font-size: 110%;
	background: #fff;
	text-align: left;
}

#content tr.alt {
	background: #f0edca;
}

blockquote {
	margin: 16px 32px 0 32px;
	background: #fff;
	padding: 8px;
}

blockquote p {
	margin: 8px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 120%;
}

#content ul {
	margin-left: 32px;
}

#content li {
	line-height: 145%;
	padding-bottom: 8px;
	list-style-image: url('images/goldbullet.png');
}
	
#content li li {
	list-style-image: url('images/bullet_yellow.png');
	font-size: 13px;
	line-height: 120%;
	padding-bottom: 2px;
}