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

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




/* DEFAULTS - MARGINS SPACING */

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

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




/* DEFAULTS - ALIGNMENT */

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

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

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

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

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

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

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

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

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

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




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.rimage		{ max-width: 100%; height: auto; }  /* MAKES IMAGES RESPONSIVE */

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

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

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




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

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

.title 		{
		color: #000000;
		font: 30px "PT Sans", arial, sans-serif;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: normal;
		padding-bottom: 8px;
		}

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

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

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

.testimonial	{ color: #990000; font-family: "PT Sans", arial, helvetica, sans-serif; font-weight: bold; }

.smalltitle 	{ color: #000000; font-size: 1.1em; font-weight: 600; }

.hilite		{ color: #FF0000; }

.hilite2	{ color: #996600; font-weight: 600; }




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

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




/* SERVICES PAGE */

.box-section	{ margin: 0px auto 0px auto; }

.list		{
		color: #000000;
		font-weight: 400;
		line-height: normal;
		text-align: left;
		margin-top: 6px;
		margin-bottom: 6px;
		list-style-type: disc;
		}

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

.float-serv	{ float: left; margin-right: 30px; margin-bottom: 5px; }




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

.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: 1295px;
		margin: 0 auto;
		padding: 35px 20px 35px 20px;
		}

#contentbox	{
		width: 100%;
		float: left;
		margin-right: -322px;
		}

#left-content 	{
		padding: 0px;
		margin-right: 322px;
		}

.SB-width	{ width: 320px; }

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

.content-pad-nosb 	{ padding: 0px 30px 10px 30px; } /* PAGES WITH NO SIDEBAR */

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

.narrow-content	{ max-width: 700px; margin: 0 auto; }


/* HOME PAGE WIDTHS */

.contentbox-home  {
		  max-width: 900px;
		  margin: 0 auto;
		  padding: 12px 10px 15px 10px;
		  }

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




/* TEXT AND GRAPHIC HEADER CODE */

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

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

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

/* START TEXT HEADER CODE */

.textlogo	{
		font: normal 40px "Open Sans", arial, sans-serif;
		padding: 4px 0px 6px 0px;
		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 ICON */

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

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

/* HOVER COLOR HEADER ICON */

.icohov:hover	{
		background-color: transparent;
		opacity: 1.0;
		border: #B7C1C6 0px solid;
		}




/* INNER AND OUTER BACKGROUNDS */

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

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




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

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

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

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

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

.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: 15px;
		margin-bottom: 15px;
		padding: 0px;
		border-top: #C6CCD5 1px solid;
		}

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




/* HOME PAGE */

.home-caption	{
		background-color: #FFFFFF;
		color: #536B78;
		font: 18px "Open Sans", arial, sans-serif;
		font-weight: 600;
		font-style: normal;
		padding: 10px 10px 10px 10px;
		}


/* HOME PAGE 2 COLUMN TEXT */

.col2x-outer	{
		background-color: transparent;
		max-width: 100%;
		margin: 30px 20px 30px 20px;
		padding: 20px 0px 20px 0px;
		border-top: 3px solid #E1E5E8;
		border-bottom: 3px solid #E1E5E8;
		}

.col2x-box	{
		float: left;
		width: 50%;  /* DIVIDED BY 2 */
		margin: 0px auto 0px auto;
		}

.col2x-left	{ padding: 10px 20px 10px 0px; }

.col2x-right	{ padding: 10px 0px 10px 20px; }


/* BANNER AREA WITH LAYERED TEXT */

.ban-box {
	position: relative;
	background-color: #000000;
	}

.ban-box-text {
	color: #FFFFFF;
	font-weight: 400;
	text-align: left;
	line-height: normal;
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 100%;
	max-width: 460px;
	background: #000000;  /* BACKGROUND FALLBACK NON-CSS3 */
	background: rgba(55,71,80,0.80);  /* BACKGROUND & OPACITY */
	padding: 15px 15px 15px 15px;
	z-index: 5;
	border: solid #536B78;
	border-width: 1px 1px 1px 1px;
	/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}


/* LINK BUTTONS */

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

a.button-link:hover	{
		color: #FFFFFF;
		background-color: #CC0000;
		border: #CC0000 2px solid;
		text-decoration: none;
		}

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

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

.homelinks	{ color: #73879C; }




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

.rslides_container	{
			background-color: transparent;
			max-width: 900px;	/* INCLUDES BORDER */
			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: solid #FFFFFF;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

#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: 20px;
			height: 14px;
			background-color: transparent;
			background:rgba(255,255,255,0.35); /* SEMI TRANSPARENT BACKGROUND */
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin: 0px 3px 0px 3px;
			}

/* HOVER BUTTON STATE */

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

/* ACTIVE BUTTON STATE */

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

/* BACKGROUND FOR HOME JQUERY & IMAGE */

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




/* FOR OPTIONAL HOME PAGE NO-ANIMATION IMAGE */

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

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




/* RIGHT SIDEBAR */

#sidebar-content {
		background-color: transparent;
		float: right;
		border-left: #C6CCD5 1px solid;
		}

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

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

.sidebar-title	{
		color: #FFFFFF;
		font: 20px "Open Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		background-color: #536B78;
		padding: 8px 5px 9px 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;
		border: solid #536B78;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
  	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		}

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

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

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




/* FOOTER */

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

#FooterFRM	{ visibility: visible; }

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

.footer-height	{ height: 280px; }

.footer-page	{
		background-color: #516777;
		margin: 0px;
		padding: 0px;
		background-image: none;
		}

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

.footer-pad	{ padding: 70px 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: 21px "Open Sans", arial, sans-serif;
		font-weight: normal;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #6F8B9B 0px solid;
		}

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #6F8B9B 0px solid;
			}

