/*
not-quite-white - f9f8f4
taupe - 8b8970
nqw@75%op - dddcd3

sage - 82946e

opaque
purple - 4c1e4c
blue - 2e71b7
pink - be386a
yellow - f0e660
brown - 634135
green - 2a7151
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background: #82946e url('/images/bg.jpg') no-repeat top fixed;
	margin: 0;
	padding: 0;
	color: #222;
	text-align: center;
	}

#wrap {
	width: 970px;
	margin: 0 auto !important;
	text-align: center;
	}
	
#foot, #head, #mainwrap {
	width: 970px;
	}

#content {
	/* float: left; */
	width: 625px;
	padding: 15px;
	padding-left: 0;
	background: #f9f8f4;
	text-align: left !important;
	}
	
#sidebar {
	text-align: center;
	/* float: right; */
	width: 330px;
	padding: 15px 0;
	/* background: #8b8970; */
	}
	
#head {
	text-align: left !important;
	}

#foot {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	padding: 12px 0;
	text-align: center;
	clear: both;
	background: #dddcd3;
	border-top: 1px solid #8b8970;
	}

* html #foot {
	height: 1px;
}

h1, h2, h3, h4 {
	font-family: Cambria, Georgia, Times, "Times New Roman", serif ;
	margin: 0 15px 4px 15px;
	padding: 0;
	color: #634135;
	}
	
h1 {
	font-size: 36px;
	margin-bottom: 12px;
	}

#head h1 {
	margin: 0;
	font-size: 48px;
	padding: 4px 0;
	border-top: 10px solid #dddcd3;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	}
	
h2 {
	font-size: 27px;
	margin-bottom: 8px;
	}

h3 {
	font-size: 21px;
	margin-bottom: 4px;
	}

#sidebar h1, #sidebar h2, #sidebar h3 {
	margin-left: 0;
	margin-right: 0;
	/* font-size: 80%; */
	}
	
a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	color: #2e71b7;
	}

a:visited {
	color: #4c1e4c;
	}

a:hover, a:active {
	color: #2a7151;
	}

a.img {
	border: none;
	text-decoration: none;
	}
	
/* NAV */

#nav {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	margin-right: 4px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	background: #dddcd3;
	color: #634135;
	display: block;
	font-size: 18px;
	font-weight: normal;
    margin: 0;
	padding: 8px 15px 7px 15px;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Arial, sans-serif;
	text-decoration: none;
	border-top: 1px solid #8b8970;
	border-left: 1px solid #8b8970;
	border-right: 2px solid #634135;
	}

#nav li a:hover {
	background: #f9f8f4/* url('images/navhover.jpg') repeat-x bottom*/;
	color: #222;
	margin: 0;
	padding: 8px 15px 7px 15px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	background: #dddcd3;
	width: 16em;
	color: #634135;
	float: none;
	margin: 0px 0px -1px 0px;
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	line-height: 17px !important;
	text-decoration: none;
	border: 1px solid #8b8970;
	border-right: 2px solid #634135;
	}
	
#nav li ul a { 
	width: 150px;
	}

#nav li li a:hover, #nav li li a:active {
	background-color: #fff;
	color: #2a7151;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

#nav #home {
	background: #f9f8f4 url('images/homenav.jpg') repeat-x bottom;
	border-left: none !important;
}

#nav #home:hover {
	background: #f0e660 url('images/homehover.jpg') repeat-x bottom;
	color: #000;
	}

/* END NAV */

#foot p {
	margin: 0;
	}

#foot p.address {
	font-size: 120%;
	line-height: 120%;
	margin: 2px 0 12px 0;
	}
	
#sidebarcal, #sidebarml, #sidebargal {
	margin: 0 2px 12px 2px;
	/*background-color: #dddcd3;*/
	}

#sidebarcal, #sidebargal {
	background-color: #dddcd3;
	padding: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	
#content p {
	margin: 16px 15px;
	margin-top: 0;
	padding: 0;
	line-height: 130%;
	}

#content table {
	margin: 16px 15px;
	margin-top: 0;
	}
	
#content td {
	padding: 0 24px 12px 0;
	}

#content td p, #content td h3 {
	margin: 0;
	}
	
.bordered {
	border-top: 1px solid #634135;
	border-left: 1px solid #634135;
	}
	
.bordered td, .bordered th {
	border-bottom: 1px solid #634135;
	border-right: 1px solid #634135;
	padding: 6px 12px !important;
	}
	
