﻿/* Basic Elements */
#container p {
	line-height: 1.6em;
}
#top_nav {
	background-image: url('../images/bg-content.png');
	height: 50px;
}
html {
	margin: 0;
	padding: 0;
	}
body {
	font: .8em Arial, Helvetica, sans-serif;
	background-image: url('../images/bg-body-F8F7EE.jpg');
	background-repeat: repeat-x;
	background-color: #f8f7ee;
	color: #808080;
}
img {
	border-style: none;
}

a:link {
	text-decoration: none;
	color: #336699;
}
a:visited {
	font-weight: none;
	text-decoration: none;
	color: #336699;
}
a:active {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #669999;
}
	
.break {
	font-size:0px; line-height:0px; clear:both;
}
.imgBorderFloatRight {
	float: right;
	border: 1px solid #e5e1b4;
	margin-left: 20px;
	margin-bottom: 20px;
}
.imgBorderFloatLeft {
	float: left;
	border: 1px solid #e5e1b4;
	margin-bottom: 20px;
	margin-right: 20px;
}
H2 {
	font-weight: normal;
	color: #d4cfa7;
	margin: 0px;
	padding: 0px;
	font-size: 2.5em;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
H3 {
	font-weight: normal;
	color: #C0C0C0;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.5em;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
/* specific divs */
#wrapper {
	background-position: right;
	margin: 0px auto 0px auto;
	width: 780px;
	background-image: url('../images/bg-content-tile-shadow.png');
	background-repeat: repeat-y;
	background-color: transparent;
}
#masthead {
	width: 780px;
	border-top-style: solid;
	border-top-width: 20px;
	border-top-color: #bf9464;
	background-color: #FFFFFF;
	height: 95px;
}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#masthead h1{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
    }

#masthead h1 {
	padding: 0px;
	margin: 0px;
	background: transparent url('../images/logo-sherwood-mall.gif') no-repeat right center;
	width: 220px;
	height: 95px;
	float: left;
	}
#masthead h1 a{
	display:block;
	height:95px;
	}
#masthead h2 {
	padding: 0px;
	margin: 30px 20px 0px 0px;
	background: transparent left top;
	width: 135px;
	height: 50px;
	float: right;
	font-size: .85em;
	font-weight: normal;
	color: #999999;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#masthead h3 {
	padding: 0px;
	margin: 30px 0px 0px 30px;
	background: transparent left top;
	width: 300px;
	height: 50px;
	float: left;
	font-size: .75em;
	text-align: left;
	vertical-align: middle;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 780px;
}
#left_col {
	width: 210px;
	float: left;
	font-size: 1.2em;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#page_content {
	padding: 0px 40px 0px 20px;
	width: 510px;
	float: right;
}
/* Vertical Navigation List */
 #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li {
}
#navcontainer a
{
	display: block;
	color: #bdb88e;
	width: 14.2em;
	padding: .6em .8em .6em .8em;
	text-decoration: none;
}
#navcontainer a:hover
{
	background-color: #fefbe8;
	color: #bdb88e;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #e5e1b4;
	border-bottom-color: #e5e1b4;
}
#active a
{
	display: block;
	color: #bdb88e;
	background-color: #FFFFFF;
	width: 14.2em;
	padding: .8em;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e5e1b4;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e5e1b4;
}
#main_footer {
	background-image: url('../images/bg-footer-content.png');
	padding-top: 50px;
}
#footer {
	width: 780px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #744D21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: transparent;
	background-image: url('../images/bg-footer.gif');
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #744D21;
	text-decoration: none;
}
#footerlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#footerlist ul li {
	padding: 0px;
	margin: 0px;
}

#footerlist li
{
	margin: 0px;
	padding: 0px 8px 0px 0px;
	display: inline;
	list-style-type: none;
}

#navcontainer {
	margin-left: 20px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
}
#navcontainer a
{
	display: block;
	padding: 5px 10px;
	width: 162px;
	color: #bdb88e;
	text-decoration: none;
}
#navcontainer a:hover
{
	color: #bdb88e;
	background-color: #FFFFFF;
	text-decoration: none;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #e5e1b4;
	border-bottom-color: #e5e1b4;
}
#navcontainer ul ul li {
	font-size: 1em;
}
#navcontainer ul ul a
{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 138px;
	color: #bdb88e;
	background-color: #fefbe8;
	text-decoration: none;
	font-size: 1em;
}

#navcontainer ul ul a:hover
{
	color: #bdb88e;
	background-color: #FFFFFF;
	text-decoration: none;
}
#subactive a {
	display: block;
	color: #bdb88e;
	background-color: #FFFFFF;
	width: 14.2em;
	padding: .8em;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e5e1b4;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #e5e1b4;
}
h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #bf9464;
	font-size:16px;
}
.Border {
	border: 1px solid #e5e1b4;
}

/* Icon Bullet Lists */
 .iconlist
{
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

li.pdf
{
	background-image: url('../bullets/bul-pdf.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.doc
{
	background-image: url('../bullets/bul-msword-icon.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.text
{
	background-image: url('../bullets/bul-check-blue.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.weblink
{
	background-image: url('../bullets/bul-exteranl-link.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.arrow
{
	background-image: url('../bullets/bul-blue-double-arrow.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.webpage
{
	background-image: url('../bullets/bul-webpage.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.nobullet
{
	background-image: url('');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.diamond {
	background-image: url('../bullets/bul-diamond.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.redcheck {
	background-image: url('../bullets/bul-red-check.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.star {
	background-image: url('../bullets/bul-star.png');
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

#footer a {
	text-decoration: none;
	color: #744d21;
}
.left_col {
	float: left;
	width: 240px;
	position: relative;
}
.right_col {
	width: 250px;
	float: right;
}
/* Visitor Info */
.table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	caption-side: top;
}
.TH {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #d4cfa7;
	padding: 5px;
}
.AltDataTD {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	background-color: #EFEFEF;
	vertical-align: top;
}
.DataTD {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	vertical-align: top;
}
/* Events Table */
#hor-minimalist-b
{
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	color: #666666;
	padding: 10px 8px;
	border-bottom: 2px solid #d4cfa7;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #999999;
	padding: 6px 8px;
	vertical-align: top;
}
#hor-minimalist-b tbody tr:hover td
{
	background:#FFFFDF;
}