.footer-image		{
			margin: 45px 10px 3px 10px;
			border: #FFFFFF 5px solid;
			}

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

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

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

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

.footer-copyright {
		  color: #FFFFFF;
		  font: 13px "PT Sans", arial, sans-serif;
		  font-weight: normal;
		  line-height: normal;
		  padding: 26px 5px 26px 5px;
		  margin: 0px 0px 0px 0px;
		  background-color: #202C36;
		  border: solid #FFFFFF;
		  border-width: 0px 0px 0px 0px;
		  /* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		  }


/* FOOTER LINK COLORS */

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

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


/* COPYRIGHT LINK COLORS */

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

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




/* SOCIAL ICONS */

.footer-social	{
		width: 200px;
		padding-left: 10px;
		vertical-align: middle;
		}

.social-box	{
		background-color: transparent;
		width: 160px;
		text-align: center;
		padding: 0px;
		font-size: 1px;
		line-height: 1px;
		margin: 0px auto 12px auto;
		}

.socialicon	{
		display: inline-block;
		width: 30px;
		height: 30px;
		padding: 6px;
		background-color: #788D9C;
		border: #000000 0px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		margin: 1px;
		}

.socialicon img	{
		display: inline-block;
		width: 30px;
		height: 30px;
		}

/* HOVER COLOR SOCIAL ICONS */

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


/* SOCIAL ICONS ON MOBILE (HIDING ON DESKTOP) */

.mobile-social	   { display: none; }




/* CONTACT & QUOTES PAGE CODE */

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

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

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

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
	       	font: 600 17px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #004C76;
		-webkit-appearance: none;
		padding: 12px 8px 12px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 155px;
        	border: #004C76 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: #5E7287;
        	border: #5E7287 1px solid;
		}

.shadeform	{
		font: 16px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/icons/shadeform.png");
		text-align: left;
		width: 100%;
		max-width: 300px;
		padding: 4px;
		margin-top: 2px;
		margin-bottom: 5px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #92A0A9 1px solid;
		}

.textarea	{
		font: 16px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		background-image: url("picts/icons/shadeform.png");
		text-align: left;
		width: 100%;
		max-width: 340px;
		height: 150px;
		padding: 4px;
		margin-top: 2px;
		margin-bottom: 5px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #92A0A9 1px solid;
		}

.dropdown 	{
		font: 15px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		width: 100%;
		max-width: 300px;
		padding: 4px;
		margin-top: 2px;
		margin-bottom: 5px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #92A0A9 1px solid;
		}

/* QUOTES PAGE - MODIFIES ABOVE CLASSES */