.bordered td {
	background: #f9f8f4;
	}

.bordered th {
	background: #dddcd3;
	font-weight: bold;
	text-align: center;
	}
	
#foot p {
	margin: 0;
	}

b {
	color: #634135;
	}
	
#foot b {
	text-transform: uppercase;
	}
	
small {
	font-size: 90%;
	}

.alignleft small {
	font-size: 75%;
	font-style: normal;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	}
	
#content ul {
	margin-bottom: 16px;
	margin-left: 32px;
	}
	
#content li {
	font-size: 120%;
	font-style: italic;
	line-height: 150%;
	list-style-type: square;
	padding-bottom: 2px;
	}
	
.alignleft {
	margin-right: 16px;
	margin-left: 15px;
	/* margin-left: 0; */
	float: left;
	}

.alignright {
	margin-left: 16px;
	/* margin-right: 15px; */
	margin-right: 0;
	float: right;
	}

.member {
	}
	
ul.alignleft {
	margin-left: 0;
	margin-right: 60px !important;
	}

ul.alignright {
	margin-right: 0;
	}

#chamberbox {
	padding: 4px;
	margin: 12px 0 0 15px;
	background: #dddcd3;
	}
	
#chamberbox h2 {
	margin-bottom: 4px !important;
	}

#chamberbox ul {
	margin-bottom: 4px;
	}
	
#chamberbox li {
	margin: 0 !important;
	padding: 2px 6px 2px 0;
	}
	
.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

#content img, img.border {
	background: #fff;
	padding: 2px;
	border: 1px solid #dddcd3;
	margin-bottom: 4px;
	}

img.plain {
	background: none !important;
	padding: 0 !important;
	border: none !important;
	margin: 0 !important;
	}

blockquote {
	background: #fff;
	padding: 0;
	margin: 16px 30px;
	}

blockquote p {
	padding: 8px 16px !important;
	margin: 0 !important;
	font-size: 16px;
	font-style: italic;
	color: #444;
	}
	
blockquote small {
	font-style: normal;
	}
	
blockquote p br {
	margin-bottom: 8px;
	}
	
div.indent {
	margin: 16px 15px;
	margin-top: 0;
	}
	
	
	
/* back to edits and new stuff */

input, select, textarea {
	background: #fff;
	color: #634135;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-right: 6px;
	}
	
input, textarea {
	background: #fff url(/images/inputbg.gif) repeat-x top;
	padding: 2px 4px;
	border: 1px solid #8b8970;
	}

input.button {
	background: #f0e660;
	border-top: #dddcd3 solid 2px;
	border-right: #8b8970 solid 2px;
	border-bottom: #634135 solid 2px;
	border-left: #8b8970 solid 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#sidebar input.button {
	border-top: #f9f8f4 solid 2px;
	}
	
input.alignright {
	text-align: right;
	}
	
.noborder, .paypal {
	background: none;
	border: none;
	padding: 0;
	}

#slideshow {
	width: 300px;
	height: 300px;
	overflow: hidden;
	float: right;
	margin: 0 0 4px 16px;
	background: #fff;
	padding: 2px;
	border: 1px solid #dddcd3;
	}

#imgSlide, #imgHidden {
	padding: 0 !important;
	border: none !important;
	}
	
/* weather widget */

.u { text-decoration: underline; }

#container {
	margin: 0 auto 12px auto;
	text-align: left;
	width: 326px;
}

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: col-resize;
}

.kwicks_content {
	padding: 4px 0 0 8px;
}

.kwicks_loc1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

.kwicks_loc2 {
	font-size: 12px;
	font-style: italic;
	padding-left: 16px;
}


#weather_kwicks .kwicks li {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	float: left;
	width: 80px;
	height: 170px;
	margin-right: 1px;
	white-space: nowrap !important;
}

#weather_kwicks #kwick1, #weather_kwicks #kwick2, #weather_kwicks #kwick3, #weather_kwicks #kwick4 {
	background-color: #dddcd3;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*
#weather_kwicks #kwick1 {
	background-color: #dddcd3;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#weather_kwicks #kwick2 {
	background-color: #dddcd3;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#weather_kwicks #kwick3 {
	background-color: #dddcd3;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#weather_kwicks #kwick4 {
	background-color: #dddcd3;
	margin-right: none;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
*/

/* end weather widget */