@import url("reset.css");



/**************************************************************************
***************************** = FONTS = *****************************
**************************************************************************/

@font-face {
    font-family: 'benthamregular';
    src: url('../fonts/bentham-webfont.eot');
    src: url('../fonts/bentham-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bentham-webfont.woff') format('woff'),
         url('../fonts/bentham-webfont.ttf') format('truetype'),
         url('../fonts/bentham-webfont.svg#benthamregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/**************************************************************************
***************************** = BODY = *****************************
**************************************************************************/

body {
	background: url(../../images/bg-header.jpg) no-repeat top center #4fc0af;
	padding:0px;
	margin:0px;
	font-family:'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue',Arial,Helvetica,sans-serif; 
	font-weight:100; 
	font-size:19px;
	color:#ffffff;
	min-width:920px;
	text-transform: lowercase;
}

div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}

table {
	padding:0px;
	border:0px;
	border-spacing:0px;
}

td {
	vertical-align:top;	
}

p {
	letter-spacing:1px;
	line-height:22px;
	margin:0;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

hr {
	width:100%;
	border: 0px;
	border-bottom: 1px solid #ffffff;
	margin:30px 0px;
}

div.vr {
	height:1550px;
	width:1px;
	border: 0px;
	border-right:1px solid #ffffff;	
}

h1 {
	font-family: 'benthamregular', Georgia, Times New Roman, serif;
	font-size: 37px;
	letter-spacing: -2px;
	background:url(../../images/texture_bg.jpg) no-repeat #ffffff;
	color:#4fc0af;
	width:auto;
	padding:6px 0px;
}

h2 {
	font-family:'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
	color:#ffffff;
	margin:0;
	text-align:left;
}

p + p, p + h2 {
	margin-top:20px;
}

h2 + p {
	margin-top:4px;	
}



/**************************************************************************
***************************** = FORM = *****************************
**************************************************************************/

input[type=text], input[type=password], textarea {
	max-width: 100%;
	width: 100%;
	height: 45px;
	background: #3e9d8f;
	border: 0px;
	font-family:'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue',Arial,Helvetica,sans-serif; 
	font-size: 14px;
	color: #ffffff;
	-webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.2);
	padding: 0px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	min-width:50px;
}

input[type=text]:focus, textarea:focus {
	background: #79e1d1;
	color:#2e7e72;
   transition: background-color .32s ease-in-out;
   -moz-transition: background-color .32s ease-in-out;
   -webkit-transition: background-color .32s ease-in-out;
}

input[type=submit] {
	width: 100%;
	height: 45px;
	font-size: 18px;
	background-color: #3e9d8f;
	text-transform: lowercase;
	color: #fff;
	border: 0px;
	text-shadow: 0px 1px 0px #025c4c;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type=submit]:hover {
	background-color: #79e1d1;
	cursor: pointer;	
   transition: background-color .32s ease-in-out;
   -moz-transition: background-color .32s ease-in-out;
   -webkit-transition: background-color .32s ease-in-out;
}



/**************************************************************************
***************************** = STYLES = *****************************
**************************************************************************/

.calbox {
	width:120px; 
	padding:0px 0px 20px 0px; 
	background:#ffffff; 
	color:#4fc0af; 
	text-align:center; 
	margin-right:10px;	
}

.calbox .date {
	font-family: 'benthamregular', Georgia, Times New Roman, serif; 
	font-size: 65px; 
	letter-spacing: -2px; 
	display:block;	
}

.calbox .day {
	 font-family:'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue',Arial,Helvetica,sans-serif; 
	 font-weight:bold; 
	 font-size: 20px; 
	 letter-spacing: 0px; 
	 display:block; 
	 margin-top:5px;	
}


.schedule tr td hr {
	margin:15px 0px;
	border-bottom:1px dotted #95e7da;
}

table.wrap_main {
	width:900px;
	position:relative;
	text-align:left;	
	margin-top:380px;
	margin-bottom:30px;
}

td.wrap_left-col {
	width:400px;
	text-align:center;	
	padding:0px 25px 0px 0px;	
}

td.wrap_mid-col {
	text-align:center;
}

td.wrap_right-col {
	text-align:center;	
	padding:0px 0px 0px 25px;	
}

div.title_wrap {
	margin-bottom:20px;	
}

div.text_wrap {
	text-align:left;
	padding:0px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

span.text_heading {
	font-size:15px; 
	/* color:#363437; */
	color:#434044; 
	font-weight:bold;
}

span.text_main {
	line-height:20px;	
}

table.wrap_footer {
	background:#3e3e3e;
	width:100%
}

table.wrap_footer-content {
	width:900px;
	padding:6px 0px 6px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a2a2a2;
}

table.wrap_footer-content a:link, table.wrap_footer-content a:active, table.wrap_footer-content a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a2a2a2;
	text-decoration:underline;
}

table.wrap_footer-content a:hover {
	color:#ffffff;
}

table.form_wrap {
	width:100%;	
	font-size:17px;
}

table.form_wrap td {
	padding-bottom:8px;
}

td.form_label {
	width:115px;
	text-align:left;
	vertical-align:middle;
	padding:0px 5px 0px 0px;	
}

td.form_input {
	text-align:left;
}

td.form_required {
	width:15px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	color:#ffffff;
}
