@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. */

/* Keep small header images from scaling up past their actual resolution */
@media (max-width: 480px) {
	#header-image-container {
		text-align: center;
	}
	#header-image-container img:not(:first-child) {
		max-width: 219px;
	}
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86%;
	padding: 2% 0.2em;
}
#header-container1 {
	float: left;
	width: 100%;
	background-color: #ccd6e0;
}
#header-col-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header-title {
	background-color: #CCD6E0;
	padding: 10px;
}
#header-subheading {
	padding: 0 10px;
}
#header-col-2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
.header-img {
	float: left;
}
#content-container {
	width: 100%;
	clear: both;
	float: left;
	display: block;
	border-top: 2px solid #99ff66;
	border-bottom: 2px solid #99ff66;
}
#content-col-left img, #content-col-center img, #content-col-right img {
	margin: 0.2em 0;
}
#content-col-left {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#content-col-center {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#content-col-right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#footer {
	width: 96%;
	text-align: center;
	padding: 1em 0;
	clear: both;
	float: left;
	display: block;
}
#menu-top {
	clear: both;
	float: left;
	margin: 2em 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 850px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding: 1.1625% 0;
}
#header-col-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header-image-container img:first-child:not(:only-child) {
    width: 68%
}
#header-image-container img:not(:first-child) {
    width: 32%;
    margin: 0 auto;
}
#header-image-caption {
	max-height: 310px;
}
#content-container {
	clear: both;
	float: left;
	display: block;
	border: 2px solid #99ff66;
	padding: 1%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content-col-left {
	clear: both;
	float: left;
	display: block;
	width: 100%;
}
#content-col-center {
	clear: both;
	float: left;
	width: 49.5%;
	display: block;
}
#content-col-right {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 49.5%;
	display: block;
}
#menu-top {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 850px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 850px) {
.gridContainer {
	width: 88.2%;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
/*--- Testing ---*/
#header-container3 {
	float: left;
	width: 100%;
	background-color: #ccd6e0;
	overflow: hidden;
	position: relative;
}
#header-container2 {
	float: left;
	width: 100%;
	background-color: white;
	position: relative;
	right: 60%;
}
#header-container1 {
	float: left;
	width: 100%;
	background-color: #ccd6e0;
	position: relative;
	right: 2%;
}
#header-col-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38%;
	display: block;
	position: relative;
	left: 62%;
}
#header-title {
	border-bottom: 0.7em white solid;
}
#header-col-2 {
	clear: none;
	float: left;
	/*margin-left: 2.0408%;*/
	width: 60%;
	display: block;
	position: relative;
	left: 64%
}
/*--- End Testing ---*/
#content-container {
	clear: both;
	display: block;
}
#content-col-left {
	clear: both;
	float: left;
	width: 40%;
	display: block;
	padding-right: 0;
}
#content-col-center {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 28%;
	display: block;
}
#content-col-right {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 28%;
	display: block;
}
#menu-top {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	margin-top: 2em;
}
}


#header-image-container img {
	width: 100%;
}
#header-image-container img:first-of-type {
	float: left;
}
#header-col-2 div:first-of-type {
    overflow: auto;
    float: left;
}
#header-image-caption {
	float: left;
	text-align: center;
	overflow: auto;
}
#header-image-caption p {
	text-align: left;
	padding: 0 1em;
}
#header-image-caption img {
	max-width: 100%;
}

/* Put header image caption to right of image if width is more than 950px. */


@media only screen and (min-width: 1300px) {
	#header-image-caption {
		float: none;
	}
}