/* main styles */
* {
	margin:0;
	padding:0;
}



body {
	text-align:center;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	background:#3a3732 url(images/bg.jpg) repeat-x left top;
}

#wrap {
	width:760px;
	position:relative;
	z-index:1;
	margin:0 auto;
	text-align:left;
	background: #E7E6DC;
}

.clear {
	clear:both;s
}


/* header */

#header {
	width:760px;
	height:129px;
	background: url(images/banner.jpg);
}

#header h1 {
	display:none;
}
#headericons {
	float: right;
	width: 150px;
	position: absolute;
	top: 71px;
	left: 575px;
}


/* navigation */
#nav {
	width:744px;
	background:#A5A194 url(images/footerimg.jpg);
	padding-left: 16px;
}

#nav ul {
	list-style:none;
}

#nav li {
	float:left;
}

#nav li a {
	display:block;
	line-height:3.2em;
	color:#525255;
	text-decoration:none;
	padding:0 16px;
	font-size:0.85em;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav li a:hover {
	background:#615F50;
	color: #C0BAAD;
}

/* main image */
div#mainimg {
	5px solid #fff
	padding:0;
	width:760px;
	margin: 0px;
}


/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:223px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 223px;

    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 223px;
	width:760px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}

/* content */

#content
 {
	width:760px;
	margin:0;
	background:#E8E7DD;
	padding:15px 0 0 0;
	padding-bottom:10px;
}

/* content left */

#content-left {
	float:left;
	color:#473720;
	width:486px;
	padding:0 0 0 40px;
	margin: 0px;
}
#mainbox {
	background: url(images/box-back.gif);
}
#mainbox-top {
	margin: 0px;
	padding: 0px;
	height: 35px;
	background: url(images/boxtop.gif);
}
#mainbox-middle {
	background: url(images/box-flourish.gif) no-repeat 20px 90px;
	margin: 0px;
	padding: 25px 35px 10px 60px;
}
#mainbox-foot {
	background: url(images/texbxend.gif);
	height: 15px;
}

.leftimg {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.rightimg {
	margin-top: 10px;
	margin-left: 0px;
	float: right;
}

#content-left p,  #content-left ol{
	padding:5px 0 7px 0;
	color:#473720;
	font-size: 0.85em;
	line-height: 1.9em;
}

#content-left h1 {
	color:#4D4A3C;
	font-family:"American Typewriter", Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 5px 0;
	font-size:1.35em;
	letter-spacing: 1px;
}

#content-left h2 {
	color:#666633;
	text-transform:uppercase;
	font-size:120%;
	padding:10px 0 10px 0;
	font-family: "American Typewriter";
	font-weight: normal;
}
#content-left h3 {
	font-size: 90%;
}

#content-left a {
	color:#818d21;
	text-decoration: underline;
}

#content-left a:hover {
	text-decoration:underline;
	color: #CEDC57;
}


/* content right */
#content-right {
	float:right;
	width:206px;
	margin:0 10px 0 0;
	background: #E7E6DC no-repeat;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content-right a {
	color:#666633;
}

#content-right a:hover {
	color: #C0BAAD;
}
#content-right h1 {
	font-family: "American Typewriter", Verdana, Arial, Helvetica, sans-serif;
	color: #666633;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#content-right p {
	padding-bottom: 14px;
	line-height: 1.5em;
	color: #322D29;
	font-size: 0.8em;
}
#feature-text img {
	float: right;
}
#feature-box {
	background: url(images/featbxback.gif) repeat-y;
}
#feature-box-top {
	background: url(images/featbxtop.gif) no-repeat;
	height: 40px;
}
#feature-text {
	padding-top: 16px;
	padding-right: 41px;
	padding-left: 25px;
}
#feature-text p {
}
#feature-box img {
	margin: 0px;
	padding: 0px;
}
#feature-box-bottom {
	background: url(images/featbxbottom.gif) no-repeat;
	height: 11px;
}
#second-box {
	background: url(images/2ndbox.gif) no-repeat;
	padding: 56px 38px 0px 24px;
}
#second-box ul {
	padding: 0px 0px 0px 30px;
	height: 150px;
	line-height: 1.8em;
}
#second-box p {
	font-size: .7em;
}
#quote {
	margin-top: 16px;
	margin-bottom: 20px;
}
blockquote {
	font-family: "American Typewriter";
	font-size: 14px;
	padding: 10px 26px 0px;
	margin: 0px;
	border-top: thin dotted #CCCBC2;
	border-right: thin #CCCBC2;
	border-bottom: thin #CCCBC2;
	border-left: thin #CCCBC2;
	line-height: 18;
}

/* footer */
#footer {
	width:95%;
	padding:25px 0 30px 39px;
	background:#CAC9C0 url(images/footerimg.jpg);
	text-align: center;
	color: #EEEEEE;
}

#footer img {
	float:left;
}

#footer ul {
	list-style:none;
}

#footer li {
	float:left;
	font-size:.8em;
	padding:8px 12px 0 12px;
	color:#222222;
}

#footer li a {
	display:block;
	text-decoration:none;
	color:#000000;
}

#footer li a:hover {
	text-decoration:underline;
}

