@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: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.div2{
	margin-top:120px;}
.div3{
	margin-top:120px;}
.div4{
	margin-top:120px;}
	
.banner {
	width:100%;
	float:left;
	border-bottom:0;
}
.address {
	float:right;
	height:150px;
	padding-top:20px;
	clear:none;
	text-align:center;
	width:60%;
	margin-left:20%;
	margin-right:20%;
	font-family: 'Permanent Marker', cursive;
color:#4c7db7;
font-size:1.8em;
background-image:url(images/square-yellow.png);
background-repeat:no-repeat;
background-position:center;


}
.logo {
	float:left;
	clear:none;
	width:100%;}
.logo h1{
		font-size:1.6em;
		margin-top:2px;}

		
.toprow {
	width:100%;
	background:url(images/top.png)
repeat-x;
padding-top:13px;
margin-top:10px;
}
.leftrow {
	width:96%;
	background:url(images/side.png) repeat-y;
	padding-left:4%;
}
.rightrow {
	width:97%;
	background:url(images/side.png) repeat-y;
	background-position:right;
	padding-right:3%;
}
.rowbottom {width:100%;
	background:url(images/top.png)
repeat-x;
min-height:20px;
background-position:top left;
margin-top:-2px;
}


.thinrowtop {
	width:100%;
	background:url(images/top-thin.png)
repeat-x;
padding-top:13px;
margin-top:10px;
}
.thinrowbottom {width:100%;
	background:url(images/top-thin.png)
repeat-x;
min-height:10px;
background-position:top left;
margin-top:-4px;
margin-bottom:12px;
}
.thinrowleft {width:97%;
	background:url(images/side-thin.png) repeat-y;margin-top:-4px;
	padding-left:3%;
}
.thinrowright {width:97%;
	background:url(images/side-thin.png) repeat-y;margin-top:-4px;
	background-position:right;
	padding-right:3%;
}


.quarter {
	float:left;
	clear:none;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}

.quarter h2 {
	font-size:1em}
.quarterin {
	float:left;
	clear:none;
	width:44%;
	margin-left:3%;
	margin-right:3%;
	margin-top:0;
	margin-bottom:0;
}
.pad {
	float:left;
	clear:none;
	width:96%;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:2%;
	padding-right:2%;
	background:url(images/white40.png);
}
.half {float:left;
	clear:none;
	width:96%;
	margin-left:3%;
	margin-right:3%;
	margin-top:0;
	margin-bottom:0;
}
.row {float:left;
clear:none;
width:100%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* 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;
}
.banner {
	width:100%;
	float:left;
	border-bottom:0;
}
.address {
	float:right;
	height:150px;
	padding-top:20px;
	margin-left:0;
	margin-right:0;
	clear:none;
	text-align:center;
	width:25%;
	font-family: 'Permanent Marker', cursive;
color:#4c7db7;
font-size:1.8em;
background-image:url(images/square-yellow.png);
background-repeat:no-repeat;
background-position:center;


}
.logo {
	float:left;
	clear:none;
	width:75%;}
.logo h1{
		font-size:1.3em;
		margin-top:35px;}

		
.toprow {
	width:100%;
	background:url(images/top.png)
repeat-x;
padding-top:13px;
margin-top:10px;
}
.leftrow {
	width:96%;
	background:url(images/side.png) repeat-y;
	padding-left:4%;
}
.rightrow {
	width:97%;
	background:url(images/side.png) repeat-y;
	background-position:right;
	padding-right:3%;
}
.rowbottom {width:100%;
	background:url(images/top.png)
repeat-x;
min-height:20px;
background-position:top left;
margin-top:-2px;
}


.thinrowtop {
	width:100%;
	background:url(images/top-thin.png)
repeat-x;
padding-top:13px;
margin-top:10px;
}
.thinrowbottom {width:100%;
	background:url(images/top-thin.png)
repeat-x;
min-height:10px;
background-position:top left;
margin-top:-4px;
margin-bottom:12px;
}
.thinrowleft {width:97%;
	background:url(images/side-thin.png) repeat-y;margin-top:-4px;
	padding-left:3%;
}
.thinrowright {width:97%;
	background:url(images/side-thin.png) repeat-y;margin-top:-4px;
	background-position:right;
	padding-right:3%;
}


.quarter {
	float:left;
	clear:none;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}
.quarter h2 {
	font-size:normal;}
.quarterin {
	float:left;
	clear:none;
	width:44%;
	margin-left:3%;
	margin-right:3%;
	margin-top:0;
	margin-bottom:0;
}
.pad {
	float:left;
	clear:none;
	width:96%;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:2%;
	padding-right:2%;
	background:url(images/white40.png);
}
.half {float:left;
	clear:none;
	width:96%;
	margin-left:3%;
	margin-right:3%;
	margin-top:0;
	margin-bottom:0;
}
.row {
}
.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. */

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

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.banner {
	width:100%;
	float:left;
	border-bottom:none;
}
.address {
	float:right;
	height:150px;
	padding-top:20px;
	clear:none;
	text-align:center;
	width:21%;
	font-family: 'Permanent Marker', cursive;
color:#4c7db7;
font-size:1.8em;
background-image:url(images/square-yellow.png);
background-repeat:no-repeat;
background-position:center;


}
.logo {
	float:left;
	clear:none;
	width:79%;}
.logo h1{
		font-size:2.6em;
		margin-top:15px;}
		
.toprow {
	width:100%;
	background:url(images/top.png)
repeat-x;
padding-top:13px;
margin-top:10px;
}
.leftrow {
	width:97%;
	background:url(images/side.png) repeat-y;
	padding-left:3%;
}
.rightrow {
	width:97%;
	background:url(images/side.png) repeat-y;
	background-position:right;
	padding-right:3%;
}
.rowbottom {width:100%;
	background:url(images/top.png)
repeat-x;
min-height:20px;
background-position:top left;
margin-top:-2px;
}


.thinrowtop {
	width:100%;
	background:url(images/top-thin.png)
repeat-x;
padding-top:13px;
margin-top:10px;
}
.thinrowbottom {width:100%;
	background:url(images/top-thin.png)
repeat-x;
min-height:10px;
background-position:top left;
margin-top:-4px;
margin-bottom:12px;
}
.thinrowleft {width:97%;
	background:url(images/side-thin.png) repeat-y;margin-top:-4px;
	padding-left:3%;
}
.thinrowright {width:97%;
	background:url(images/side-thin.png) repeat-y;margin-top:-4px;
	background-position:right;
	padding-right:3%;
}


.quarter {
	float:left;
	clear:none;
	width:21%;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}
.quarter h2 {
	font-size:normal;}
.quarterin {
	float:left;
	clear:none;
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}
.pad {
	float:left;
	clear:none;
	width:96%;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:2%;
	padding-right:2%;
	background:url(images/white40.png);
}
.half {float:left;
	clear:none;
	width:50%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
}
.row {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}