@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,800);
body { background: #fff url(images/pagebg3.jpg) no-repeat center top; 
	margin: 0; padding: 0; 
	background-size: cover;
	background-attachment: fixed;
	font: 100%/1.5em 'Open Sans', Arial, Helvetica, sans-serif; }
#wrapper { text-align: left; padding: 0; margin: 0 auto; background: rgba(255,255,255,.9);
	border: 25px solid #fff;
	border: 25px solid rgba(255,255,255,.5); border-width: 0 25px;
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	width: 725px; 
	color: #222; }
#wrapper.wide { width: 80%; max-width: 1050px; }
#page { margin: 0; padding: 15px 25px; }
img { border: 0; }
a { color: #36c; }
a:visited { color: #036; }
a:hover { color: darkgreen; }
a.phone { color: #222; text-decoration: none; }
#slideshow { padding: 0; margin :0; }
#footer { height: 346px; background: #fff url(images/calmlake09.jpg) 50% 50% no-repeat; }
h1 { margin: 0; font-size: 1.7em; line-height: 1.2em; font-weight: 800; }
h2 { color: #36c; font-size: 1.5em; line-height: 1.2em; font-weight: 700;
	margin-top: .2em; margin-bottom: .75em; }
h3 { font-size: 1.3em; line-height: 1.3em; font-weight: 700; color: darkgreen; margin: .2em 0; }
h4 { font-size: 1em; line-height: 1.3em; color: #000; margin: 1em 0 .5em 0; }
p, ul, ol { margin-top: 0; margin-bottom: 1em; }
.sep li { margin-bottom: .75em; }
.script { font-size: 1.3em; line-height: 1.3em; font-style: italic; font-weight: bold; 
	margin-bottom: .25em; }
em { font-weight: bold; color: #396; font-style: italic; }
.cen { text-align: center; }
.sm, .small { font-size: .85em; line-height: 1.3em; }
.nbm { margin-bottom: 0; }
.spons { text-align: center; margin-bottom: 1.5em; clear: right; }
.spons img { padding: 0 20px; vertical-align: middle; }
.top { text-align: right; font-size: .85em; text-transform: uppercase; }
.flr { float: right; margin: 0 0 10px 15px; }
.fll { float: left; margin: 0 15px 10px 0; }
.outline { border: 1px solid #000; }
.faded { color: #999; }
pre { font-size: 13px; }
div.row { 
	clear: both; 
	padding-top: 0.3em; 
	}
div.row span.qu { 
	float: left;
	width: 39%; 
	padding-top: .3em; 
	padding-right: .25em;
	text-align: right; 
	}
div.row span.fld { 
	float: right;
	width: 60%;
	text-align: left; 
	}
span.fld ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}
span.fld ul li {
	font-size: small;
	padding-left: 0;
	}
span.req {
	color: red;
	font-weight: bold;
	}
div.spacer { 
	clear: both; 
	}
	
.button { display: inline-block; vertical-align: 10%; margin-left: .3em;
	font-size: 16px; line-height: 1.2; font-weight: 700; text-transform: uppercase; }
.button a { 
	display: block;
	padding: 3px 8px;
	text-decoration: none;
	background: lightgreen;
	color: #000;
	border-radius: 8px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
}	
.button a:hover { 
	background: #d00;
	color: #fff;
}		

/* Photo gallery thumbnails: */

.imagerow {
	margin: 1em 0;
	line-height: 1em;
	}

.imagerow a { 
	display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	padding: 4px;
	margin: 0 12px 16px 0;
	background-color: #6699EE;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    *display: inline;
	}
.imagerow a:hover {
	background-color: #AECDFA;
	}
.imagerow a img {
	border: 1px solid rgba(255, 255, 255, 0.3);
	width: 138px;
	padding: 0;
	margin: 0;
	}
	
@media ( max-width: 750px ) {

	body { background: #fff; font-size: 90%; }
	#wrapper { margin: 0; border-width: 0; width: 100%; }
	#wrapper.wide { width: 100%;  }
	#page { padding: 10px 15px; }
	h1 { font-size: 1.7em; }
	h2 { font-size: 1.3em; }
	h3 { font-size: 1.2em; }
	.top { font-size: 1.1em; }
	img { max-width: 100%; height: auto; }
	.fll, .flr { max-width: 50%; }
	.button { display: block; margin: 1em 0; text-align: center; }
	.button a { 
		display: inline-block;
		padding: 12px 18px;
		font-size: 20px;
		border-radius: 24px;
	}	
	
}	

@media ( max-width: 360px ) {
	body { font-size: 100%; line-height: 1.4; }
	.fll, .flr { display: block; float: none; margin: 1em auto; max-width: 100%; }
	ol, ul { margin-left: 0; padding-left: 15px; }
	li { margin-left: 0; }
	a.phone { color: #36c; text-decoration: underline; }
		
}

@media print {
	body { font-size: 12pt; line-height: 1.3; }
	#wrapper { margin: 0; border-width: 0;
		width: auto; }
	#wrapper.wide { width: auto; max-width: auto; }
	#masthead { display: none; }
	#footer { display: none; }
}