@charset "UTF-8";
html {
	overflow-y: scroll;
}
body {
	font-size: 62.5%;
	line-height: 120%;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	background-image: url(../_images/pagewrapper_bkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 900px;
	text-align: left;
	margin: 5px auto;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 100%;
	color: #FFF;
	background-image: url(../_images/header.jpg);
	height: 26px;
	padding-top: 95px;
	position: relative;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
#header ul li {
	position:relative;
}
#header ul li a {
	font-size: 1.4em;
	color: #F90;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	margin: 0 3px;
	letter-spacing: 0.1em;
}
#header ul li a:hover {
	color: white;
}
#header ul ul {
	position:absolute;
	top: 15px;
	visibility: hidden;
	padding: 3px 0 0;
	display: flex;
	flex-flow: column;
	z-index: 101;
}
#header ul li:hover ul {
	visibility:visible;
}
#header ul li:hover ul li a {
	font-size: 1em;
	color: #F90;
	text-decoration: none;
	display: block;
	padding: 8px 5px 8px 8px;
	letter-spacing: 0.1em;
	background-color: #333;
	border-bottom: solid 1px #999;
	font-weight: 400;
	white-space: nowrap;
}
#header ul li:hover ul li a:hover {
	color:#ececec;
	border-bottom: solid 1px #ececec;
}
#mainContent, #contact {
	margin: 0 0 0 100px;
	padding: 0;
}
#mainContent img {
	display: block;
	width: 800px;
	height: auto;
}
#footer {
	font-size: 1.3em;
	line-height: 100%;
	color: #000;
	text-align: center;
	clear: both;
	height: 50px;
	width: 900px;
	margin:0 auto 10px;
	padding: 15px 0 3px;
	background-color: #63a69e;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-left-radius : 15px;
	border-bottom-right-radius : 15px;
}
#footer p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color:#FC0;
}
.floatleft {
	float: left;
	margin-right: 15px;
}

.col {
	float: left;
	width: 250px;
	margin: 0 0 0 500;
}
.col ul {
	color: #E8E8E8;
	margin: 10px 0 0;
	padding: 0px;
	list-style-type: none;
}
.col ul li a {
	font-size: 1.6em;
	line-height: 1.6em;
	color: #FFF;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	padding: 3px 0 3px 10px;
	text-decoration: none;
}
.redType {
	color: #900;
}
.menu_landing {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 270px;
	float: right;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 10px;
}
.menu_landing ul {
	margin: -5px 0 0;
	padding: 0px;
	list-style-type: none;
}
.menu_landing ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 11px 0 11px 8px;
	background-color: #fff;
	border-bottom: solid 1px #68a79e;
}
.menu_landing ul li a:hover {
	color: #fff;
	background-color: #68a79e;
}

.jQuery {
	float: left;
	height: 340px;
	width: 500px;
	color: black;
}
