*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:link {
	color: #4C6F0D;
	text-decoration: none;
}

a:visited {
	color: #2B3F08;
}

a:hover {
	color: #709F1D;
}

a:active {
	color: #A0CF4D;
}

a img {
	border: 0;
}

p {
	line-height: 1.25em;
	margin: 0 0 1.25em;
}

html {
	background: #232323;
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	border: 0;
	color: #232323;
	cursor: default;
	font: 100% "Palatino Linotype", Palatino, "Times New Roman", Times, Georgia, serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	height: 100%;
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	min-width: 100%;
	position: relative;
	width: 100%;
}

#header {
	background: #232323;
	height: 150px;
	left: 0;
	min-width: 950px;
	position: relative;
	width: 100%;
	z-index: 3;
}

#logo {
	background: url(../images/logo.png) no-repeat center;
	position: relative;
	top: 25px;
	z-index: 5;
}

.spacer-logo {
	height: 70px;
	width: 200px;
}

#navigation {
	background: #444;
	border-top: 1px solid #ccc;
	height: 30px;
	margin: 0 auto;
	min-width: 950px;
	position: relative;
	text-align: center;
	top: 46px;
	width: 100%;
	z-index: 6;
}

#naviarea {
	margin: 0 auto;
	width: 890px;
	z-index: 7;
}

#main {
	background: #fff;
	min-width: 950px;
}

#inside {
	margin: 0 auto;
	min-height: 500px;
	padding: 10px 0 0;
	position: relative;
	width: 945px;
}

#inside p {
	text-shadow: 1px 1px 1px #ccc;
}

#inside:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.leftside {
	float: left;
	margin-left: 15px;
	width: 280px;
}

.middlearea {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	float: right;
	min-height: 505px;
	padding: 0 20px;
	position: relative;
	left: -10px;
	width: 345px;
}

.rightside {
	float: right;
	padding: 0 0 0 15px;
	width: 280px;
}

.leftside p,
.middlearea p,
.rightside p {
	text-align: justify;
}

#footer {
	clear: both;
	color: #444;
	margin: 0 auto;
	min-width: 950px;
	padding: 50px 0;
}

#nav,
#nav ul {
	float: left;
	font: bold 13px "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

#nav a {
	display: block;
	margin: 0 auto;
	text-shadow: 1px 1px 2px #333;
}

#nav a:hover {
	color: #fff;
}

#nav li {
	background: #555;
	float: left;
	height: 29px;
	margin: 0 8px;
	padding-top: 7px;
	position: relative;
	width: 110px;
}

#nav li ul {
	background: #333;
	display: none;
	font-weight: normal;
	height: auto;
	margin-top: 4px;
	padding: 0;
	position: absolute;
	top: auto;
	left: 0;
	text-shadow: 1px 1px 1px #111;
	text-transform: none;
	width: 14.7em;
	z-index: 99;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li li {
	background: none;
	padding-right: 0.5em;
	width: 13em;
}

#nav li ul a {
	width: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li li li {
	display: none;
}

#nav li:hover ul,
#nav li li:hover li,
#nav li.over ul,
#nav li li.over li {
	display: block;
}

#nav li:hover,
#nav li.over {
	background: #fff;
}

input,
textarea {
	background: #aa4430;
	box-shadow: inset 0 0 1em #872e1d;
	color: #fff;
	font: 13px Geneva, Tahoma, Arial, sans-serif;
	padding: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, Georgia, serif;
	margin: 10px 0;
	text-transform: uppercase;
}

h1 {
	font-size: xx-large;
	text-shadow: 1px 1px 3px #666;
}

h2 {
	font-size: x-large;
	text-shadow: 1px 1px 3px #666;
}

h3 {
	font-size: x-large;
	text-shadow: 1px 1px 1px #666;
}

h4,
h5 ,
h6{
	text-shadow: 1px 1px 1px #666;
}

#main li {
	line-height: 16px;
	margin: 8px 0;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.framed {
	border: 1px solid #000;
}

.str {
	text-decoration: line-through;
}

.und {
	text-decoration: underline;
}

/* Clear Fixes */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

 
.clearfix {
	display: inline-block;
}

 
html[xmlns] .clearfix {
	display: block;
}

 
* html .clearfix {
	height: 1%;
}