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

body {
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #555E49;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* 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 {
	text-align: left;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #555E49;
	text-indent: 5px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/heading.gif);
	background-repeat: no-repeat;
	height: 53px;
	padding-top: 14px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 12px;
	color: #555E49;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FEF8ED;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDE4B2;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #555E49;
}
applet {
	position: absolute;
	left: 221px;
	top: 185px;
	border: 2px solid #465037;
}
div#right {
	float: right;
	width: 205px;
	margin: 0px;
	text-align: center;
	padding: 0px;
	clear: right;
}
div#cta {
	margin: 0px;
	vertical-align: top;
	text-align: center;
	background-color: #FDE4B2;
	color: #404735;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: capitalize;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
div#address {
	margin: 0px;
	vertical-align: top;
	text-align: center;
	background-color: #FCDA94;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
div#address strong {
	color: #404735;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #555E49;
	padding: 0px;
	text-align: center;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 11px;
}
/* ----------------- 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: 226px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

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

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

div#content img {
	padding: 1px;
	text-align: left;
	border: 1px solid #FDE4B2;
	margin-right: 30px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 18px 0px 7px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #555E49;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
div#copyright img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#footer a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

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

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

div#leftnav {
	float: left;
	width: 206px;
	margin: 76px 0px 0px;
	padding: 0px;
	vertical-align: top;
}

ul#leftnav {
	padding: 0px;
	margin: 5px 0px 0px;
	width: 206px;
	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 #4D5441;
	color: #FFFFFF;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 0px 3px;
	margin: 0px;
	width: 206px;
	text-transform: capitalize;
	text-align: center;
}
ul#leftnav li a:hover {
	background-color: #404735;
}

ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	background: #CF9D5E;
	color: #FFFFFF;
}

ul#list {
	font-size: 11px;
	color: #999999;
	margin-left: 35px;
	margin-bottom: 20px;
	margin-right: 35px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	font-size: 11px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

.clear {
	clear: both;
}

.title {
	font-weight: bold;
	color: #2E7C54;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#flash {
	position: absolute;
	left: 0px;
	top: 0px;
}
iframe.map {
	border: 1px solid #999999;
	margin-bottom: 20px;
	margin-left: 30px;
}
iframe {
	margin-left: 30px;
}
h3 {
	font-size: 16px;
	color: #3C8E64;
	margin-left: 70px;
	margin-bottom: 20px;
	margin-right: 70px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px dotted #FDE772;
	background-color: #FEF5C7;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: bold;
}
div#content img.right {
	padding: 1px;
	text-align: left;
	border: 1px solid #FDE772;
	margin-right: 35px;
	clear: right;
	float: right;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
