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

.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: 96.7391%;
	padding-left: 1.6304%;
	padding-right: 1.6304%;
	clear: none;
	float: none;
}

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px;
}
#header {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	border-radius: 5px;
	border: 2px solid #BDBDBD;
}
#header h2 {
	font-size: 24px;
	font-family: cantata-one;
	text-align: center;
	font-style: normal;
	color: #296B70;
	font-weight: 400;
	margin-bottom: -6px;
	margin-top: 9px;
}
.h2 {
}
.gridContainer.clearfix #header img {
}
#subheader h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #296B70;
	font-size: 20px;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 6px;
	padding-right: 5px;
}
body {
	background-color: #296B70;
	margin-top: 10px;
	background-image: url(../images/teal-slash.jpg);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#subheader {
	background-color: #FFFFFF;
	margin-top: 3px;
	border-radius: 5px;
	border: 2px solid #BDBDBD;
}
#spacer {
	height: 3px;
	margin-top: 3px;
	background-color: #FFFFFF;
	border-radius: 5px;
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	border-right: 2px solid #BDBDBD;
	border-left: 2px solid #BDBDBD;
}
#nav {
width: 100%;
}
#navMenu {
	margin-top: 1px;
	width: 100%;
	margin-left: 0;
}
.menuitem {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	color: #296B70;
	background-color: #FFFFFF;
	border-radius: 5px;
	width: 100%;
	margin-left: 0;
}
#mainContent {
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
}
#mainContent img {
	border-radius: 5px;
}
.mainContentText {
	color: #296B70;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bannerImage {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	margin-left: 0;
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #296B70;
}
#bannerImage img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.h3 {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #296B70;
	font-size: medium;
	font-weight: bold;
}
.maincontent {
	color: #296B70;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: justify;
	padding-left: 30px;
	padding-right: 25px;
}
.text_centered {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.justify {
	text-align: justify;
}
#main {
	padding-right: 25px;
}
#logo1 {
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-radius: 5px;

	display: none;

}
.center_img {
	margin-left: auto;
	margin-right: auto;
}
#logo1 img {
	border-radius: 5px;
}
#logo2 {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: none;
}
#logo2 img {
	border-radius: 5px;
}
#logo3 img {
	border-radius: 5px;
}

#logo3 {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: none;
}
#sideImage {
	border-radius: 5px;
	display: none;
}
#sideImage img {
	border-radius: 5px;
	margin-bottom: 15px;
}


#footer {
	background-color: #FFFFFF;
	color: #296B70;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	border-radius: 5px;
	padding-bottom: 5px;
}

.footertextNegMargin {
	margin-bottom: -1px;
	margin-top: 5px;
}

#footerTitle {
}
#footerName {
width: 100%;
margin-left: 0;
}
#footerAddress {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#footerCityState {
width: 100%;
clear: both;
margin-left: 0;
}
#footerPhone {
width: 100%;
clear: both;
margin-left: 0;
}
.gridContainer.clearfix #footer #footerTitle p {
	font-size: small;
	padding-top: 2px;
}
.gridContainer.clearfix #footer #footerTitle  h3 {
	font-size: 0.95em;
}
#footerServices {
	font-size: small;
}
#footerInfo {
	margin-top: 5px;
}
#footerLicense {
	font-size: small;
	width: 100%;
	margin-left: 0;
}
#footerLicense2 {
	font-size: small;
	display: none;
	width: 100%;
	clear: both;
	margin-left: 0;
}
#footerCopyright {
	font-size: small;
	width: 100%;
	clear: both;
	margin-left: 0;
}
#footerServices1 {
	width: 48.3146%;
	margin-left: 0;
	text-align: right;
}

#footerServices3 {
width: 100%;
clear: both;
margin-left: 0;
}
#footerServices2 {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#footerServices1b {
	width: 48.3146%;
	margin-left: 3.3707%;
	clear: none;
	text-align: left;
}
#footerServices2b {
display: none;
width: 100%;
clear: both;
margin-left: 0;
}
#sideImage {
	border-radius: 5px;
	margin-top: 10px;
}
.gridContainer.clearfix #bannerImage {
}
.gridContainer.clearfix  iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#gallery {
	clear: both;
	margin-left: 0;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.gallerypad {
	padding-top: 6px;
	padding-bottom: 6px;
}
.click {
	margin-top: -15px;
	text-align: center;
	color: #296B70;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
}













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

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

