@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:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	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/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	width: 90%;
	max-width: 480px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}

p {
	padding: 3%; 
	 /*line-height: 2.3;*/
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #222;
}

#LayoutDiv1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1% 0% 0% 0%;
}

#LayoutDiv2 {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding: 2% 2% 0% 2%;
	background-color: #eaece9;
}

#LayoutDiv2 p {
    padding: 3px;
}

.header-text {
	font-family: "hero_reg";
	font-size: 29px;
	line-height: 1.5px;
	font-weight: lighter;
	line-height: 80%;
}

.italic {
	font-style: italic;
	font-size: 14px;
}
.header-text-2nd {
	font-family: "hero_reg";
	font-size: 20px;
	line-height: 80%;
	font-weight: lighter;
	padding-top:1%;
}

.subheader {
	font-family: "hero_light";
	font-size: 14px;
	font-weight: lighter;
}

#LayoutDiv3 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #eaece9;
}

#LayoutDiv3 .video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1% 0% 0% 0%;
	width: 260px;
}

.video640 {width: 260px; height: 147px}
.video560 {width: 230px; height: 170px}
.video480 {width: 240px; height: 193px}

#content {
	float: left;
	background-color: #eaece9;
	padding: 0% 3% 0% 3%;
	width: 94%;
}

#LayoutDiv4 {
	clear: both;
	/* float: left; */
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #eaece9;
	line-height: 2.3;
}

#LayoutDiv44 {
	clear: none;
	/* float: left; */
	margin-left: 2.0408%;
	width: 100%;
	display: block;
	background-color: #eaece9;
}

#LayoutDiv445 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #eaece9;
	text-align: center;
}

#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38.7755%;
	display: block;
	color: white;
}

#LayoutDiv5 img {

	padding: 5% 0% 5% 0%;
}


#LayoutDiv6 {
	clear: none;
	/* float: left; */
	margin-left: 2.0408%;
	width: 59.1836%;
	display: block;
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	padding: 5.5% 0% 1% 0%;
}

.website {
	/* text-align: right; */
	font-size: 25px;
	line-height: 1.5px;
	font-weight: lighter;
	line-height: 80%;
	color: #fff;
}

.subheading {
	font-family: "hero_reg";
	font-weight: bold;
	color: #900;
	font-size: 20px;
	line-height: 1.5;
	/* [disabled]text-decoration: underline overline; */
}	


#LayoutDiv3 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0% 0% 0% 0%;
}


}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90%;
	max-width: 768px;
	padding-left: 1.25%;
	padding-right: 1.25%;
}

p {
	padding: 1%; 
	 /*line-height: 2.3;*/
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #222;
}

#LayoutDiv1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1% 0% 0% 0%;
}

#LayoutDiv2 {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding: 2% 2% 0% 2%;
	background-color: #eaece9;
}

#LayoutDiv2 p {
    padding: 3px;
}

.header-text {
	font-family: "hero_reg";
	font-size: 40px;
	line-height: 1.5px;
	font-weight: lighter;
	line-height: 80%;
}

.italic {
	font-style: italic;
	font-size: 20px;
}
.header-text-2nd {
	font-family: "hero_reg";
	font-size: 27px;
	line-height: 80%;
	font-weight: lighter;
}

.subheader {
	font-family: "hero_light";
	font-size: 16px;
	font-weight: lighter;
}

#LayoutDiv3 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #eaece9;
}

#LayoutDiv3 .video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1% 0% 0% 0%;
	width: 440px;
}

#content {
	float: left;
	background-color: #eaece9;
	padding: 0% 3% 0% 3%;
	width: 94%;
}

#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38.7755%;
	display: block;
	background-color: #eaece9;
	line-height: 2.3;
}

#LayoutDiv44 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 58.9795%;
	display: block;
	background-color: #eaece9;
}

#LayoutDiv445 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #eaece9;
	text-align: center;
}

#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38.7755%;
	display: block;
	color: white;
}

#LayoutDiv5 img {

	padding: 5% 0% 5% 0%;
}


#LayoutDiv6 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 59.1836%;
	display: block;
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	padding: 5.5% 0% 1% 0%;
}

.website {
	text-align: right;
	font-size: 35px;
	line-height: 1.5px;
	font-weight: lighter;
	line-height: 80%;
	color: #fff;
}

.subheading {
	font-family: "hero_reg";
	font-weight: bold;
	color: #900;
	font-size: 20px;
	line-height: 1.5;
	/* [disabled]text-decoration: underline overline; */
}	

.video640 {
	width: 440px;
	height: 260px
}
.video560 {width: 560px; height: 340px}
.video480 {width: 480px; height: 385px}
}

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

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 90%;
	max-width: 1232px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}

p {
	padding: 1%; 
	 /*line-height: 2.3;*/
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #222;
}

#LayoutDiv1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1% 0% 0% 0%;
}

#LayoutDiv2 {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding: 2% 2% 0% 2%;
	background-color: #eaece9;
}

#LayoutDiv2 p {
    padding: 3px;
}

.header-text {
	font-family: "hero_reg";
	font-size: 55px;
	line-height: 1.5px;
	font-weight: lighter;
	line-height: 80%;
}

.italic {
	font-style: italic;
	font-size: 26px;
}
.header-text-2nd {
	font-family: "hero_reg";
	font-size: 37px;
	line-height: 80%;
	font-weight: lighter;
}

.subheader {
	font-family: "hero_light";
	font-size: 14px;
	font-weight: lighter;
}

#LayoutDiv3 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #eaece9;
}

#LayoutDiv3 .video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1% 0% 0% 0%;
	width: 640px;
}

#content {
	float: left;
	background-color: #eaece9;
	padding: 0% 3% 0% 3%;
	width: 94%;
}

#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38.7755%;
	display: block;
	background-color: #eaece9;
	line-height: 2.3;
}

#LayoutDiv44 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 58.9795%;
	display: block;
	background-color: #eaece9;
}

#LayoutDiv445 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #eaece9;
	text-align: center;
}

#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38.7755%;
	display: block;
	color: white;
}

#LayoutDiv5 img {

	padding: 5% 0% 5% 0%;
}


#LayoutDiv6 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 59.1836%;
	display: block;
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	padding: 5.5% 0% 1% 0%;
}

.website {
	text-align: right;
	font-size: 35px;
	line-height: 1.5px;
	font-weight: lighter;
	line-height: 80%;
	color: #fff;
}

.subheading {
	font-family: "hero_reg";
	font-weight: bold;
	color: #900;
	font-size: 20px;
	line-height: 1.5;
	/* [disabled]text-decoration: underline overline; */
}	

.video640 {width: 640px; height: 360px}
.video560 {width: 560px; height: 340px}
.video480 {width: 480px; height: 385px}
}
