@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%;
}

/*
	Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	
*/


.fluid {
	/* clear the float so the element falls below */
	clear: both; 
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

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

/* cell phone Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/* default dimension width: 99.45% ; */
	width: 86.45% ;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
	
}

#div2 {
}

#div3 {
	width: 100%;
	font-size: large;
}
#div4 {
width: 100%;
clear: both;

background-color: #EADCAE;
margin-left: 0;
}
#div5 {font-size: large;
}
#div6 {
}

#div7 {
}

#div9 {
width: 100%;
padding-bottom:1%;
background-color: #EADCAE;
}

#div10 {
width: 100%;
padding-bottom:1%;
background-color: #EADCAE;
}

#div11 {
width: 100%;
padding-bottom:1%;
background-color: #EADCAE;
}

#div12 {
width: 100%;
padding-bottom:4%;
}

#div13 {
width: 100%;
}

#div14 {
}


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

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

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
		

}
#div2 {
}
#div3 {
width: 100%;
font-size: large;
}
#div4 {
width: 100%;
clear: both;
padding-left: 5px;
margin-left: 0;
font-size:large;
}
#div5 {
	padding-left: 3%
	font-size: large;
}
#div6 {
}

#div7 {
}

#div9 {
	
	margin-left: 0%;
	clear: none;
	padding-bottom:2%;
	width: 50%;
	background-color: #EADCAE;
}

#div10 {
	
	margin-left: 0%;
	clear: none;
	padding-bottom:2%;
	width: 50%;
	background-color: #EADCAE;
}

#div11 {
	
	margin-left: 0%;
	clear: both;
	padding-bottom:2%;
	width: 100;
	background-color: #EADCAE;
}


#div12 {
margin-left: 0%;
	clear: both;
	padding-bottom:2%;
	width: 48.7179%;
}

#div13 {
margin-left: 1.6949%;
	clear: none;
	padding-bottom:2%;
	width: 48.7179%;
}

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

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

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

.gridContainer {
	width: 88.5%;
	/* ~~ max-width: restrict maximum size to largest good-looking layout  ~~ */
	max-width: 1000px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
		
}
#div2 {
}
#div3 {
width: 57.6271%;
font-size: medium;
}
#div4 {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	float: right;
	max-width: 240px;
}
#div5 {
	font-size: medium;	
}
#div6 {
	
	
	
}

#div7 {
padding-left: 5%;
padding-right: 5%;
}

#div9 {
	margin-left: 0%;
	clear: both;
	padding-bottom:2%;
	width: 33.3%;
	background-color: #EADCAE;
	min-height:150px;
}

#div10 {
	margin-left: 0%;
	clear: none;
	padding-bottom:2%;
	width: 33.3%;
	background-color: #EADCAE;
	min-height:150px;
}

#div11 {
	margin-left: 0%;
	clear: none;
	padding-bottom:2%;
	width: 33.3%;
	background-color: #EADCAE;
	min-height:150px;
}

#div12 {

margin-left: 1.6949%;
	clear: none;
	padding-bottom:2%;
	width: 32.2033%;
}

#div13 {
	margin-left: 1.6949%;
	clear: none;
	padding-bottom:2%;
	width: 32.2033%;
}

#div14 {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #E9BA73;
}

#div15 {
	margin-left: 25%;
	text-align: center; 
	width: 60%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
