@charset "UTF-8";
* {
	margin: 0px;
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 190px;
}
header {
	padding-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	position: fixed;
	width: 1100px;
	margin-top: -190px;
}
#wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}
#navi {
	margin-top: 15px;
	height: 40px;
	background-color: #378D6F;
	font-family: century gothic, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 37px;
	z-index: 1000;
}
#navi ul{
	background-color: #378D6F;
}
#navi li {
	list-style-type: none;
	display: inline;
}
#navi a {
	text-decoration: none;
	color: #FFF;
}
#navi a:hover {
	font-size: 14px;
}
#homeB {
	height: 1000px;
}
#aboutB {
}
#coursesB {
	height: 550px;
}
#locationB {
	height: 1600px;
}
.banner img {
	margin-bottom: 40px;
}
section {
	width: 330px;
	float: left;
	margin-bottom: 15px;
	margin-left: 27.5px;
	font-size: 12px;
}
section img {
	margin-bottom: 15px;
}
section a {
	border: none;
}
h1 {
	font-size: 26px;
	font-family: Arial, sans-serif;
}
h2 {
	font-size: 25px;
	color: #333;
}
h3 {
	color: #05704B;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
h4 {
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}
h5 {
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
}
article {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 12px;
	clear: left;
}
.overlay {
	width: 375px;
	height: 260px;
	margin-left: 20px;
	margin-top: -300px;
	color: #FFF;
	z-index: 30;
}
h5 a {
	color: #FFF;
}
.redText {
	color: #F15A24;
}
.yellowText {
	color: #FBB03B;
}
.greenText {
	color: #8CC63F;
}
.red {
	background-color: #F15A24;
	height: 30px;
	margin-top: -8px;
}
.yellow {
	background-color: #FBB03B;
	height: 30px;
	margin-top: -8px;
}
.green {
	background-color: #8CC63F;
	height: 30px;
	margin-top: -8px;
}
.darkGreen {
	background-color: #378D6F;
	height: 30px;
	margin-top: -8px;
}
.conBox {
	/* [disabled]width: 320px; */
	background-color: #CCE1CC;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.impBox {
	/* [disabled]width: 320px; */
	background-color: #E6A9AB;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.conBox2 {
	width: 940px;
	background-color: #CCE1CC;
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
	padding-top: 60px;
	padding-bottom: 30px;
}
.boxContent {
	margin-right: 20px;
	margin-left: 20px;
}
article .mapImg {
	clear: left;
	float: left;
	margin-right: 10px;
}
article .mapText {
	clear: left;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
