@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%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	
	background-color:#000000; /* menu background INSIDE the content area*/

}
body{
	font-family: 'Quicksand', sans-serif;	
	color:#FFF;	
margin: 0;  /* background OUTSIDE the content area background-color:#000000;*/
}


hr { width:600px; height:2px; background: #47afe3; border: 0;
	margin-top: 10px;
	margin-bottom: 20px
	}

b, strong { font-weight: bold; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

video {background-color:#000000;}


#div1 {
}
/*MOBILE PHONE SETTINGS*/


p {
font-family: 'Quicksand', sans-serif;
max-width: 900px;
padding:0px;
margin: 0px;

}



.pop{
	/* default div */
	
}

.pop-content{ /* default div container */
	background-color:#000000;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
}

.pop-imagebox{ /* default div container */
	max-width: 850px;
	

	border: 0 /* 2px solid #47afe3;*/
}

.pop-menubox{ /* default div container */
	max-width: 850px;
	background-color:#000000;
	background: url(image/background-1-MOE.jpg);
	border: 0 /* 2px solid #47afe3;*/
}


.pop-wellsbox{ /* default div container */
	width: 150px;
	background: #000000;
	border: 0 /* 2px solid #47afe3;*/
}



p.pop-head{
	font-family: 'Times', serif;
	font-weight: bold;
	color:#1e6f43;	
	font-size: 1.8em; 
	line-height: 1em;
	text-indent: 0px;
	text-transform: none;
	padding-bottom: 0.2em;
}

p.pop-copy{
	max-width: 760px;
	font-family: 'Quicksand', sans-serif;	
	color:#000;	
	font-size: 1.0em; 
	line-height: 1.5em;
	text-indent: 0px;
	padding-bottom: 1.0em;
}

p.credit-copy{
	max-width: 760px;
	font-family: 'Quicksand', sans-serif;	
	color:#FFF;	
	font-size: 1.0em; 
	line-height: 1.5em;
	text-indent: 0px;
	padding-bottom: 1.0em;
	text-align:center;
}

p.thankyou-copy{
	max-width: 760px;
	font-family: 'Quicksand', sans-serif;	
	color:#FFF;	
	font-size: 1.0em; 
	line-height: 1.5em;
	text-indent: 0px;
	padding-bottom: 1.0em;
	text-align:center;
}


p.pop-callout{
	max-width: 600px;
	font-family: 'Quicksand', sans-serif;
	font-style: normal;
	color:#fff;	
	font-size: 1.4em; 
	line-height: 1.6em;
	text-indent: 0px;
	text-align:center;
}

p.pop-calloutCredit{
	max-width: 900px; 
	font-family: 'Quicksand', sans-serif;
	font-style: normal;
	text-align: right;
	color:#fff;	
	font-size: 1.0em; 
	line-height: 1.4em;
	text-indent: 0px;
	text-align:right;
}

p.pop-captionBold{
	max-width: 900px;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-style: normal;
	color:#fff;	
	font-size:1.0em;
	line-height:1.5em;
	text-indent: 0px;
	text-transform: lowercase;	
}

p.pop-caption{
	max-width: 900px;
	font-family: 'Quicksand', sans-serif;
	font-style: normal;
	color:#fff;	
	font-size: 0.8em; 
	line-height: 1.5em;
	text-indent: 0px;
	text-transform: lowercase;	
}


a:link {	
	text-decoration:none;
	list-style:none;
	color:#47afe3;
}
a:hover {
	color: #4fc4ff;
	}
a:visited, #nav ul li a:active {
	color: #47afe3;
}
	
.list a{
	font-family: 'Quicksand', sans-serif;
	text-decoration:none;
	list-style:none;
	font-size:1.2em;
	line-height:2em;
	color:#000;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. 

	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;

*/

@media only screen and (min-width: 481px) {
h2{
	font-size:1.3em;
	line-height:1.6em;
}
h3{
	
	font-size:1.0em;
	line-height:1.3em;
}
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
h1 {
}
.list {
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px. Inherits styles from: Mobile Layout and Tablet Layout. 
width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
*/

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

.gridContainer {
	width: 100%;
	max-width: 1010px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
h1 {
}
.list {
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}