﻿/*
Integration and modifications by Jonathan Jespersen 
Released for free under a Creative Commons Attribution 2.5 License

Nature's Charm
Original design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body
{
	margin: 0;
	padding: 0;
	background: #372412 url(../Images/NaturesCharm/BackgroundBody.gif) repeat-x;
	font-family: Arial, Helvetica;
	font-size: 0.8em;
	color: #FFFFFF;
}

h1, h2, h3, h4
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	color: #FFFFFF;
}

h1
{
	letter-spacing: -2px;
	font-size: 3em;
}

h2
{
	letter-spacing: -1px;
	font-size: 2em;
}

h3
{
	font-size: 1.5em;
	margin: 0;
}

h4
{
	font-size: 1.2em;
	margin: 0;
}

img
{
	border: none;
}

a
{
	color: #FFEA6F;
}

a:hover
{
	text-decoration: none;
}

/* Header and Logo */

#Header
{
	width: 876px;
	height: 280px;
	margin: 0 auto;
	background: url(../Images/NaturesCharm/BackgroundHeader.jpg) no-repeat;
}

#Header h1
{
	margin-top: 32px;
	margin-bottom: 32px;
}

#Header h2
{
	margin-top: 19px;
	margin-bottom: 19px;
}

#Logo
{
	height: 170px;
	background: url(../Images/NaturesCharm/FlowerLarge.gif) no-repeat left 65%;
}

#Logo h1
{
	float: left;
	padding: 48px 40px 0 50px;
	letter-spacing: -2px;
	font-size: 40px;
	color: #372412;
}

#Logo h2
{
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	color: #372412;
}

#Logo a
{
	text-decoration: none;
	color: #372412;
}

/* Main Menu */

.MainMenu 
{
	width: 864px;
	height: 70px;
	background: url(../Images/NaturesCharm/BackgroundMenu.jpg) no-repeat;
}

.MainMenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.MainMenu a
{
	width: 123px;
	height: 73px;
	padding-top: 35px;
	padding-bottom: 40px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 18px;
	color: #FFFFFF;
}

.MainMenu a:hover
{
	background: url(../Images/NaturesCharm/BackgroundMenuHover.jpg) no-repeat;
	color: #372412;
}

.MainMenu a.AspNet-Menu-Selected
{
	background: url(../Images/NaturesCharm/BackgroundMenuHover.jpg) no-repeat;
	color: #372412;
}

/* Page */

#Body
{
	clear: both;
	width: 861px;
	margin: 0 auto;
}

ul.List li
{
	padding: 0px 0 5px 0px;
}

/* Content */

#Content
{
	float: right;
	width: 670px;
}

#Content p, #Content h3
{
	margin: 0 0 18px 0;
}

/* Sidebar */

.SideBar
{
	float: left;
	width: 170px;
}

.SideBar ul
{
	width: 140px;
	margin: 0;
	list-style: none;
}

.SideBar li
{
	padding: 5px 0 5px 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(../Images/NaturesCharm/Arrow.gif) no-repeat 15px 50%;
}

.SideBar a
{
	text-decoration: none;
}

.SideBar a:hover
{
	text-decoration: underline;
}

/* Footer */

#Footer
{
	clear: both;
	width: 263px;
	margin: 0 auto;
	text-align: center;
}

.FooterMenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.FooterMenu li
{
	background: transparent url(../Images/NaturesCharm/FlowerSmall.gif) no-repeat scroll left bottom;
	width: 90px;
	padding: 20px 10px 2px 30px;
}

.FooterMenu a
{
	text-decoration: none;
}

.FooterMenu a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

/* Contact Us Form */
.ContactForm
{
	width: 400px;
	margin: 0;
	padding: 0;
}

.TableDisplay dt
{
	width: 152px;
	float: left;
	margin: 0;
	padding: 4px;
	font-weight: bold;
	text-align: right;
}

.TableDisplay dd
{
	float: left;
	width: 232px;
	margin: 0;
	padding: 4px;
}

.ContactField
{
	width: 232px;
/*	background-color: #FFF1A0; */
}

.FormButton
{
	text-align: right;
}

.FormButton input
{
	background-color: #FFEA6F;
	color: #372412;
	font-weight: bold;
}