.gridContainer {
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
	border-color: #BBBBBB;
	border-top-style: solid;
	border-width: 3px;
}
#header h2 {
	font-size: 30px;
	font-family: cantata-one;
	text-align: center;
	font-style: normal;
	color: #296B70;
	font-weight: 400;
	margin-bottom: -6px;
}
#subheader {
}
#spacer {
}
#nav {
width: 23.7569%;
}
#navMenu {
width: 100%;
margin-left: 0;
}
.menuitem {
	width: 100%;
	margin-top: 6px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent {
}
.mainContentText {
}
#bannerImage {
margin-left: 1.6574%;
clear: none;
width: 74.5856%;
}
.h3 {
	font-weight: bold;
	font-size: large;
}
.maincontent {
}
#main {
}
#logo1 {

display: block;

}
#logo2 {
display: block;
}
#logo3 {
display: block;
}

#footerTitle {
}

#footerName {
width: 23.7569%;
margin-left: 0;
}

#footerAddress {
width: 49.1712%;
margin-left: 1.6574%;
clear: none;
display: block;
}

#footerCityState {
width: 23.7569%;
margin-left: 1.6574%;
clear: none;
}

#footer {
}

#footerPhone {
width: 23.7569%;
margin-left: 1.6574%;
clear: none;
}

#footerServices {
	margin-top: -3px;
	margin-bottom: -8px;
}

#footerInfo {
}

#footerLicense {
width: 36.464%;
margin-left: 0;
}

#footerLicense2 {
display: block;
width: 23.7569%;
margin-left: 1.6574%;
clear: none;
}

#footerCopyright {
	width: 36.464%;
	margin-left: 1.6574%;
	clear: none;
}

#footerServices1 {
width: 23.7569%;
margin-left: 0;
}



#footerServices3 {
width: 36.464%;
margin-left: 1.6574%;
clear: none;
}

#footerServices2 {
width: 11.0497%;
margin-left: 1.6574%;
clear: none;
display: block;
}

#footerServices1b {
	width: 23.7569%;
	clear: none;
	margin-left: 1.6574%;
	text-align: center;
}

#footerServices2b {
display: none;
width: 100%;
clear: both;
margin-left: 0;
}

#sideImage {
display: block;
}

#gallery {
	clear: none;
	margin-left: 1.6574%;
	width: 74.5856%;
	background-color: #FFFFFF;
	margin-top: -15px;
}
img.gallerypad {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.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: 89.0217%;
	max-width: 1000px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
.h2 {
}
#header h2 {
	font-size: 36px;
	font-family: cantata-one;
	text-align: center;
	font-style: normal;
	color: #296B70;
	font-weight: 400;
	margin-bottom: -6px;
}
#subheader {
}
#spacer {
}
#nav {
width: 15.7509%;
}
#navMenu {
width: 100%;
margin-left: 0;
}
.menuitem {
	width: 100%;
	margin-top: 5px;
	margin-left: 0;
}
#mainContent {
}
.mainContentText {
}
#bannerImage {
	clear: none;
	margin-left: 1.0989%;
	width: 83.1501%;
	background-color: #FFFFFF;
}
.h3 {
}
.maincontent {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main {
}
#logo1 {
display: block;
}
#logo2 {
display: block;
}
#logo3 {
display: block;
}
#footerTitle {
}
#footerName {
width: 32.6007%;
margin-left: 0;
}
#footerAddress {
width: 41.0256%;
clear: none;
margin-left: 1.0989%;
display: block;
}
#footerCityState {
width: 24.1758%;
clear: none;
margin-left: 1.0989%;
}
#footer {
}

#footerPhone {
width: 24.1758%;
clear: none;
margin-left: 1.0989%;
}
#footerServices h4 {
	font-size: 0.9em;

}

#footerServices {
}
#footerInfo {
}
#footerLicense {
width: 24.1758%;
margin-left: 8.4249%;
}
#footerLicense2 {
display: block;
width: 24.1758%;
clear: none;
margin-left: 1.0989%;
}
#footerCopyright {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#footerServices1 {
	width: 24.1758%;
	margin-left: 0;
	text-align: center;
}

#footerServices3 {
width: 24.1758%;
clear: none;
margin-left: 1.0989%;
}
#footerServices2 {
	width: 15.7509%;
	clear: none;
	margin-left: 1.0989%;
	display: block;
	text-align: center;
}
#footerServices1b {
	width: 15.7509%;
	clear: none;
	margin-left: 1.0989%;
	text-align: center;
}
#footerServices {
	margin-top: -3px;
	margin-bottom: -8px;
}
#footerServices2b {
display: block;
width: 15.7509%;
margin-left: 1.0989%;
clear: none;
}
#sideImage {
display: block;
}
#gallery {
	margin-left: 1.0989%;
	clear: none;
	width: 83.1501%;
	background-color: #FFFFFF;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}


}
