


body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}
/* ^^^ SEE CLASS "outer-background" BELOW */

html {
    font-size: 17px;
}



		border: #1691e2 solid;

body, html	{ height: 100%; }

#fadediv	{
	background-color: #FFFFFF;
	position: absolute;
	top: -95px;
	left: 5px;
	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 */

		border: solid #1691e2;

.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; }

		border-bottom: #1691e2 2px solid;




/* 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: #011b63; text-decoration: none; }

a:hover 	{ color: #cc00bb; 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: #1691e2; font: 28px "Open Sans", arial, sans-serif; font-weight: 400; letter-spacing: 0px; line-height: normal; }

.subtitle 	{ color: #000000; font: 20px "Open Sans", arial, sans-serif; font-weight: 400; line-height: normal; }

.smalltitle 	{ color: #000000; font: 17px "Open Sans", arial, sans-serif; font-weight: 600; line-height: normal; }

.smalltext	{ color: #645B50; font: 13px "Open Sans", arial, sans-serif; font-weight: 400; padding-bottom: 5px; line-height: normal; }

.testimonial	{ color: #CC9900; font-size: 13px; font-family: "Open Sans", arial, helvetica, sans-serif; font-weight: 700; }

.hilite		{ color: #CC0000; font-weight: 700; }




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* SERVICES LIST */

.list		{
		color: #806A44;
		line-height: 150%;
		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: 700px; }

#pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto;
		}

.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		}

#contentbox-outer 
		{
		max-width: 1150px;
		margin: 0 auto;
		}

#contentbox	{
		width: 100%;
		float: left;
		margin-right: -302px;
		}

#left-content 	{
		margin-right: 302px;
		}

#sidebar-content {
		width: 300px;
		background-color: transparent;
		margin: 20px 0 30px auto;
		float: right;
		}

.content-pad 	{ padding: 40px 30px 30px 30px; }

.sidebar-pad	{ padding: 0px 20px 10px 30px; }




/* HOME PAGE HEIGHT & WIDTHS */

.pageheight-home  { min-height: 400px; }

#contentbox-home  {
		  max-width: 1200px;
		  margin: 0 auto;
		  padding: 20px 0px 10px 0px;
		  }




/* 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;
			}

#logo-text {
    color: #1691e2;
    display: block;
    text-align: left;
    padding: 12px 0 10px 20px;
    font-size: 46px;   /* ← change this number to whatever size you want */
    font-weight: bold;
    line-height: 1.3;

}


