*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:link {
	color: #CB9823;
	text-decoration: none;
}

a:visited {
	color: #C65229;
}

a:hover {
	color: #2F7D8A;
}

a:active {
	color: #2F7D8A;
}

a img {
	border: 0;
}

p {
	line-height: 18px;
	margin: 0 0 18px;
}

html {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	border: 0;
	color: #ddd;
	cursor: default;
	font: 100% Arial, Geneva, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	background: #2B3074;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	min-width: 1000px;
	position: relative;
	width: 100%;
}

#header {
	background: #2F7D8A;
	height: 200px;
	min-width: 970px;
	width: 100%;
	z-index: 5;
}

#logo {
	background: url(../images/logo.png) no-repeat center;
	position: relative;
	top: 45px;
	z-index: 2;
}

.spacer-logo {
	height: 100px;
	width: 200px;
}

#navigation {
	height: 50px;
	margin: 0 auto;
	padding-top: 9px;
	text-align: center;
	width: 860px;
	z-index: 1;
}

#sidebar1 {
	background: #2F7D8A;
	border-bottom-right-radius: 40px;
	float: left;
	margin: 0 30px 0 0;
	min-height: 500px;
	min-width: 115px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: left;
	width: 15%;
	z-index: 2;
}

#sidebar2 {
	background: #2F7D8A;
	border-bottom-left-radius: 40px;
	float: right;
	margin: 0 0 0 30px;
	min-height: 500px;
	min-width: 115px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: left;
	width: 15%;
	z-index: 2;
}

#sidebar1 p, #sidebar2 p {
	line-height: 1.2em;
	margin: 0 0 1.2em;
	text-shadow: 1px 1px 1px #2B3074;
}

.side {
	font-size: 1em;
}

.side h2 {
	font-size: 1.75em;
}

#main {
	background: #3e4593;
	display: block;
	height: 100%;
	margin: 0 auto;
	min-width: 970px;
	text-align: center;
	width: 100%;
}

.inside {
	display: inline-block;
	margin: 0 auto;
	min-height: 510px;
	padding-top: 10px;
	text-align: left;
	text-shadow: 1px 1px 0.5px #000;
	width: 636px;
	max-width: 670px;
}

.inside p {
	line-height: 21px;
	margin-bottom: 0 0 21px;
}

.inside:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#footer {
	background: #2B3074;
	bottom: 0;
	clear: both;
	color: #999;
	height: 95px;
	padding: 40px 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

#nav,
#nav ul {
	font: bold .75em "Arial Black", Arial, Geneva, sans-serif;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

#nav a {
	display: block;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px 0;
	text-shadow: 1px 1px 1px #111;
}

#nav a:hover {
	color: #FFEDED;
}

#nav li {
	background: #3e4593;
	border-radius: 15px;
	float: left;
	margin: -4px 7px;
	position: relative;
	width: 7.5em;
}

#nav li ul {
	font-weight: normal;
	display: none;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: auto;
	left: 0;
	text-shadow: 1px 1px 1px #111;
	text-transform: none;
	width: 8em;
	z-index: 99;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li li {
	background: #ddd;
	padding-right: 0.5em;
	width: 10em;
}

#nav li ul a {
	width: 8.5em;
}

#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: #e37676;
}

.fleft,
.fright {
	background: #CB9823;
	border: 1px solid #2F7D8A;
	border-radius: 10px;
	clear: both;
	color: #000;
	min-height: 100px;
	margin: 0 auto 45px;
	padding: 10px;
	text-align: left;
	width: 100%;
}

.fleft h2,
.fright h2 {
	clear: none;
	font-size: 200%;
	line-height: 1.2em;
	margin: 2px 0;
	text-align: left;
}

.fleft p,
.fright p {
	margin: 2px 0;
	text-shadow: none;
}

.fleft span,
.fright span {
	font-size: 250%;
	line-height: 1.75em;
	margin: 5px;
}

.fleft img {
	float: left;
	margin: 0 1.25em 1.25em 0;
	text-align: left;
}

.fright img {
	float: right;
	margin: 0 0 1.25em 1.25em;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #C65229;
	font-family: "Arial Black", Arial, Geneva, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

h1 {
	font-size: 2.2em;
	line-height: 1.25em;
	margin-bottom: 1.5em;
	text-shadow: 1px 1px 1px #111;
}

h2 {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	text-shadow: 1px 1px 1px #111;
}

h3,
h4,
h5,
h6 {
	line-height: 1.25em;
	margin-bottom: 12px;
	text-shadow: 1px 1px 1px #111;
}

input,
textarea {
	background: #C65229;
	border: 1px solid #232323;
	border-radius: 10px;
	color: #000;
	font: 1em Arial, Verdana, Tahoma, sans-serif;
	padding: 3px;
}

.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;
}

.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%;
}