@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img1.gif) repeat-x;
	font: normal small sans-serif;
	color: #878C66;
	z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #997867;
}

a {
	text-decoration: none;
	color: #825037;
}

a:hover {
	text-decoration: underline;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

/* Logo */

#logo {
    background:url(images/img6.gif) no-repeat;
    width: 280px; 
	height: 100px;
    position: relative;
    float: left;
	z-index: 1;
}

/* Top Menu */

#menu-top-position {
    width: 425px; 
	height: 100px;
    position: relative;
    float: left;
	z-index: 2;
}

#menu-top ul {
	margin: 0;
	padding: 69px 0 0 0;
	list-style: none;
}

#menu-top li {
	display: inline;
}

#menu-top a {
	display: block;
	float: left;
	height: 22px;
	margin-left: 2px;
	padding: 8px 15px 0 15px;
	background: #EFF0EB url(images/img2.gif) repeat-x;
	border: 1px solid #C9CCB9;
	border-bottom: none;
	text-decoration: none;
	color: #878C66;
}

#menu-top .active a, #menu-top a:hover {
	height: 23px;
	background: #EFF0EB;
}

/* Content */

#colOne-position {
    width: 470px; 
    position: relative;
    float: left;
	z-index: 10;

}

#colOne {
	float: left;
	position: relative;
	width: 470px;
}

#colOne .post {
	clear: both;
	margin-bottom: 3em;
}

#colOne .title {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #C9CCB9;
	font-size: 1.6em;
}

#colOne .posted, #colOne .meta {
	margin: 0;
	text-align: right;
	font-size: xx-small;
}

#colOne .posted {
	margin-top: -13px;
}

#colOne .meta {
	border-top: 1px solid #C9CCB9;
}

#colOne .meta p {
	margin: 0;
}

/* Left Menu */

#colTwo-position {
    width: 200px; 
    position: relative;
    float: left;
	z-index: 2;
}

#colTwo {
	float: left;
	width: 200px;
}

#colTwo #textfield1 {
	width: 170px;
}

#colTwo #submit1 {
	display: none;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li h2 {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#colTwo li h2 span {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0EB url(images/img3.gif) repeat-x;
	border: 1px solid #C9CCB9;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 10px;
}

#colTwo li ul, #colTwo li form {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #C9CCB9;
}

/* Mailing List Text */

.ml {
	font: sans-serif;
	color: #878C66;
	size: 08px;
}

/* Footer */

#footer {
	width: 470px;
	margin: 0 auto;
	position: relative;
	padding: 1em;
}

#footer p {
	font-size: xx-small;
}

#gap {
    background:url(images/spacer.gif) no-repeat;
	width: 30px;
	height: 1200px;
    position: relative;
    float: left;
	z-index: 0;
}

/* Content Wrappers */

#wrapper {
position:absolute; left: 25%; top: 0px; right: 75%;
width: 730px;
clear: both;
z-index: 7;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
#top-wrapper {
    position:absolute; left: 0px; top: 0px;
	width: 730px;
	height: 100px;
    clear: both;
    z-index: 7;
}

#middle-wrapper {
    position: relative; top: 140px;
	width: 730px;
	height: 100%;
    clear: both;
	overflow:hidden;
    z-index: 7;
}