@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

h1, h2, h3, h4 {
	font-weight:600;
	line-height:1.1em;
	letter-spacing: -.05rem; }

h1 { font-size: 28px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h3 { font-size: 18px; }

body { font-size:14px; }

.text-center { text-align:center; }
.u { text-decoration: underline; }
.em { font-style: italic; }
.b { font-weight: bold; }
.number { font-family: Arial, sans-serif; }

.colorGreen { color:#006600; }
.colorRed { color:#ff0000; }
.colorBlue { color:#2284B8; }
.colorOrange { color:#ff6600; }
.colorText { color:#222222; }

.font17 { font-size:17px; }
.font18 { font-size:18px; }
.font19 { font-size:19px; }
.font20 { font-size:20px; }
.font22 { font-size:22px; }
.font24 { font-size:24px; }

.clear { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.noStyle {
	list-style-type:none;
	padding:0;
}
ul, ol { padding-left:20px; }

img.floatLeft {
	float:left;
	clear:left;
	margin:0 10px 10px 0; }
img.floatRight {
	float:right;
	clear:right;
	margin:0 0 10px 10px; }
img.imgSmall {
	width:30%;
	max-width:125px; }
img.imgMed {
	width:40%;
	max-width:200px; }


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: 2%;
	margin-right: 2%;
	/*
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	*/
	width: 96%;
	clear: none;
	float: none; }
	
.zeroMargin_mobile { margin-left: 0; }
.hide_mobile { display: none; }

/* -----------------  Header  ----------------- */
#headerWrapper {
	color:#ffffff;
	margin-bottom:20px;
	background:#2284B8;
	background: -moz-linear-gradient(top, #2384B9 0%, #1D6C97 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2384B9), color-stop(100%, #1D6C97));
	background: -webkit-linear-gradient(top, #2384B9 0%, #1D6C97 100%);
	background: -o-linear-gradient(top, #2384B9 0%, #1D6C97 100%);
	background: -ms-linear-gradient(top, #2384B9 0%, #1D6C97 100%);
	background: linear-gradient(to bottom, #2384B9 0%, #1D6C97 100%); }
#headerWrapper h1 {
	display:block;
	margin:20px 0 10px 0;
	text-align:center;
	color:#ffffff;
	font-size:28px;
	font-weight:600;
	line-height:1em;
	letter-spacing: normal;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6); }
#headerWrapper .tagline { display:none; }
#headerWrapper .tagline2 { display:none; }

#footerWrapper {
	color:#fff;
	background:#2284B8;
	font-size:14px;
	text-align:right;
	border-bottom:15px solid #1A668E; }
#footerWrapper a {
	color:#ffffff;
	text-decoration:none; }
#footerWrapper a:hover {
	text-decoration:underline; }
	
	
.colLeft {
	float:none;
	display:block;
	width:98%;
	margin:1% 1% 2% 1%; }
	
.colRight {
	float:none;
	display:block;
	width:98%;
	margin:1% 1% 2% 1%; }
	
.bottom-edge-shadow {
	-webkit-box-shadow: 0 2px 8px 0 black;
	   -moz-box-shadow: 0 2px 8px 0 black;
	        box-shadow: 0 2px 8px 0 black; }

.provider {
	padding:0 15px;
	border:1px solid #2284B8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; }
	
#scheduleTable {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #cee0f1;
	width:100%;
	margin-bottom:30px; }
#scheduleTable a {
	text-decoration:none; }
	
#scheduleTable th {
	text-align:left;
	text-decoration:none;
	background-color:#2284B8;
	color:#ffffff; }
#scheduleTable td,
#scheduleTable th {
	padding: 5px;
	border-top:1px solid #cee0f1;
	border-bottom:1px solid #cee0f1; }
	
#scheduleTable tbody tr:nth-child(even) td { background-color:#f1f8ff; }

#scheduleTable th.mobileTblRemovePadding { padding:0; }
#scheduleTable td.mobileTblRemovePadding { padding:0; }
.mobileTblRemovePadding { padding:0; }

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    padding-bottom:100%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    width:100%;
    height:550px;
    position:absolute;
}

#contactForm {
	
}
#contactForm label {
	float:left;
	clear:left;
	width:30%;
	margin-bottom:10px;
	line-height:2em;
}
#contactForm .formField {
	float:left;
	width:70%;
}
#contactForm input[type='text'],
#contactForm textarea,
#contactForm select {
	float:left;
	width:70%;
	padding:7px 3px 7px 10px;
	margin:0 0 10px 0;
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#404040;
	background-color:#fff;
	background-image:none;
	box-shadow:none;
	border:rgba(0,0,0,.3) 2px solid;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#contactForm input.phone1a,
#contactForm input.phone1b,
#contactForm input.phone1c {
	float:none;
	width:50px;
	margin-right:5px;	
}
#contactForm input.phone1c {
	width:58px;
	margin-right:0;	
}
#contactForm input[type='text']:focus,
#contactForm textarea:focus,
#contactForm select:focus {
	outline:none;
	border:rgba(24,149,215,1) 2px solid;
	color:rgba(24,149,215,1);
}

