@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}

html	{ overflow-y: scroll; }

/* ^^^ SEE CLASS "outer-background" BELOW */




/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.rimage		{ max-width: 100%; height: auto; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #089E9D; text-decoration: none; }

a:hover 	{ color: #3399FF; text-decoration: underline; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #000000;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		line-height: 150%;
		}

.title 		{ color: #000000; font: 29px "Open Sans", arial, sans-serif; font-weight: normal; letter-spacing: -1px; line-height: normal; }

.subtitle 	{ color: #000000; font: 19px "PT Sans", arial, sans-serif; font-weight: bold; line-height: normal; }

.smalltext	{ color: #6E513D; font: 13px "PT Sans", arial, sans-serif; font-weight: normal; padding-bottom: 5px; line-height: normal; }

.testimonial	{ color: #990000; font-size: 13px; font-weight: bold; }

.hilite		{ color: #FF0000; }

.hilite2	{
		color: #FF9900;
		font-weight: 700;
		border: #FF9900 2px solid;
		display: inline-block;
		padding: 2px 10px 2px 10px;
		margin-right: 5px;
	/* CORNER ROUNDING */
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		}

.title-boxed	{
		color: #FFFFFF;
		font: 24px "Open Sans", arial, sans-serif;
		font-weight: 600;
		padding: 8px 4px 8px 4px;
		line-height: normal;
		background-color: #056D6F;
		}




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* SERVICES PAGES */

.list		{
		color: #00698B;
		line-height: normal;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.floatlist	{ float: left; width: 50%; min-width: 200px; }

.list li	{ text-indent: 1px; }


/* DATA TABLE */

.table-box { overflow-x:auto; }

table.chartone, table tr.chartone, table td.chartone 
		{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }

table.chartone	{ width: 100%; margin-top: 0px; }

table.chartone td {
		padding: 7px 7px 7px 7px;
		border-spacing: 0;
		border: #32B2AB 1px solid;
		background-color: transparent;
		}

table.chartone	{
		color: #000000;
		border: #000000 0px solid;
		}

table td.c1title {
		font-weight: 600;
		color: #FFFFFF;
		background-color: #068C8E;
		}


/* TWO COL */

.tbl-bg1	{ background-color: #F6F6F6; }

.tbl-bg2	{ background-color: #FFFFFF; }

.tbl-outer	{
		display: table;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		margin-top: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.tlb-row	{ display: table-row; vertical-align: top; }

.tlb-cellL	{
		font-size: 1.0em;
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		margin: 0 auto;
		padding: 30px 20px 30px 30px;
		}

.tlb-cellR	{
		font-size: 1.0em;
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		margin: 0 auto;
		padding: 30px 30px 30px 20px;
		}

.rimage-img	{ width: 100%; max-width: 750px; height: auto; vertical-align: bottom; }




/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */

/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight	{ min-height: 750px; }

.pagewrapper	{
		width: 100%;
		min-width: 315px;
		text-align: center;
		margin: 0 auto;
		}

.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		}

#contentbox	{
		max-width: 1100px;
		margin: 0 auto;
		padding: 40px 0px 10px 0px;
		}

#contentbox.content-slim	{ max-width: 800px; }

.content-pad 	{ padding: 0px 30px 10px 30px; }


/* HOME PAGE WIDTHS */

#contentbox-home  {
		  max-width: 1200px;
		  margin: 0 auto;
		  padding: 20px 0px 15px 0px;
		  }




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.headercolor	{ background-color: #FFFFFF; }  /* OPTIONALLY EDIT .pagebox PADDING ABOVE */

.logo-respond	{
		height: 77px;
		width: 600px;
		max-width: 600px;
		min-width: 280px;
		margin: 0 auto 0 0;  /* ALIGNS LOGO USE 0 auto; TO CENTER*/
		display: block;
		}

/* START TEXT HEADER CODE */

.textlogo	{
		text-align: left;
		font: normal 26px "Open Sans", arial, sans-serif;
		padding: 15px 10px 15px 10px;
		display: block;
		}

a.textlogo:link, a.textlogo:visited, a.textlogo:active	{ color: #FFFFFF; text-decoration: none; }

a.textlogo:hover { color: #FFFFFF; text-decoration: none; }




/* HEADER ICON */

.header-ico1	{
		width: 36px;
		height: 36px;
		background-color: transparent;
		text-align: center;
		position: absolute;
		right: 15px;
		top: 18px;
		border: transparent 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		-khtml-border-radius: 18px;
		border-radius: 18px;
		}

.ico1-img	{ width: 36px; height: 36px; display: block; margin: 0 auto; }

.icohov:hover	{ background-color: transparent; border: #068C8E 1px solid; }




/* INNER AND OUTER BACKGROUNDS */

.outer-background	{
			background-color: #FFFFFF;
			background-image: none;
			background-repeat: repeat;
			background-attachment: fixed;
			}

.inner-background	{
			background-color: transparent;
			border: #000000 0px solid;
			}




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{ border: #000000 1px solid; }

.img-float	{ float: left; margin: 3px 8px 1px 0px; }

.float-item	{ float: left; margin-right: 12px; margin-bottom: 6px; }

.float-item2	{ float: left; margin-right: 12px; margin-bottom: 0px; }

.text-nowrap	{ overflow: hidden; min-width: 265px; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }

.topimage	{ max-width: 100%; height: auto; display: block; }

.topimage-border {
		width: 100%;
		min-width: 250px;
		margin: 0px auto 0px auto;
		box-sizing: border-box;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}




/* LINK BUTTONS */

a.button-link:link, 
a.button-link:visited, 
a.button-link:active	{
		color: #000000;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		background-color: #FFFFFF;
		padding: 10px 22px 10px 22px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		display: inline-block;
		border: #000000 2px solid;
		text-decoration: none;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

a.button-link:hover	{
		color: #0099FF;
		padding: 10px 30px 10px 30px;
		background-color: #FFFFFF;
		border: #0099FF 2px solid;
		text-decoration: none;
		}

a.bl-2:link, 
a.bl-2:visited, 
a.bl-2:active	{
		color: #FFFFFF;
		background-color: #068C8E;
		border: #068C8E 2px solid;
		}

a.bl-2:hover	{
		color: #FFFFFF;
		background-color: #32B2AB;
		border: #32B2AB 2px solid;
		}




/* PAGE LINES & BORDERS */

.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 2px;
		background-color: transparent;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
		border-top: #C8CBCE 1px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }

/* LARGE PAGE SPLITS */

.large-splits 	{
		width: 99%;
		line-height: 1px;
		font-size: 1px;
		height: 25px;
		background-color: #F1EEED;
		margin: 0 auto;
		padding: 0px;
		border: #C8CBCE 1px solid;
		}




/* HOME PAGE */

/* HOME 3 BOX COLUMNS */

.introbox-text	  {
		color: #000000;
		font-size: 15px;
		padding: 14px 0px 14px 0px;
		text-align: center;
		}

.introtitle 	{
		color: #000000;
		font: 22px "Open Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		padding: 12px 0px 15px 0px;
		margin: 0px 0px 0px 0px;
		border: solid #3BC6C5;
		border-width: 0px 0px 0px 0px;
		}

.introbox-outer	{ width: auto; margin: 0 auto; }

.introbox	{
		float: left;
		width: 33.33%;  /* DIVIDED BY 3 */
		}

.introbox-inner	{
		background-color: transparent;
		padding: 0px 0px 10px 0px;
		margin: 10px 0px 50px 0px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.introbox-left	  { display: block; margin-left: 20px; margin-right: 20px; }

.introbox-center  { display: block; margin-left: 20px; margin-right: 20px; }

.introbox-right	  { display: block; margin-left: 20px; margin-right: 20px; }

.boxes2		{
		text-align: center;
		color: #9AC2D1;
		background-color: transparent;
		border: solid #C0C0C0;
		border-width: 0px 0px 0px 0px;
		padding: 6px 2px 6px 2px;
		}

/* HOME IMAGES WITH ZOOM */

.imagesbox	{
		height: auto;
		overflow: hidden;
		cursor:pointer;
		margin: 0 auto;
		border: 0px solid #000000; 
	/* CORNER ROUNDING */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		}

.introimages img {
		width: 100%;
		height: auto;
		display: block;
	/* IMAGE ZOOM */
		position: relative;
		-webkit-transition: all 400ms ease-in;
		-webkit-transform: scale(1);
		-ms-transition: all 400ms ease-in;
		-ms-transform: scale(1);
		-moz-transition: all 400ms ease-in;
		-moz-transform: scale(1);
		transition: all 400ms ease-in;
		transform: scale(1);
		}

.introimages img:hover	{
	/* IMAGE ZOOM */
		-webkit-transition: all 400ms ease-in;
		-webkit-transform: scale(1.3);
		-ms-transition: all 400ms ease-in;
		-ms-transform: scale(1.3);   
		-moz-transition: all 400ms ease-in;
		-moz-transform: scale(1.3);
		transition: all 400ms ease-in;
		transform: scale(1.3);
		}




/* HOME PAGE LOWER 2 COLUMN TEXT CONTENT */

.homecontent-outer {
		background-color: transparent;
		max-width: 1060px;
		margin: 0 auto;
		border-top: 0px solid #D8DEE5;
		border-bottom: 0px solid #D8DEE5;
		}

.home-2xcontent	{
		float: left;
		width: 50%;  /* DIVIDED BY 2 MINUS PADDING BELOW */
		margin: 0px auto 0px auto;
		}

.content-left	{ padding: 25px 20px 40px 10px; }

.content-right	{ padding: 25px 10px 40px 20px; }




/* HOME PAGE LOWER 1 COLUMN TEXT CONTENT */

.home-1col	  { max-width: 1040px; margin: 0 auto; }

.content-pad-home { padding: 30px 20px 50px 20px; }

.homelinks	  { color: #73879C; }




/* JQUERY SLIDESHOWS (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container	{
			background-color: transparent;
			width: 100%;
			min-width: 250px;
			text-align: center;
			margin: 0px auto 0px auto;
			position: relative;
			border: solid #000000;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

.rslides_container img	{
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

#homeJQ > .centered-btns_nav	{ display: none; }  /* HIDES HOME ARROWS */

/* SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			width: 100%;
			position: absolute;
			bottom: 14px;
			left: 0px;
			margin: 0 auto;
			text-align: center;
			z-index: 1000;
			background-color: transparent;
			}

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 16px;
			height: 16px;
			background-color: transparent;
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			margin: 0px 4px 0px 4px;
			}

/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover 
			{ background-color: #FFFFFF; border: #FFFFFF 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover  
			{ background-color: #30CFFF; border: #30CFFF 2px solid; cursor: default; }

.jq-shade {
	background-color: transparent;
	background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,1.0));
	height: 60px;
	width: 100%;
	z-index: 4;
	position: absolute;
	bottom: 0;
	left: 0;
	}

/* BACKGROUND FOR HOME JQUERY & IMAGE */

.homeimage-bg	{
		padding-top: 0px;
		margin-top: 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}




/* HOME JQUERY LAYERED TEXT / ALSO FOR OPTIONAL-No-Animation-Home.htm */

.rslides_container li div, .homeimage-box div {
	color: #000000;
	font-size: 16px;
	text-align: left;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0);  /* TEXT SHADOW 60% OPACITY */
	background: #FFFFFF;  /* BACKGROUND FOR NON-CSS3 */
	background: rgba(255,255,255,0.70);  /* BACKGROUND 60% OPACITY */
	width: 55%;
	max-width: 470px;
	padding: 20px 10px 20px 40px;
	position: absolute;
	left: 20px;
	bottom: 20%;
	border: solid #068C8E;
	border-width: 5px 1px 5px 1px;
	/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	}

.rslides_container li section, .homeimage-box section { display: inline; }

.rslides-title	{
		color: #000000;
		font: 28px "Open Sans", arial, sans-serif;
		font-weight: 300;
		letter-spacing: 0px;
		line-height: normal;
		}

/* LAYERED TEXT LINK COLORS */

.rslides_container li div a, .homeimage-box a 
		{  color: #3399FF; text-decoration: none; font-weight: 600; }

.rslides_container li div a:hover, .homeimage-box a:hover 
		{  color: #006699; text-decoration: none; }




/* FOR OPTIONAL HOME PAGE IMAGE */

.homeimage	{ width: 100%; display: block; }

.homeimage-border	{
			width: 100%;
			min-width: 250px;
			margin: 0px auto 0px auto;
			box-sizing: border-box;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: solid #000000;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
			}




/* FOOTER */

.footer-splits 	{
		color: #FFFFFF;
		height: 10px;
		line-height: normal;
		background-color: #B4E0F5;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #FFFFFF;
		border-width: 0px 0px 0px 0px;
		}

#FooterFRM	{ visibility: visible; }

.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}

.footer-height	{ height: 500px; }

.footer-page	{
		background: #1E6ABE url("picts/background-footer.jpg") no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin: 0px;
		padding: 0px;
		}

.footer-page, .footer-page div, .footer-page table { color: #FFFFFF; }

.footer-pad	{ padding: 50px 10px 10px 10px; }

.footer-border	{
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

div.footer-title {
		color: #FFFFFF;
		font: 18px "Open Sans", arial, sans-serif;
		font-weight: 600;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #666666 0px solid;
		}

table.footer-links {
		background-color:rgba(3, 66, 135, 0.8);
  	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

table.footer-links td 	{
			padding: 15px 30px 15px 30px;
			border-right: #666666 0px solid;
			}

.footer-image		{
			margin: 60px 0px 3px 15px;
			padding: 0px;
			border: #FFFFFF 6px solid;
			}

.footer-image-table	{ margin-left: 20px; }

.footer-links	{ font-size: 16px; line-height: 32px; }

.footer-social	{ width: 180px; padding-left: 10px; }

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

.footer-icon	{ margin-top: 20px; margin-bottom: 8px; max-width: 165px; height: auto; }

.footer-copyright {
		  color: #FFFFFF;
		  font: 11px "Open Sans", arial, sans-serif;
		  font-weight: normal;
		  line-height: normal;
		  padding: 30px 3px 30px 3px;
		  margin: 0px 0px 0px 0px;
		  background-color: #002752;
		  border: solid #999999;
		  border-width: 0px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }


/* FOOTER LINK COLORS */

body.footer-page a:link, 
body.footer-page a:visited, 
body.footer-page a:active 	{ color: #FFFFFF; text-decoration: none; white-space: nowrap; }

body.footer-page a:hover 	{ color: #FFFFFF; text-decoration: underline; white-space: nowrap; }


/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #C0C0C0; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #6ADBFF; text-decoration: underline; }




/* SOCIAL ICONS (SEE ALSO .footer-social ABOVE) */

.socialspace	   { padding-left: 1px; padding-right: 2px; }

.socialRspace	   { width: 0px; }

.socialicon	   {
		   border: transparent 1px solid;
		   display: block;
		   padding: 5px;
		   background-color:rgba(3, 66, 135, 0.6);
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		   }

.socialicon:hover  { border: #FFFFFF 1px solid; background-color:rgba(3, 66, 135, 0.6); }


/* SOCIAL ICON COLORS ON MOBILE */

.mobile-social	   { display: none; }

.mobile-social .socialicon
		   {
		   border: #068C8E 1px solid;
		   background-color: #068C8E;
		   }

.mobile-social .socialicon:hover
		   {
		   border: #48ABAD 1px solid;
		   background-color: #48ABAD;
		   }




/* JQUERY SLIDESHOW SETS (SEE ALSO HOME JQUERY ABOVE & responsive-slides.css IN FOLDER JQuery) */

.HoverBorder	{
		border: transparent 0px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	/* ZOOM */
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

a:hover .HoverBorder {
		border: #000000 0px solid;
	/* ZOOM */
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
		}

.slide-setwidth		{ max-width: 900px; border: #000000 0px solid; margin-top: 15px; }



/* BUTTONS ON slideshow-home.htm */

a.view-slideshow:link, a.view-slideshow:visited, a.view-slideshow:active 
		{
		color: #FFFFFF;
		font: 15px "Open Sans", arial, sans-serif;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		background-color: #068C8E;
		padding: 10px 0px 10px 0px;
		margin: 6px auto 6px auto;		
		display: block;
		display: inline-block;
		cursor: pointer;
		width: 184px;
		border: #000000 0px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

a.view-slideshow:hover
		{
		color: #FFFFFF;
		background-color: #48ABAD;
		border: #000000 0px solid;
		}




/* CONTACT & QUOTES PAGE CODE */

.contact-pad 			{ padding: 15px 0px 15px 0px; }

.contact-select			{ color: #00698B; font-weight: normal; }

.form-box			{ margin: 20px 0px 10px 125px; }

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
	       	font: normal 18px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #068C8E;
		-webkit-appearance: none;
		padding: 7px 8px 7px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 150px;
        	border: #068C8E 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #48ABAD;
        	border: #48ABAD 1px solid;
		}

.shadeform	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 200px;
		margin-top: 1px;
		margin-bottom: 7px;
		border: #999999 1px solid;
		}

.textarea	{
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 250px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 7px;
		border: #999999 1px solid;
		}

.dropdown 	{
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		width: 225px;
		margin-top: 3px;
		margin-bottom: 7px;
		}

/* QUOTES PAGE - MODIFIES ABOVE CLASSES */

.quotechoice 	{ color: #00698B; }

.quoteform	{ width: auto; }

.dropquotes	{ width: auto; }

input[type=submit].quotebutton	{ width: 200px; }




/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

#map-canvas	{ width: 235px; height: 160px; }


/* CONTACT PAGE GOOGLE DIRECTIONS */

.directions		{ font-size: 13px; font-weight: normal; line-height: normal; padding: 8px 0px 5px 0px; }

.directions .shadeform	{ width: 233px; margin: 0px 0px 5px 0px; }

input[type=submit].directionbutton	{ width: 235px; }


/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }




/* LINKS PAGE CODE */

table.searcharea td	{ padding: 0px 3px 0px 0px; }

.searcharea		{ margin: 18px 0px 18px 0px; }

.searchform 	{
		color: #000000;
		font: 12px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		width: 110px;
		border: #999999 1px solid;
		}

.searchbutton 	{
		color: #000000;
	       	font: normal 12px arial, sans-serif;
		text-align: center;
		background-color:#F0F0F0;
		-webkit-appearance: none;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #949EB4 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}




/* SITE MAP */

.searchmargin		{ margin: 0px 0px 0px 0px; }

.sitesearchform		{ width: 160px; margin: 0px 3px 0px 0px; }

.sitesearchbutton	{ width: auto; }




/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform 			{ width: 150px; }

input[type=submit].payform 	{ width: 152px; margin-bottom: 10px; }

.payformbox	{
		background-color: #F0F0F0;
		border: #CCCCCC 1px solid;
		}

.paypaltable td	{ vertical-align: middle; padding: 6px 10px 6px 10px; }

.paypalbadge-space	{ padding: 30px 10px 8px 0px; }




/* CALENDAR PAGE */

blockquote.calbox 	{
		color: #000000;
		font-size: 13px;
		line-height: normal;
		background-color: #F3EFE0;
		margin-top: -30px;
		margin-bottom: 0px;
		margin-left: 50px;
		margin-right: 0px;
		padding: 8px 8px 8px 10px;
		border-top: 1px solid #DFD2A8;
		border-right: 1px solid #DFD2A8;
		border-bottom: 1px solid #DFD2A8;
		border-left: 6px solid #DFD2A8;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		} 

.calendarnum 	{ color: #491915; font-size: 24px; }

.bigtitle 	{
		color: #000000;
		font: 36px "Open Sans", arial, sans-serif;
		letter-spacing: 0px;
		font-weight: normal;
		line-height: normal;
		padding: 0px 0px 0px 6px;
		}

.icon-space	{ margin-top: 10px; margin-bottom: 3px; }

.clickdate-text	{ font-size: 12px; text-align: center; padding: 4px 0px 2px 0px; }




/* SMALL CALENDAR */

.calendar	{ border: #6E7D86 1px solid; background-color: #F0F0F0; }

.calendarinner	{ border-collapse: collapse; border-spacing: 0px; }

.calspace	{ padding: 0px; }

.calendartitle	{
		color: #FFFFFF;
		background-color: #6E7D86;
		font: normal 19px "Open Sans", arial, sans-serif;
		padding: 10px 4px 10px 10px;
		text-align: left;
		border-bottom: #99CC00 0px solid;
		}

.caldays	{
		width: 32px;
		height: 26px;
		background-color: #FFFFFF;
		color: #666666;
		font: normal 12px "Open Sans", arial, sans-serif;
		border-right: #E2E2E2 1px solid;
		border-bottom: #3399FF 1px solid;
		text-align: center;
		}

.calday		{
		width: 32px;
		background-color: #DCEEDC;
		color: #000000;
		font: bold 15px "Open Sans", arial, sans-serif;
		border-right: #E2E2E2 1px solid;
		border-bottom: #99CC00 1px solid;
		text-align: center;
		}

.caldates	{
		height: 27px;
		background-color: #FFFFFF;
		color: #666666;
		font: normal 13px "Open Sans", arial, sans-serif;
		border-right: #E2E2E2 1px solid;
		border-bottom: #E2E2E2 1px solid;
		text-align: center;
		}

.calhilite	{
		background-color: #DCEEDC;
		color: #FFFFFF;
		font: bold 22px "Open Sans", arial, sans-serif;
		text-align: center;
		}




/* FAQ PAGE */

.faq-box	{
		display: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		border: #999999 0px solid;
		}

.faqicon	{ margin-top: 4px; }




/* PDF PAGE */

.pdf-icon	{ margin: 2px 15px 0px 5px; }



/* STAFF PAGE */

.staff-email	{
		color: #CC9900;
		font-family: "Open Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		margin: 7px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		border-top: #CC9900 1px solid;
		}




/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.videobox	 {
		 width: 100%;
		 margin: 0 auto;
		 padding: 0px 0px 0px 0px;
		 }

.video-container {
		 min-width: 200px;
		 padding-top: 0px;
		 padding-bottom: 56.25%;
		 margin: 0px auto 0px auto;
		 height: 0;
		 overflow: hidden;
		 position: relative;
		 z-index: 100;
		 }
 
.video-container iframe,
.video-container object,
.video-container embed {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 left: 0;
		 z-index: 100;
		 }

.media-textarea	{
		text-align: center;
		max-width: 600px;
		padding: 12px 0px 20px 0px;
		margin: 0 auto;
		}




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* RIGHT SCROLL TO TOP ARROW */

.scrollToTop	{
	width: 36px;
	height: 36px;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	position:fixed;
	bottom: 60px;
	right: 10px;
	display:none;
	background: #068C8E url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}

.scrollToTop:hover{
	text-decoration:none;
	background: #32B2AB url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}



