* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin-top: 35px;
	height: 100%;
	color: #FFF;
	font: 0.8em/1.8em Verdana, Helvetica, Geneva, Arial, sans-serif;
	background-image: url(images/mc09designbg.png);
}

a, h3 a:hover {
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active, a:focus{
	color: #f0a400;
}

a:link, a:visited, a:hover, a:active {
	background-color: inherit;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a:focus {
	background-color: #f6f6f6;
}

#maincontainer {
	position:relative;
	min-width:660px;
	width:60em;
	max-width:99%;
	margin:0 auto;
	padding:0;
	text-align:left;
	color:#000;
	background:#cfe277;
	border: 4px #fff solid;
	height:auto;
}

#headerbg {
	height:180px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #3c8a09;
	color:#000;
	border-bottom:4px solid #fff;
}

#content {
	float:left;
	width:36em;
	min-height:inherit; 
	max-width:inherit; 
	background-color:#cfe277;
	color:#000;
	padding-bottom:3em;
	padding-left:2.2em;
	padding-right:2.2em;
	border-left:5px solid #fff;
}

#content h1 {
	font-size:1.2em;
	margin:0 0 12px 0;
}

#content h2 {
	font:normal 160%/1.2em georgia, verdana, sans-serif;
	margin-top:2em;
	margin-bottom:0.625em;
	padding-bottom:0.625em;
	padding-left:1.625em;
	color:#793300;
	background-color:#cfe277;
}

#content h2.pagetitle {
	padding-left:0px;
	background:none;
}

#content h2 a:link, #content h2 a:visited {
	color: #b46b00;
	background:#cfe277;
	border-bottom:1px solid #b46b00;
}

#content h2 a:hover {
	color: #b46b00;
	background:#cfe277;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

#content h2 a:focus {
	color: #b46b00;
	background:#f6f6f6;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

#content h3 {
	font-size: 1.1em;
	padding-top: 19px;
	margin-bottom: 20px;
}

#content h4 {
	font-size: 1.1em;
	padding-top: 10px;
	margin-left: 21px;
	margin-bottom: 10px;
}

#content p {
	border-bottom: solid 1px #f59600;	
}

.left {
	float:left;
}

#content ul li {
	list-style-type: none;
	margin-top: 5px;
	line-height:1.3em;
}

#content p{
	padding-bottom:10px;
	padding-right:50px;
}

#content p.red strong{
	color:red;
	background:#fff;
	padding:5px 10px 5px 10px;
}

#navibar {
	float:left;
	min-width:8em;
	width:14.7em;
	padding: 26px 30px 28px 16px;
	font-size:1em;
	line-height:1.63em;
	color:#000;
	background:#cfe277;
}

#navibar h3 {
	clear:both;
	padding:4px 0 3px 0px;
	font:bold .985em/1em georgia,serif;
	border-bottom: 1px solid #f59600;
}

#navibar ul {
	margin:0;
	padding-bottom:20px;
	padding-top:8px;
	color:inherit;
	background-color:#cfe277;
	list-style-type:none;
}

#navibar ul li {
	margin:0;
	padding:0;
	line-height:1.35em;
}

#navibar ul li ul {
	margin:0;
	padding:0;
}

#navibar li a {
	display:block;
	padding:3px 4px 3px 10px;
	text-decoration:none;
	color:#000;
	background:#cfe277;
	border-bottom:none;
	font-weight: normal;
	border:2px solid #cfe277;
}

#navibar li li a {
	padding:3px 4px 3px 16px;
}

#navibar li#level1active a#level1current,
#navibar li#level2active a#level2current{
	color:#fff;
	background:#99ae68;
	border:2px solid #fff;
}

#navibar li a:hover, 
#navibar li a:focus,
#navibar li a:active,
#navibar li.current-cat a {
	color:#fff;
	background-color:#99ae68 !important;
	border:2px solid #fff;
}

#navibar li a:focus {
	color:#fff;
	background-color: #d3a457 !important;
	border:2px solid #fff;
}

#navibar ul#level2{
	padding-left:15px;
}

#navibar ul#level2 a:hover{
	color:#fff;
	background-color: #bba25f !important;
}

#footer {
	clear:both;
	min-height:20px;
	height:5em;
	color:#000;
	background:#3c8a09;
	border-top: 4px solid #fff;
}

#footer p {
	font-size:1em;
}

#footerleft {
	float:left;
	min-width:180px;
	width:auto;
	max-width:45%;
	padding: 9px 0 0 35px;
	color:#000;
	background:#3c8a09;
}

#footerright {
	float:right;
	clear:right;
	min-width:180px;
	width:auto;
	max-width:55%;
	padding: 17px 14px 0 0;
	text-align:right;
	color:#000;
	background:#3c8a09;
}

#footerright a.pagetop {
	margin-right:15px;
}

a.design{
	margin-left:25px;
}

#navigation h2,
#headerbg h1, #headerbg h2 {
	position:absolute;
	left:24%;
	overflow:hidden;
	display:inline;
	color: #99ae68;
	top:15px;
	font-family:Georgia, Verdana, sans-serif;
}

#headerbg h2{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:125%;
	top:55px;
}

.clr {
	clear:both;
}

h2.navtitle {
	font-size: 1em;
	color: #8E8E8E;
	background: #cfe277;
	padding-left: 15px;
}

form {
	padding:6px 0 0 0;
}

form p {
	padding:6px 0;
}

form label {
	background:inherit;
	color: #666551;
}

form label em {
	font-style:normal;
	background:inherit;
	color: #B1201F;
}

form input, form textarea {
	padding:3px;
	width:200px;
	border: 1px solid #D5D4CC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	color:#666;
	background-color:#FFF;
}

form input:hover, 
form input:focus,
form textarea:hover, 
form textarea:focus,
form textarea#comment:hover, 
form textarea#comment:focus{
	color:#666;
	background-color: #EFF5E2;
}

form textarea {
	overflow:auto;
}

form .red {
	color:#990000;
	background-color:#cfe277;
}

.textzoom {
	z-index:4;
	position:absolute;
	top:10px;
	left:14px;
	padding:0;
	line-height:0em;
}

.textzoom a {
	margin:0;
	line-height:0em;
	font-size:0;
	border-bottom:none;
}

.textzoom a img:hover,
.textzoom a:focus img	 {
	color:#000;
	background:#99ae68 !important;
}
