@charset "utf-8";
/* CSS Document */

* {
	margin: 0 0;
	padding: 0 0;
}
p {
	padding-top:5px;
	line-height:1.5em;
}
li {
	list-style-type:circle;
	margin-left:20px;
	margin-top:10px;
}
a {
	color:#7D901A;
	border:none;
}
h1 {
	margin-top:15px;
	color:#7D901A;
}
h2 {
	margin-top:15px;
	color:#7D901A;
}
h5 {
	margin-top:15px;
	color:#7D901A;
}

body {
	background:#ffffff;
	font-family:"Century Gothic", Verdana, Arial;
	font-size:62.5%;
}
.red {
	color:#FF0000;
}
#menu ul {
	margin:0px 10px;
	padding:0px 0px;
}
#wrapper {
	position:relative;
	width:95%;
	margin:0px auto;
	min-height:650px;
}
#leftcol {
	position:absolute;
	width:187px;
	height:100%;
	left:0px;
	top:0px;
	z-index:100;
}
#logo {
	position:absolute;
	top:10px;
	left:40px;
	z-index:2;
}
#logo-text {
	position:absolute;
	top:32px;
	left:195px;
}
#date {
	position:absolute;
	top:10px;
	right:5px;
	z-index:2;
	text-align:right;
}
#search {
	margin-top:-22px;
	margin-right:5px;
	float:right;
}
#date a {
	text-decoration:none;
	font-weight:bold;
}
#menu {
	width:179px;
	margin-top:115px;
}
#menu-top {
	width:100%;
	background:url(../images/menu-top.jpg);
	background-repeat:no-repeat;
}
#menu-middle {
	width:100%;
	background:url(../images/menu.jpg);
	margin-top: 0px!important;
	margin-top: -4px;
	
}
#menu-bottom {
	width:100%;
	height:8px;
	background:url(../images/menu-bottom.jpg);
	background-repeat:no-repeat;
}
#rss {
	width:179px;
}
#rss-top {
	width:100%;
	height:31px;
	background:url(../images/rss-top.jpg);
}
#rss-middle {
	width:100%;
	min-height:100px;
	background:url(../images/rss.jpg);
}
#rss-middle p {
	padding:0.3em 20px;
}

#rss-middle ul {
margin-top: -10px;
}

#rss-middle ul li  {
list-style:none;
}


#rss-middle ul li a  {
font-size: 0.8em; 
}


#rss-middle a {
	color:#000;
}

#rss-middle p a {
	color:#000;
}

#rss-bottom {
	width:100%;
	height:8px;
	background:url(../images/rss-bottom.jpg);
	background-repeat:no-repeat;
}
.tooltip {
	position:relative;
	float:right;
	padding-right:30px;
	text-align:right;
}
.q {
	position:absolute;
	top:4px;
	right:10px;
	z-index: 0;
}
.qt {
	position:absolute;
	left:190px;
}
.access_tooltip {
	position:relative;
	float:right;
	padding-right:25px;
	text-align:right;
}
.access_q {
	position:absolute;
	top:4px;
	right:0px;
}
#content_area {
	position:absolute;
	width:100%;
	z-index:0;
}
#content_text {
	margin-left:200px;
	margin-top:5px;
	margin-bottom:50px;
}

#content_text object {
z-index:0;

}
#header {
	background:url(../images/header.jpg);
	position:absolute;
	height:34px;
	width:100%;
	left: 2px;
}
#header-left {
	width:185px;
	height:34px;
	background:url(../images/header-left.jpg);
	float:left;
}
#cookie {
	margin-top:5px;
	margin-left:215px;
	z-index: 2000;
}
#cookie p {
	color:#fff;
}
.loc {
	color:#D8EFFD;
}
#header-right {
	width:5px;
	height:34px;
	background:url(../images/header-right.jpg);
	position:absolute;
	right:0px;
	top:0px;
}
#footer {
	position:absolute;
	bottom:0px;
	left: 2px;
	height:34px;
	width:100%;
	background:url(../images/footer.jpg);/*z-index:3000; stops bar from being shown NS */

}
#footer-text {
	text-align:center;
	margin-top:5px;
}
#footer-text p {
	color:#fff;
}
#footer-text a {
	color:#fff;
	text-decoration:none;
}
#footer-left {
	width:185px;
	height:34px;
	background:url(../images/footer-left.jpg);
	float:left;
}
#footer-right {
	width:5px;
	height:34px;
	background:url(../images/footer-right.jpg);
	position:absolute;
	right:0px;
	top:0px;
}
div#tipDiv {
	padding:4px;
	color:#000;
	font-size:1.2em;
	line-height:1.2;
	background-color:#dbe7c2;
	border:1px solid #879929;
	width:250px;
}
.right {
	float:right;
	margin:20px 10px 20px 20px;
	border:none;
}
.left {
	float:left;
	margin:20px 20px 10px 10px;
}
.sitemap {
	padding: 0px;
	margin:  0px;
}
.sitemap a {
	font-size: 12px;
}

.center {
	z-index: 0;
}

.mapcode {
width:320px;
/*float: left;*/

}

.mapcode img {
	border:1px solid #879929;
	padding: 1px;
	float:right;
	margin-left: 5px;
	margin-bottom: 5px;	
	margin-top: 10px;		
}


.line {
margin-top: 10px;
margin-left: 20px;
}

