/* Outer */

#wrapper {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

body {
	background-color: #81A594;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.menu {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #445e14;
	padding: 6px;
}

/* FOOTER */

#footer {
	clear: both;
	font-size: 13px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #00628B;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 880px;
 }

#footer li {
	display: inline;
	padding-left: 12px;	
 }

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
 }

#footer a:hover {
	text-decoration: underline;
 }
.menu a:link {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.menu a:hover {
	color: #333399;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.sitemaptext {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
}
a:link {
	font-weight: bold;
	color: #006699;
}
a:visited {
	font-weight: bold;
	color: #663300;
}
a:active {
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #336600;
	font-weight: bold;
	color: #336600;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #254574;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #254574;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #254574;
	margin: 0px;
}
p {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
ul {
	font-size: 14px;
	list-style-type: square;
}
td {
	font-size: 12px;
}

/* horizontal menu */
.indentmenu{
font: bold 12px Arial;
width: 100%; /* leave this value as is in most cases */
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #00628B;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /* text color */
padding: 5px 11px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #FFFFFF; /*text color of selected and active item*/
background: #000000;
}

#maincontent{
	width: 700px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	float: left;
}
#sidebar{
	vertical-align: top;
	width: 160px;
	padding-top: 6px;
	float: right;
}

/* right-hand menu */

.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 150px;
}

.buttonmenu li a{
	color: white;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #FFFFFF; /*light dark dark light*/
	background-color: #00628B;
	text-decoration:none;
}
#advert-top {
	padding-top: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-bottom: 12px;
	height: 90px;
	background-color: #FFFFFF;
}

#advert-bottom {
	padding-top: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	padding-bottom: 12px;
}

.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: white;
	background-color: #cccc99;
}
.lctableHeader {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0066CC;
}
.lcTable {
	padding: 4px;
}
.imgRight {
	float: right;
	padding-left: 12px;
}
.imgLeft {
	float: left;
	padding-right: 12px;
}
#navigation {
	background-position: center;
	width: 900px;
}
#header {
	background-image: url(../images/header-localtimber.jpg);
	height: 180px;
	width: 900px;
}

