/*
lt tan - fbf6eb
tan - e5d2a4
dk brown - 4f4839
lt brown - 9e947f
lt lt brown - d6d0c4
sage green 90c48c
*/

body {
	background: #054400 url('/images/newbg.png') repeat-x top;
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	font-family: "Lucida Grande", trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	}

#wrap2 {
	background: url(/images/mastbg.jpg) top center no-repeat;
	}
	
#wrap {
	/* background: #fff; */
	width: 970px;
	margin: 0 auto;
	padding: 0;
	}

#wraptable {
	clear: both;
	margin-top: 15px;
	}
	
#contenttd {
	/* border: 1px solid #9e947f; */
	padding: 6px;
	background: #fff;
	}
	
#content {
	padding: 0;
	text-align: left;
	background: #fbf6eb;
	border: 1px solid #9e947f;
	}
	
#copy {
	border-top: 1px #9e947f solid;
	margin: 0;
	padding: 0px 10px 10px 10px;
	text-align: left;
	background: #d6d0c4;
	clear: both;
	}
	
#copy p {
	color: #4f4839;
	font-size: 10px;
	margin: 0;
	margin-top: 10px;
	line-height: 14px;
	}

.frame, .mphoto, div.indexlinks img {
	padding: 4px;
	border: 1px solid #9e947f;
	background: #fff;
	margin-bottom: 2px;
	}

.mphoto {
	float: left;
	margin: 0 10px 2px 24px;
	}
	
hr {
	clear: both;
	border: none;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	}
	
sup {
	font-size: 80%;
	}

.mlisting {
	clear: both;
	margin-bottom: 24px;
	}

/* Nav stuff */


#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 958px;
	border: 6px solid #fff;
	background: #054400 url('images/navbg.png') repeat-x bottom;
	text-align: left;
}

#access .menu-header,
div.menu {
	width: 958px;
	font-size: 17px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#access a {
	color: #fff;
	font-weight: bold;
	display: block;
	line-height: 38px;
	padding: 0 15px;
	text-decoration: none;
	background: #054400 url('images/navbg.png') repeat-x bottom;
	font-family: georgia, "times new roman", serif; 
	letter-spacing: 0.03em;
}

#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;
	margin: 0;
	padding: 0;
	top: 38px;
	left: 0;
	float: left;
	width: 220px;
	z-index: 99999;
	font-size: 13px;
}
#access ul ul li {
	min-width: 220px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #e5d2a4;
	color: #054400;
	font-weight: normal;
	line-height: 1.3em;
	padding: 7px 10px;
	width: 200px;
	height: auto;
}
#access li:hover > a {
	background: #e5d2a4;
	color: #054400;
}

#access ul ul :hover > a {
	background: #054400;
	color: #fff;
}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #e5d2a4;
	color: #054400;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background: #e5d2a4;
	color: #054400;
}

  
/* -- END NAVIGATION -- */





blockquote {
	margin-left: 52px;
	background: #fff;
	border: #9e947f solid 1px;
	border-left-width: 3px;
	padding: 6px 12px;
	line-height: 18px;
	font-family: georgia, "times new roman", serif; 
	font-size: 13px;
	}

p, td, div {
	font-family: "Lucida Grande", trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	}
	
p {
	line-height: 16px;
	margin: 0px 24px 16px 24px;
	padding-left: 12px;
	}

p.minfo {
	margin-bottom: 8px;
	}

blockquote p {
	margin-left: 0;
	font-family: georgia, "times new roman", serif; 
	font-size: 13px;
	line-height: 18px;
	}
	
small {
	color: #9e947f;
	font-size: 10px;	
	}

h3 small {
	font-size: 13px;
	}
	
a {
	text-decoration: underline;
	font-weight: bold;
	}

a:link {
	color: #980100;
	}
	
a:visited {
	color: #592C5C;
	}

a:hover, a:active {
	color: #d05300;
	background: #fff;
	}