#contactForm input[type='submit'] {
	float:left;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	border:none;
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 18px;
	padding: 8px 16px;
	margin-right:10px;
	text-decoration: none;
}
#contactForm input[type='submit']:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

#classInfoTable {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-bottom:30px;
	color:#444444; }
#classInfoTable td { padding: 5px; }

#courseOptionsTable {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-bottom:30px; }
#courseOptionsTable td { padding: 5px 5px 5px 0; }
#courseOptionsTable .classes img {
	float:left;
	width:100px;
	margin:0 10px 0 0; }
#courseOptionsTable .classes div {
	margin:0 0 10px 110px; }
#courseOptionsTable td.course,
#courseOptionsTable .course {
	border-top:1px solid #39F;
	padding-top:15px;
	padding-bottom:15px; }
#courseOptionsTable p.wkbkRadio {
	margin:8px 0; }
#courseOptionsTable p.wkbkRadio input[type='radio'] {
	margin-right:10px; }
	
.courseDesc {
	float:left;
	width:280px; }
.courseSelect {
	float:left;
	width:150px;
	padding-top:15px; }
.courseSelectShort {
	float:left;
	width:150px;
	padding-top:15px; }
	
#adminForm input[type='text'],
#adminForm input[type='password'],
#adminForm textarea,
#adminForm select {
	float:left;
	width:70%;
	padding:7px 3px 7px 10px;
	margin:0 0 10px 0;
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#404040;
	background-color:#fff;
	background-image:none;
	box-shadow:none;
	border:rgba(0,0,0,.3) 2px solid;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#adminForm input[type='text']:focus,
#adminForm input[type='password']:focus,
#adminForm textarea:focus,
#adminForm select:focus {
	outline:none;
	border:rgba(24,149,215,1) 2px solid;
	color:rgba(24,149,215,1);
}
#adminForm select.dAY,
#adminForm select.mONTH,
#adminForm select.dATE,
#adminForm select.yEAR,
#adminForm select.tIME,
#adminForm select.aMPM {
	float:none;
	width:95px;
	margin-right:5px;	
}
#adminForm select.aMPM {
	width:70px;
	margin-right:0;	
}

input[type='submit'],
input#resetAHA {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	border:none;
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 16px;
	margin-right:10px;
	text-decoration: none;
}
input[type='submit']:hover,
input#resetAHA:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

input#deleteRecord {
	background: #cc0000;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	border:none;
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 16px;
	margin-right:10px;
	text-decoration: none;
}
input#deleteRecord:hover {
	background: #ff0000;
	text-decoration: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

  .gridContainer {
	  width: 96%;
	  margin-left: 2%;
	  margin-right: 2%;
	  clear: none;
	  float: none; }
  
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }
  
  body { font-size:15px; }
  
  ul, ol { padding-left:30px; }

