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

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

/* 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;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #394507;
	padding: 0px;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4EDDF;
	text-indent: 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #354103;
}

address {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 20px 20px;
	text-align: left;
	position: relative;
	top: 10px;
}
address a:link {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

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

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/content_bg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #3F4A12;
}

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

div#content img {
	padding: 5px;
	margin: 0px;
	text-align: left;
	border: 1px solid #D4D1D1;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-right: 50px;
	border: 1px solid #EBDFC5;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#content img.left {
	float: left;
	clear: left;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 47px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px auto;
	padding: 0px;
	text-transform: capitalize;
}
div#copyright a {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: right;
	width: 187px;
	vertical-align: top;
	margin-top: 42px;
}
ul#leftnav {
	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;
	border-bottom: 1px solid #EBDFC5;
	color: #394507;
	text-decoration: none;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
	background-color: #DFCCA4;
	text-transform: capitalize;
	text-align: center;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFFFFF;
	background: #394507;
}

ul#list {
	font-size: 10px;
	color: #666666;
	margin-left: 90px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	font-size: 11px;
	margin-bottom: 5px;
	list-style-type: disc;
}

/* ----------------- FORM ELEMENTS ----------------- */ 
   input, textarea {
	width: 200px;
	padding: 0px;
	margin: 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
   } 
   
   label{
	text-align: right;
	float: left;
	width: 150px;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
   } 
   
   input.submit { 
   width: 100px; 
   margin-bottom: 20px; 
   padding: 0px; 
   margin-top: 0px; 
   margin-right: 0px; 
   margin-left: 0px; 
   font-size: 14px; 
   color: #666666; 
   background-color: #DFCCA4; 
   border: 1px solid #666666; 
   clear: both; 
   }
form#formdoc {
	width: 470px;
	float: left;
	clear: left;
	margin-left: 20px;
}
p.privacy {
	clear: both;
}
