#container
{
	width: 765px;
	margin: 0px auto;
	padding: 0px;
	background: transparent;
    text-align: left;
}

#banner
{
	width: 765px;
	height: 250px;
	background:  url(images/banner1.jpg) no-repeat;
}

/*/*/a{}
#banner {
	border-top: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	}
/* nn4 hack */

/*this is the beginning of the button menu system*/
#menu
{
	position: absolute;
	width: 150px;
	padding-left: 20px;
	padding-top: 20px;
}

#maincontent
{
	padding-left: 190px;
	padding-right: 0%;
	background: transparent;
}
/*this ends the menu buttons*/

h1
{
	font: bold 200% Arial, Helvetica, san-serif;
	color: #804000;
	background: transparent;
	text-align: center;
}

h2
{
	font: bold 125% Arial, Helvetica, san-serif;
	color: #804000;
	background: transparent;
	text-align: center;
}

h3
{
	color: #000;
	background: transparent;
	font: bold 100% Arial, Helvetica, san-serif;
}

p
{
	font: small/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
}

ul
{
	font: small/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
}

.nameaddress { 
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #804000;
	padding: 2px;
}

.bottom
{
	font: bold 125% Arial, Helvetica, san-serif;
	color: #804000;
	background: transparent;
	text-align: center;
}

td.wood {
	background-image: url(images/wood.jpg);
	width: 97px; 
	background-repeat: repeat;
}

p.wood {
	margin-top: 10px;
	margin-left: 5px; 
	line-height: 100%; 
	margin-right: 5px;
}

a.sidemenu {
	font: small-caps 8pt Arial Black;
	color: black; 
	text-decoration: none;
}

a.sidemenu:hover {
	color: rgb(248, 240, 220);
}

/* the following selectors are the form styles */
#maincontent form {
	margin: 0; /* zeros the margin for a level playing field */
	padding: 0 0 10px; /* creates 10px of padding at the bottom of the form */
  	width: 450px; /* this is set to avoid float drop (to the same width as the Flash slideshow on the home page) */
  	float: left; /* floating this form element keeps the internal clearing BR's within the form from clearing the external floated side column. */
}	
#maincontent fieldset {
	border: 1px solid #804000; /* defines a border around each fieldset */
	margin: 0 0 10px; /* keeps the fieldset's bottom border 10px off the next element */
	padding: 5px 0 15px 15px; /* creates padding to keep the elements inside away from the edge of the fieldset */
}
#maincontent legend {
	border: 1px solid #804000; /* creates a defined box/border around the legend */
	color: #fff; /* contrasting text color */
	background: #804000; /* gives the legend the same background as the feature headings */
	padding: 1px 5px 2px; /* keeps the borders away from the text by these specified amounts */
	margin-bottom: 5px; /* creates 5px of space from the bottom of the legend */
	font: normal 1em "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;  /* styles the text within */
}
#maincontent label {
	float: left; /* The label elements in the form are floated left, and the text inside is right aligned. */
 	width: 110px; /* All the labels have the same width, so their right edges line up vertically. */
  	clear: both; /* They are all cleared so that they always start a new line below previous form element floats. */
    font: small/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 3px; /* this moves the text/label down away from the top of the input */
	}
#maincontent input, #maincontent textarea, #maincontent select {
	color: #000; /* creates the text color */
	border: 1px solid #640e1a; /* gives the input and textarea a border */
	padding: 1px; /* this keeps the text from touching the edges of the input and textarea */
	background: #f7f0e7; /* creates a background color */
	margin: 3px 5px 2px; /* this creates the space around the inputs and textarea so they don't stack on top of each other */
	width: 280px; /* creates a consistent width */
	float: left; /* These inputs and the textarea are floated next to the labels. */ 
}

/*\*/ /*/
#maincontent input, #maincontent textarea {
	float: none;
}
/* End show to IE Mac */
/* IEmac must not see these elements floated or it is buggy. That browser, however, is good without floating. The above hack can be read only by IEmac. Be sure you do not add any comments INSIDE the hack or it will close. */

#maincontent input.sminp {
	width: 110px; /* for shorter input boxes. */
	margin-right: 160px; /* this keeps the shorter boxes aligned on the left with the wider ones. */
}

/* this selector changes the inputs and textareas when the cursor is inside in supported browsers */
#maincontent input:focus, #maincontent input:active, #maincontent textarea:focus, #maincontent textarea:active {
	color: #000;
	background: #BE9E61;
}


