/* Mangnus CSS */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	height: 100%;
	font-size: 100%;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #6c6e6a;
	height: 100%;
	background: url("../images/bg_body.png") repeat-x 0 0;
}

a {
	text-decoration: none;
	color: #6c6e6a;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 900px;
	margin: 0 auto -101px auto;
}

#page-header {
	height: 192px;
	padding: 4px 0 6px 0; 
}

#page-push {
	height: 101px;
}

#page-footer {
	background: url("../images/bg_footer.png") repeat-x 0 10px;
	height: 91px;
	padding-top: 10px;
}

.logo {
	display: block;
	height: 84px;
	width: 148px;
	background: url("../images/logo.png") no-repeat 0 0;
	text-indent: -999em;
	float: left;
}

.breadcrumbs {
	list-style-type: none;
	float: left;
	margin-left: 10px;
	font-size: 1.1em;
	line-height: 21px;
	width: 740px;
}

.breadcrumbs li {
	display: inline;
	color: #abb59c;
}

.breadcrumbs li a {
	color: #abb59c;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
}

#menu {
	position: relative;
	float: right;
	margin: 8px 0 0 0;
	font-size: 1.2em;
}

#menu ul li {
	display: block;
	float: left;
	height: 26px;
}

#menu ul li a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	color: #fff;
}

#menu ul li.active a {
	background-color: #76865f;
	font-weight: bold;
}

#menu ul li.back { 
	background-color: #76865f;
	height: 26px; 
	position: absolute;
	z-index: -1;
}

.subheader {
	clear: both;
}

.subheader h1 {
	float: left;
	text-indent: -999em;
	background: url("../images/slogan_header.png") no-repeat 0 0;
	display: block;
	height: 68px;
	width: 625px;
	margin-top: 10px;
}

.headerimage {
	float: right;
	margin-top: -24px;
}

.sidebar {
	float: left;
	width: 205px;
	margin-top: 3px;
}

.content {
	float: right;
	width: 685px;
	margin-top: -30px;
}

.clearfix {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

.submenu {
	list-style-type: none;
	font-size: 1.2em;
}

.submenu li a {
	display: block;
	padding: 6px 7px;
}

.submenu li a:hover, .submenu li.active a {
	font-weight: bold;
	background-color: #e9ece6;
}

.sidebar h1 {
	font-size: 1.4em;
	color: #ffffff;
	background-color: #2c440a;
	font-weight: normal;
	padding: 7px;
}

.content {
	padding-bottom: 20px;
}

.content h1 {
	margin-bottom: .5em;
	font-size: 1.8em;
	color: #76865f;
	padding-bottom: .3em;
	font-weight: normal;
}

.content h1.page_title {
	border-bottom: 1px solid #76865f;
}

.content h2 {
	color: #76865f;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: .3em;
}

.content p {
	font-size: 1.2em;
	line-height: 1.7em;
	text-align: justify;
	margin-bottom: 1.6em;
}

.content a {
	text-decoration: underline;
	color: #d28459;
}

.content a:hover {
	color: #6c6e6a;
}

.content-wide {
	float: none;
	width: 100%;
}

.subfooter {
	clear: both;
}

.subfooter .col {
	width: 290px;
	float: left;
	margin-right: 15px;
}

.subfooter .last {
	margin-right: 0;
}

.subfooter a {
	text-decoration: underline;
	color: #d28459;
}

.subfooter a:hover {
	color: #6c6e6a;
}

.subfooter .col h3 {
	font-weight: normal;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #6d7e56;
	padding: 7px;
	margin-bottom: .5em;
}

.subfooter .col p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: .5em;
}

a.read_more {
	display: block;
	text-align: right;
	border-top: 3px solid #d5dace;
	padding-top: .35em;
	font-size: 1.2em;
	color: #272924;
	text-decoration: underline;
}

a.read_more:hover {
	color: #ff9600;
}

.inner-footer {
	width: 900px;
	margin: 0 auto;
}

.contact-left {
	line-height: 28px;
	float: left;
	width: 49%;
	font-size: 1.2em;
	color: #2c440a;
}

.contact-right {
	line-height: 28px;
	float: right;
	text-align: right;
	width: 49%;
	font-size: 1.2em;
	color: #2c440a;
}

.contact-right a {
	text-decoration: underline;
}

.contact-right a:hover {
	color: #ff9600;
}

.footer-logo {
	float: left;
	width: 72px;
	height: 45px;
	margin: 5px 15px 0 0;
}

.copyright {
	color: #96a285;
	float: left;
	line-height: 1.7em;
	font-size: 1.2em;
	padding: 6px 30px 0 0;
}

.footerlinks {
	float: left;
	font-size: 1.2em;
	padding-top: 6px;
	list-style-type: none;
	line-height: 1.7em;
	color: #96a285;
}

.footerlinks li {
	display: inline;
}

.footerlinks li a {
	color: #96a285;
}

.footerlinks li a:hover {
	text-decoration: underline;
}

a.author {
	float: right;
	margin-top: 5px;
	display: block;
}

.underline {
	border-bottom:#cfcece dotted 1px;
	
}
.underline h4 {
	font-size: 12px;
	line-height: 32px;
	margin-bottom: .2em;
	padding: 0;
}

.gentable {
	font-size: 1.2em;
}

.gentable td {
	padding: 3px 25px 3px 0;
}

.inputbox {
	border-bottom: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #6c6e6a;
}

.inputbox:hover, .inputbox:focus {
	color: #2c440a;
	border: 1px solid #2c440a;
}

.submit {
	display: inline-block;
	overflow: visible;
	padding: 5px 7px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #2c440a;
	color: #fff;
}

.submit:hover {
	color: #6c6e6a;
	background-color: #e9ece6;
	cursor: pointer;
}
