* {margin: 0; padding: 0;}

body {
	color: #222;
	background-color: #333333;
	background-image: url(../images/bckgrnd.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0.5%;
	padding-right: 0;
	padding-bottom: .5%;
	padding-left: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {color: #004435;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {
	color: #1E2A38;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

h1 {
	margin-bottom: 0.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 3px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	padding-bottom: .2em;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {
	margin-bottom: 0.2em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url('../natural-essence-website-template/img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {
	line-height: 1.5em;
	font-size: 1.1em;
	list-style-type: square;
}
p {	padding: 2px 0 10px;
	font-size: 1.1em;
}

small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #000;
	margin: 0 auto;
	width: 762px;
}

#container {
	background: #FBF9F4;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #330033;
}

/* header */
.title {
	border-top: 1px solid #996;
	color: #FFFFFF;
	background-color: #1E2A38;
	background-repeat: repeat-x;
	padding-right: 1em;
	padding-left: 1em;
}
.title h1 {
	color: #FFFFFF;
	padding: 10px 0 10px 18px;
	font-family: Georgia, "Trebuchet MS", sans-serif;
	font-size: 2.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.header {
	border-top: 2px solid #663;
	height: 144px;
	background-color: #DAD7C5;
	background-image: url(../images/header_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* navigation */
.navigation {
	height: 30px;
	background-color: #1E2A38;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.navigation a {
	color: #CCCC99;
	float: left;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: .8em;
	font-weight: bold;
	background-color: #1E2A38;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #121A23;
	border-right-height: 25px;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
}

.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #999966;
}

/* main */
.main#two-columns {background: #FFF url(../natural-essence-website-template/img/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #DCDAC9 url(../natural-essence-website-template/img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #000;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.footer-border {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #272727;
	text-align: center;
	padding-bottom: 3px;
}

.footer-sm {
	font-size: 80%;
	line-height: 1em;
	margin-top: 12px;
}

.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {
	background: #FFF;
}
.col2 .right {
	width: 33%;
}
.content {
	padding: 18px 20px;
}
.left {float: left;}
.right {
	float: right;
}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #9D6B39;
	background-color: #1E2A38;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {
	color: #9D6B39;
	background-color: #1E2A38;
}
#wrapper #container .main .content table {
	color: #666666;
}
#wrapper #container .main .content td {
	border: 2px solid #CCCCCC;
	padding: 2px;
}
.map {
	border: 3px solid #333333;
}
#bioTable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leftres {
	float: left;
	width: 20%;
	margin-right: 10px;
}
.rightres {
	float: left;
	width: 76%;
	margin-right: 0px;
	margin-bottom: 15px;
}
