body 	{
	background-color: #FFFFFF;
	background-image:url("picts/background.jpg");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}




/* DEFAULTS - ALIGNMENT, SPACING, MARGINS, PADDING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.rimage		{ max-width: 100%; height: auto; }

.blockimage	{ display: block; }

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-middle	{ vertical-align: middle; }

.td-top		{ vertical-align: top; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }

.padB-10	{ padding-bottom: 10px; }

.padT-10	{ padding-top: 10px; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINKS */

a:link,
a:visited,
a:active	{ color: #0066FF; text-decoration: none; }

a:hover		{ color: #6600FF; text-decoration: none; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body		{
		color: #000000;
		font: normal 16px arial, sans-serif;
		line-height: 160%;
		}

.title		{ color: #000000; font: bold 21px "Trebuchet MS", arial, sans-serif; }

.subtitle	{ color: #000000; font: bold 16px "Trebuchet MS", arial, sans-serif; }

.smalltitle	{ color: #000000; font: normal 16px "Trebuchet MS", arial, sans-serif; }

.colortitle 	{ color: #5522CC; font: bold 18px "Trebuchet MS", arial, sans-serif; }

.smalltext	{ color: #666666; font: normal 12px verdana, sans-serif; line-height: normal; }

.hilite		{ color: #FF0000; font-weight: bold; }




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* WIDTHS HEIGHTS AND ALIGNMENT */

.pageheight	{ min-height: 700px; }

.pagewidth	{ max-width: 1050px; margin: 0 auto; }

#outerdiv	{
		width: 100%;
		margin: 0 auto;
		}

#wrapper 	{
		background-color: #FFFFFF;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		border: 0px solid #000000;
		border-width: 0px 0px 0px 0px;
		}

#contentdiv	{
		max-width: 100%;
		margin-right: 292px;
		}

#maincontent 	{
		text-align: left;
		float: left;
		width: 100%;
		}

.content-pad	{ padding: 30px 20px 20px 20px; }

.divclear 	{ height: 0px; clear: both; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; }

#contentdiv-nosidebar { max-width: 100%; }




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		border-bottom: #000000 0px solid;
		}

.headercolor	{ background-color: transparent; }

.logo-respond	{
		width: 100%;
		max-width: 600px;
		height: 75px;
		margin: 0 auto 0 0;   /* THIS CODE ALIGNS LOGO */
		display: block;
		}

/* TEXT LOGO */

.text-logo-box	{ padding: 24px 8px 24px 8px; }

.logo		{ color: #000000; font: normal 34px arial, sans-serif; margin-left: 2px; }

.logo2		{ color: #999999; font: normal 34px arial, sans-serif; }




/* SOCIAL ICONS */

.soc-box	{
		position: absolute;
		top: 68px;
		right: 15px;
		text-align: center;
		padding: 0px 0px 0px 0px;
		}

.soc-box table	{ margin: 0 auto; }

.socialspace	{ padding-left: 1px; padding-right: 2px; }

.socialicon	{
		width: 25px;
		height: auto;
		border: #FFFFFF 0px solid;
		display: block;
		}

.socialicon:hover  {
		   border: #FFFFFF 0px solid;
		   }




/* FOOTER */

#footerdiv	{
		color: #000000;
		font: normal 11px arial, sans-serif;
		text-align: center; 
		background-color: #F8F9FC;
		padding: 26px 8px 26px 8px;
		border-top: #B7B7CA 0px solid;
		border-bottom: #B7B7CA 0px solid;
		}

#footerdiv a:link,
#footerdiv a:visited,
#footerdiv a:active	{ color: #0066FF; text-decoration: none; }

#footerdiv a:hover	{ color: #6600FF; text-decoration: underline; }




/* HOME PAGE LAYERED TEXT */

.a-large	{ font-size: 1.1em; }  /* HOME ARROW FONT SIZE */

#textlayer	{
		display: table;
		vertical-align: middle;
		background-color: transparent;
		background:rgba(255,255,255,0.85); /* SEMI TRANSPARENT BACKGROUND */
		width: 375px;
		height: 100%;
		position: absolute;
		bottom: 0px;
		right: 0px;
		margin: auto;
		padding: 0px;
		border: #FFFFFF 0px solid;
		}

.textlayer-canvas {
		color: #000000;
		font: normal 14px arial, sans-serif;
		line-height: 150%;
		text-align: left;
		padding: 30px;
		background-color: transparent;
		display: table-cell;
		vertical-align: middle;
		}

.layertitle	{
		font: normal 26px "Trebuchet MS", arial, sans-serif;
		color: #000000;
		}

/* HOME ARROW COLORS LOWER IN FILE CLASS = a-color3 */




/* BORDERS & BARS */

.page-splits 	{
		font-size: 1px;
		line-height: 0px;
		height: 1px;
		background-color: transparent;
	/* 5 COLOR GRADIENT */
		background-image: linear-gradient(to right, transparent, #C5CBD4, #C5CBD4, #C5CBD4, transparent);
		margin: 12px 0px 12px 0px;
		padding: 0px;
		border: #999999 0px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }




/* IMAGE BORDERS FLOATS & SPACING */

.img-borders	{ border: #000000 0px solid; margin: 2px 2px 2px 2px; }

.img-space	{ float: left; margin-right: 10px; margin-bottom: 1px; }

.float-item	{ float: left; margin-right: 15px; margin-bottom: 2px; }

.text-nowrap	{ overflow: hidden; min-width: 175px; }




/* TOP MAIN IMAGE */

.image-bar	{
		position: relative;
		max-width: 100%;
		color: #FFFFFF;
		text-align: center;
		padding: 0px;
		margin: 0px 0px 0px 0px;
	/* DROP SHADOW */
		-moz-box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.40);
		-webkit-box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.40);
		box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.40);
		}

.main-image	{
		width: 100%;
		min-width: 200px;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 0px solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}




/* NEXT PREV ARROWS (index page & articles) */

a.arrow-link	{
		color: #0066FF;
		text-decoration: none;
		padding: 0px;
		margin: 10px 8px 10px 0px;
		display: inline-block;
		height: 24px;
		vertical-align: middle;
		}

.a-icon		{
		height: 24px;
		width: 24px;
		background-position: 2px 2px;
		background-repeat: no-repeat;
		padding: 0px;
		display: inline-block;
		vertical-align: middle;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

a.a-color1		{ color: #999999; }

a.a-color1 .a-icon	{ background-color: #999999; }

a.a-color2		{ color: #0066FF; }

a.a-color2 .a-icon	{ background-color: #0066FF; }

a.a-color3		{ color: #000000; }

a.a-color3 .a-icon	{ background-color: #FF0033; }

a.a-next .a-icon	{
			background-image: url("picts/arrow-next-white.png");
			margin: 0px 6px 0px 0px;
			}

.a-prev .a-icon		{
			background-image: url("picts/arrow-prev-white.png");
			margin: 0px 0px 0px 6px;
			}

/* ARROW LINK HOVER COLORS */

a.arrow-link:hover	{ color: #99CC33; text-decoration: none; }

a.arrow-link:hover div	{ background-color: #99CC33; }

a.a-color3:hover	{ color: #00CC00; text-decoration: none; }

a.a-color3:hover  div	{ background-color: #00CC00; }




/* LIST CODE - ABOUT PAGE */

.list		{
		color: #9933FF;
		line-height: normal;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.floatlist	{ float: left; width: 50%; min-width: 200px; }

.list li	{ text-indent: 1px; }

.list li span 	{ color: #777777; font-weight: normal; }




/* RIGHT SIDEBAR */

#sidebar 	{
		width: 250px;
		margin-right: -292px;   /* WORKS WITH #contentdiv 292 ABOVE */
		margin-top: 15px;
		float: right;
		padding: 10px 20px 10px 20px;
		background-color: transparent;
		border-left: #C5CBD4 0px solid;
		}

.sidebarL	{ width: 52px; padding: 10px 6px 10px 6px; }

.sidebarR	{ padding: 10px 4px 10px 4px; }

.side-borders	{ border: #000000 0px solid; margin: 0px 0px 0px 0px; }

.sidebar-topics		{
			background-color: #FFFFFF;
			background-image: url("picts/background-topics.jpg");
			background-repeat: repeat;
			border-top: #C5CBD4 1px solid;
			border-bottom: #C5CBD4 1px solid;
			margin: 13px 0px 0px 0px;
			padding: 2px 0px 0px 0px;
			}

.sidebar-text		{
			color: #000000;
			font: normal 12px verdana, arial, sans-serif;
			line-height: 150%;
			width: 100%;
			}

.side-email		{ padding: 7px 0px 0px 0px; }




/* SMALL CALENDAR */

.calendar	{ background-color: #FFFFFF; border: #999999 0px solid; }

.calendarinner	{ border-collapse: separate; border-spacing: 2px; }

.calspace	{ padding: 0px; }

.calendartitle	{
		color: #000000;
		font: normal 18px "Trebuchet MS", arial, sans-serif;
		background-color: #FFFFFF;
		padding: 3px;
		}

.caldays	{
		width: 25px;
		height: 30px;
		background-color: #FFFFFF;
		color: #000000;
		font: normal 15px "Trebuchet MS", arial, sans-serif;
		border-right: #FFFFFF 1px solid;
		border-bottom: #BACBE0 0px solid;
		}

.calday		{
		width: 25px;
		background-color: #FFFFFF;
		color: #000000;
		font: normal 15px "Trebuchet MS", arial, sans-serif;
		border-right: #FFFFFF 1px solid;
		border-bottom: #BACBE0 0px solid;
		}

.caldates	{
		height: 25px;
		background-color: #F0F8FE;
		color: #005599;
		font: normal 14px "Trebuchet MS", arial, sans-serif;
		border: #BACBE0 1px solid;
		}

.calhilite	{
		background-color: #F4DCFF;
		color: #2C007D;
		font: normal 14px "Trebuchet MS", arial, sans-serif;
		border: #B8A4FF 1px solid;
		}




/* GOOGLE ADSENSE */

.google-ad-sidebar	{
			width: 250px;
			margin: 0px auto 25px auto;
			}

/* BLANK AD CODE */

.ad-blank-250		{ line-height: 250px; color: #FFFFFF; background-color: #C0C0C0; text-align: center; }




/* CONTACT PAGE CODE */

.contact-select			{ font-size: 0.95em; color: #888888; font-weight: normal; }

.contactform-table		{ margin: 0px 0px 10px 50px; }

table.contactform-table td	{ padding: 0px 0px 1px 0px; }

.shadeform	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #F4F5F9;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 200px;
		border: #9AB1D2 1px solid;
		}

.textarea	{
		font: 13px arial, sans-serif;
		background-color: #F4F5F9;
		color: #000000;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 250px;
		height: 150px;
		border: #9AB1D2 1px solid;
		}

.dropdown 	{
		font: 13px arial, sans-serif;
		background-color: #F4F5F9;
		color: #000000;
		width: 225px;
		}

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #000000;
	       	font: normal 17px arial, sans-serif;
		text-align: center;
		background-color: #FFFFFF;
		-webkit-appearance: none;
		padding: 9px 8px 9px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 120px;
        	border: #000000 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: #CC0000;
        	border: #CC0000 1px solid;
		}




/* JQUERY SLIDESHOWS (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container	{
			background-color: transparent;
			max-width: 700px;
			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 #000000;
			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 */

/* SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			width: 100%;
			position: absolute;
			bottom: 10px;
			left: 0px;
			margin: 0 auto;
			text-align: center;
			z-index: 1000;
			background-color: transparent;
			}

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 12px;
			height: 12px;
			background-color: transparent;
			background:rgba(255,255,255,0.25); /* 25% TRANSPARENT BACKGROUND */
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			margin: 0px 3px 0px 3px;
			}

/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover 
			{ background-color: #FFFFFF; border: #FFFFFF 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover  
			{ background-color: #9966FF; border: #CCCCFF 2px solid; cursor: default; }

/* SLIDESHOW HOME PAGE */

.HoverBorder	{
		border: #C0C0C0 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.07);
		-moz-transform: scale(1.07);
		transform: scale(1.07);
		}

#contentbox-media {
		  max-width: 1100px;
		  margin: 0 auto;
		  padding: 35px 10px 15px 10px;
		  }

.media-textarea	{
		text-align: center;
		max-width: 600px;
		padding: 12px 0px 20px 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 6px 5px 6px;
		margin: 16px 0px 6px 0px;
		border: solid #C1C8D1;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.media-thumb	{
		display: block;
		width: 152px;
		height: auto;
		}




/* LINKS PAGE */

.linksmargin	{ margin: 0px; margin-top: 10px; }

table.searchtable td	{ vertical-align: middle; padding: 3px 1px 3px 2px; }

.searchterms 	{
		font: 12px arial, sans-serif;
		background-color: #F4F5F9;
		background-image: url("picts/shadeform.png");
		color: #000000;
		width: 125px;
		border: #9AB1D2 1px solid;
		}

.searchbutton 	{
		color: #000000;
	       	font: normal 12px arial, sans-serif;
		text-align: center;
		background-color: #FFFFFF;
        	padding: 2px 4px 2px 4px;
		margin: 0px;
		margin-left: 2px;
		cursor: pointer;
        	border: #000000 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}




/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform 			{ width: 150px; }

input[type=submit].payform 	{ width: 152px; margin-bottom: 10px; }

.payformbox	{
		background-color: #F8F9FC;
		border: #CFD7DF 1px solid;
		}

.paypaltable td	{ vertical-align: middle; padding: 6px 10px 6px 10px; }

.paypalbadge-space	{ padding: 30px 10px 8px 0px; }




/* SITE MAP PAGE */

.maptable		{ margin: 0px; }

table.maptable td	{ vertical-align: top; padding: 3px 12px 3px 0px; }

.mapThumb		{ max-width: 100px; height: auto; }




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* START THE CODE FOR THE TOP MENU */

#menudiv a		{ outline: none; }

#menudiv	{
		background-color: #FFFFFF;
		background-image:url("picts/menu-off.jpg");
		position: relative;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border: #B7B7CA solid;
		border-width: 0px 0px 1px 0px;
		}

/* MENU WIDTH, PADDING, FONT FACE & COLOR */

#menusub a 		{
			color: #000000;
			font-family: "Trebuchet MS", arial, sans-serif;
			font-size: 15px;
			font-weight: 400;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			padding: 12px 15px 12px 15px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			background-color: transparent;
			display: inline-block;
			border: #B7B7CA solid;
			border-width: 0px 1px 0px 0px;
		/* MENU FADE UP */
			transition: all 0.3s ease;
			-webkit-transition: all 0.3s;
    			*display:inline;	/* For IE */
    			*zoom:1;		/* For IE */
			}


/* BORDERS FIRST MENU LINK */

#menusub a:first-child	{ border-width: 0px 1px 0px 1px; }


/* MENU HOVER COLORS */

#menusub a:hover 
			{
			color: #000000;
			background-color: #FFFFFF;
			background-image:url("picts/menu-on.jpg");
			text-decoration: none;
			}


/* FOR BOTTOM MENU */

.menu-footer	{
		display: block;
		border-top: 1px #B7B7CA solid;
		}


/* MOBILE MENU ICON - SEE ALSO media-queries.css FOR MORE MOBILE COLORS AND FONTS!! */

#mobile-menu-icon	{ cursor: pointer; display: none; text-align: center; padding: 5px 0px 5px 5px; }

.menu-icon-img		{ display: block; margin: 0px auto 0px 0px; }




/* 2ND MENU CODE (menu-2.js) */

#menu2div	{
		text-align: right;
		background-color: #FFFFFF;
		background-image:url("picts/menu2-background.jpg");
		padding: 6px 10px 6px 10px;
		margin: 0 auto;
		border: 0px solid #000000;
		border-width: 0px 0px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
		}

#menu2div a	{
		font-family: "Trebuchet MS", arial, sans-serif;
		font-size: 14px;
		line-height: normal;
		background-color: transparent;
		display: inline-block;
		cursor: pointer;
		text-align: center;
		padding: 4px 10px 4px 10px;
		margin: 0px 4px 0px 0px;
		border: 1px solid #B7B7CA;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		}

#menu2div a:link,
#menu2div a:visited,
#menu2div a:active	{ color: #000000; text-decoration: none; }

#menu2div a:hover	{
			color: #000000;
			text-decoration: none;
			background-color: #FFFFFF;
			background-image:url("picts/menu2-on.jpg");
			border: 1px solid #FF0000;
			}




/* RIGHT SCROLL TO TOP ARROW */

.scrollToTop	{
	width: 36px;
	height: 36px;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	position:fixed;
	bottom: 67px;
	right: 10px;
	display:none;
	background: #B7B7CA url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}

.scrollToTop:hover{
	text-decoration:none;
	background: #000000 url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}



