/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #555;
	background: url(../images/bg.gif);
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 20px;
}

h1 {
	color: #93644D;
	font-size: 1.7em;
}

h2 {
	color: #93644D;
	font-size: 1.5em;
}

h3 {
	color: #93644D;
	font-size: 1.3em;
}

a {
	color: #93644D;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

/* Common Classes */
.left {
	float: left;
}

.right {
	float: right;
}

.txtAC {
	text-align: center;
}

.txtAR {
	text-align: right;
}

.txtAL {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 5px 5px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.nB {
	border-width: 0 !important;
}

.nP {
	padding: 0 !important;
}

.clear {
	clear: both;
}

.introdiv {
	margin: 0 auto;
	width: 380px;
}

.introh3 {
	margin-bottom: 0;
	padding-top: 15px;
}

/* Basic Structure */
#container {
	width: 685px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 685px;
	background: url(../images/header2.jpg) top repeat-x #fff;
	overflow: hidden;
	height: 314px;
}


#wrap #header {
	clear: both;
	float: left;
	width: 685px;
	background: url(../images/header.jpg) top repeat-x #fff;
	overflow: hidden;
	height: 485px;
}

#content {
	clear: both;
	width: 625px;
	padding: 30px;
	background: #F6DA95;
}

.expadding{
	padding:0 50px;
	font-style:italic;
	text-indent:15px;
}

#footer {
	clear: both;
	float: left;
	width: 665px;
	background: #5B2F08;
	font-size: 0.9em;
	padding: 10px;
	color: #fff;
	text-align: center;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 685px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 685px;
	height: 300px;
	background: url(../images/header.gif);
}

#header h1 a span {
	display: none;
}

#nav {
	float: right;
	padding: 9px 10px;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	background: #7F5D3E;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #472506}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #472506}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #fff;
		color: #555;
		border-top: 1px solid #ddd;
		font: 11px arial}

	#sddm div a:hover
	{	background: #7F5D3E;
		border-top: 1px solid #7F5D3E;
		color: #FFF}
		
/* Contact Form */
#contact-form label {
	padding-left:50px;
	float: left;
	width: 70px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 450px;
	border: 1px solid #315069;
	background: #5D7586;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}
