body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #512d18;
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: text-top;
}
p/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
   {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #512D18;
	font-family: Arial, Helvetica, sans-serif;
	color: #512D18;
	font-size: 28px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #372011;
	line-height: 20px;
	font-weight: bold;
	text-align: right;
	padding-top: 30px;
	margin: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
    }
address a:link, address a:visited {
	color: #372011;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	text-align: right;
	}
address a:hover {
	text-decoration: none;
	color: #372011;
	text-align: left;
	}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #000000;
	}
/* All links must inclde some type of hover interactivity */
a:hover {
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #000000;
	}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #9c7450;
	background-image: url(images/container-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
div#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 253px;
	text-align: left;
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

div#left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 240px;
}
div#right {
	text-align: left;
	width: 660px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#content {
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin: 0px;
	height: auto;
	font-size: 12px;
	float: left;
	width: 630px;
}
#content ul {
	padding-left: 20px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	line-height: normal;
	padding-bottom: 2px;
}
#flash {
	position: absolute;
	height: 30px;
	width: 460px;
	top: 10px;
	right: 45px;
}

div#footer {
	height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #372011;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #8d5729;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #512D18;
	border-bottom-color: #5D0201;
}

div#footer a:link, div#footer a:visited {
	color: #372011;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 18px;
	padding-left: 18px;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

div#footer a:hover {
	text-decoration: underline;
	color: #372011;
}
div#copyright {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	color: #9C7450;
	}
div#copyright img {
	border: none;
	margin-top: 5px;
	}
div#copyright a:link, div#copyright a:visited {
	color: #9C7450;
	text-decoration: none;
	}
div#copyright a:hover {
	text-decoration: underline;
	}
div#signin {
	text-align: center;
	margin-top: 10px;
	background-color: #9C7450;
	border: 1px dotted #372011;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 140px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 35px;
	}
ul#mainnav {
	margin: 0px;
	padding: 0px;
	}
ul#mainnav li {
	display: inline;
	list-style: none;
	}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #512D18;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1px;
	text-align: right;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #512D18;
	}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #9C7450;
	background-color: #512D18;
	}	
div#map {
	margin-top: 10px;
	text-align: left;
	float: left;
	border: 1px solid #512D18;
	}
/* ----------------- CUSTOM CLASSES ----------------- */

img.right {
	float: right;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	background-color: #9C7450;
	margin-bottom: 20px;
	clear: right;
	border: 1px solid #512D18;
	}
.txtcenter {
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #A9734B;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #512D18;
	color: #512D18;
	font-size: 14px;
	font-weight: bolder;
	}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.important {
	color: #820201;
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
}
