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

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;

	clear: none;
	float: none;
}
body{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;

	}

#header {text-align: center;
	background-color: #F2F2F2;
	height: 399px;
	background-image: url(images/girl1110x399half.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

#header img {
	padding-top: 120px;
}
#mainCopy {
	text-align: center;
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
}
#logo1 {
	float: left;
}
#logo1 img {
	margin-left: 10px;
	margin-right: 10px;
}
#footer {background-color: #EF4136;
	height: 20px;
	margin-top: 40px;
	position:fixed;
	bottom:0px;
width:100%;}

h2 {
	color: #EF4136;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
p {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	padding: 0px;
}

a {color: #EF4136; text-decoration:none;}

@media only screen and (max-width: 1100px) {
	#header {
	text-align: center;
	background-color: #F2F2F2;
	height: 200px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
}
	#header img {
	padding-top: 50px;
	text-align: center;
}
	}