a.img:hover, a.img:active {
	background: none;
	}
	
/*
#copy a:link {
	color: #d8e1f0;
	}

#copy a:visited {
	color: #000;
	}
*/

#copy a:hover, #copy a:active {
	background: #fbf6eb;
	}

b {
	background: #fff;
	}
	
#copy b {
	text-transform: uppercase;
	background: #fbf6eb;
	}
	
h2, h3, h4 {
	text-align: left;
	}

h2 {
	font-family: georgia, "times new roman", serif; 
	font-style: italic;
	color: #fff;
	font-size: 21px;
	margin: 0;
	margin-bottom: 16px;
	padding: 4px 12px;
	background: #274564;
	border-bottom: 1px solid #9e947f;
	letter-spacing: 1px;
	}

h3 {
	font-family: georgia, "times new roman", serif; 
	/* color: #4f4839; */
	color: #2A5008;
	font-size: 17px;
	margin: 18px 16px 8px 16px;
	letter-spacing: 1px;
	padding-bottom: 1px;
	/* border-bottom: 1px solid #9e947f; */
	background: url(/images/h3rule.jpg) no-repeat bottom left;
	}

h3.plain {
	color: #4f4839;
	background: none;
	}
	
h4 {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 4px;
	margin-left: 24px;
	}

.highlight {
	font-family: georgia, "times new roman", serif; 
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #d34147;
	line-height: 18px;
	margin-top: 4px;
	}

.indent, .boardtable, .bordered, .padded {
	margin: 6px 20px 6px 32px;
	}

td p {
	margin: 6px 12px;
	}
	
.padded td, padded th {
	padding: 0px 24px 10px 0px;
	}

#content ul {
	margin-right: 24px;
	/* margin: 0 32px 16px 48px; */
	}

#content li {
	list-style-position: inside;
	line-height: 16px;
	padding-bottom: 2px;
	}
	
#content ul ul {
	margin-bottom: 0;
	margin-left: 24px;
	font-size: 10px;
	}

#content li li {
	padding-bottom: 0;
	}

#content ul li {
	list-style-type: square;
	}
	
input, select, textarea {
	background: #d6d0c4;
	color: #000;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-right: 6px;
	}

input, textarea {
	border-top: #4f4839 solid 2px;
	border-right: #9e947f solid 2px;
	border-bottom: #9e947f solid 2px;
	border-left: #4f4839 solid 2px;
	padding: 2px 4px;
	}

.noborder, .paypal {
	border: none;
	padding: 0;
	background: none;
	margin-right: 0;
	}
	
option.header {
	color: #eee;
	padding-bottom: 2px;
	border-bottom: #000 dotted 1px;
	}
	
.button {
	border-top: #9e947f solid 2px;
	border-right: #4f4839 solid 2px;
	border-bottom: #4f4839 solid 2px;
	border-left: #9e947f solid 2px;
	background: #fff;
	}

.right, .rightimg {
	margin: 0 12px 6px 12px;
	text-align: right;
	}
	
.right {
	float: right;
	}

.right td {
	padding: 0px 0px 8px 12px;
	}
	
.left{
	float: left;
	margin: 0 12px 6px 24px;
	text-align: left;
	}

.bordered {
	border-top: 1px solid #9e947f;
	border-left: 1px solid #9e947f;
	}
	
.bordered td, .bordered th {
	border-bottom: 1px solid #9e947f;
	border-right: 1px solid #9e947f;
	padding: 6px 12px;
	}
	
.bordered td {
	background: #fff;
	}

.bordered th {
	background: #d6d0c4;
	font-weight: bold;
	text-align: center;
	}
	
div.indexlinks {
	margin-left: 24px;
	margin-bottom: 8px;
	text-align: center;
	}
	
div.indexlinks img {
	margin-right: 6px;
	}	
	
.orange {
	color: #d05300;
	}

.green {
	color: #258010;
	}

.magenta {
	color: #ae288d;
	}

.blue {
	color: #135e88;
	}
