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

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#emailLink {
	clear: both;
	float: right!important;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
#emailLink a{
	color: #666666;
	text-decoration: none;
}

#emailLink a:hover, a:active  {
	color: #99CC33;	
}

#p, a{
	color: #666666;
	text-decoration: none;
}

#p, a:hover, a:active  {
	color: #99CC33;	
}

#menuHolder {
	clear: both;
	float: left;
	height:25px;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#galleryHolder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#textOuterHolder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -30px;
}
#columnOne {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
}
#columnTwo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	margin-top: 10px;
}
#textInnerHolder {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	padding: 0px;
}
#footerHolder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top:8px;
}


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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(255,255,255,1);
}
#emailLink {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

#emailLink a{
	color: #666666;	
	text-decoration: none;
}

#emailLink a:hover, a:active  {
	color: #99CC33;	
}
#p, a{
	color: #666666;
	text-decoration: none;
}

#p, a:hover, a:active  {
	color: #99CC33;	
}

#menuHolder {
	clear: both;
	float: left;
	height:25px;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
#galleryHolder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#textOuterHolder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -30px;
}
#columnOne {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 49%;
	display: block;
}
#columnOneNarrow {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 25%;
	display: block;
}
#columnTwo {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 49%;
	display: block;
	margin-top: 0px;
}
#columnTwoWide {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 70%;
	display: block;
	margin-top: 0px;
}
#mapHolder {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
#textInnerHolder {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	padding: 0px;
}
#footerHolder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
	padding-bottom: 30px;
}

}

/* 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.826%;
	max-width: 960px;
	padding-left: 0.5869%;
	padding-right: 0.5869%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#emailLink {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom:5px;
}
#emailLink a{
	color: #666666;	
	text-decoration: none;
}

#emailLink a:hover, a:active  {
	color: #99CC33;	
}
#p, a{
	color: #666666;
	text-decoration: none;
}

#p, a:hover, a:active  {
	color: #99CC33;	
}

#menuHolder {
	clear: both;
	float: left;
	height:25px;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}
#galleryHolder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#textOuterHolder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -30px;
}
#columnOne {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 48%;
	display: block;
	margin-right: 2%;
}
#columnTwo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 48%;
	display: block;
}
#textInnerHolder {
	clear: both;
	width: 100%;
	display: block;
	margin-right: auto;
	padding: 0px;
}
#footerHolder {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

}
