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

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #9D7B4E url(images/bg.gif);
}

/* 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, ol, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-right: 35px;
	text-transform: none;
}

h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #997546;
	text-transform: uppercase;
	border-bottom: 1px solid #997546;
}
h2 {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin-top: 20px 0px 0px 10px;
	text-transform: uppercase;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:hover, a:active {

}
address {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	text-align: left;
	margin: 0px 0px 20px 15px;
	width: 200px;
	float: left;
}
address a:link {
	color: #FFFFFF;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: #FFFFFF url(images/bg_header.jpg) no-repeat;
	position: relative;
	text-align: left;
	height: 287px;
	width: 770px;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/bg_content.gif) repeat;
	width: 770px;
	text-align: left;
}

/* Creates the div for the content */
div#content {
	margin: 10px 0px 0px 220px;
	padding: 0px;
	width: 520px;
}

div#content img {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

div#content img.right {
	float: right;
	clear: right;
	margin: 0px 0px 20px 20px;
}
div#content a {
	color: #997546;
	font-size: 10px;
	font-weight: bold;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 770px;
	height: 43px;
	background: url(images/bg_footer.gif) no-repeat;
	font-size: 9px;
	color: #A17F52;
	padding-left: 100px;
}
div#footer a {
	font-size: 9px;
	color: #9F7E51;
	text-decoration: underline;
	font-weight: normal;
}
#clear {
	clear: both;
}


/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 0px 0px 100px;
	text-transform: capitalize;
	width: 770px;
}
div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	margin: 0px;
	vertical-align: top;
	position: absolute;
	left: 010px;
	top: 150px;
	width: 150px;
}
ul#leftnav {
	padding: 0px;
	margin: 5px 0px 0px;
	vertical-align: top;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 10px 0px;
	margin: 0px;
	width: 175px;
	text-align: left;
	text-indent: 20px;
	text-transform: uppercase;
	border-bottom: 1px dotted #FFFFFF;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFFFFF;
	background: #997545;
}

ul#list {
	font-size: 12px;
	color: #333333;
	margin-left: 30px;
}

ul#list li {
	font-size: 12px;
	list-style-type: disc;
}

input, textarea {
	width: 200px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0879C0;
} 

label{
	text-align: right;
	float: left;
	width: 150px;
	font-size: 11px;
	color: #0879C0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
} 

input.submit {
	width: 100px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #FEF974;
	background-color: #0879C0;
	border: 1px solid #87C5F8;
	clear: both;
	font-weight: bold;
}
