/* begin Page */
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #E7DBB5;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	font-family:"Times New Roman", Times, serif;
}
.main-content {
	background-image:url('images/border.png');
	background-repeat:repeat-y;
	height:auto;
	margin:0px;
}
.content-container {
	width:975px;
	margin:5px 0px 0px 17px;
	padding:1px;
	background-color:#FFF;
	border:3px solid #004108;
}
#content-center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:800px;
	padding: 5px 0px 5px 0px;
}
#content-left {
	width: 475px;
	float: left;
	padding:5px 2px 5px 10px;
}
#content-right {
	width: 475px;
	float: right;
	padding:5px 10px 5px 2px;
	text-align:center;
}
#content-right p {
	text-align:left;
}
#content-left p, #content-right p {
	/*background-image:url('images/blockbg.png');
	background-repeat:repeat-x;*/
	background-color:#E7DBB5;
	border:1px solid black;
	padding:5px;
	margin:5px;
	color:#655836;
	overflow:auto;
}
#content-left p a:hover, #content-right p a:hover {
	color:#000;
}
#content-center p {
	background-color:#E7DBB5;
	border:1px solid black;
	padding:5px;
	margin:10px;
	color:#655836;
	overflow:auto;
	
}
.align-right {
	float:right;
	margin:10px;
}
.align-left {
	float:left;
	margin:10px;
}
#footer-column {
	width:160px;
	float:left;
	color:#FFF;
	text-align:left;
}
#footer-column a {
	color:#FFF;
	text-decoration:none;
}
#footer-column a:hover {
	color:#ECD379;
}
#column-heading {
	text-decoration:underline;
}
#footer-column ul {
	padding:0px;
	list-style:none;
	margin:2px 0px 0px 0px;
}
#footer-column ul li:before {
	content: "\00BB \0020";
}
.clear { clear:both; }
#map_canvas {
  width:975px;
  height:200px;
}
.navbar {
  background-image:url('images/navbar.png');
  background-repeat:no-repeat;
  width:975px;
  height:35px;
  margin:0px 0px 0px 18px;
  border-left:3px solid #004108;
  border-right:3px solid #004108;
  border-bottom:3px solid #004108;
  border-top:0px;
}
.navbutton {
	height:35px;
	border:0px;
	margin:0px 20px 0px 20px;
}
/* ############################### E7DBB5*/
/* Navigation DropDown */

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#655836;
}

.anylinkmenu a:hover{ /*hover background color*/
background:#C5B993;
color: white;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

/* ############################### */
#page-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
/*
#background-glare
{
	position: absolute;
	width: 100%;
	height: 321px;
	left: 0;
	top: 0;
}
#background-glare-image
{
	background-image: url('images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 321px;
	width: 307px;
	margin: 0;
}
#background-gradient
{
	background-position: top left;
}
*/
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1040px;
	min-width:3px;
	min-height:3px;
}
.Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 11px;
	background-color:#C0BCA3;
}
.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}
.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 2px;
	height: 2px;
	background-image: url('images/Sheet-s.png');
}
.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 1px, 1px, auto);
}
.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 1px, 1px);
}
.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(1px, 1px, auto, auto);
}
.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(1px, auto, auto, 1px);
}
.Sheet-tc, .Sheet-bc
{
	left: 1px;
	right: 1px;
	height: 2px;
	background-image: url('images/Sheet-h.png');
}
.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 1px, auto);
}
.Sheet-bc
{
	bottom: 0;
	clip: rect(1px, auto, auto, auto);
}
.Sheet-cr, .Sheet-cl
{
	top: 1px;
	bottom: 1px;
	width: 2px;
	background-image: url('images/Sheet-v.png');
}
.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 1px);
}
.Sheet-cl
{
	left:0;
	clip: rect(auto, 1px, auto, auto);
}
.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #DBFFE3;
}
.Sheet
{
	margin-top: 10px !important;
}
#background-simple-gradient, #background-gradient, #-background-glare
{
	min-width:1040px;
}
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #484E46;
}
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #8E8048;
}
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #8E8048;
}
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #343932;
}
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #BB991B;
}
/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 1018px;
	margin: 5px auto 0px auto;
}
.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 5px;
	text-align: center;
}
.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 1018px;
	height: 150px;
	bottom:0;
	left:0;
}
.rss-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 32px;
	width: 24px;
    cursor: default;
}
.Footer .Footer-text p
{
	margin: 0;
}
.Footer .Footer-text
{
	display:inline-block;
	color:#DBFFE3;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
}
.Footer .Footer-text a:link
{
	text-decoration: none;
	color: #DBFFE3;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}
.Footer .Footer-text a:visited
{
	text-decoration: none;
	color: #DBFFE3;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}
.Footer .Footer-text a:hover
{
	text-decoration: none;
	color: #ECD379;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer */
