@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Satisfy); /* script for testimonials */
@import url(https://fonts.googleapis.com/css?family=Arvo); /* testimonials */

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; }

.hide		{ display: none; }


/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #006699; text-decoration: none; }

a:hover 	{ color: #3399CC; text-decoration: underline; }


a.biglink:link, 
a.biglink:visited, 
a.biglink:active 	{ font-size: 18px; color: #006699; text-decoration: none; }

a.biglink:hover 	{ font-size: 18px; color: #3399CC; text-decoration: underline; }



/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #32444F;
		font-family: "Droid Sans", arial, helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		line-height: 145%;
		}

.title 		{ color: #002F64; font: 22px "Droid Sans", arial, sans-serif; font-weight: normal; letter-spacing: 0px; line-height: normal; }

.subtitle 	{ color: #002F64; font: 18px "Droid Sans", arial, sans-serif; font-weight: normal; line-height: normal; }

.smalltitle 	{ color: #002F64; font: 16px "Droid Sans", arial, sans-serif; font-weight: normal; line-height: normal; margin-top: 6px; }

.smalltext	{ color: #777777; font: 14px "Droid Sans", arial, sans-serif; font-weight: normal; padding-bottom: 5px; line-height: normal; }

.notetext	{ color: #777777; font: 14px "Droid Sans", arial, sans-serif; font-weight: normal; padding-bottom: 5px; line-height: normal; }

.testimonials	{ color: #002F64; font: 18px Arvo, arial, helvetica, sans-serif; line-height: 125%; }

.hilite		{ color: #FF0000; }

.activity-caption	{
		color: #002F64;
		font: 16px "Droid Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		text-align: center;
		margin-top: 0px;
		}

.bold		{ font-weight: bold; }

.italic		{ font-style: italic; }


/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* SERVICES LIST */

.list		{
		font-size: 14px;
		color: #440022;
		line-height: 160%;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.floatlist	{ float: left; width: 50%; min-width: 200px; }

.list li	{ text-indent: 1px; }


/* FORMS LIST */


.formslist		{
		font-size: 15px;
		color: #440022;
		list-style-type: none;
		line-height: 160%;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 0px;
		}

.formslist li	{ text-indent: 1px; margin-bottom: 18px; }


/* 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; }

.pageheighthome	{ min-height: 800px; }

.pagewrapper	{
		width: 100%;
		min-width: 315px;
		text-align: center;
		margin: 0 auto;
		}

.pagebox	{
		padding: 0px 10px 0px 10px;
		margin: 0 auto;
		}

#contentbox	{
		max-width: 850px;
		margin: 0 auto;
		padding: 30px 0px 10px 0px;
		}

.content-pad 	{ padding: 0px 35px 10px 15px; }

.content-pad-forms 		{ padding: 0px 15px 10px 15px; }

.content-pad-activities 	{ padding: 0px 15px 10px 15px; }

#left-content 	{
		float: left;
		width: 100%;
		max-width: 555px;
		padding: 0px;
		}



/* HOME PAGE WIDTHS */

#contentbox-home  {
		  max-width: 912px;
		  margin: 0 auto;
		  padding: 40px 0px 15px 0px;
		  }




/* TEXT AND GRAPHIC HEADER CODE */


#headerdiv	{
		padding: 0px 0px 0px 0px;
		text-align: left;
		margin: 0px 0px 5px 0px;
		border: #000000 0px solid;
		}

.headerimage	{
		width: 100%;
		height: auto;
		max-height: 500px;
		min-width: 250px;
		margin: 0px auto;
		z-index: -100;
		background-color: #002F64;
		background-image: url("picts/background-header.jpg");
		background-repeat: no-repeat;
		background-position: center;
	/* BACKGROUND STRETCH */
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		border: solid #A2B5D8;
		border-width: 0px 0px 3px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}


.headercolor	{ background-color: transparent; }  /* OPTIONALLY EDIT .pagebox PADDING ABOVE */

.logo-respond	{
		height: 250px;
		width: 248px;
		max-width: 248px;
		min-width: 50px;
		margin: 0 auto;  /* THIS CODE ALIGNS THE LOGO */
		display: block;
		z-index: 100;
		}

/* SAMPLE 75TH ANNIVERSARY HEADER */

.headerimage-75	{
		width: 100%;
		height: auto;
		max-height: 500px;
		min-width: 250px;
		margin: 0px auto;
		z-index: -100;
		background-color: #002F64;
		background-image: url("picts/background-header-75.jpg");
		background-repeat: no-repeat;
		background-position: center;
	/* BACKGROUND STRETCH */
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		border: solid #A2B5D8;
		border-width: 0px 0px 3px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}


.logo-75-respond	{
		height: auto;
		width: 200px;
		max-width: 200px;
		min-width: 50px;
		margin: 0 auto;  /* THIS CODE ALIGNS THE LOGO */
		display: block;
		z-index: 1200;
		position: absolute;
		top: 200px;
		left: 15px;
		}


/* START TEXT HEADER CODE */

.textlogo	{
		font: normal 48px "Times New Roman", arial, sans-serif;
		font-style: italic;
		font-weight: bold;
		text-align: center;
		padding: 22px 8px 24px 8px;
		display: block;
		}

.textlogo a:link, .textlogo a:visited, .textlogo a:active	{ color: #FFFFFF; text-decoration: none; }

.textlogo a:hover { color: #FFFFFF; text-decoration: none; }


#header-contact	{
		padding: 10px 12px 6px 12px;
		background-color: #002F64;
		border: solid #A2B5D8;
		border-width: 3px 0px 3px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

.header-contacttext	{ color: #FFFFFF; font: 17px "Droid Sans", arial, sans-serif; font-weight: normal; line-height: normal; }
			


/* INNER AND OUTER BACKGROUNDS */

.outer-background	{
			background-color: #FFFFFF;
			background-image: url(picts/background-main.jpg);
			background-repeat: repeat-x;
			background-attachment: fixed;
			}

.inner-background	{
			background-color: transparent;
			border: #000000 0px solid;
			}




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{ border: #002F64 1px solid; }

.img-float	{ float: left; margin: 3px 8px 1px 0px; }

.img-float-right	{ float: right; margin: 3px 0px 1px 8px; }

.float-item	{ float: left; margin-right: 15px; margin-bottom: 2px; }

.float-item2	{ float: left; margin-right: 12px; margin-bottom: 0px; }

.float-right	{ float: right; margin-right: 0px; 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; }


/* CONTENT TABLE FULL WIDTH IMAGE RESPONSIVE CODE */ 

.respond-450	{ width: 100%; height: auto; max-width: 450px; }

.respond-400	{ width: 100%; height: auto; max-width: 400px; } /* About page content table images */


/* 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: #D4D4D4 1px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }

/* LARGE PAGE SPLITS */

.large-splits 	{
		width: 99%;
		line-height: 1px;
		font-size: 1px;
		height: 25px;
		background-color: #F1EEED;
		margin: 0 auto;
		padding: 0px;
		border: #CECECE 1px solid;
		}




/* HOME PAGE */

/* HOME 3 BOX COLUMNS */

.introbox-text	  { color: #32444F; font-size: 13px; padding: 14px 0px 10px 0px; text-align: left; }

.introtitle 	{
		color: #000000;
		font: 19px "Droid Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		text-align: left;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 5px 0px;
		border: solid #CC9900;
		border-width: 0px 0px 1px 0px;
		}

.introbox-outer	{ width: 900px; margin: 0 auto; }

.introbox	{
		float: left;
		width: 300px;  /* DIVIDED BY 3 */
		}

.introbox-inner	{
		background-color: #FFFFFF;
		padding: 10px 20px 10px 20px;
		margin: 35px 10px 70px 10px;
	/* CORNER ROUNDING */
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		}

.introbox-left	  { display: block; }

.introbox-center  { display: block; }

.introbox-right	  { display: block; }

.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 ( OPTIONAL HOMEPAGE ) */

.imagesbox	{
		width: 238px;
		height: 100px;
		overflow: hidden;
		cursor:pointer;
		margin: 0 auto;
		border: 0px solid #000000;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.introimages img	{
			width: 238px;
			height: 100px;
		/* IMAGE ZOOM */
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-o-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			}

.introimages img:hover	{ width: 280px; height: 119px; }

.home-caption	{
		color: #002F64;
		font: 18px "Droid Sans", arial, sans-serif;
		font-weight: bold;
		font-style: normal;
		padding: 12px 0px 0px 0px;
		line-height: 26px;		
		}



/* JQUERY SLIDESHOWS (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container	{
			background-color: #D4D4D4;
			max-width: 908px;  /* INCLUDES BORDER BELOW */
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: #002F64 3px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			}

.rslides_container img	{
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

#homeJQ > .centered-btns_nav	{ display: block; }  /* HIDES HOME ARROWS */

/* 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: 10px;
			height: 10px;
			background-color: transparent;
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			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: #1D74DF; border: #1D74DF 2px solid; cursor: default; }




/* FOR OPTIONAL HOME PAGE IMAGE */

.homeimage	{ width: 100%; display: block; }

.homeimage-border	{
			max-width: 908px;  /* INCLUDES BORDER BELOW */
			min-width: 250px;
			margin: 0 auto;
			box-sizing: border-box;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: #002F64 3px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			}




/* RIGHT SIDEBAR */

#sidebar-content 	{
			float: left;
			width: 100%;
			max-width: 280px;
			padding: 0px;
			border-left: #D4D4D4 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 #CECECE;
		  	border-width: 0px 0px 0px 0px;
		  	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.sidebar-text 	{
		color: #72767F;
		font: 13px "Droid Sans", arial, sans-serif;
		text-align: left;
		font-weight: normal;
		line-height: normal;
		}

.sidebar-title	{
		color: #FFFFFF;
		font: 16px "Droid Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		background-color: #174A91;
		padding: 10px 5px 10px 6px;
		margin: 0px auto 7px auto;
		border-bottom: #A2B5D8 3px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.sidebar-image	{
		display: block;
		margin: 0px auto 15px auto;
		border: #000000 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		}

.side-links	{
		padding: 10px 0px 10px 0px;
		margin: 0px;
		}

.side-links a	{
		font: 14px "Droid Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		display: block;
		padding: 6px 0px 6px 10px;
		border: dashed #7E99AA;
		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: 3px;
		line-height: normal;
		background-color: #FFFFFF;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #A2B5D8;
		border-width: 3px 0px 0px 0px;
		}

#FooterFRM	{ visibility: visible; }

.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}

.footer-height	{ height: 365px; }

.footer-page	{
		background-color: #002F64;
		background-image: url("picts/background-footer1.jpg");
		background-repeat: no-repeat;
		margin: 0px 25px 0px 25px;
		padding: 0px;
		}

.footer-page, .footer-page div, .footer-page table { color: #FFFFFF; }

.footer-pad	{ padding: 10px 10px 10px 10px; }

.footer-border	{
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

div.footer-title {
		color: #FFFFFF;
		font: 18px "Droid Sans", arial, sans-serif;
		font-weight: normal;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #FFDC07 1px solid;
		}

table.footer-links td 	{
			padding: 5px 10px 5px 20px;
			}

table.footer-form td 	{
			padding: 4px;
			}


.footer-image		{
			margin: 30px 0px 3px 10px;
			border: #5D8AB1 2px solid;
			}

.footer-image-table	{ margin-left: 20px;}

.footer-links	{ font-size: 16px; line-height: 28px; }

.footer-social	{ width: 100%; padding-left: 0px; }

.footerlinks-1	{ width: 40%; border-right: #286083 1px solid; }

.footerlinks-2	{ width: 40%; border-right: #286083 1px solid; }

.footerlinks-3	{ width: 10%; border-right: #286083 0px solid; }


/* FOOTER LINK COLORS */

body.footer-page a:link, 
body.footer-page a:visited, 
body.footer-page a:active 	{ color: #B5D0E7; text-decoration: none; white-space: nowrap; }

body.footer-page a:hover 	{ color: #FFFFFF; text-decoration: none; white-space: nowrap; }



.footersplit	{ border-top: 1px solid #FFDC07; width: 90%; margin: 0 auto 10px; }



/* FOOTER FORM BOXES AND BUTTON */

.footerform	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 130px;
		margin-top: 1px;
		margin-bottom: 0px;
		border: #174A91 1px solid;
		-moz-box-sizing: content-box; /* or `border-box` */
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		}


.form-title	{ width: 100px; }

input[type=submit].footersubmitbutton, input[type=reset].footersubmitbutton 
		{
		color: #FFFFFF;
	       	font: normal 12px "Droid Sans", arial, sans-serif;
		text-align: center;
		background-color: #174A91;
		-webkit-appearance: none;
		padding: 2px 5px 2px 5px;
		margin: 0 auto;
		display: block;
		cursor: pointer;
		width: 55px;
        	border: #5D8AB1 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].footersubmitbutton:hover, input[type=reset].footersubmitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #3D74C0;
        	border: #5D8AB1 1px solid;
		}



.footer-tagline	{ color: #FFFFFF; font: 18px "Droid Sans", arial, sans-serif; font-weight: normal; font-style: italic; line-height: 125%; }


.robotest	{ display: none; }

/* FOOTER CONTACT LINE */

#footer-contact	{
		padding: 20px 12px 10px 12px;
		background-color: #002F64;
		border: solid #A2B5D8;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}

.footer-contacttext	{ color: #FFFFFF; font: 17px "Droid Sans", arial, sans-serif; font-weight: normal; line-height: normal; }
		

/* FOOTER CONTACT LINK COLORS */

div.emaillink a:link, 
div.emaillink a:visited, 
div.emaillink a:active 	{ color: #FFFFFF; text-decoration: none; white-space: nowrap; }

div.emaillink a:hover 	{ color: #B5D0E7; text-decoration: none; white-space: nowrap; }



.footer-copyright {
		  color: #FFFFFF;
		  font: 12px "Droid Sans", arial, sans-serif;
		  font-weight: normal;
		  line-height: normal;
		  padding: 14px 0px 14px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: #174A91;
		  border: solid #A2B5D8;
		  border-width: 1px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }







/* 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: 1px; padding-right: 2px; }

.socialRspace	   { width: 0px; }

.socialicon	{
		border: #5D8AB1 1px solid; 
		display: block; 
		background-color: #002F64;
	/* CORNER ROUNDING */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		}

.socialicon:hover  { border: #5D8AB1 1px solid; background-color: #004C76; }

/* SOCIAL ICON COLORS ON MOBILE */

.mobile-social	   { display: none; }




/* JQUERY SLIDESHOW SETS (SEE ALSO HOME JQUERY ABOVE & responsive-slides.css IN FOLDER JQuery) */

.HoverBorder	{
		border: #D4D4D4 2px solid;
		vertical-align: bottom;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

a:hover .HoverBorder 	{ border: #174A91 2px solid; }

.slide-setwidth		{ max-width: 708px; }  /* INCLUDES BORDER SET ABOVE */



/* BUTTONS ON slideshow-home.htm */

a.view-slideshow:link, a.view-slideshow:visited, a.view-slideshow:active 
		{
		color: #FFFFFF;
		font: 14px "Droid Sans", arial, sans-serif;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		background-color: #999999;
		padding: 8px 0px 8px 0px;
		margin: 6px auto 6px 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: #174A91;
		border: #000000 0px solid;
		}


/* ANNIVERSARY PAGE */

.anniversary-emphasis	{ font: 22px "Droid Sans", arial, san-serif; font-weight: bold; color: #CC9900; }

/* ANNIVERSARY 2 BOX COLUMNS */

.anniverarybox-text	  { color: #32444F; font-size: 13px; padding: 14px 0px 10px 0px; text-align: justify; }

.anniversarytitle 	{
		color: #000000;
		font: 19px "Droid Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		text-align: left;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 5px 0px;
		border: solid #CC9900;
		border-width: 0px 0px 1px 0px;
		}

.anniversarybox-outer	{ width: 900px; margin: 0 auto; }

.anniversarybox	{
		float: left;
		width: 450px;  /* DIVIDED BY 2 */
		}

.anniversarybox-inner	{
		background-color: transparent;
		padding: 10px 20px 10px 20px;
		margin: 35px 10px 70px 10px;
	/* CORNER ROUNDING */
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		}

.anniversarybox-left	  { display: block; }

.anniversarybox-right	  { display: block; }

.boxes2		{
		text-align: left;
		color: #C0C0C0;
		background-color: transparent;
		border: solid #CC9900;
		border-width: 1px 0px 1px 0px;
		padding: 6px 2px 6px 2px;
		}


/* ANNIVERSARY MENU LINK COLORS */

a.anniversary:link, 
a.anniversary:visited, 
a.anniversary:active 	{ font-variant: small-caps; color: #CC9900; text-decoration: none; white-space: nowrap; }

a.anniversary:hover 	{ font-variant: small-caps; color: #CC9900; text-decoration: underline; white-space: nowrap; }



/* TIMELINE */




.main-timeline {
  padding: 20px 0;
  position: relative;
}

.main-timeline::before,
.main-timeline::after {
  content: "";
  height: 30px;
  width: 30px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 10px solid #000000;
  transform: translatex(-50%);
  position: absolute;
  left: 50%;
  top: -15px;
  z-index: 2;
}

.main-timeline::after {
  top: auto;
  bottom: -15px;
}

.main-timeline .timeline {
  padding: 35px 0;
  text-align: right;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.main-timeline .timeline::before,
.main-timeline .timeline::after {
  content: "";
  height: 100%;
  width: 50%;
  border-radius: 110px 0 0 110px;
  border: 15px solid #46b2bc;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.main-timeline .timeline::after {
  height: calc(100% - 30px);
  width: calc(50% - 12px);
  border-color: #65c7d0;
  left: 12px;
  top: 15px;
}

.main-timeline .timeline-content {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding-top: 20px;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-year {
  color: #65c7d0;
  font-size: 50px;
  font-weight: 600;
  display: inline-block;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 10%;
}

.main-timeline .timeline-icon {
    color: #65c7d0;
    font-size: 70px;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    left: 34%;
    top: 50%;
}

.main-timeline .content {
  color: #909090;
  width: 50%;
  padding: 20px;
  display: inline-block;
  float: right;
}

.main-timeline .title {
  color: #65c7d0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.main-timeline .description {
  font-size: 16px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even)::before {
  left: auto;
  right: 0;
  border-radius: 0 110px 110px 0;
  border: 15px solid red;
  border-left: none;
}

.main-timeline .timeline:nth-child(even)::after {
  left: auto;
  right: 12px;
  border-radius: 0 100px 100px 0;
  border: 15px solid green;
  border-left: none;
}

.main-timeline .timeline:nth-child(even) .content {
  float: left;
  margin-left: 50px;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    left: auto;
    right: 10%;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 32%;
}

.main-timeline .timeline:nth-child(5n+1)::before {
  border-color: #46b2bc;
}

.main-timeline .timeline:nth-child(5n+1)::after {
  border-color: #65c7d0;
}

.main-timeline .timeline:nth-child(5n+1) .timeline-icon {
  color: #65c7d0;
}

.main-timeline .timeline:nth-child(5n+1) .timeline-year {
  color: #65c7d0;
}

.main-timeline .timeline:nth-child(5n+1) .title {
  color: #65c7d0;
}

.main-timeline .timeline:nth-child(5n+2)::before {
  border-color: #ea3c14;
}

.main-timeline .timeline:nth-child(5n+2)::after {
  border-color: #EF5720;
}

.main-timeline .timeline:nth-child(5n+2) .timeline-icon {
  color: #EA3C14;
}

.main-timeline .timeline:nth-child(5n+2) .timeline-year {
  color: #EA3C14;
}

.main-timeline .timeline:nth-child(5n+2) .title {
  color: #EA3C14;
}

.main-timeline .timeline:nth-child(5n+3)::before {
  border-color: #8CC63E;
}

.main-timeline .timeline:nth-child(5n+3)::after {
  border-color: #6CAF29;
}

.main-timeline .timeline:nth-child(5n+3) .timeline-icon
{
  color: #8CC63E;
}

.main-timeline .timeline:nth-child(5n+3) .timeline-year {
  color: #8CC63E;
}

.main-timeline .timeline:nth-child(5n+3) .title {
  color: #8CC63E;
}

.main-timeline .timeline:nth-child(5n+4)::before {
  border-color: #F99324;
}

.main-timeline .timeline:nth-child(5n+4)::after {
  border-color: #FBB03B;
}

.main-timeline .timeline:nth-child(5n+4) .timeline-icon {
  color: #F99324;
}

.main-timeline .timeline:nth-child(5n+4) .timeline-year {
  color: #F99324;
}

.main-timeline .timeline:nth-child(5n+4) .title {
  color: #F99324;
}

.main-timeline .timeline:nth-child(5n+5)::before {
  border-color: #0071BD;
}

.main-timeline .timeline:nth-child(5n+5)::after {
  border-color: #0050A3;
}

.main-timeline .timeline:nth-child(5n+5) .timeline-icon {
  color: #0071BD;
}

.main-timeline .timeline:nth-child(5n+5) .timeline-year {
  color: #0071BD;
}

.main-timeline .timeline:nth-child(5n+5) .title {
  color: #0071BD;
}

/* TIMELINE MEDIA QUERIES */

@media screen and (max-width:5000px){
    .main-timeline .timeline:after{ border-radius: 75px 0 0 75px; }
    .main-timeline .timeline:nth-child(even):after{ border-radius: 0 75px 75px 0; }
}

@media screen and (max-width:2000px){
    .main-timeline .timeline:after{ border-radius: 80px 0 0 80px; }
    .main-timeline .timeline:nth-child(even):after{ border-radius: 0 80px 80px 0; }
}

@media screen and (max-width:1200px){
    .main-timeline .timeline:after{ border-radius: 88px 0 0 88px; }
    .main-timeline .timeline:nth-child(even):after{ border-radius: 0 88px 88px 0; }
}
@media screen and (max-width:767px){
    .main-timeline .timeline{ margin-top: -19px; }
    .main-timeline .timeline:before {
        border-radius: 50px 0 0 50px;
        border-width: 10px;
    }
    .main-timeline .timeline:after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 43px 0 0 43px;
        border-width:10px;
        top: 9px;
        left: 9px;
    }
    .main-timeline .timeline:nth-child(even):before {
        border-radius: 0 50px 50px 0;
        border-width: 10px;
    }
    .main-timeline .timeline:nth-child(even):after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 0 43px 43px 0;
        border-width: 10px;
        top: 9px;
        right: 9px;
    }
    .main-timeline .timeline-icon{ font-size: 60px; }
    .main-timeline .timeline-year{ font-size: 40px; }
}
@media screen and (max-width:479px){
    .main-timeline .timeline-icon{
        font-size: 50px;
        transform:translateY(0);
        top: 25%;
        left: 10%;
    }
    .main-timeline .timeline-year{
        font-size: 25px;
        transform:translateY(0);
        top: 50%;
        left: 9%;
    }
    .main-timeline .content{
        width: 65%;
        padding: 10px;
    }
    .main-timeline .title{ font-size: 18px; }
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        right: 10%;
    }
    .main-timeline .timeline:nth-child(even) .timeline-year{
        right: 9%;
    }
    .main-timeline .timeline:nth-child(even) .content {
    margin-left: 10px;
}
}




/* ACTIVITIES PAGE */

.activities-title	{ color: #002F64; font: 14px "Droid Sans", arial, sans-serif; font-weight: bold; font-style: italic; }

.activities-subtitle	{ color: #002F64; font: 16px "Droid Sans", arial, sans-serif; font-weight: bold; }


.activities-column1	{ width: 22%; line-height: 185%; }

.activities-column2	{ width: 41%; line-height: 185%; }

.activities-column3	{ width: 32%; line-height: 185%; }


.float-activities	{ float: left; margin-right: 5px; }


.respond-225	{ width: 50%; height: auto; max-width: 225px; }

.respond-800	{ width: 100%; height: auto; max-width: 800px; }


.hideContent { display: none; } /* FOR SHOW/HIDE SCRIPT */

/* ACTIVITIES JQUERY SLIDESHOWS */

.activities_container	{
			background-color: #D4D4D4;
			max-width: 494px;  /* INCLUDES BORDER BELOW */
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: #002F64 3px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			}

.activities_container img	{
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}


.activity-setwidth		{ max-width: 500px; }  /* INCLUDES BORDER SET ABOVE */


/* ACTIVITIES VERTICAL/PORTRAIT JQUERY SLIDESHOWS */

.activities-vert_container	{
			background-color: #D4D4D4;
			max-width: 281px;  /* INCLUDES BORDER BELOW */
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: #002F64 3px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			}

.activities-vert_container img	{
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}


.activity-vert-setwidth		{ max-width: 281px; }  /* INCLUDES BORDER SET ABOVE */




/* PROTECTED GALLERY PAGES */

.gallery-image		{ max-height: none; }

.main-image	{
		width: 100%;
		max-width: 700px;
		min-width: 200px;
		height: auto;
		display: block;
		margin: 0px auto 26px auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #002F64 5px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
		}



.galspacefix		{ font-size: 1px; line-height: 1px; }

img.Galimg-respond 	{ width: 75px; height: auto; display: inline; margin: 2px; vertical-align: bottom; }

.gal-imagearea img	{ margin: 0px auto 10px auto; }

.galbutton-loc	{
		position: relative;
		top: 4px;
		left: 0px;
		height: 18px;
		margin-bottom: 26px;
		}

input[type=button].galbutton
		{
		color: #FFFFFF;
	       	font: 700 15px "Droid Sans", arial, sans-serif;
		text-align: center;
		background-color: #174A91;
        	padding: 4px 0px 4px 0px;
		margin: 0px 4px 0px 4px;
		cursor: pointer;
		width: 100px;
		-webkit-appearance: none;
        	border: #174A91 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;

		}

input[type=button].galbutton:hover
		{
		color: #FFFFFF;
		background-color: #3D74C0;
        	border: #174A91 1px solid;
		}


/* NEXT AND PREV POSITION IN PROTECTED GALLERY */

.button-loc	{
		position: absolute;
		top: 50%;
		left: 0px;
		height: 18px;
		margin-bottom: 26px;
		} 


/* CONTACT & QUOTES PAGE CODE */


.contact-pad 			{ padding: 15px 0px 15px 0px; }

.contact-select			{ color: #174A91; font-weight: normal; }

.form-box			{ margin: 20px 0px 10px 50px; }

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
	       	font: normal 15px "Droid Sans", arial, sans-serif;
		text-align: center;
		background-color: #174A91;
		-webkit-appearance: none;
		padding: 6px 8px 6px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 100px;
        	border: #174A91 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #3D74C0;
        	border: #174A91 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;
		}

.textarea-small	{
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 250px;
		height: 50px;
		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: #174A91; }

.quoteform	{ width: auto; }

.dropquotes	{ width: auto; }

input[type=submit].quotebutton	{ width: 200px; }




/* SURVEY PAGE CODE */


.survey-pad 	{ padding: 15px 0px 15px 0px; }

.survey-select	{ color: #174A91; font-weight: normal; }

#survey-box	{
		width: 90%;
		max-width: 800px;
		min-width: 240px;
		margin: 20px 0px 10px 20px;
		}

#survey-form	{
		max-width: 100%;
		text-align: left;
		line-height: 150%; 
		}

#survey-form ol	{ margin-left: -25px; }

#survey-form li	{ padding: 6px 0px 18px 0px; }



input[type=submit].surveybutton, input[type=reset].surveybutton 
		{
		color: #FFFFFF;
	       	font: normal 15px "Droid Sans", arial, sans-serif;
		text-align: center;
		background-color: #174A91;
		-webkit-appearance: none;
		padding: 6px 8px 6px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 100px;
        	border: #174A91 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].surveybutton:hover, input[type=reset].surveybutton:hover 
		{
		color: #FFFFFF;
		background-color: #3D74C0;
        	border: #174A91 1px solid;
		}

.surveyshadeform	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 100%;
		max-width: 490px;
		min-width: 250px;
		margin-top: 1px;
		margin-bottom: 7px;
		border: #999999 1px solid;
		}

.surveychoice 	{ color: #174A91; }

.surveytextarea	{
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 100%;
		max-width: 450px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 7px;
		border: #999999 1px solid;
		}

.surveydropdown 	{
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		width: 225px;
		margin-top: 3px;
		margin-bottom: 7px;
		}

.ratingtable	{ width: 100%; line-height: 150%;  }

.ratingtable td	{ padding: 6px 2px 8px 4px;  border-bottom: 1px solid #D4D4D4; }

.ratingitem	{ width: 60%; }

.ratingbutton	{ width: 10% }





/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

#map-canvas	{ width: 235px; height: 300px; }


/* 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; }


/* CONTACT.JS FORMAT */

.contactname1	{ color: #002F64; font: 36px "Times New Roman", serif; font-weight: bold; font-style: italic; line-height: 100%; }

.contactname2	{ color: #002F64; font: 34px "Times New Roman", serif; font-weight: normal; font-style: italic; line-height: 100%; }

.contactindent	{ margin-left: 20px; }



/* LINKS PAGE CODE */

table.searcharea td	{ padding: 0px 3px 0px 0px; }

.searcharea		{ margin: 18px 0px 18px 0px; }

.searchform 	{
		color: #000000;
		font: 12px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		width: 110px;
		border: #999999 1px solid;
		}

.searchbutton 	{
		color: #000000;
	       	font: bold 11px arial, sans-serif;
		text-align: center;
		background-color:#FFFFFF;
		-webkit-appearance: none;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #000000 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}






/* FAQ PAGE */

.faq-box	{
		display: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		border: #999999 0px solid;
		}

.faqicon	{ margin-top: 4px; }

.close-top	{ margin-top: 6px; }



/* PDF PAGE */

.pdf-icon	{ margin: 2px 0px 0px 15px; }

.forms-div	{ display: none; }


/* DIRECTORS PAGE */


.family		{ width: 100%; height: auto; max-width: 450px; margin-top: 12px; }

.individual	{ width: 100%; height: auto; max-width: 150px; }


/* STAFF PAGE */


.staffform	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 260px;
		margin-top: 1px;
		margin-bottom: 7px;
		border: #999999 1px solid;
		}

.stafftextarea	{
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 260px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 7px;
		border: #999999 1px solid;
		}

.stafftextcaption	{ width: 75%; }




/* CAMP COMPARISON PAGE */

.comparison	{
		color: #32444F;
		font-family: "Arial Narrow", arial, helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		line-height: 145%;
		width: 100%;
		min-width: 250px;
		}


.comparison table, td { border: 1px solid #002F64; padding: 4px; }



.checkmark	{ font-size: 16px; font-weight: bold; }

/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