/* -----------------  Header  ----------------- */
  #headerWrapper h1 {
	  float:none;
	  display:block;
	  text-align:left;
	  font-size:36px; }
  #headerWrapper .tagline2 {
	  float:none;
	  display:block;
	  color:#E7E7E7;
	  font-size:14px;
	  padding:10px 0 5px 2px; }
	  
	  
  .provider {
	  padding:0 25px;
	  border:2px solid #2284B8;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px; }
  

  .hide_tablet { display: none; }
  .zeroMargin_tablet { margin-left: 0; }
  
  #scheduleTable td,
  #scheduleTable th { padding: 6px; }
  
  #scheduleTable th.mobileTblRemovePadding { padding:0; }
  #scheduleTable td.mobileTblRemovePadding { padding:0; }
  .mobileTblRemovePadding { padding:0; }
	  
  #courseOptionsTable .classes img {
	  float:left;
	  width:150px;
	  margin:0 15px 0 0; }
  #courseOptionsTable .classes div {
	  margin:0 0 10px 165px; }
  
  .courseDesc {
	  float:left;
	  width:300px; }
  .courseSelect {
	  float:left;
	  width:120px;
	  padding-top:22px; }
  .courseSelectShort {
	  float:left;
	  width:120px;
	  padding-top:0; }
	  
  input[type='submit'],
  input#resetAHA {
	  font-size: 18px;
	  margin-right:15px;
  }
  
  input#deleteRecord {
	  font-size: 18px;
	  margin-right:15px;
  }
  
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
  body { font-size:16px; }
  
.hide_mobile { display:inline-block; }
  
  ul, ol { padding-left:40px; }

  .gridContainer {
	  width: 94%;
	  max-width: 1232px;
	  margin-left: 3%;
	  margin-right: 3%;
	  margin: auto;
	  clear: none;
	  float: none;
  }
  .colLeft {
	  float:left;
	  width:49%;
	  margin:1% 1% 1% 0;
  }
  .colRight {
	  float:left;
	  width:49%;
	  margin:1% 0 1% 1%;
  }
 
/* -----------------  Header  ----------------- */
  #headerWrapper h1 {
	  float:left;
	  margin:20px 0 0 0;
	  font-size:36px; }
  #headerWrapper .tagline {
	  display:block;
	  float:right;
	  color:#E7E7E7;
	  font-size:25px;
	  letter-spacing:-.03rem;
	  padding-top:15px; }
  #headerWrapper .tagline2 {
	  float:right;
	  clear:right;
	  font-size:13px;
	  padding:5px 0 10px 0; }
	  
  
  .zeroMargin_desktop { margin-left: 0; }
  .hide_desktop { display: none; }
  
  #scheduleTable td,
  #scheduleTable th { padding: 8px; }
  
  #scheduleTable th.mobileTblRemovePadding { padding:8px; }
  #scheduleTable td.mobileTblRemovePadding { padding:8px; }
  .mobileTblRemovePadding { padding:8px; }

  #contactForm input.phone1a,
  #contactForm input.phone1b,
  #contactForm input.phone1c { margin-right:10px; }
  
  .courseDesc {
	  float:left;
	  width:320px; }
  .courseSelect {
	  float:left;
	  width:130px;
	  padding-top:22px; }
  .courseSelectShort {
	  float:left;
	  width:130px;
	  padding-top:0; }
	
}

@media only screen and (min-width: 1024px) {

/* -----------------  Header  ----------------- */
  #headerWrapper h1 {
	  float:left;
	  margin:20px 0 0 0;
	  font-size:45px; }
  #headerWrapper .tagline {
	  float:right;
	  font-size:27px;
	  letter-spacing:-.04rem;
	  padding-top:18px; }
  #headerWrapper .tagline2 { font-size:14px; }
  
  img.floatLeft { margin:0 20px 10px 0; }
  img.floatRight { margin:0 0 10px 20px; }
  img.imgSmall {
	  width:30%;
	  max-width:125px; }
  img.imgMed {
	  width:45%;
	  max-width:200px; }
	/*  
  .map-responsive iframe{
	  width:80%;
	  margin:20px 10%;
  }
  */
	  
	  
}