@charset "UTF-8";
/* CSS Document */
	/*---IMAGE STYLES ---*/
.afloatright {
	float: right;
	text-align: center;
	margin: 10px 0 10px 15px;
	border: medium solid #036;
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	max-width: 40%;
	height: auto;
}
.afloatleft {
	float: left;
	margin: 10px 15px 10px 0px;
	text-align: center;
	border: medium solid #036;
	max-width: 40%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.afloatcenter {
	display: block;
	margin: 10px auto;
	clear: both;
	border: medium solid #036;
	max-width: 100%;
	width: 95%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.clear {
	clear: both;
	padding-top: 20px;
}
.pageclear {
	clear: both;
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
.Team img {
	max-width: 200px;
}
.desktoponly {
	display: block;
}
.tabletonly {
	display: none;
}
.mobileonly {
	display: none;
}
.largeronly {
	display: inline
}
.smalleronly {
	display: none;
}
.nomobile {
	display: block !important;
}
.nobig {
	display: none !important;
}
.Grid {
	width: 100%;
	display: block;
	clear: both;
}
.homegrid {
	margin-top: -165px !important;
}
.thirdslist ul {
	list-style: none;
	text-align: center !important;
	margin: 0px !important;
	padding: 0px;
}
.Grid p a, .Grid h3 a, .Grid h4 a {
	color: #000;
}
.Grid ul {
	text-align: left;
}
.colhalves {
	width: 47%;
	margin: .5%;
	padding: 10px 1% 0 1%;
	float: left;
	text-wrap: normal;
	text-align: center;
}
.Grid img {
	width: 100%;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
}
.Grid ol, .Grid ul {
	text-align: left;
}
.colthirds {
	width: 31.3%;
	margin: 0px .5% 5px;
	padding: .5%;
	padding-bottom: 0px;
	float: left;
	text-wrap: normal;
	background-size: 100% auto;
}
.colthirdsBG {
	position: absolute;
	width: 32.3%;
	height: auto;
	z-index: 0;
}
.colthirds img {
	width: 100%;
	height: auto;
}
.colFourths {
	width: 24%;
	padding: .5%;
	float: left;
	text-wrap: normal;
	position: relative;
}
.colFourths p {
	padding: 0px 10px;
}
.colFourths .pic {
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
}
.colFourths .linked {
	position: absolute;
	bottom: 0;
}
.colFourths img {
	width: 100%;
	/*No Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.colFourths:nth-child(odd) {
}
.colFourths:nth-child(even) {
}
.Gridclear {
	clear: both;
}
.Grid h2 {
	text-align: center;
	font-size: 2.5em;
	margin: 0px;
}
.Grid h3 {
	font-size: 1.6em;
	margin: 0px;
	text-align: center;
}
.Grid h4 {
	text-align: center;
	font-size: .9em;
	margin-top: 10px;
}
.fullwidth {
	width: 97%;
	height: auto;
}
.admission .colhalves {
	height: 150px;
	background-position: top center !important;
}
.autoh {
	height: auto;
}
.nomargintop {
	margin-top: 0px !important;
}
.textcenter {
	text-align: center !important;
}
.nowrap {
	overflow:auto;}
 @media only screen and (min-width: 850px) and (max-width: 1000px) {
.desktoponly {
	display: block;
}
.tabletonly {
	display: inline;
}
.mobileonly {
	display: none;
}
.largeronly {
	display: inline;
}
.smalleronly {
	display: none;
}
.nobig {
	display: none !important;
}
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
.desktoponly {
	display: none !important;
}
.tabletonly {
	display: inline !important;
}
.mobileonly {
	display: none !important;
}
.largeronly {
	display: none !important;
}
.smalleronly {
	display: inline !important;
	margin: auto;
}
.nobig {
	display: none !important;
}
.nomobile {
	display: block !important;
}
.afloatright, .afloatleft, .afloatcenter {
	display: block;
	width: 70% !important;
	height: auto;
	margin: 10px auto !important;
	clear: both !important;
	float: none !important;
	max-width: 70%;
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 0px;
}
.colFourths {
	width: 49%;
	margin-bottom: 20px;
}
}
/*-------Full Bottom------*/
 @media only screen and (min-width: 0px) and (max-width: 700px) {
.afloatright, .afloatleft, .afloatcenter {
	display: block;
	width: 90% !important;
	max-width: 500px;
	height: auto;
	margin: 10px auto !important;
	clear: both !important;
	float: none;
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 0px;
}
.scalable {
	margin: auto;
	display: block;
	width: 100%;
}
.desktoponly {
	display: none !important;
}
.tabletonly {
	display: none !important;
}
.mobileonly {
	display: inline !important;
}
.largeronly {
	display: none !important;
}
.smalleronly {
	display: inline !important;
}
.nomobile {
	display: none !important;
}
.nobig {
	display: block !important;
}
.colFourths {
	width: 49%;
	margin-bottom: 20px;
}
.colthirds {
	width: 96% !important;
	height: auto;
	text-align: center !important;
}
.colthirds img {
	width: 90%;
	max-width: 250px;
}
.colthirds h3 {
	text-align: center;
}
.colhalves {
	width: 100%;
}
}
 @media only screen and (min-width: 600px) and (max-width: 700px) {
.afloatright, .afloatleft {
	max-width: 50%;
	height: auto;
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
.colthirds img {
}
}
 @media only screen and (min-width: 0px) and (max-width: 600px) {
.afloatright, .afloatleft {
	max-width: 70%;
	height: auto;
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
}
 @media only screen and (min-width: 0px) and (max-width: 500px) {
.colFourths {
	width: 96%;
	height: auto;
	margin-bottom: 20px;
}
.colFourths .linked {
	position: relative !important;
}
.colhalves {
	width: 100%;
}
}