.quotechoice 	{ color: #003366; }

.quoteform	{ width: auto; }

.dropquotes	{ width: auto; }

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




/* CONTACT PAGE GOOGLE DIRECTIONS */

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

.directions .shadeform	{ width: 100%; margin: 4px 0px 5px 0px; }

input[type=submit].directionbutton	{ width: 100%; max-width: 300px; }


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

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




/* LINKS PAGE CODE */

.linksmargin	{ margin: 10px 0px 5px 0px; }

table.linkboxes	{ margin: 0 auto 0 0; }

table.linkboxes td  { padding: 5px 4px 2px 0px; line-height: normal; font-size: 10px; }

table.linkboxes td:last-child  { padding-right: 0px; }

.searchform 	{
		color: #000000;
		font: 15px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/icons/shadeform.png");
		-webkit-appearance: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 4px;
		width: 220px;
		border: #92A0A9 1px solid;
		}

input[type=submit].searchbutton 
		{
		color: #000000;
	       	font: 600 15px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #FFFFFF;
		padding: 2px 6px 2px 6px;
		-webkit-appearance: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		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;
		}

input[type=submit].searchbutton:hover  
		{
		color: #FFFFFF;
		background-color: #5E7287;
		border: #5E7287 1px solid;
		}




/* SITE MAP SEARCH */

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

.sitesearchform		{ width: 200px; margin: 4px 3px 6px 0px; }




/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform 			{ width: 150px; }

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

.payformbox	{
		margin: 0 auto;
		background-color: #ECEEF1;
		border: #C6CCD5 1px solid;
		}

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

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




/* CALENDAR PAGE */

blockquote.calbox 	{
		color: #000000;
		font-size: 0.94em;
		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-size: 30px;
		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: 14px; text-align: center; padding: 6px 0px 4px 0px; }

/* SMALL CALENDAR */

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

.calendarinner	{ width: 100%; border-collapse: separate; border-spacing: 0px; }

.calspace	{ padding: 0px; text-align: center; }

.calendartitle	{
		color: #FFFFFF;
		font-size: 19px;
		font-weight: 600;
		background-color: #536B78;
		padding: 6px 4px 6px 10px;
		text-align: left;
		border: #000000 0px solid;
		}

.caldays	{
		color: #000000;
		font-size: 15px;
		text-align: center;
		width: 14%;
		height: 32px;
		background-color: #FFFFFF;
		border-right: #E2E2E2 1px solid;
		border-bottom: #00C1CC 1px solid;
		}

.calday		{
		color: #000000;
		font-size: 15px;
		text-align: center;
		width: 14%;
		background-color: #DCEEDC;
		border-right: #E2E2E2 1px solid;
		border-bottom: #66CC00 1px solid;
		}

.caldates	{
		color: #000000;
		font-size: 15px;
		text-align: center;
		height: 32px;
		background-color: #FFFFFF;
		border-right: #E2E2E2 1px solid;
		border-bottom: #E2E2E2 1px solid;
		}

.calhilite	{
		color: #000000;
		font-size: 18px;
		font-weight: 700;
		background-color: #DCEEDC;
		border: #A8CDB2 1px solid;
		}




/* FAQ PAGE */

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

.faqicon	{ margin-top: 4px; }




/* PDF PAGE */

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



/* STAFF PAGE */

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


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


/* SLIDESHOWS PAGES */

.slide-setwidth	{ max-width: 900px; border: #000000 1px solid; }

.slideshow-text {
		text-align: center;
		max-width: 900px;
		padding: 12px 0px 12px 0px;
		margin: 0 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-return	{
		display: inline-block;
		padding: 5px 15px 5px 15px;
		margin: 16px 0px 6px 0px;
		border: solid #00CCCC;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.media-thumb	{
		display: block;
		width: 182px;
		height: auto;
		}

.HoverBorder	{
		border: #000000 0px 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: #FF0000 0px solid;
	/* ZOOM */
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
		transform: scale(1.08);
		}




/* HIDE MENU AND ITEMS FOR PRINTING */

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




/* RIGHT SCROLL TO TOP ARROW */

.scrollToTop	{
	width: 36px;
	height: 36px;
	padding: 0px;
	text-align:center;
	position:fixed;
	bottom: 50px;
	right: 10px;
	z-index: 6;
	display:none;
	text-decoration: none;
	border: #788D9C 1px solid;
	background: #788D9C url('picts/icons/arrow-up-white.png') no-repeat 0px 0px;
	}

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



