﻿/*
Original design: Variant Duo (v1.2 - Sep 15, 2012) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/variant-duo/
*/

/* Main containers */
body {padding:0; margin:0; font:83% tahoma,verdana,sans-serif; background-color:#ccffcc; color:#333; text-align:center; line-height:1.6em;}
#wrap {width:980px; text-align:left; margin:0 auto;}
#menu {text-align:right;margin-top:-40px;}
#content {
	background: #FFFFCC;
	text-align: left;
	padding: 20px 20px 5px;
	margin: 15px 0 15px 0;
	color: #000000;
	background-color: #FFFFFF;
}

/* HTML Tags */
a {text-decoration:none; font-weight:400; color:#b59e4e;}
a:hover {text-decoration:underline;}
a img {border:0;}
h1 {
	margin: 15px auto 10px auto;
	padding: 0;
	font-size: 2.4em;
	color: #000000;
	letter-spacing: -1px;
	line-height: 1.2em;
	font-weight: bold;
}
h1 a {
	color: #005700;
	font-weight: bold;
	text-decoration: none;
	font-family: Harrington;
	font-size: xx-large;
}
h1 a:hover {color:#333; text-decoration:none;}
h2 {
	margin: 0 0 12px 0;
	padding: 10px 0;
	color: #424242;
	font-size: 1.4em;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
h2 a {font-weight:700;}
h3 {font-size:1.4em; font-weight:400; margin:0 0 10px 0;}
p {
	margin: 0 0 15px 0;
	color: #000000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
ul {margin:0 0 15px 20px; padding:0;}
li {margin:0; padding:0 0 0 5px;}

/* Various classes */
.slogan {
	color: #005700;
	font-size: 1.4em;
	margin: 0 0 15px 0;
	padding: 0;
}
.feature {border-top:2px solid #fff; border-bottom:2px solid #fff;}
.menulinks {font-size:1.5em; line-height:1.9em; color:#555; margin:0 0 15px 0;}
.menulink {padding:6px 8px 5px 8px; font-weight:400; margin:0 0 0 2px; color:#555;}
.menulink:hover {background-color:#eee; color:#333; text-decoration:none;}
.active {
	background-color: #005700;
	color: #fff;
}
.active:hover {background-color:#2a7a9a; color:#fff;}
.footer{font-size:0.8em; clear:both; width:980px; line-height:1.4em; text-align:right; color:#888; font-weight:400; margin-bottom:10px;}
.footer a {color:#888; font-weight:400; text-decoration:none; border-bottom: 1px dotted #aaa;}
.left {float:left; width:49%;}
.right {float:right; width:49%;}
.centered {text-align:center;}
.hide {display:none;}
.clear {clear:both; width:980px; visibility:hidden;}