@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/

/* Smartphones (landscape) ----------- */
	@import url(/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);

/* Smartphones (portrait) ----------- */
	@import url(/css/mobile.css) screen and (max-width:640px);

/* Tablets, iPads (landscape) ----------- 
	@import url(/css/tablet.css) (screen and min-device-width:768px and max-device-width:1024px and orientation:landscape);
*/

/* Tablets, iPads (portrait) ----------- 
	@import url(/css/tablet.css) (screen and min-device-width:768px and max-device-width:1024px and orientation:portrait);
*/

/* Desktops and laptops ----------- */
	@import url(/css/desktop.css) screen and (min-width:1025px);
/*-----------------------------------------------
ALL SCREENS
-----------------------------------------------*/

a[href^=tel] {
	color: #060;
	text-decoration: none;
}
h1 {
	font-family: Century Gothic;
	font-size: 28pt;
	color: #FFF;
	margin: 0 0 10px 0;
}
h2 {
	font-family: Century Gothic;
	font-size: 18pt;
	color: #00461b;
	margin: 0 0 10px 0;
}
h3 {
	font-family: Century Gothic;
	font-size: 14pt;
	color: #F60408;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #DDDDDD;
}
p {
	font-family: Century Gothic;
	color: #666;
	line-height: 150%;
	margin: 10px 0 10px 0;
}
.awards {
	float: left;
}
.banner {
	background-color: #00461b;
	height: 50px;
	margin: 0 0 10px 0;
}
.banner h1 {
	color: #FFF;
	font-family: Century Gothic;
	font-size: 28pt;
	margin: 0 0 10px 5px;
}
.banner_edge {
	top: 20px;
	margin: 0 0 10px 0;
	position: absolute;
	width: 30px;
	height: 60px;
	background-image: url(/img/banner1.png);
}
.breaker {
	clear: both;
	height: 20px;
	width: 100%;
}
body {
	font-family: arial;
}
body, html {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
}
#container {
	min-height: 100%;
	z-index: 500;
}
#footer {
	background: #A0B541 url(/img/fwallp.gif) top left repeat-x;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	height: 152px;
	position: relative;
	width: 100%;
}
#footer_text p {
	color: #00461b;
}
#frcap {
	background-color: #FFF;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	color: #A0A0A0;
	float: left;
	position: relative;
}
#frcap h2 {
	color: #040;
}
#frpic {
	float: left;
}
#header {
	background-color: #FFF;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	height: 120px;
	margin-bottom: 20px;
	width: 100%;
}
#logo1 {
	background-image: url(/img/logo1.png);
	float: left;
}
#menu, #menubarrier {
	background-color: #00F;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 150px;
	z-index: 400;
}
#menubarrier {
	background-color: #bab9b9;
	left: 0px;
	width: 100%;
	z-index: 450;
}
#menu {
	background-color: #808080;
	color: #FFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 75%;
	z-index: 400;
}
#menucontainer {
	width: 250px;
	height: 100%;
	overflow: auto;
}
#menu p {
	padding-left: 16px;
}
#menubar {
	-webkit-box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	height: 52px;
	position: relative;
	width: 100%;
}
#menubar ul {
	list-style-type: none;
	margin: 0;
	padding: 16px 0 0 24px;
}
#menubutt {
	left: 12px;
	position: absolute;
	top: 12px;
}
#menustrap {
	position: absolute;
	right: 6px;
	top: 8px;
}
#picturebox {
	-webkit-box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	box-shadow: 0px 2px 6px 0px rgba(128,128,128,1);
	height: 350px;
	margin-bottom: 29px;
	position: relative;
	width: 100%;
}
#search, #contact_us {
	background-image: url(/img/white_opacity.png);
	color: #F60408;
	font-family: "Century Schoolbook L", "Times New Roman", serif;
	font-size: 22pt;
	z-index: 400;
}
#search a, #contact_us a {
	color: #000000;
	font-family: "Century Schoolbook L", "Times New Roman", serif;
	font-size: 22pt;
	text-decoration: none;
}
#search a:hover, #contact_us a:hover {
	color: #F60408;
	text-decoration: none;
}
.slide, .slidevis {
	background-size: auto 100%;
	background-position: center top;
	height: 100%;
	position: absolute;
	width: 100%;
}
.slide {
	visibility: hidden;
}
.slidevis {
	visibility: visible;
}
#telno {
	float: right;
	margin: 30px 0;
}
#telno, #mobstrap {
	color: #006000;
	float: right;
	font-family: Arial, sans-serif;
	font-size: 20pt;
}
#wrapper {
	-webkit-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	margin-left: 0;
	min-height: 100%;
	padding: 20px 0;
	position: relative;
	width: 100%;
	z-index: 500;
}
.indent {
	margin-left: 12px;
}
.heading {
	color: #A0B351;
}
#home a, #register a, #why a, #staff a {
	float: left;
	width: auto;
	font-family: "Arial", "Times New Roman", serif;
	font-size: 10pt;
	color: #000;
	text-shadow: 0px 1px #EEE;
	text-decoration: none;
	font-weight: bold;
	margin-right: 24px;
}
#home a:hover, #register a:hover, #why a:hover, #staff a:hover {
	color: #F60408;
}
#menucontainer a {
	text-decoration: none;
	color: #FFF;
}
.cb {
	clear: both;
}
.leftcell {
	color: #666;
	font-size: 10.5pt;
	font-family: Century Gothic;
	margin: 0 0 5px 0;
}
.rightcell {
	color: #666;
	font-size: 10.5pt;
	font-family: Century Gothic;
	margin: 0 0 5px 0;
	padding: 0;
}
select {
	width: 200px;
	border: 1px solid #AAA;
	margin: 0 0 5px 0px;
}
.right_text li, #right_text li {
	font-family: Century Gothic;
	margin: 0 0 5px 0;
	color: #333;
}
.right_text p, #right_text p {
	line-height: 150%;
	color: #666;
}
.right_text a, #right_text a {
	color: #F60408;
}
#titlepriv {
	font-size: 13pt;
	color: #00461b;
	font-weight: bold;
}
.txtfld {
	border: 1px solid #AAA;
	margin: 0 0 5px 0px;
	padding: 5px;
	color: #000;
}
.txtfld2 {
	width: 200px;
	border: 1px solid #AAA;
	margin: 0 0 5px 0px;
}
.leftcell {
	display: none;
}

