@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:	12;
	dw-gutter-percentage:	15;
	
	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: 600px and below. */

.resourcesBG {	
 
  height: 280px;
  background-image: linear-gradient(#661e17, #8e3726);
}

.resourcesIntro {
	margin-left: 16px;
	margin-right: 16px;
	height: auto;
	text-align: center;
	color: #FFFFFF;
	}

.secondaryBG {	
  height: auto;
  background-color: #eeeeee;
  height: auto; 
}

.contentSectionVideo {
	height: 620px;
	display: block;
	background-image: linear-gradient(#FFFFFF, #EEEEEE);
}

.videoImage {
	float: none;	
	width: 100%;

}

.videoDescription {	
	margin-top: 10px;
	height: 320;
	padding: 8px;
	width: auto;
}

.videoTitle {
	margin-left: 4px;
	margin-top: 10px;
	padding-top: 10px;
}

.video1 {
	clear: none;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 330px;
	display: block;	
}

.video2 {
	clear: none;
	float: left;
	margin-left: 0px;	
	width: 100%;
	height: 380px;
	display: block;	
}

.video3 {
	clear: none;
	float: left;
	margin-left: 0px;
	margin-right: 0px;

	width: 100%;
	height: 300px;
	display: block;
	
}

.moreVideo {
	margin-top: 180px;
	margin-left: 30px;
}


.contentSectionBrochure {
	height: 1000px;
	margin-left: 0px;
	margin-right: 0px;	
	padding-right: 8px;
	display: block;
	background-image: linear-gradient(#FFFFFF, #EEEEEE);
}

.brochureImage {
	float: left;
  	max-height:10px;
	width: 300px;
}

.brochureDescription {	
	margin-top: 200px;
	height: 600;
	padding: 8px;
	width: auto;
}

.brochureTitle {
	margin-left: 4px;
	margin-top: 10px;
	padding-top: 10px;
}

.brochure1 {
	clear: none;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 430px;
	display: block;
	
}

.brochure2 {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 100%;
	height: 530px;
	display: block;
	
}

.brochure3 {
	clear: none;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 470px;
	display: block;
	
}


.viewBrochure {
	text-align:right;
	padding-right: 12px;
	color: #cc0000;
}

.contentSectionOtherResources {
	height: 320px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 8px;
	display: block;
	background-image: linear-gradient(#FFFFFF, #EEEEEE);
}

.otherResourcesTitle {
	margin-left: 4px;
	margin-top: 10px;
	padding-top: 10px;
}


.otherResourcesCarddescription {	
	float: left;	
	padding: 8px;
	width: auto;
	font-size: small;
}


/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;

}

.left {
  width: 25%;
}

.right {
  width: 75%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Tablet Layout: 600px to 1200px. Inherits styles from: Mobile Layout. */

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

.gridContainer {
	padding-left: 0;
	padding-right: 0;
}

/* Columns for types of services */

.columns {
  float: left;
  width: 30%;
  
  margin-bottom: 14px;
}

/* Remove extra left and right margins, due to padding in columns */

.row {
	margin-left: 0px; 
	margin-right: 0px;
	}

/* Clear floats after the columns */
.row:after {
  content: "";
  clear: both;
}

.resourcesBG {	
  height: 200px;
  
}

.resourcesIntro {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 16px;
	}


.contentSectionVideo {
	height: 460px;
	margin-left: 0px;
	margin-right: 0px;	
	margin-top: -10px;

}

.videoImage {
	float: left;
  	max-height:10px;
	width: 100px;
}

.videoDescription {	
	margin-top: 160px;
}


.videoTitle {
	margin-left: 8px;
}

.video1 {
	height: 200px;
	margin-left: 0px;
	margin-right: 0px;
}

.video2 {
	height: 200px;
	margin-left: 35px;
	margin-right: 0px;
}

.video3 {
	height: 200px;
	margin-left: 50px;
	margin-right: 0px;
}


.contentSectionBrochure {
	height: 620px;
	margin-left: 0px;
	margin-right: 0px;	
	padding-right: 8px;
	display: block;
}

.brochureTitle {
	margin-left: 8px;
	margin-top: 10px;
	padding-top: 10px;
}

.brochureImage {
	float: left;
  	max-height:10px;
	width: 300px;
}

.brochureDescription {	
	margin-top: 200px;
	margin-left: 0px;
	height: auto;
	padding: 8px;
	width: auto;
}

.brochure1 {
	height: 220px;
	margin-left: 0px;
	margin-right: 0px;
}

.brochure2 {
	height: 220px;
	margin-left: 35px;
	margin-right: 0px;
}

.brochure3 {
	height: 220px;
	margin-left: 50px;
	margin-right: 0px;
}



.contentSectionOtherResources {
	margin-left: 0px;
	margin-right: 0px;
	height: 200px;
	padding-right: 40px;
	display: block;
	background-image: linear-gradient(#FFFFFF, #EEEEEE);
}

.otherResourcesTitle {
	margin-left: 8px;
	margin-top: 10px;
	padding-top: 10px;
}

.otherResourcesColumns {
  float: left;
  padding: 12px;

}

.otherResourcesCarddescription {	
	padding-left: 10px;
	margin-top: -16px;
	width: 100%;

	font-size: medium;
}
}



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

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

.gridContainer {
	max-width: 1232px;
}


.resourcesBG {	
  height: 320px;
  
}

.resourcesIntro {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 24px;
	}

.resourcesCardimage {
	float: left;
	padding-left: 28px;
  	max-height:10px;
	width: 200px;
}

.resourcesCarddescription {	
	margin-top: 10px;
	margin-left: 240px;
	height: auto;
	padding: 8px;
	width: auto;
}

.contentSectionVideo {
	height: 460px;
	margin-left: 30px;
	margin-right: 30px;	
	margin-top: -10px;
	padding-right: 40px;
}

.videoTitle {
	margin-left: 30px;
}

.video1 {
	height: 220px;
	margin-left: 30px;
	margin-right: 10px;
}

.video2 {
	height: 220px;
	margin-left: 45px;
}

.video3 {
	height: 220px;
	margin-left: 60px;
	margin-right: 10px;
}


.contentSectionBrochure {
	height: 600px;
	margin-left: 30px;
	margin-right: 30px;	
	padding-right: 8px;
	display: block;
}

.brochureTitle {
	margin-left: 30px;
	margin-top: 10px;
	padding-top: 10px;
}

.brochureImage {
	float: left;
  	max-height:10px;
	width: 300px;
}

.brochureDescription {	
	margin-top: 200px;
	margin-left: 0px;
	height: auto;
	padding: 8px;
	width: auto;
}

.brochure1 {
	height: 220px;
	margin-left: 30px;
	margin-right: 10px;
}

.brochure2 {
	height: 220px;
	margin-left: 45px;
}

.brochure3 {
	height: 220px;
	margin-left: 60px;
	margin-right: 10px;
}



.contentSectionOtherResources {
	margin-left: 30px;
	margin-right: 40px;
	height: 200px;
	padding-right: 40px;
	display: block;
	background-image: linear-gradient(#FFFFFF, #EEEEEE);
}

.otherResourcesTitle {
	margin-left: 30px;
	margin-top: 10px;
	padding-top: 10px;
}

.otherResourcesColumns {
  float: left;
  padding: 12px;

}

.otherResourcesCarddescription {	
	padding-left: 30px;
	margin-top: -16px;
	width: 100%;

	font-size: medium;
}
}