@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. */
body {font-size: 16px;}

header h3 {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	}
header h2 {
	visibility: hidden;
	height: 0px;
	}
header h1 {
	margin: 12px auto 12px auto;
	}	
#subtitles h2 {
	visibility: visible;
	}
#subtitles h3 {
	visibility: visible;
	}		
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 1%;
	padding-right: 1%;
}

header {
	height: 190px;
	}

.logo {
    width:27%;	
}
.titles {
	width: 68%;
}	
.block {
	padding: 5px 0px 5px 0px;
	height: 230px;	
	min-width:260px;
	}

.block img{
	width: 260px;
	height: 226px;
	}
.social {
	width: 266px;
	height: 280px;
	margin: 0px auto;
	display: block;
	}
@media only screen and (min-width: 325px) {

body {font-size: 16px;}

header h3 {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	}
header h2 {
	visibility: hidden;
	height: 0px;
	}
header h1 {
	margin: 12px auto 12px auto;
	}	
#subtitles h2 {
	visibility: visible;
	}
#subtitles h3 {
	visibility: visible;
	}		
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 1%;
	padding-right: 1%;
}

header {
	height: 190px;
	}

.logo {
    width:27%;	
}
.titles {
	width: 68%;
}	
.block {
	padding: 5px 0px 5px 0px;
	height: 265px;	
	min-width:300px;
	}

.block img{
	width: 300px;
	height: 261px;
	}
.social {
	width: 266px;
	height: 280px;
	margin: 0px auto;
	display: block;
	}
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
body {font-size: 20px;}	
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
.logo {
	width: 22%;
}
.titles {
	width: 75%;
}
header {
	height: 400px;
	}
header h3 {
	visibility: visible;
	height: auto;
	margin: 0px 0px 12px 0px;
	}	
header h2 {
	visibility: visible;
	height: auto;
	}
#subtitles h2 {
	visibility: hidden;
	height: 0px;
	}
#subtitles h3 {
	visibility: hidden;
	height: 0px;
	}
#subtitles {
	height: 0px;
    margin-bottom: -30px;
	}	
	
.block {
	min-width: 380px;
	height: 270px;
	padding: 12px 0px 12px 0px;
}	
}

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

@media only screen and (min-width: 789px) {
.social {
	width: 542px;
	height: 130px;
	margin: 10px auto;
	display: block;
	}

}
@media only screen and (min-width: 1052px) {	
	
.gridContainer {
	width: 98%;
	max-width: 1200px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
.logo {
	width: 22%;
}
.titles {
	width: 75%;
}
header {
	height: 560px;
	}
header h3 {
	visibility: visible;
	height: auto;
	margin: 0px 0px 12px 0px;
	}		
header h2 {
	visibility: visible;
	}
#subtitles h2 {
	visibility: hidden;
	height: 0px;
	}
#subtitles h3 {
	visibility: hidden;
	height: 0px;
    margin-bottom: -45px;
	}
#subtitles {
	height: 0px;
    margin-bottom: -30px;
	}
body {
	font-size: 30px;
}	
.block img{
	width: auto;
	height: auto;
	}
.block {
	height: 330px;
	padding: 12px 0px 12px 0px;
}
.social {
	width: 542px;
	height: 130px;
	margin: 10px auto;
	display: block;
	}

}
}
