@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. */




@media only screen and (min-width: 480px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: 0%;
}
.full-image-stretch {
	zoom: 2;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.full-image {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.section-left {
	clear: none;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 70px;
	margin-bottom: 70px;
	width: 42%;
	display: block;
}
.section-right {
	clear: right;
	float: left;
	margin-right: 5%;
	margin-top: 70px;
	margin-bottom: 70px;
	width: 42%;
	display: block;
}
#map {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 50px;	
}
#about {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	margin-top: 50px;
}
#gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#images {
	clear: both;
	float: left;
	margin-left: 0px;
	mardin-right: 0px;
	width: 100%;
	display: block;
}
#table {
    border: 10px solid #FFFFFF;
}

td {
    border: 0px solid #FFFFFF;
}