a:link  { color: #fc6; text-decoration: none }

a:visited  { color: #eeba52; text-decoration: none }

a:hover  { color: #ffde9b; text-decoration: none }

a:active  { color: #ffde9b; text-decoration: none }

body {
	font-family: sans-serif;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	margin: 0
}

p   { color: #fff; font-size: 17px; font-family: serif; line-height: 125%; font-stretch: normal }

li  { color: #ddd; font-size: 15px; font-family: sans-serif; list-style-type: square; margin-bottom: 0; padding-bottom: 0 }

h1  { color: #fc6; font-size: 30px; font-family: serif; font-weight: lighter; font-stretch: condensed; margin-top: 12px; padding-top: 0; padding-bottom: 0 }

h2  { color: #609a8c; font-size: 24px; font-family: sans-serif; font-weight: lighter; font-stretch: semi-condense
 }

h3  { color: #d2a23b; font-size: 18px; font-family: sans-serif; font-weight: bolder; font-stretch: semi-condensed; margin-bottom: 0; padding-bottom: 0 }

.sm_ft   { color: #ddd; font-size: 13px; font-family: sans-serif }

.bullets {
	color: #ddd;
	font-size: x-small;
	font-family: sans-serif;
	padding-bottom: 12px
}
.form { background-color: #ddd; border-width: 1px }
/* Gallery Styles and JS Effect Styles */

#gallery .category {
	background-color: #222;
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #000;
}

#gallery h3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0 0 10px 0;
	color: #c9ab51;
}

#gallery img {
	border: 3px solid #000;
	margin: 0 6px 10px 0;
}

#gallery hr {
	margin: 0;
	background-color: #000;
}

#moostick li strong {
	float: right;
	clear: both;
}

#accordion {
}

#accordion h2 {
	margin: 0;
	color: #000;
}

#accordion p.text {
	margin: 0;
	font-size: 12px;
	color: #ccc;
	font-weight: bold;
}

#accordion .sm_ft {
	padding: 0 5px;
}

#accordion h3 {
	font-size: 12px;
	cursor: pointer;
	padding: 5px;
}

#accordion h3:hover {
	background-color: #315f54;
}
