@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. */

h4 {color: #cc0000;}

.aboutPanelBG {	
  height: 230px;
  background-image: linear-gradient(#413d0e, #676117); 
}

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

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

.aboutCardimage {
	padding: 8px;
	width: 200px;
}

.aboutCarddescription {	
	padding: 8px;
}

.commitment {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}

.message {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 14px;
	height: 760px;
	padding: 8px;
	padding-top: 30px;	
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}

.teamCardimage {
	float: left;
	padding: 2px;
 	max-width:98%;
  	max-height:auto;
	width: auto;
}

.teamCarddescription {
	margin-top: 0px;
	float: left;
	height: auto;
	width: 100%;
}

.SaskTeam {
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 4px;
	padding-bottom: 20px;
	width: 98%;
	height: autp;
	display: block;
}

.ManTeam {
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 4px;
	padding-bottom: 20px;
	width: 98%;
	height: auto;
	display: block;	
}

.headOffice {
	margin-left: 0px;
	margin-right: 0px;
	padding: 4px;
	padding-top: 30px;	
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}

.headOfficeIntro {	
	margin-top: 0px;
	margin-left: 0px;
	height: auto;
	padding: 4px;
	width: auto;
}

.remarkable {	
	margin-top: 30px;
	margin-left: 0px;
	padding: 4px;
	height: auto;
	width: auto;
	background-color: #eeeeee;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}

.staffQuote {
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 4%;
	font-size: large;	
}


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


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

@media only screen and (min-width: 600px) {
.gridContainer {
	padding-left: 0;
	padding-right: 0;
}

.aboutPanelBG {	
  height: 200px;
}

.aboutPanelintro {
	margin-left: 50px;
	margin-right: 50px;
	height: auto;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	}

.aboutCardimage {
	float: left;
	padding-left: 10px;
 	padding-top: 10px;
	max-width:40%;
  	max-height:10px;
	width: 200px;
}

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

.commitment {
	margin-left: 30px;
	margin-right: 40px;
	margin-top: -90px;
	height: 240px;
	padding-right: 40px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}

.message {	
	margin-left: 30px;
	margin-right: 40px;
	height: 420px;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 30px;	
}

.teamColumns {
  float: left;
  width: 48%;
  height: auto;
  padding-top: 12px;
}

.teamCardimage {
	float: left;
	padding: 2px;
 	max-width:98%;
  	max-height:auto;
	width: auto;
}

.teamCarddescription {
	margin-top: 0px;
	float: left;
	height: auto;
	width: 100%;
}

.SaskTeam {
	margin-left: 4px;
	width: 96%;
	height: autp;
	display: block;
}

.ManTeam {
	margin-left: 4px;
	width: 96%;
	height: auto;
	display: block;
	
}

.headOffice {
	margin-left: 30px;
	margin-right: 40px;
	padding-top: 10px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
	
}

.headOfficeIntro {	
	margin-top: 30px;
	margin-left: 40px;
	height: auto;
	padding: 0px;
	width: auto;
}

.remarkable {	
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 30px;
}

.staffQuote {
	padding-left: 2%;
	padding-right: 5%;
	padding-bottom: 4%;
	font-size: large;	
}
}


/* 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;
}

.aboutPanelBG {	
  height: 300px;
}

.aboutPanelintro {
	font-size: 24px;
	}

.aboutCardimage {
	padding-left: 28px;
 	
}

.aboutCarddescription {	
	margin-left: 240px;
}


.message {	
	margin-left: 30px;
	margin-right: 40px;
	height: 360px;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 30px;	
}

.SaskTeam {
	margin-left: 100px;
	width: 96%;
	height: autp;
	display: block;
}

.ManTeam {
	margin-left: 100px;
	width: 96%;
	height: auto;
	display: block;
	
}

.remarkable {	
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
}

.staffQuote {
	padding-left: 5%;
	padding-right: 5%;
	font-size: large;	
}

}