@charset "UTF-8";
/* CSS Document */


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link, a:visited {
  color: #C66B2D;
  font-weight: 500;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #C66B2D;
  text-decoration: none;
    opacity:.8;
}



body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
    font-family: 'Quicksand', sans-serif;
}
#container {
	margin: 0 auto;
	background-color: #FFFFFF;
	position: relative;
} 
#contacts a:link, #contacts a:link {
    font-weight:700;
}

.rangeright {
	text-align: right;	
}
.rangeleft {
	text-align: left;	
}
.center {
	text-align: center;	
}


#cell1 {
	background-image: url(../images/cell1.jpg);
}
#cell2 {
	background-image: url(../images/location.jpg);
}
#cell3 {
	background-image: url("../images/marinelake.jpg");
}
#cell4 {
	background-image: url(../images/cell4.jpg);
}
#cell5 {
	background-image: url(../images/cell5.jpg);
}
#cell6 {
	background-image: url(../images/cell5.jpg);
}


a.btn:link, a.btn:visited, .btn {
    font-family: 'Quicksand', sans-serif;
	padding:8px 24px;
	color: #EEEDDA;
	display: inline-block;
    text-decoration: none;
    background-color: #C66B2D;
	z-index:26;
    margin-top:.25em;
}
a.btn:hover, a.btn:active, a.btn:focus {
  color: #C66B2D;
  text-decoration: none;
 background-color: #F2EEE6;
}

.clearboth {
	clear:both;
	height:1px;
}
.bold {
	font-weight:500;
}
.icon {
	height:1em;
	margin-right: .5em;
	margin-bottom:-.1em;
}
.white {
	color:#fff;
}
.fullwidth {
    width:100%;
    margin:1em 0 1.5em 0;
}

.botpad1em {
	padding-bottom:1em;
}
#veil {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:110;
	background-color: #34478C;
	opacity: .5;
	display:none;
}
.popuppanel img{
	width:100%;
	position: relative;
	margin-top:0;
	margin-bottom:1em;
}
img.dismiss {
	width:24px;
	height:24px;
	margin-top:12px;
	right:12px;
	z-index:112;
	position:absolute;
}
a.close {
	text-align: center;
	display: block;
	font-weight: 300;
	padding: 1em;
	border-top: 1px solid #E2E2E2;
}
#contact a:link {
	font-weight:300;
	text-decoration: none;
}
.smallprint {
	font-size: 0.7em;
	color:#fff;
}
.inlineblock {
	display: inline-block;
}
footer a:link, footer a:visited {
  color: #D7D8DB;
  font-weight: 700;
  text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
  color: #fff;
  text-decoration: none;
}
.twittericon {
	margin-bottom:-.3em;
	margin-right:.5em;
	margin-left:.5em;
	height:1.25em;
}
.linkedinicon {
	margin-bottom:-.3em;
	margin-right:1em;
	margin-left:.5em;
	height:1.25em;
}

.hide {
	display:none;
}

ul {
  list-style-type: none;
}
.green {
	color:#157638;
}
.orange {
	color:#C66B2D;
}
.lime {
	color:#AAB03D;
}
.slate {
	color: #495968;
}
.slateback {
	background-color: #495968;
}

.orangeback {
	background-color: #C66B2D;
}
.palepeachback {
	background-color: #f6e9e0;
}
.greenback {
	background-color: #157638;
}
.palegreenback {
    background-color: #e5e9e0;
}
.paleyellowback {
    background-color: #EEEDDA;
}
.greyback {
	background-color: #4A5968;
}
.celltextground h2, .italic {
    font-style: italic
}