::-webkit-input-placeholder {
 color: #888;
}

:-moz-placeholder { /* Firefox 18- */
 color: #888;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #888;
}

:-ms-input-placeholder {
 color: #888;
}
.formtbl {
	width: 100%;
}
select {
	font-size: 12pt;
	width: 50%;
}
.btn {
	background-color: #000;
	padding: 8px;
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius:0px;
 }

.left,.right {
	overflow:hidden;
}
.left li, .left2 li {
	font-family: Century Gothic;
	margin: 0 0 5px 0;
	color: #333;
}
#right_text .S00461b, #override .S00461b {
	color: #00461b;
	font-weight: bold;
}
#right_text .SF60408, #override .SF60408 {
	color: #F60408;
}
#right_text .Sbb {
	border-bottom: 1px solid #DDD;
	margin: -10px 0 10px 0;
	padding-bottom: 5px;
}
.box, .box1 {
	margin: 0;
}
.box a, .box1 a {
	text-decoration: none;
	color: #002000;
}
#sbox {
	clear: both;
	width: 100%;
}
.sfloater, .sfloater2 {
	padding-top: 8px;
	width: 100%;
	float: left;
}
.sfloater2 {
	width: 25%;
}
.sfloater select, .sfloater2 select, sfloater2 input {
	width: 95%;
}
.sfloater2 .btn {
	padding: 0;
	margin: 0;
	padding:2px;
}
.images {
	float:left;
	width:250px;
	margin:0px 20px 20px 0;
	background-color:#FFF;
}

.btn {
-webkit-appearance:none;
border-radius: 4px;	
}
#hideh {
	max-height:0px;
	overflow:hidden;
	transition: max-height 500ms;
}
#hideh p {
	color:white;
	text-align:left;
	font-family:arial;
	font-size:9pt;
}
#hideh a {
	color:#ffffc0;
}