  @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; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }

.zoom3	{color: #2d8cff; font-size: 14px; }
.phone3	{font-size: 14px; }


/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #3399CC; text-decoration: none; }

a:hover 	{ color: #23A5EF; text-decoration: underline; }

a.cdata   { color: #FFFFFF; text-decoration: none; font-size: 1px; }


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

body, div, table {
		color: #2F5570;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 15px;
	    font-weight:  normal;
		line-height: 140%;
		}

.title 		{ COLOR: #3e5461; font: 18px geneva, verdana, arial, sans-serif; font-weight: normal }

.title1 		{ COLOR: #3e5461; font: 19px geneva, verdana, arial, sans-serif; font-weight: normal }

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

.subtitle2 	{ color: #000000; font: 15px "Open Sans", arial, sans-serif; font-weight: bold; line-height: normal; }

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

.smallesttext	{ color: #FFFFFF; font: 1px "Open Sans", arial, sans-serif; font-weight: normal; padding-bottom: 1px; line-height: normal; }

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






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

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




/* SERVICES LIST */

.list		{
		color: #7E5632;
		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; }




/* 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; }

.pageheight2 { min-height: 400px; }

.pageheight3 { min-height: 580px; }

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

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

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

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

#left-content 	{
		float: left;
		width: 100%;
		max-width: 805px;
		padding: 0px;
		}

/* HOME PAGE WIDTHS */

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

.content-pad-home { padding: 25px 15px 18px 15px; }




/* TEXT AND GRAPHIC HEADER CODE */

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

.headercolor	{ background-color: #FFFFFF; }  /* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */

.logo-respond	{
		max-width: 600px;
		height: 84px;
		min-width: 280px;
		margin: 0 auto;  /* THIS CODE ALIGNS THE LOGO */
		display: block;
		}

/* START TEXT HEADER CODE */

.textlogo	{
		text-align: center;
		font: normal 30px "Open Sans", arial, sans-serif;
		padding: 4px 5px 6px 5px;
		display: block;
		}

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

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


/* LOGO FADE IN */

#headerdiv
	{
	animation: fadein 2s;
	-moz-animation: fadein 2s;	/* Firefox */
	-webkit-animation: fadein 2s;	/* Safari, Chrome */
	-o-animation: fadein 2s;	/* Opera */
	}
@keyframes fadein {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-moz-keyframes fadein { /* Firefox */
from {
opacity:0;
}
to {
opacity:1;
}
}
@-webkit-keyframes fadein { /* Safari, Chrome */
from {
opacity:0;
}
to {
opacity:1;
}
}
@-o-keyframes fadein { /* Opera */
from {
opacity:0;
}
to {
opacity: 1;
}
}


/* HEADER ICON */

.header-ico1	{
		width: 40px;
		height: 40px;
		background-color: #1B1B1B;
		opacity: 0.4;
		text-align: center;
		position: absolute;
		right: 12px;
		top: 12px;
		border: transparent 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

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

/* HOVER COLOR HEADER ICON */

.icohov:hover	{
		background-color: #FFFFFF;
		opacity: 1.0;
		border: #B7C1C6 0px 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-borders2	{ border: #none 1px solid; }

.img-borders3	{ border: #6c6c6c 1px solid; }

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

.float-item	{ float: left; margin-right: 15px; margin-bottom: 2px; }

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

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

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




/* 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: #C6CCD5 1px solid;
		}

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

/* LARGE PAGE SPLITS */

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

/* HOME PAGE */

.homelinks	{ 

color: #73879C;
font: 14px geneva, verdana, arial, sans-serif; font-weight: normal;
 }

.home-caption	{
		color: #787878;
		font: 13px "Open Sans", arial, sans-serif;
		background-image: url("picts/under.png");
		font-style: normal;
		padding:  0px 0px 15px 0px;
		}

.home-caption3	{
		color: #5E7287;
		background-image: url("picts/none");
		height: 0px;
		font-weight: normal;
		font-style: normal;
		padding: 0px 0px 10px 0px;
		}

.home-caption4	{
		color: #5E7287;
		background-image: url("picts/none");
		height: 1px;
		font-weight: normal;
		font-style: normal;
		padding: 0px 0px 17px 0px;
		}
		
/* JQUERY SLIDESHOWS (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

/* JQUERY SLIDESHOWS (HOME & SETS) */

.rslides_container	{
			width: 100%;
			max-width: 1200px;
			min-width:  50px;
			text-align: center;
			background-color: #6d6d6d;
			margin: 0px auto 0px auto;
			position: relative;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: solid #585858;
			border-width: 3px 3px 3px 3px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

/* SLIDESHOW ROUND ACTIVE BUTTON STYLES */

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

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 12px;
			height: 12px;
			background-color: transparent;
			background:rgba(255,255,255,0.25); /* 25% TRANSPARENT BACKGROUND */
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			margin: 0px 3px 0px 3px;
			}

/* 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: #2EFF5C; border: #2EFF5C 2px solid; cursor: default; }




/* SLIDESHOW HOME */

/* HOME JQUERY - BACKGROUND & BORDERS */

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

/* HOME PAGE SLIDESHOW index.html  (SEE ALSO "responsive-slides-home.css" IN FOLDER JQuery) */

/* HIDE/SHOW HOME ARROWS - block | none */

#homeJQ > .centered-btns_nav	{ display: block; }

/* HIDE/SHOW HOME DOTS - block | none */

#homeJQ > .centered-btns_tabs,
#homeJQ > .transparent-btns_tabs,
#homeJQ > .large-btns_tabs	{ display: none; }




/* SLIDESHOW SETS */

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

.slideshow-sets	{
		max-width: 900px;
		border: #707886 2px solid;
		}

/* HIDE/SHOW SETS ARROWS - block | none */

#JQsets > .centered-btns_nav	{ display: block; }  /* HIDE/SHOW SETS ARROWS block | none */

/* HIDE/SHOW SETS DOTS - block | none */

#JQsets > .centered-btns_tabs,
#JQsets > .transparent-btns_tabs,
#JQsets > .large-btns_tabs	{ display: block; }




/* HOME JQUERY NEXT/PREV */

#homeJQ .centered-btns_nav { height: 23px; }

#homeJQ .centered-btns_nav.prev {
	background: #393F48 url("JQuery/JQ-prev-white.png") no-repeat center center;
	border: #707886 1px solid;
	width: 50px;
	left: 26px;
	bottom: 30px;
	}

#homeJQ .centered-btns_nav.next {
	background: #393F48 url("JQuery/JQ-next-white.png") no-repeat center center;
	border: #707886 1px solid;
	width: 50px;
	left: 80px;
	bottom: 30px;
	}
#homeJQ .centered-btns_nav.prev:hover,
#homeJQ .centered-btns_nav.next:hover {
	background-color: #000000;
	border: #999999 1px solid;
	}


/* JQUERY LAYERED TEXT */

.rslides_container li div.ltext,
.homeimage-borderNA div.ltext
	{
	background: #transparent;  /* BACKGROUND FOR NON-CSS3 */
	background-image: url("picts/board.png"); /* BACKGROUND OPACITY */
	width: 450px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-right: 0px solid #262626;
	}
.ltext div.lltext {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	text-align: left;
	position: absolute;
	top: 15%;
	left: 0;
	transform: translate(0%,-15%);
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.00);  /* TEXT SHADOW */
	padding: 40px 30px 25px 30px;
	}

.rslides_container li section	{ display: inline; }

.rslides-title	{
		color: #FFFFFF;
		font-size: 23px;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: normal;
		display: block;
		padding-bottom: 10px;
		}

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

.homeimage-bg a:link, 
.homeimage-bg a:visited, 
.homeimage-bg a:active 
		{ color: #56FDFA; font-size: 1.1em; font-weight: 500; text-decoration: none; }

.homeimage-bg a:hover
		{ color: #FFCC00; text-decoration: underline; }







/* FOR OPTIONAL HOME PAGE IMAGE */

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

.homeimage-border	{
			max-width:  1200px;
			min-width: 250px;
			margin: 0 auto;
			box-sizing: border-box;
			 background-color: #575757;
		border: solid #575757;
		border-width: 2px 2px 2px 2px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}




/* RIGHT SIDEBAR */

#sidebar-content 	{
			float: left;
			width: 100%;
			max-width: 280px;
			padding: 0px;
			border-left: #C6CCD5 1px solid;
			}

.sidebar-pad 	  	{ padding: 0px 0px 10px 35px; }

.sidebar-textarea	{
			text-align: left;
			width: 235px;
			margin: 0 auto;
			padding: 0px 0px 10px 0px;
		  	border: solid #C6CCD5;
		  	border-width: 0px 0px 1px 0px;
		  	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.sidebar-text 	{
		color: #72767F;
		font: 14px "PT Sans", arial, sans-serif;
		text-align: left;
		font-weight: normal;
		line-height: normal;
		}

.sidebar-title	{
		color: #FFFFFF;
		font: 15px "Open Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		background-color: #3E5461;
		padding: 5px 5px 7px 6px;
		margin: 0px auto 7px auto;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.sidebar-image	{
		width: 235px;
		height: auto;
		display: block;
		margin: 0px auto 18px auto;
		border: solid #536B78;
		border-width: 4px 0px 4px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
  	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		}

.side-links	{
		padding: 10px 0px 10px 0px;
		margin: 0px;
		}

.side-links a	{
		font: 16px "PT Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		display: block;
		padding: 8px 0px 8px 10px;
		border: dashed #38A2C9;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.side-links a:first-child { border-width: 1px 0px 1px 0px; }




/* FOOTER */

.footer-splits 	{
		color: #FFFFFF;
		height: 7px;
		line-height: normal;
		background-color: #536B78;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #6F8B9B;
		border-width: 0px 0px 0px 0px;
		}

#FooterFRM	{ visibility: visible; }

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

.footer-height	{ height: 280px; }

.footer-page	{
		background-color: #3E5461;
		margin: 0px;
		padding: 0px;
		 background-image: url('JQuery/ft2.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
         background-position: left;
		}

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

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

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

div.footer-title {
		color: #FFFFFF;
		font: 14px geneva, verdana, arial, sans-serif;    
		font-weight: 700;
		display: block;
		padding: 0px 0px  7px 0px;
		margin-bottom: 3px;
		border-bottom: #5990B9 1px solid;
		}
table.footer-links td 	{
			padding: 5px 30px 8px 30px;
			border-right: #6F8B9B 0px solid;
			}

.footer-image		{
			margin: 21px 31px 3px 10px;
			border: #536B78 5px solid;
			}


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

.footer-links	{ font-size: 14px; line-height: 33px; font-weight: 100;}

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

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

.html5-icon	{ margin-top: 12px; margin-bottom: 8px; }

.footer-copyright {
		  color: #FFFFFF;
		  font: 11px "PT Sans", arial, sans-serif;
		  font-weight: normal;
		  line-height: normal;
		  padding: 9px 0px 12px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: #536B78;
		  border: solid #607886;
		  border-width: 1px 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: #B5D0E7; text-decoration: none; }

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




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

.socialspace	   { padding-left: 0px; padding-right:  0px; }

.socialRspace	   { width: 0px; }

.socialicon	   {
		   border: transparent 1px solid;
		   display: block;
		   background-color: #transparent;
  	/* CORNER ROUNDING */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		   }

.socialicon:hover  { border: #none 1px solid; background-color: #none; }

.mobile-social	   { display: none; }




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

.HoverBorder	{
		border: #C0C0C0 2px solid;
		vertical-align: bottom;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

a:hover .HoverBorder 	{ border: #5E7287 2px solid; }

.slide-setwidth		{ max-width: 700px; border: #CCCCCC 3px solid; margin-top: 15px; }



/* BUTTONS ON slideshow-home.htm */

a.view-slideshow:link, a.view-slideshow:visited, a.view-slideshow:active 
		{
		color: #FFFFFF;
		font: 13px "PT Sans", arial, sans-serif;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		background-color: #3E5461;
	    padding: 6px 0px 7px 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: #1091FF;
		border: #000000 0px solid;
		}




/* CONTACT & QUOTES PAGE CODE */

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

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

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

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

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #5E7287;
        	border: #5E7287 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: #3366CC; }

.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: #FFFFFF;
	       	font: bold 12px arial, sans-serif;
		text-align: center;
		background-color:#5E7287;
		-webkit-appearance: none;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #5E7287 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: #ECEEF1;
		border: #C6CCD5 1px solid;
		}

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

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




/* CALENDAR PAGE */

blockquote.calbox 	{
		color: #ffffff;
		font-size: 13px;
		 
		line-height: normal;
		background-color: #2c2c2c;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left:  0px;
		margin-right: 0px;
		padding: 8px 8px 8px 10px;
		border-top: 3px solid #455a67;
		border-right: 3px solid #455a67;
		border-bottom: 3px solid #455a67;
		border-left: 12px solid #455a67;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		} 

.calendarnum 	{ color: #000000; 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; }

.zoom {
  padding: 0px;
  transition: transform .3s;

}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}


/* SMALL CALENDAR */

.calendar	{ border: #536B78 1px solid; background-color: #F0F0F0; }

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

.calspace	{ padding: 0px; }

.calendartitle	{
		color: #FFFFFF;
		background-color: #536B78;
		font: bold 18px "Open Sans", arial, sans-serif;
		padding: 4px 4px 4px 10px;
		text-align: left;
		border-bottom: #000000 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: #00C1CC 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: #66CC00 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: 1px 0px 0px 15px; }



/* STAFF PAGE */

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


/* FOR GALLERY & VIEWER DETAILS & SLIDESHOW SETS (ALSO MORE BELOW) */

.gal-pad	{ padding: 10px 10px 28px 10px; }

.HoverBorder	{
		border: #000000 2px solid;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

a:hover .HoverBorder 
		{
		border: #FFFFFF 2px solid;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
		}

#gallery-watermark	{
			width: 100%;
			height: 50px;
			text-align: center;
			margin: 0 auto;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			filter: alpha(opacity=40);
			-moz-opacity: 0.40;
			opacity: 0.40;
			position: absolute;
			z-index: 2;
			left: 0px;
			right: 0px;
			top: 65%;
			top: calc(75% - 25px);
			}

#gallery-watermark img	{
			width: 75%;
			height: auto;
			max-width: 400px;
			min-height: 10px;
			display: block;
			margin: 0 auto;
			}

#gallery-return {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 100;
		}

#slideshow-return {
		width: 40px;
		height: 40px;
		margin: 10px auto 10px auto;
		}




/* GALLERY PAGES */

.galpage #contentbox { max-width: 1000px; }

.gal-top	{
		max-width: 800px;
		padding: 0px 10px 20px 10px;
		margin: 0 auto;
		}

.galtitle	{ 
		color: #000000; 
		font: 14px "Open Sans", arial, sans-serif; 
		font-weight: 600; 
		line-height: 150%;
		padding: 5px 0px 3px 0px;
		}

.galrow		{
		width: 99%;
		max-width: 99%;
		padding: 0px 0px 0px 3px;
		margin: 0 auto;
		}

.galrow-box	{
		float: left;
		width: 33.2%;
		}

/* EDIT THE NEXT CLASS FOR THE THUMBNAILS WIDTH */

.galthumb-box	{
		font-size: 13px;
		line-height: 150%;
		text-align: center;
		padding: 20px 20px 20px 20px;
		margin: 0px auto 0px auto;
		max-width: 154px;
		}

.galthumb	{
		width: 100%;
		height: auto;
		display: block;
		max-width: 100%;
		margin: 0px auto 0px auto;
		}




/* CODE FOR THE menu-gallery.js MENU - ALIGN IN .js FILE */

#gal-menu	{
		margin: 0px;
		padding: 0px;
		}

#gal-menu table td
		{
		background-color: transparent;
		padding: 8px 7px 3px 7px;
		}

#gal-menu a	{
		color: #000000;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: 600;
		line-height: normal;
		background-color: #FFFFFF;
		border: #536B78 1px solid;
		text-decoration: none;
		padding: 4px 10px 5px 10px;
		margin: 1px 1px 0px 1px;
		cursor:pointer;
		text-align: center;
		display: inline-block;
		white-space: nowrap;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

#gal-menu a:hover 
		{
		color: #FFFFFF;
		background-color: #536B78;
		border: #536B78 1px solid;
		text-decoration: none;
		}

/* CURRENT GALLERY HIGHLIGHT */

#gal-menu a.current-gal
 		{
		color: #FFFFFF;
		background-color: #CC0000;
		border: #CC0000 1px solid;
		}




/* IMAGE VIEWER - EDIT NEXT LINE FOR VIEWER IMAGE SIZE */

.imgviewer-size	{ max-width: 710px; margin: 0 auto; }  /* INCLUDES IMAGE BORDER */


.imgviewer-border {
		width: 100%;
		margin: 0px auto 0px auto;
		position: relative;
		border: #000000 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		box-sizing: border-box;
		}

.imgviewer-imgbox	{ position: relative; }


/* IMAGE VIEWER DETAILS PAGES TEXT AREA CODE */

.gal-page .galtitle { font-size: 17px; text-align: center; }

/* TEXT DETAILS HEIGHT */

.gal-page-frame, .gal-page-box 
		{
		height: 275px;
		}

.gal-page-frame	{
		width: 100%;
		display: block;
		margin: 10px auto 10px auto;
		padding: 0px;
		border: #999999 0px solid;
		overflow: hidden;
		}

.gal-page	{
		margin: 0px;
		padding: 0px;
		background-color:#FFFFFF;
		}

.gal-page-box	{
		text-align: center;
		color: #000000;
		font-size: 13px;
		font-weight: normal;
		background-color: transparent;
		padding: 0px 10px 0px 10px;
		margin: 0px auto 0px auto;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		}




/* 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: #536B78 url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}

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

 
 