@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&display=swap');


body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}
/* ^^^ SEE CLASS "outer-background" BELOW */




/* PAGE FADE-IN CODE */

body, html	{ height: 100%; }

#fadediv	{
	background-color: transparent;
	position: absolute;
	top: -661px;
	left: 11px;
	z-index: 22000;
	height: 100%;
	width: 100%;
}




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

.pad-tb10	{ padding: 10px 0px 10px 0px; }

.arrow-align	{ vertical-align: middle; margin: 0px 5px 0px 5px; }




/* NON-MENU LINK COLORS */

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

a:hover 	{ color: #0099FF; 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: 160%;
		}

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

.subtitle 	{ color: #000000; font: 20px "Comfortaa", arial, sans-serif; font-weight: 700; line-height: normal; }

.smalltitle 	{ color: #000000; font: 18px "Open Sans", arial, sans-serif; font-weight: 700; line-height: normal; }

.smalltext	{ color: #666666; font: 14px "Comfortaa", arial, sans-serif; font-weight: 400; padding-top: 5px; padding-bottom: 5px; line-height: normal; text-align: left; }

.testimonial	{
    color: #660033;
    font-family: "Comfortaa", arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.hilite		{ color: #FF0000; }




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

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




/* SERVICES LIST */

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

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

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

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

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

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

/* HOME PAGE WIDTHS */

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


/* OPTIONAL HOME PAGE TEXT CONTENT */

.content-home	{
		max-width: 1100px;
		padding: 10px 10px 10px 10px;
		margin: 0 auto;
		}




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




/* TEXT AND GRAPHIC HEADER CODE */

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

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

#headerdiv a	{ outline: 0; }

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


/* START TEXT HEADER CODE */

.textlogo-align	{ text-align: left; vertical-align: middle; }

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

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

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




/* HEADER ICONS */


/* ICON CODE GROUP 1 */

.header-ico1	{
		width: 36px;
		height: 36px;
		background-color: #0399D6;
		text-align: center;
		position: absolute;
		right: 49px;
		top: 10px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

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



/* ICON CODE GROUP 2 */

.header-ico2	{
		width: 36px;
		height: 36px;
		background-color: #0399D6;
		text-align: center;
		position: absolute;
		right: 10px;
		top: 10px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

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



/* HOVER COLOR ALL HEADER ICONS */

.icohov:hover	{ background-color: #FFB602; }




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

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

.left-float	{ float: left; }

.right-float	{ float: right; }

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

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

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

.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: #CECECE 1px solid;
		}

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


/* LARGE PAGE SPLITS (ON HELP PAGE) */

.large-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 25px;
		background-color: #E69801;
		margin: 0 auto;
		padding: 0px;
		border-bottom: #F1EEED 3px solid;
		}




/* HOME PAGE */

/* HOME 3 BOX COLUMNS */

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

.introtitle 	{
		color: #000000;
		font: 25px "Comfortaa", arial, sans-serif;
		font-weight: 700;
		line-height: normal;
		text-align: left;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 5px 0px;
		border: solid #328CFF;
		border-width: 0px 0px 2px 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		{
		font-size: 15px;
		text-align: center;
		color: #FFB602;
		background-color: transparent;
		border: solid #FFB602;
		border-width: 1px 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 JQUERY SLIDESHOW (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container	{
			background-color: #F0F0F0;
			max-width: 1250px;  /* WIDTH INCLUDES BORDER */
			min-width: 250px;
			text-align: center;
			cursor: pointer;
			margin: 10px auto 0px auto;
			position: relative;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: #FFB602 0px solid;
  		/* 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 */

/* HOME 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;
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			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: #CC0000; border: #CC0000 2px solid; cursor: default; }




/* FOR OPTIONAL HOME PAGE IMAGE */

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

.homeimage-border	{
			max-width: 910px;  /* WIDTH INCLUDES BORDER */
			min-width: 250px;
			margin: 0 auto;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: #C0C0C0 5px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}




/* RIGHT SIDEBAR */

.sidebar-width	{ max-width: 225px; margin: 0 auto; }

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

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

.sidebar-box	{
		margin: 0px auto 14px auto;
		padding: 0px 0px 10px 0px;
		}

.sidebar-textarea {
		padding: 6px 6px 6px 6px;
		background-color: #FFFFFF;
		border: solid #BEBEBE;
		border-width: 0px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-moz-border-radius: 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
		border-radius: 0px 0px 5px 5px;
		}

.sidebar-text 	{
		color: #000000;
		font: 12px "Open Sans", arial, sans-serif;
		text-align: center;
		font-weight: normal;
		line-height: normal;
		}

.sidebar-title	{
		color: #000000;
		font: 17px "Comfortaa", arial, sans-serif;
		font-weight: 700;
		line-height: normal;
		text-align: center;
		background-color: #FFFFFF;
		padding: 7px 5px 7px 5px;
		margin: 0px auto 0px auto;
		border: solid #BEBEBE;
		border-width: 1px 1px 0px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
		}

.sidebar-image	{
		width: 100%;
		display: block;
		margin: 0px auto 0px auto;
		}

.side-img-border { border: #BEBEBE 1px solid; }




/* SIDEBAR & SITE MAP ARROW LINKS */

.arrow-link	{
		font-size: 15px;
		text-align: left;
		font-weight: normal;
		line-height: normal;
		display: block;
		min-height: 20px;
		padding: 8px 0px 8px 31px;
		margin: 5px 0px 1px 0px;
		background-color: #000000;
		background-image: url("picts/arrow-link-white.png");
		background-repeat: no-repeat;
		background-position: 5px 7px;
		border: solid #FFFFFF;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.a-link-color1	{ background-color: #F29E00; }

.a-link-color2	{ background-color: #B90089; }

.a-link-color3	{ background-color: #07A0E0; }

.a-link-color4	{ background-color: #048FCA; }


/* ARROW LINK HOVER COLORS */

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

a.arrow-link:hover	{
			color: #000000;
			text-decoration: none;
			background-color: #FFFFFF;
			background-image: url("picts/arrow-link-black.png");
			border: solid #000000;
			border-width: 1px 1px 1px 1px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}




/* FOOTER */

.footer-splits 	{
		color: #FFFFFF;
		height: 4px;
		line-height: normal;
		background-color: #FFFFFF;
		margin: 0px auto 0px auto;
		padding: 0px;
		border-bottom: 3px solid #000000;
		}

.footerbox	{
		background-color: #FFFFFF;
		background-image: none;
		background-repeat: repeat-x;
		margin: 0px;
		padding: 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

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

.footerbox, .footerbox div, .footerbox table { color: #000000; }

div.footer-title {
		color: #000000;
		font: 20px "Open Sans", arial, sans-serif;
		font-weight: 400;
		padding-bottom: 5px;
		margin-bottom: 3px;
		}

.ft-bord1	{ border-bottom: #C20094 2px solid; }

.ft-bord2	{ border-bottom: #E69801 2px solid; }

.ft-bord3	{ border-bottom: #0399D6 2px solid; }

table.footer-links td 	{
			text-align: left;
			padding: 5px 50px 5px 40px;
			}

.footer-links	{
		width: 86%;
		max-width: 900px;
		font-size: 17px;
		line-height: 35px;
		}

.footerlinks-1	{ width: 33%; border-left: #CCCCCC 1px solid; border-right: #CCCCCC 1px solid; }

.footerlinks-2	{ width: 33%; border-right: #CCCCCC 1px solid; }

.footerlinks-3	{ width: 33%; border-right: #CCCCCC 1px solid; }

.footer-copyright  {
		   padding: 14px 10px 14px 10px;
		   margin: 0px 0px 0px 0px;
		   background-color: #FFFFFF;
		   border: solid #CCCCCC;
		   border-width: 1px 0px 0px 0px;
		   /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		   }

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

.footer-disclaimer {
		   font-size: 14px;
		   padding: 6px 0px 6px 0px;
		   margin: 16px auto 0 auto;
		   max-width: 1100px;
		   border: solid #CCCCCC;
		   border-width: 1px 0px 1px 0px;
		   /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		   }

.footer-logo	   { margin: 0px auto 5px auto; }


/* FOOTER LINK COLORS */

.footerbox a:link, 
.footerbox a:visited, 
.footerbox a:active 	{ color: #006699; text-decoration: none; white-space: nowrap; }

.footerbox a:hover 	{ color: #0099FF; 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: #006699; text-decoration: none; }

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




/* SOCIAL ICONS */

.socialbox	{
		list-style: none;
		padding: 0px;
		margin: 0px auto 5px auto;
		}

.socialbox li	{
		display: inline-block;
    		*display:inline;  /* For IE*/
    		*zoom:1;
		}

.socialicon	{
		display: block;
		padding: 3px;
		margin: 6px 2px 15px 2px;
		background-color: #E69801;
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.socialicon:hover  { border: #000000 0px solid; background-color: #0399D6; }




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

.slideshow-text	{
		max-width: 700px;
		text-align: center;
		margin: 12px auto 10px auto;
		}

.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: #0399D6 2px solid; }

#slidesJQ		{ border: #C0C0C0 5px solid; cursor: auto; }

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

.slide-setwidth		{ max-width: 710px; }  /* MAX SLIDE IMAGE WIDTH - INCLUDES BORDER */

#slidesJQ > .centered-btns_nav	{ display: block; }  /* ARROWS */



/* BUTTONS ON slideshow-home.htm */

a.view-slideshow:link, a.view-slideshow:visited, a.view-slideshow:active 
		{
		color: #FFFFFF;
		font: 13px "Open Sans", arial, sans-serif;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		background-color: #0083BA;
		padding: 6px 0px 6px 0px;
		margin: 6px auto 0px auto;		
		display: block;
		display: inline-block;
		cursor: pointer;
		width: 132px;
		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: #0399D6;
		border: #0399D6 0px solid;
		}




/* CONTACT & QUOTES PAGE CODE */

.phonetitle		{ color: #000000; font: 17px "Comfortaa", arial, sans-serif; font-weight: 700; line-height: normal; }

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

.contact-select		{ color: #996600; font-weight: normal; margin: 6px 0px 6px 0px; }

.contactform-table	{ margin: 20px 0px 10px 50px; }

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


/* CONTACT BUTTONS */

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
	       	font: 600 15px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #0083BA;
		-webkit-appearance: none;
		padding: 12px 12px 12px 12px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 100%;
		max-width: 140px;
        	border: #000000 0px 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: #0399D6;
        	border: #000000 0px solid;
		}

.shadeform	{
		font: 15px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 100%;
		max-width: 350px;
		padding: 4px 0px 4px 0px;
		margin: 3px 0px 6px 0px;
		border: #999999 1px solid;
		}

.textarea	{
		font: 16px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 100%;
		max-width: 400px;
		height: 180px;
		overflow: auto;
		margin: 3px 0px 6px 0px;
		border: #999999 1px solid;
		}

.dropdown 	{
		font: 16px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		width: 275px;
		margin: 3px 0px 6px 0px;
		}

/* QUOTES PAGE - MODIFIES ABOVE CLASSES */

.quotechoice 	{ color: #993366; margin: 6px 0px 6px 0px; }

.quoteform	{ width: auto; }

.dropquotes	{ width: auto; }

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




/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

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


/* CONTACT PAGE GOOGLE DIRECTIONS */

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

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

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




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

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




/* CALENDAR PAGE */

blockquote.calbox 	{
		color: #000000;
		font-size: 13px;
		line-height: normal;
		background-color: #F7F1DC;
		margin-top: -30px;
		margin-bottom: 0px;
		margin-left: 50px;
		margin-right: 0px;
		padding: 8px 8px 8px 10px;
		border-top: 1px solid #E1CC89;
		border-right: 1px solid #E1CC89;
		border-bottom: 1px solid #E1CC89;
		border-left: 6px solid #ECD99C;
	/* 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 "PT 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: #3C90B1 1px solid; background-color: #F0F0F0; }

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

.calspace	{ padding: 0px; }

.calendartitle	{
		color: #FFFFFF;
		background-color: #048FCA;
		font: normal 17px "Open Sans", arial, sans-serif;
		padding: 8px 4px 8px 10px;
		text-align: left;
		border-bottom: #00C1CC 2px solid;
		}

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

.calday		{
		width: 29px;
		background-color: #DCEEDC;
		color: #000000;
		font: bold 14px "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: #000000;
		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 18px "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;
		}




/* 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: #048FCA;
		-webkit-appearance: none;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #000000 0px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}




/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform 			{ width: 150px; }

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

.payformbox	{
		background-color: #F1F6FB;
		border: #9FBDCB 1px solid;
		}

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

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




/* PDF PAGE */

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




/* SITE MAP */

.arrow-link-map	 {
		 padding: 10px 0px 10px 31px;
		 margin: 0px 0px 0px 0px;
		 background-position: 5px 9px;
		 }

.searchtext		{ font-size: 12px;}

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

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

.sitesearchbutton	{ width: 65px; }




/* STAFF PAGE */

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




/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.videobox	 {
		 max-width: 640px;
		 margin: 0 auto;
		 padding: 0px 5px 0px 5px;
		 }

.video-container {
		 min-width: 200px;
		 padding-top: 0px;
		 padding-bottom: 56.25%;
		 margin: 12px auto 12px 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;
		 }


/* VIDEO MENU */

#menu-videos	{
		background-color: transparent;
		font-size: 0px;
		line-height: 0px;
		text-align: center;
		padding: 10px 0px 9px 0px;
		margin: 0px 10px 0px 10px;
		border-bottom: #000000 0px solid;
		}

.vid-thumb 	{
		width: 100%;
		max-width: 60px;
		height: auto;
		vertical-align: bottom;
		margin: 2px 2px 2px 2px;
		border: #000000 2px solid;
		}

.vid-thumb:hover { border: #07A0E0 2px solid; }



.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #DF9A0A;
	-webkit-box-shadow: 0px 1px 0px 0px #DF9A0A;
	box-shadow: 0px 1px 0px 0px #DF9A0A;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#DF9A0A;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}









/* HIDE MENU AND ITEMS FOR PRINTING */

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



/* CAPTCHA */

.capbox {
	background: #048FCA;
	background: linear-gradient(to right, #048FCA, #048FCA);
	text-align: center;
	border: #048FCA 0px solid;
	border-width: 2px 2px 2px 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 7px 11px 7px 11px;
	border-radius: 4px 4px 4px 4px;
	width: 100%;
	max-width: 281px;
	}

.capbox-inner {
	font: bold 12px arial, sans-serif;
	color: #000000;
	background-color: #99EAA2;
	margin: 0px auto 0px auto;
	padding: 3px 10px 5px 10px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	}

#CaptchaDiv {
	color: #000000;
	font: normal 25px Impact, Charcoal, arial, sans-serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	user-select: none;
	display: inline-block;
	padding: 3px 14px 3px 8px;
	margin-right: 4px;
	border-radius: 4px;
	}

#CaptchaInput {
	border: #999999 1px solid;
	margin: 3px 0px 1px 0px;
	width: 105px;
	}




/* SELL CHART */

.comparison {
  max-width:940px;
  margin:0 auto;
  font:13px/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align:center;
  padding:10px;
}

.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom:1px solid #CCC;
}

.comparison td, .comparison th {
  border-right:1px solid #CCC;
  empty-cells: show;
  padding:10px;
}

.compare-heading {
  font-size:18px;
  font-weight:bold !important;
  border-bottom:0 !important;
  padding-top:10px !important;
}

.comparison tbody tr:nth-child(odd) {
  display:none;
}

.comparison .compare-row {
  background:#F5F5F5;
}

.comparison .tickblue {
  color:#0078C1;
}

.comparison .tickgreen {
  color:#009E2C;
}

.comparison th {
  font-weight:normal;
  padding:0;
  border-bottom:1px solid #CCC;
}

.comparison tr td:first-child {
  text-align:left;
}
  
.comparison .qbse, .comparison .qbo, .comparison .tl {
  color:#FFF;
  padding:10px;
  font-size:13px;
  border-right:1px solid #CCC;
  border-bottom:0;
}

.comparison .tl2 {
  border-right:0;
}

.comparison .qbse {
  background:#0078C1;
  border-top-left-radius: 3px;
  border-left:0px;
}

.comparison .qbo {
  background:#009E2C;
  border-top-right-radius: 3px;
  border-right:0px;
}

.comparison .price-info {
  padding:5px 15px 15px 15px;
}

.comparison .price-was {
  color:#999;
  text-decoration: line-through;
}

.comparison .price-now, .comparison .price-now span {
  color:#ff5406;
}

.comparison .price-now span {
  font-size:32px;
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
  background:#ff5406;
  padding:10px 20px;
  font-size:12px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:3px;
  text-transform:uppercase;
  margin:5px 0 10px 0;
}

.comparison .price-try {
  font-size:12px;
}

.comparison .price-try a {
  color:#202020;
}

@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display:table-row;
    background:#F7F7F7;
  }
  .comparison .row {
    background:#FFF;
  }
  .comparison td, .comparison th {
    border:1px solid #CCC;
  }
  .price-info {
  border-top:0 !important;
  
}
  
}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding:5px 10px;
  }
  .comparison td, .comparison th {
    padding:10px 5px;
  }
  .comparison .hide-mobile {
    display:none;
  }
  .comparison .price-now span {
  font-size:16px;
}

.comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
}
  .comparison .qbse, .comparison .qbo {
    font-size:12px;
    padding:10px 5px;
  }
  .comparison .price-buy {
    margin-top:10px;
  }
  .compare-heading {
  font-size:13px;
}
}



/* RIGHT SCROLL TO TOP ARROW */

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

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