@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%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #505050;
	background-image: url(../images/gray_bg.jpg);
	background-size: 100px 100px;
	background-repeat: repeat;
	line-height: 22px;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
.gridContainer {
	margin: 0px auto 0px auto;
	max-width: 960px;
	padding: 0px;
	clear: none;
	float: none;/*	border: 1px solid #FF0000; */
}
/**** GENERAL USE ****/
.blueSolid {
	height: 6px;
	background: #6aceeb;
}
.greyLine {
	height: 1px;
	background: #DDD;
}
.blueLine {
	height: 1px;
	background: #6aceeb;
}
.darkLine {
	height: 10px;
	background: #505050;
	background-image: url(../images/gray_bg.jpg);
	background-size: 100px 100px;
	background-repeat: repeat;
}
.redLine {
	height: 1px;
	background: #ff434c;
}
/**** END GENERAL USE ****/
/**** VIDEO PAGE ****/
.cont-640 {
	max-width: 640px;
	width: 90%;
	margin: 0px auto 0px auto;
}
.videoTitle {
	width: 30%;
	float: left;
	text-align: right;
}
.videoText {
	width: 60%;
	float: left;
	margin: 0px 0px 20px 20px;
}
.line-640 {
	max-width: 640px;
	height: 20px;
	border-bottom: 1px solid #999;
	clear: both;
}
#videoContainer {
	position: relative;
	padding: 0px 0px 56.25% 0px;
	height: 0;
	margin-bottom: 20px;
}
#videoContainer iframe, .videoContainer object, .videoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/**** END VIDEO PAGE ****/
/**** HEADER ****/
#logo {
	max-width: 640px;
	margin: 0px auto 0px auto;
	padding-left: 10px;
}
#logo img {
	width: 76.5px;
	height: 30px;
}
#blueSolidMeanmenu {
	position: fixed;
	z-index: 102;
	height: 6px;
	width: 100%;
	background: #6aceeb;
}
#greyLineMeanmenu {
	top:58px;
	position: fixed;
	z-index: 909;
	height: 1px;
	width: 100%;
	background: #f5f2e6;
}
header {
	display: none;
}
#headerbg {
	width: 100%;
	position: absolute;
	z-index: 98;
	display: none;
}
.whiteSolid {
	height: 70px;
	background: #fffbed;
}
/*HEADER MENU*/
#cont-header {
	width: 90%;
	margin: 0px auto 0px auto;
	display: none;
}
#header {
	width: 90%;
	position: absolute;
	z-index: 99;
}
#headerLogo {
	position: fixed;
	z-index: 101;
	top: 18px;
}
#header-but1 {
	float: right;
	position: relative;
	top: 45px;
	text-align: right;
}
#header-but2 {
	float: right;
	position: relative;
	top: 45px;
	text-align: right;
}
#header-but3 {
	float: right;
	position: relative;
	top: 45px;
	text-align: right;
}
.buttonSpacer {
	width: 15px;
	height: 1px;
	float: right;
	position: relative;
	text-align: right;
}
/**** END HEADER ****/
/**** PAGE 1 ****/
#page1 {
	padding: 60px 0px 60px 0px;
	background: #fffbed;
}
.p1-text {
	clear: both;
	max-width: 480px;
	margin: 0px auto 20px auto;
	padding: 0px 20px 0px 20px;
}
.p1-video {
	clear: both;
	max-width: 640px;
	margin: 0px auto 20px auto;
	padding: 0px 20px 0px 20px;
}
#introPosMarker {
	position: relative;
	top: -80px;
}
.spacer {
	height: 40px;
}
/**** END PAGE 1 ****/
/**** PAGE 2 ****/
#page2 {
	min-height: 650px;
	padding: 80px 0px 60px 0px;
	background: #ede8df;
}
#videoPosMarker {
	position: relative;
	top: -14px;
}
.p2-text {
	clear: both;
	max-width: 640px;
	margin: 0px auto 20px auto;
	padding: 0px 20px 0px 20px;
}
.p2-video {
	clear: both;
	max-width: 640px;
	width: 100%;
	margin: 0px auto 20px auto;
}
.p2-thumbs {
	max-width: 666px;
	margin: 0px auto 20px auto;
	overflow: hidden;
}
.thumbContainer {
	max-width: 480px;
	margin: 0px auto 20px auto;
	line-height: 30px; /*line-height determines vertical text placement*/
	width: 90%;
}
.thumbContainer img {
	max-width: 100%;
}
.thumb {
	position: relative;
}
.thumbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	/**** hover image fade out ****/
	opacity: 0;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