/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		text-align: left;  /* ALIGNS THE GRAPHIC LOGO */
		padding: 0px 0px 2px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.headercolor	{ background-color: #FFFFFF; }

#headerdiv a	{ outline: 0; }

.logo-respond	{
		height: 80px;
		width: 600px;		/* EDIT BOTH WIDTHS!! */
		max-width: 600px;	/* EDIT BOTH WIDTHS!! */
		min-width: 280px;
		margin: 0px auto 0px 0px;
		display: block;
		}


/* START TEXT HEADER CODE */

.textlogo-align	{ text-align: left; vertical-align: middle; }  /* ALIGNS THE TEXT LOGO */

.textlogo	{
		font: normal 28px "Open Sans", arial, sans-serif;
		padding: 15px 10px 20px 14px;
		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: transparent;
		text-align: center;
		position: absolute;
		right: 46px;
		top: 16px;
		border: transparent 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

.ico1-img	{ width: 36px; height: 36px; display: block; margin: 0 auto; }



/* ICON CODE GROUP 2 */

.header-ico2	{
		width: 36px;
		height: 36px;
		background-color: transparent;
		text-align: center;
		position: absolute;
		right: 10px;
		top: 16px;
		border: transparent 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

.ico2-img	{ width: 36px; height: 36px; display: block; margin: 0 auto; }



/* HOVER COLOR ALL HEADER ICONS */

.icohov:hover	{ background-color: transparent; border: #000000 1px solid; }




/* 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 11px 1px 0px; }

.float-item	{ float: left; margin-right: 11px; margin-bottom: 2px; }

.text-nowrap	{ overflow: hidden; min-width: 200px; }

.verse-stack	{ clear: both; margin-top: 12px; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }




/* PAGE LINES & BORDERS */

.page-splits 	{ 
		font-size: 1px;
		line-height: 1px;
		height: 1px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0px;
		background-color: #B0BCB0;
/* FIVE COLOR GRADIENT */
		background-image: linear-gradient(to right, #FFFFFF, #C0C0C0, #B0BCB0, #C0C0C0, #FFFFFF);
		border-top: #C5CBD4 0px solid;
		}

.splits-xtramargin	{ margin-top: 30px; margin-bottom: 30px; }

.splits-adjust		{ margin-top: 0px; }


/* LARGE PAGE SPLITS (ON HELP PAGE) */

.large-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 25px;
		background-color: #1691e2;
		margin: 0 auto;
		padding: 0px;
		border-bottom: #F1EEED 4px solid;
		}




/* HOME PAGE */

/* HOME 3 BOX COLUMNS */

.introbox-text	{
		color: #000000;
		font-size: 15px;
		line-height: 150%;
		padding: 0px 0px 10px 0px;
		text-align: left;
		}

.introtitle 	{
		color: #FFFFFF;
		font: 18px "Open Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		text-align: left;
		padding: 12px 6px 12px 8px;
		margin: 0px 0px 10px 0px;
		background-color: #1691e2;
		border: solid #CCCCCC;
		border-width: 0px 0px 0px 0px;
		}

.introbox-outer	{ width: auto; margin: 40px auto 25px auto; }

.introbox	{
		float: left;
	}

/* Inline verse link shown next to clicked calendar date */
.verse-inline { display:block; margin:8px 0 6px 0; padding:8px 10px; background:#fbfbfb; border-left:3px solid #e6e6e6; border-radius:3px; font-size:0.95em; color:#0b61a4; }
.verse-inline a.verse-link { color:#0b61a4; text-decoration:underline; }
.verse-link::after { content: '↗'; display:inline-block; margin-left:6px; font-size:0.85em; color:#0b61a4; }
.verse-excerpt { color:#555; font-size:0.9em; margin-left:8px; font-style:italic; display:block; margin-top:6px; }
.calendarnum.active { background:#cfeefc; padding:2px 6px; border-radius:3px; transition: background .18s ease, box-shadow .18s ease; box-shadow: 0 0 0 rgba(0,0,0,0); }
.calendarnum.active:hover { box-shadow: 0 3px 8px rgba(0,0,0,0.08); }

@media (max-width: 600px){
	.verse-inline { display:block; margin-left:0; margin-top:6px; }
	.verse-excerpt { display:block; margin-left:0; margin-top:4px; }
}

/* Month grid styles */
#calendar-grid-container { margin: 14px 0 18px 0; }
#calendar-grid { max-width: 720px; margin: 0 auto 10px auto; }
.calendar-grid-header { font-weight:600; margin-bottom:8px; text-align:left; }
.calendar-weekdays { display: grid; grid-template-columns: repeat(7, 1fr); gap:6px; margin-bottom:6px; }
.calendar-weekday { text-align:center; font-size:0.9em; color:#666; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap:6px; }
.calendar-cell { background:#fff; border:1px solid #eee; padding:8px 6px; min-height:38px; text-align:center; cursor:pointer; border-radius:4px; }
.calendar-cell.empty { background:transparent; border:none; cursor:default; }
.calendar-cell:hover { box-shadow: 0 2px 6px rgba(0,0,0,0.06); }
.calendar-cell.active { background:#eaf6ff; border-color:#cfeeff; }

/* Hide the calendar grid visually but preserve layout space */
#calendar-grid-container.hide-grid,
#calendar-grid-container.hide-grid * {
	visibility: hidden !important;
}

/* Placeholder used when calendar removed to preserve layout spacing (removed) */
/* .calendar-placeholder rules removed since placeholder deleted from HTML */

@media (max-width:520px){
	.calendar-cell { padding:6px 4px; min-height:32px; }
}

/* Modal overlay rendered when clicking a date (centers over left content) */
.verse-overlay {
	position: fixed; top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.36); z-index: 9998;
}
.verse-modal {
	position: absolute; width: 420px; max-width: 88%; background: #ffffff; padding: 16px 18px; border-radius: 6px;
	box-shadow: 0 12px 36px rgba(0,0,0,0.25); border-left: 6px solid #1691e2; z-index: 9999;
}
.verse-modal .verse-modal-close { position: absolute; top: 6px; right: 8px; border: none; background: transparent; font-size: 22px; cursor: pointer; color: #666; }
.verse-only-text { margin: 0 0 8px 0; font-size: 16px; color: #000; }
.verse-only-ref a { color: #1691e2; text-decoration: none; font-weight: 600; }


/* Centered verse box injected into main content */
.main-verse-box { max-width: 760px; margin: 36px auto; }
.main-verse-inner { background: #fff; padding: 18px 20px; border-radius: 6px; box-shadow: 0 8px 20px rgba(0,0,0,0.08); border-left:6px solid #1691e2; }
.main-verse-inner .verse-only-text { font-size: 18px; margin: 0 0 10px 0; color: #000; }
.main-verse-inner .verse-only-ref a { color: #1691e2; font-weight: 700; }
@media (max-width:800px){ .main-verse-box { margin: 20px 12px; } .main-verse-inner { padding: 14px; } }

		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: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		}

.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: left;
		color: #c0c0c0;
		background-color: transparent;
		border: solid #C0C0C0;
		border-width: 1px 0px 1px 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: 100%;
		margin: 0px 20px 50px 20px;
		border-top: 3px solid #C6D3BD;
		border-bottom: 3px solid #1691e2;
		}

.home-2xcontent	{
		float: left;
		width: 50%;  /* DIVIDED BY 2 MINUS PADDING BELOW */
		margin: 0px auto 0px auto;
		}

.content-left	{ padding: 25px 20px 40px 0px; }

.content-right	{ padding: 25px 0px 40px 20px; }




/* HOME PAGE LOWER 1 COLUMN TEXT CONTENT */

.home-1col	  { max-width: 100%; margin: 0 auto; }

.content-pad-home { padding: 30px 20px 30px 20px; }

.homelinks	  { color: #C0C0C0; }




/* HOME JQUERY SLIDESHOW (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.homeimageborder	{
			background-color: #FFFFFF;
			background-image: url("picts/homeimage-bg.jpg");
			background-repeat: repeat-x;
			border: solid #CCCCCC;
			border-width: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			}

.rslides_container	{
			background-color: transparent;
			max-width: 1200px;  /* WIDTH INCLUDES BORDER BELOW */
			min-width: 250px;
			text-align: center;
			cursor: pointer;
			margin: 0 auto;
			position: relative;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		  	border: solid #999999;
		  	border-width: 0px 0px 0px 0px;
		  	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

#homeJQ > .centered-btns_nav	{ display: none; }  /* HIDES HOME ARROWS */


/* HOME SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			width: 100%;
			position: absolute;
			bottom: 15px;
			left: 0px;
			margin: 0 auto;
			text-align: center;
			z-index: 1000;
			background-color: transparent;
			}


/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 25px;
			height: 15px;
			background-color: transparent;
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			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: #C3FF6F; border: #C3FF6F 2px solid; cursor: default; }


/* FADE UP JQUERY BUTTONS */

.centered-btns_tabs	{
	animation: fadein 3s;
	-moz-animation: fadein 3s;
	-webkit-animation: fadein 3s;
	-o-animation: fadein 3s;
	}
@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; }}




/* FOR OPTIONAL-No-Animation-Home.htm PAGE IMAGE */

.homeimage		{ width: 100%; display: block; }

.homeimage-static	{
			max-width: 1200px;  /* WIDTH INCLUDES BORDER */
			min-width: 250px;
			margin: 0 auto;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		  	border: solid #999999;
		  	border-width: 0px 0px 0px 0px;
		  	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}




/* RIGHT SIDEBAR */

.SB-background		{
			padding: 0px;
			border-left: #C5CBD4 1px solid;
			}

.sidebar-area		{ background-color: transparent; margin: 0 auto; }

.sidebar-textarea	{
			text-align: left;
			width: 100%;
			margin: 0px auto 10px auto;
			padding: 0px 0px 10px 0px;
		  	border: solid #CECECE;
		  	border-width: 0px 0px 0px 0px;
		  	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.sidebar-text 	{
		color: #000000;
		font: 15px "Open Sans", arial, sans-serif;
		text-align: left;
		font-weight: normal;
		line-height: normal;
		}

.sidebar-title	{
		color: #FFFFFF;
		font: 19px "Open Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		background-color: #1691e2;
		padding: 12px 5px 12px 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: 100%;
		height: auto;
		display: block;
		margin: 0px auto 15px auto;
		padding: 0px 0px 0px 0px;
		border: #1691e2 solid;
		border-width: 3px 0px 3px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
  	/* 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 "Open Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		display: block;
		padding: 6px 0px 6px 12px;
		background-image: url("picts/sidebar-bullet-tan.gif");
		background-repeat: no-repeat;
		background-position: left top;
		border: dashed #A09D93;
		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: #000000;
		height: 2px;
		line-height: normal;
		background-color: transparent;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #1691e2;
		border-width: 0px 0px 6px 0px;
		}

.footer-background {
		background-color: #FFFFFF;
		min-height: 1%;  /* FIX FOR IE BUG DO NOT EDIT */
		}
		
.footerbox	{
		padding: 0px 0px 0px 0px;
		margin: 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: 7px;
		margin-bottom: 5px;
		border-bottom: #1691e2 2px solid;
		}

table.footer-links td 	{
			text-align: left;
			padding: 5px 50px 5px 40px;
			}

.footer-links	{
		font-size: 16px;
		width: 86%;
		max-width: 900px;
		line-height: 35px;
		}

.footerlinks-1	{ width: 33%; border-left: #C6D3BD 1px solid; border-right: #C6D3BD 1px solid; }

.footerlinks-2	{ width: 33%; border-right: #C6D3BD 1px solid; }

.footerlinks-3	{ width: 33%; border-right: #C6D3BD 1px solid; }

.footer-copyright  {
		   padding: 14px 10px 30px 10px;
		   margin: 0px 0px 0px 0px;
		   background-color: #1691e2;
		   min-height: 1%;  /* FIX FOR IE BUG DO NOT EDIT */
		   border: solid #CCCCCC;
		   border-width: 3px 0px 0px 0px;
		   /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		   }

.copyright-text	   {
		   color: #FFFFFF;
		   font: 11px "Open Sans", arial, sans-serif;
		   font-weight: normal;
		   line-height: normal;
		   }

.footer-disclaimer {
		   font-size: 10px;
		   padding: 6px 0px 6px 0px;
		   margin: 16px auto 15px auto;
		   max-width: 1000px;
		   border: solid #FFFFFF;
		   border-width: 1px 0px 1px 0px;
		   /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		   }


/* FOOTER LINK COLORS */

.footerbox a:link, 
.footerbox a:visited, 
.footerbox a:active 	{ color: #007777; text-decoration: none; white-space: nowrap; }

.footerbox a:hover 	{ color: #CC6600; 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: #CCFF99; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* SOCIAL ICONS */

.socialbox	{
		list-style: none;
		padding: 0px;
		margin: 0px;
		}

.socialbox li	{
		display: inline-block;
    		*display:inline;  /* For Older IE */
    		*zoom:1;
		}

.socialicon	{
		display: block;
		padding: 3px;
		margin: 6px 1px 15px 1px;
		background-color: transparent;
		border: transparent 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

.socialicon:hover  { background-color: #7C937A; border: #FFFFFF 1px solid; }




/* 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;
		}

#slidesJQ		{ border: #000000 2px solid; cursor: auto; }

#contentbox-slideshows	{
			max-width: 932px;
			margin: 0 auto;
			padding: 30px 10px 15px 10px;
			}

.slide-setwidth		{ max-width: 904px; }  /* MAX SLIDE IMAGE WIDTH - INCLUDES BORDER */

#slidesJQ > .centered-btns_nav	{ display: block; }  /* ARROWS */

.HoverBorder	{
		border: #FFFFFF 2px solid;
		vertical-align: bottom;
		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 2px solid;
	/* ZOOM */
		-webkit-transform: scale(1.03);
		-moz-transform: scale(1.03);
		transform: scale(1.03);
		}



/* MEDIA - VIDEOS AND SLIDESHOW PAGES */

.media-text	{
		max-width: 750px;
		margin: 20px auto 12px auto;
		}

/* MEDIA PLAY OVERLAY */

.media-pbox	{
		float: left;
		margin-right: 12px;
		margin-bottom: 0px;
		position: relative;
		}

.media-picon	{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -26px;
		margin-left: -26px;
		}

.media-thumb	{ display: block; margin-bottom: 5px; }




/* CONTACT & QUOTES PAGE CODE */

.phonetitle		{ color: #000000; font: 18px "Open Sans", arial, sans-serif; font-weight: 600; line-height: normal; }

.contact-pad 		{ padding: 15px 0px 15px 0px; }

.contact-select		{ color: #806A44; font-weight: normal; margin: 6px 0px 6px 0px; }

.form-box		{ margin: 20px 0px 10px 100px; }


/* CONTACT BUTTONS */

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
	       	font: 600 17px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #1691e2;
		-webkit-appearance: none;
		padding: 15px 8px 15px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 120px;
        	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: #888062;
        	border: #000000 0px solid;
		}

.shadeform	{
		font: 16px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 100%;
		max-width: 300px;
		padding: 5px;
		margin: 3px 0px 6px 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		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: 325px;
		height: 150px;
		overflow: auto;
		padding: 5px;
		margin: 3px 0px 6px 0px;
		border: #999999 1px solid;
		}

.dropdown 	{
		font: 16px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		width: 100%;
		max-width: 300px;
		padding: 5px;
		margin: 3px 0px 6px 0px;
		}

/* QUOTES PAGE - MODIFIES ABOVE CLASSES */

.quotechoice 	{ color: #806A44; margin: 6px 0px 6px 0px; }

.quoteform	{ width: auto; }

.dropquotes	{ width: auto; }

input[type=submit].quotebutton	{ width: 225px; }




/* CONTACT PAGE GOOGLE DIRECTIONS */

.directions	{
		font-size: 14px;
		font-weight: normal;
		line-height: normal;
		padding: 8px 0px 5px 0px;
		}

.directions .shadeform	{
			width: 100%;
			max-width: 290px;
			margin: 5px 0px 6px 0px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			}

input[type=submit].directionbutton {
			width: 100%;
			max-width: 290px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			}




/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }




/* CALENDAR PAGE */

blockquote.calbox 	{
	color: #000000;
	font-size: 0.9em;
	line-height: normal;
	background-color: #f7fbff;
	margin-top: -30px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 0px;
	padding: 8px 8px 8px 10px;
	border-top: 1px solid #cfeefc;
	border-right: 1px solid #cfeefc;
	border-bottom: 1px solid #cfeefc;
	border-left: 6px solid #1691e2;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		} 

.calendarnum 	{ color: #1691e2; 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: #C0C0C0 1px solid; background-color: #F0F0F0; width: 100%; }

.calendarinner	{ border-collapse: collapse; border-spacing: 0px; table-layout: fixed; width: 100%; }

.calendarinner td	{ width: 14.28%; }

.calspace	{ padding: 0px; }

.calendartitle	{
		color: #FFFFFF;
		background-color: #1691e2;
		font: normal 19px "Open Sans", arial, sans-serif;
		padding: 8px 4px 8px 10px;
		text-align: left;
		border-bottom: #CCCC99 3px solid;
		}

.caldays	{
		height: 26px;
		background-color: #FFFFFF;
		color: #000000;
		font: normal 15px "Open Sans", arial, sans-serif;
		border-right: #E2E2E2 1px solid;
		border-bottom: #C59529 1px solid;
		text-align: center;
		}

.calday		{
		/* changed from green tint to light blue to match site */
		background-color: #eaf6ff;
		color: #000000;
		font: 700 15px "Open Sans", arial, sans-serif;
		border-right: #E2E2E2 1px solid;
		border-bottom: #C59529 1px solid;
		text-align: center;
		}

.caldates	{
		height: 27px;
		background-color: #FFFFFF;
		color: #000000;
		font: normal 15px "Open Sans", arial, sans-serif;
		border-right: #E2E2E2 1px solid;
		border-bottom: #E2E2E2 1px solid;
		text-align: center;
		}

.calhilite	{
		background-color: #F0F9F8;
		color: #FFFFFF;
		font: 700 18px "Open Sans", arial, sans-serif;
		border-right: #E2E2E2 1px solid;
		border-bottom: #E2E2E2 1px solid;
		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: 15px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		width: 150px;
		padding: 5px;
		border: #999999 1px solid;
		}

.searchbutton 	{
		color: #FFFFFF;
	       	font: bold 14px arial, sans-serif;
		text-align: center;
		background-color: #1691e2;
		-webkit-appearance: none;
		padding: 6px 10px 6px 10px;
		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: 160px; }

input[type=submit].payform 	{ width: 162px; margin-bottom: 10px; }

.payformbox	{
		background-color: #F0F2EB;
		border: #C6D3BD 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 10px 0px 10px; }




/* SITE MAP */

.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: #888062;
		font-family: "Open Sans", arial, sans-serif;
		font-size: 12px;
		font-weight: 700;
		line-height: normal;
		margin: 12px 0px 0px 0px;
		padding: 12px 0px 0px 0px;
		border-top: #CC9900 1px solid;
		}




/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.videobox	 {
		 max-width: 950px;
		 margin: 0 auto;
		 padding: 0px 5px 0px 5px;
		 }

.video-container {
		 min-width: 200px;
		 padding-top: 0px;
		 padding-bottom: 56.25%;
		 margin: 26px 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: #C0CBBE;
		font-size: 0px;
		line-height: 0px;
		text-align: center;
		padding: 12px 0px 9px 0px;
		margin: 0px 0px 0px 0px;
		border-bottom: #000000 0px solid;
		}

.vid-thumb 	{
		width: 100%;
		max-width: 100px;
		height: auto;
		vertical-align: bottom;
		margin: 2px 2px 2px 2px;
		border: #FFFFFF 2px solid;
		}

.vid-thumb:hover { border: #CCFF99 2px solid; }




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}



/* Remove the green band but KEEP a solid dropdown background */
#menu-box .dropdown_2columns,
#menu-box .dropdown_4columns {
    background: #ffffff !important;   /* white dropdown background */
    background-image: none !important;
    border: none !important;
}

/* Remove green header row if it exists */
#menu-box .col_2 {
    background: none !important;
    background-image: none !important;
    border: none !important;
}
/* Widen dropdown menu columns so text doesn't wrap */
#menu-box .dropdown_2columns .col_1,
#menu-box .dropdown_4columns .col_1 {
    width: 200px !important;   /* adjust to taste */
}

#menu-box .dropdown_2columns .col_2,
#menu-box .dropdown_4columns .col_2 {
    width: 400px !important;   /* only if needed */
}
#menu li:first-child .dropdown_2columns a {
    font-weight: normal !important;
}
