/*
//  Created by Edgar Post.
//  Copyright (c) 2007 I Sioux Media Productions. All rights reserved.
*/

body {
	background: #f2e1c3;
	padding: 0;
	margin: 0 auto;
	width: 820px;
	font: .7em/1.5em "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#site {
	width:780px;
	padding: 0 20px;
	background: url(../tplimg/background.png) repeat-y center;	
}

#wrapper {
	margin: 0;
}

h1 {
	text-indent: -999999em;
	height: 160px;
	padding: 0;
	margin: 0;
	background: url(../tplimg/header.jpg) no-repeat;
}

p {
	margin-top: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-top: 0;
}

#footer {
	background: url(../tplimg/footer-background.png);
	width: 820px;
	height:28px;
	padding-top: 30px;
	margin: 0 0 0 -20px;
	text-align:center;
	color: #832e4a;
	clear:both;
}

a,
a:link,
a:visited,
a:active {
	color: #832e4a;
}
a:hover {	
	color: #000;
	background: #f2e1c3;
}

.menu-top {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	text-align: center;
	height: 40px;
	width: 780px;
	background: url(../tplimg/menutop.png);
}

.menu-top li {
	margin: 0;
	padding: 0;
	float: left;
}

.menu-top li a,
.menu-top li a:link,
.menu-top li a:active,
.menu-top li a:visited {
	display: block;
	padding: 0 0.8em;
	margin: 3px 0;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size:1.2em;
	border-right: 1px solid #7f2d48;
	border-left: 1px solid #491929;
	text-decoration: none;
}

.menu-top li a:hover,
.menu-top li a.active {
	background: url(../tplimg/menutop-hover.png);
	color: #fff;
	border-right: 1px solid #7f2d48;
	border-left: 1px solid #491929;
	text-decoration:underline;
}

.menu-left {
	width: 155px;
	min-height: 600px;
	background: url(../tplimg/menu-left-background.png) no-repeat top;
	float: left;
	margin: 0 15px 0 0;
	padding:0;
	list-style: none;
}
.menu-left li {
	display:inline;
}
.menu-left li a,
.menu-left li a:link,
.menu-left li a:visited,
.menu-left li a:active {
	display: block;
	padding: 0.5em 0 0.5em 10px;
	font-size: 1.2em;
	text-decoration:none;
	margin: 1px 2px 0 0;
}
.menu-left li a:hover {
	color: #628052;
}
.menu-left li a.active {
	background: #f2e1c3;
	color: #628052;
}

#bodylayout {
	width: 595px;
	float: left;
	min-height: 300px;
	padding-bottom: 2em;
}

.factsheet {
	border: 0;
}
.factsheet legend {
	font-size: 1.4em;
	font-weight:bold;
	color: #832e4a;
}
.factsheet img {
	float:right;
	margin-left: 20px;
	border: 1px solid #832e4a;
}

.factsheet dl dt {
	font-weight: bold;
	color: #832e4a;
}
.factsheet dl dd {
	margin-left: 1em;
	margin-bottom: 1em;
}

.factsheet h4 {
	font-weight: bold;
	color: #832e4a;
	font-size: 1em;
	margin-bottom: 0;
}

.factsheet h5 {
	font-weight: bold;
	font-size: 1.8em;
	margin: 1em 0 0.5em;
	color: #832e4a;
}

.factsheet p {
	text-align:justify;
	margin-left: 1em;
	display:inline;
	font-size: 1em;
}

.factsheet h5 {
	text-align: center;
}

.factsheet address{ 
	text-align: center;
	margin-bottom: 1em;
}

.factsheet-buttons {
	list-style: none;
	margin:0 0 0.5em;
	padding: 0.25em 0;
	height:2em;
	background:#832e4a url(../tplimg/menutop.png) repeat scroll 0%;
}
.factsheet-buttons li {
	float: right;	
	min-width: 100px;
	width: auto !important;
	width: 120px;
	text-align:center;
}

.factsheet-buttons li a ,
.factsheet-buttons li a:link,
.factsheet-buttons li a:visited,
.factsheet-buttons li a:active {
	display: block;
	height: 1.5em;
	line-height:1.5em;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
	color: #832e4a;
	padding: 0 0.25em;
	margin: 0.25em 0.5em;
	background: #f2e1c3;
	border:1px solid #000;	
}
.factsheet-buttons li a:hover {
	background: #fff;
	color: #000;

}