.thumb:hover .thumbOverlay {
	display: block;
	/**** hover image fade in ****/
	opacity: 1;
	transition: opacity 0s ease-in-out;
	-moz-transition: opacity 0s ease-in-out;
	-webkit-transition: opacity 0s ease-in-out;
}
/**** END PAGE 2 ****/
/**** PAGE 3 ****/
#page3_1 {
	padding: 80px 0px 20px 0px;
	background: #ede8df;
}
.p3-text {
	clear: both;
	max-width: 480px;
	margin: 0px auto 40px auto;
	padding: 0px 20px 0px 20px;
	text-align: center;
}
#page3_2 {
	max-width: 960px;
	padding: 30px 0px 80px 0px;
	background: #fffbed;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
#graphicMobile {
	max-width: 460px;
	margin: 0px auto 0px auto;
}
#graphicDesktop {
	display: none;
}
/**** END PAGE 3 ****/
/**** PAGE 4 ****/
#page4 {
	min-height: 650px;
	padding: 80px 0px 60px 0px;
	background: #ede8df;
}
.p4-text {
	max-width: 480px;
	margin: 0px auto 40px auto;
	padding: 0px 20px 0px 20px;
	text-align: center;
}
.p4-table {
	max-width: 640px;
	margin: 0px auto 20px auto;
	padding: 0px 20px 0px 20px;
}
#contactText {
	margin: 10px auto 40px auto;
	max-width: 150px;
	text-align: center;
}
#contactForm {
	margin: 0px auto 0px auto;
	max-width: 300px;
	text-align: center;
}
#formTitles {
	padding: 0px 0px 0px 0px;
	text-align: left;
}
/**** END PAGE 4 ****/
/**** FOOTER ****/
#footerText {
	height: 50px;
	background: #fffbed;
}
#footerBlueBar {
	height: 6px;
	background: #6aceeb;
}

/**** END FOOTER ****/





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

@media only screen and (min-width: 481px) {
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
/**** VIDEO PAGE ****/
.cont-640 {
	max-width: 640px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
/**** END VIDEO PAGE ****/
/**** HEADER ****/
#logo img {
	width: 102px;
	height: 40px;
}
#blueSolidMeanmenu {
	display: none;
}
#greyLineMeanmenu {
	display: none;
}
#headerbg {
	display: block;
	width: 100%;
	position: fixed;
	z-index: 98;
}
/*HEADER MENU*/
#cont-header {
	display: block;
	max-width: 640px;
	width: 96%;
}
#header {
	max-width: 640px;
	width: 96%;
	position: fixed;
	z-index: 99;
}
#headerLogo {
	top: 23px;
}
.buttonSpacer {
	width: 30px;
}
/**** END HEADER ****/
/**** PAGE 1 ****/
#page1 {
	padding: 110px 0px 140px 0px;
}
.spacer {
	height: 30px;
}
#introPosMarker {
	top: -120px;
}
.p1-thumb {
	clear: both;
	max-width: 640px;
	width: 96%;
	margin: 0px auto 20px auto;
}
/**** END PAGE 1 ****/
/**** PAGE 2 ****/
#page2 {
	padding: 120px 0px 100px 0px;
}
#videoPosMarker {
	top: -46px;
}
.p2-video {
	clear: both;
	max-width: 640px;
	width: 96%;
	margin: 0px auto 20px auto;
}
.thumbContainer {
	max-width: 320px;
	margin: 0px 2% 20px 2%;
	float: left;
	width: 46%;
}
/**** END PAGE 2 ****/
/**** PAGE 3 ****/
#page3_1 {
	padding: 120px 0px 20px 0px;
}
#graphicMobile {
	display: none;
}
#graphicDesktop {
	display: block;
	max-width: 768px;
	margin: 0px auto 0px auto;
}
/**** END PAGE 3 ****/
/**** PAGE 4 ****/
#page4 {
	padding: 120px 0px 100px 0px;
}
#contactText {
	float: left;
	text-align: left;
}
#contactForm {
	width: 250px;
	float: right;
	text-align: left;
}
/**** END PAGE 4 ****/


}

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

@media only screen and (min-width: 769px) {
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
/**** HEADER ****/
#headerbg {
	width: 960px;
	position: fixed;
	z-index: 98;
}
/*HEADER MENU*/
#cont-header {
	width: 640px;
	margin: 0px auto 0px auto;
}
#header {
	width: 640px;
	position: fixed;
	z-index: 99;
}
/**** END HEADER ****/
/**** PAGE 4 ****/
#contactText {
	max-width: 200px;
	float: left;
	text-align: left;
}
#contactForm {
	width: 300px;
	float: right;
	text-align: left;
}
/**** END PAGE 4 ****/

}
