/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #947F6B url(images/bg_site.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#1F1002;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p, li, td and address tags */
p, li, address, td {
	font-size: 11px;
	line-height: 18px;
}
address {
	font-style:normal;
	}
h1 {
margin:0px;
	color: #281504;
	font-size: 16px;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:495px;
	border-bottom: 1px solid #281504;
}
strong.subheading {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:490px;
	border-bottom: 1px solid #281504;
}
a {
	color: #341F0A;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Creates DIV container that serves as the container for the header, navigation, sidebar content andmain content. Setting the left and right margins to auto will center DIV.*/
div#container {
	width: 760px;
	margin: 0px auto;
	background: url(images/layout.jpg) repeat-y; /* Faux column bg for page */
}
/* Styles DIV container for header. */
div#header {
	width: 760px;
	margin: 0px auto;
	}
div#navigation {
	width: 750px;
	margin: 0px auto;
	padding:0px 5px;
	height:31px;
	background: url(images/navigationbg.jpg) no-repeat;
}
/* Creates DIV container for sidebar content */ 
div#sidebar {
	width: 235px;
	float: left;
	padding-left:5px;
	clear:left;
	color:#5C4127;
}
div#sidebar address{
	padding:5px 0px 0px 10px;
}
div#sidebar .img {
	border-bottom: 1px solid #CCB8A6;
}
/* Creates DIV container for main content */ 
div#content {
	width: 495px;
	float: right;
	padding:5px 15px 0px 0px;
}
/* Styles contact form */ 
form#formdoc {
	width: 485px;
	margin:0px auto;
}
form#formdoc table{
	width: 485px;
	margin:0px auto;
}
form#formdoc td{
	vertical-align:top;
}
/* Creates DIV container for sub navigation */ 
div#subnav {
	font-size: 10px;
	padding:10px 0px;
}
div#subnav a{
	font-size: 10px;
	color: #321E0B;
}
/* Creates DIV container for copyright statement */ 
div#copyright {
	background: #A8917B;
	color: #5D4B3B;
	font-size: 9px;
	line-height:12px;
	width: 730px;
	margin: 0px auto;
	text-align: right;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
}
div#copyright a {
	color: #E5DACF;
	text-decoration: underline;
}
div#privacy{
	font-size: 9px;
	line-height:15px;
	text-align: left;
}
span.gallery {
	margin:0px auto;
}
img.galleryimg {
	margin:5px 3px 5px 0px;
	border: 1px solid #CCB8A6;
}
img.galleryimg1 {
	margin:5px 0px;
	border: 1px solid #CCB8A6;
}
/* ----------------- MAIN NAVIGATION ----------------- */
/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
div#navigation ul#mainnav {
	margin: 0px auto;
	padding: 0px;
	height:31px;
	width: 750px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #281504;
	text-decoration: none;
	padding: 6px 10px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	float:left;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #AD9986;
	color: #443526;
	width: auto;
}
div#signin {	text-align: right; width:770px; margin-right:20px;}
	div#signin a{font-size:10px; color:#000000;}
	div#signin a:hover{font-size:10px; color:#000000;}


applet {margin-left:0px; border-top:1px #947F6B dashed; border-bottom:1px #947F6B dashed;}


div#licensed {color:#663300; font-size:22px; font-family:Georgia, "Times New Roman", Times, serif;}