@import url('https://fonts.googleapis.com/css?family=Archivo:400,500,600&display=swap');

body 	{
	background-color: #E9E3D7;
	margin: 0px;
	padding: 0px;
	border: #000000 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; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #993300; text-decoration: none; }

a:hover 	{ color: #CC6600; text-decoration: none; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #000000;
		font-family: "Archivo", arial, sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 160%;
		}

.title 		{ color: #000000; font: 22px "Archivo", arial, sans-serif; font-weight: 600; letter-spacing: 0px; line-height: normal; }

.subtitle 	{ color: #000000; font: 16px "Archivo", arial, sans-serif; font-weight: 600; line-height: normal; }

.smalltitle	{ color: #000000; font-size: 16px; font-weight: 600; }

.smalltext	{ font-size: 13px; }

.makebold	{ font-weight: 600; }

.hilite		{ color: #CC0000; font-weight: 500; }

.hilite2	{ color: #6600CC; font-weight: 500; }




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* LISTS FOR THE RESUME PAGE */

ul.list	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	} 

ul.list li {
	color: #503F25;
	margin: 0px;
	padding: 3px 0px 3px 32px;
	}

ul.bblue li { background: url("picts/bullet-blue.png") no-repeat 16px 12px transparent; }

ul.bred li { background: url("picts/bullet-red.png") no-repeat 16px 12px transparent; }

ul.bgreen li { background: url("picts/bullet-green.png") no-repeat 16px 12px transparent; }

ul.bgold li { background: url("picts/bullet-gold.png") no-repeat 16px 12px transparent; }




/* 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: 600px; }

#pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto 0 auto;
		}

.pagebox	{
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		}

#contentbox-outer 
		{
		max-width: 970px;
		margin: 0 auto;
		}

#contentbox	{
		width: 100%;
		float: left;
		margin-right: -280px;
		}

.contentbox-nosb {
		width: 100%;
		}

.content-pad 	{ padding: 50px 30px 35px 45px; }

#left-content 	{ padding: 0px; margin-right: 280px; }

#contentbox-home
		{
		max-width: 100%;
		min-width: 700px;
		margin: 0 auto;
		}




/* INNER AND OUTER BACKGROUNDS */

.inner-background	{
			background-color: transparent;
			border: #999999 0px solid;
			}

.outer-background	{
			background-color: #E9E3D7;
			background-image: url("picts/background-main.jpg");
			background-repeat: no-repeat;
			background-attachment: fixed;
			border: #999999 0px solid;
			}




/* TEXT AND GRAPHIC HEADER CODE */

/* ALIGN LOGO IN THE header.js */

#headerdiv	{
		background-color: transparent;
		max-width: 100%;
		position: relative;
		padding: 20px 0px 10px 0px;
		margin: 0px auto 0px auto;
		border: #000000 0px solid;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		}


/* GRAPHIC HEADER CODE */

.logo-respond	{
		height: 70px;
		width: 500px;
		max-width: 500px;
		min-width: 280px;
		display: block;
		}


/* TEXT HEADER CODE */

.textlogo	{
		font: 400 28px "Archivo", arial, sans-serif;
		letter-spacing: 3px;
		padding: 5px 0px 0px 12px;
		text-shadow: 0px 0px 0px rgba(0, 15, 50, 0.0);
		}

#headerdiv a:link,
#headerdiv a:visited,
#headerdiv a:active	{ color: #000000; text-decoration: none; }

#headerdiv a:hover	{ color: #333333; text-decoration: none; }

.logoslogan	{
		color: #000000;
		font: 400 15px "Archivo", arial, sans-serif;
		padding: 0px 0px 10px 12px;
		text-shadow: 0px 0px 0px rgba(0, 15, 50, 0.0);
		}




/* HEADER ICONS */

/* ICON CODE GROUP 1 */

.header-ico1	{
		width: 36px;
		height: 36px;
		background-color: transparent;
		text-align: center;
		position: absolute;
		right: 46px;
		top: 7px;
		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: 7px;
		top: 7px;
		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;
		}




/* LOGO FADE IN - TEXT AND GRAPHIC */

#headerdiv
	{
	animation: fadein 2s;
	-moz-animation: fadein 2s;	/* Firefox */
	-webkit-animation: fadein 2s;	/* Safari, Chrome */
	-o-animation: fadein 2s;	/* Opera */
	}
@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;
}
}




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{
		border: #FFFFFF 3px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		}

.img-float	{ float: left; margin: 3px 8px 1px 0px; }

.float-item	{ float: left; margin-right: 15px; margin-bottom: 2px; }

.text-nowrap	{ overflow: hidden; min-width: 250px; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }




/* COLOR BARS & BAR IMAGE */

.plainbar	{ min-height: 50px; }

.imagebar	{
		min-height: 150px;
		background-color: transparent;
		font-size: 0;
		line-height: 0;
		text-align: left;
		overflow: hidden;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border: solid #897C6B;
		border-width: 2px 0px 2px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.bar-image	{
		width: 100%;
		max-width: 450px;
		height: auto;
		margin: 0 auto 0 0;
		display: block;
		border-right: #BDDC8B 0px solid;
		}

.bar-sub	{
		background-color: transparent;
		background:rgba(137,125,107,0.70); /* SEMI-TRANSPARENT BACKGROUND */
		}

.bar-main	{
		background-color: #41382E;
		background-image: url("picts/background-bar.jpg");
		background-repeat: no-repeat;
		background-position: 630px 0px;
		}




/* PAGE LINES & BORDERS */

.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 1px;
		background-color: transparent;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
	/* FIVE COLOR GRADIENT */
		background-image: linear-gradient(to right, transparent, #FFFFFF, #FFFFFF, #FFFFFF, transparent);
		border-top: #FFFFFF 0px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }

.splits-short	{
		width: 70%;
		margin-left: 0;
		margin-right: auto;
		}




/* JQUERY HOMEPAGE SLIDESHOW (SEE ALSO "cycle-style.css" IN FOLDER JQuery) */

.cycle-slideshow {
		background-color: transparent;
		width: 100%;
		max-width: 450px;
		height: auto;
		margin: 0 auto 0 0;
		border: solid #89745E;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

/* SLIDESHOW PREV / NEXT BUTTONS */

#NextPrev {
	display: block;  /* TO HIDE USE none; TO DISPLAY USE block; */
	bottom: 9px;
	left: 8px;
	}

#NextPrev a {
	background-color: transparent;
	background:rgba(0,0,0,0.50); /* SEMI-TRANSPARENT BACKGROUND */
	margin: 0px 3px 0px 0px;
/* CORNER ROUNDING */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#NextPrev a:hover {
	background-color: #000000;
	}




/* RIGHT SIDEBAR */

.SB-width		{ width: 280px; }

#sidebar-content 	{
			padding: 50px 0px 0px 0px;
			float: right;
			}

.sidebar-box		{
			max-width: 250px;
			padding: 0px 0px 0px 0px;
			margin: 0 auto;
			}

.sidebar-textarea	{
			text-align: left;
			padding: 0px 0px 0px 0px;
			margin: 0 auto;
			}

.sidebar-text 	{
		color: #000000;
		font: 13px "Archivo", arial, sans-serif;
		text-align: left;
		font-weight: 400;
		line-height: 150%;
		}

.sidebar-title	{
		color: #000000;
		font: 18px "Archivo", arial, sans-serif;
		font-weight: 400;
		text-align: left;
		line-height: normal;
		background-color: transparent;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		}

.sidebar-image	{
		width: 100%;
		margin: 0px auto 10px auto;
		padding: 3px;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: solid #897C6B;
		border-width: 1px;
		}

.sidebar-image-noborder { border-width: 0px; }




/* SOCIAL ICONS */

#social-links	{
		text-align: center;
		font-size: 0px;
		background-color: transparent;
		padding: 6px 0px 6px 0px;
		margin: 0px auto 0px auto;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

.socialicon	{
		background-color: transparent;
		border: transparent 1px solid;
		padding: 2px;
		margin: 0px 1px 0px 1px;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		}

.socialicon:hover {
		background-color: transparent;
		border: #000000 1px solid;
		}




/* FOOTER */

.footer-copyright {
		  color: #000000;
		  font: 13px "Archivo", arial, sans-serif;
		  font-weight: 400;
		  line-height: normal;
		  padding: 15px 0px 35px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: transparent;
		  border: solid #A99986;
		  border-width: 0px 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: #993300; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #CC6600; text-decoration: underline; }


/* START FOOTER MENU */

#FTmenu		{
		background-color: transparent;
		text-align: center;
		padding: 50px 0px 0px 0px;
		margin: 0px auto 20px auto;
		border: #A99986 solid;
		border-width: 0px 0px 1px 0px;
		}

/* FOOTER MENU WIDTH, PADDING, FONT FACE & COLOR */

#FTmenu a 		{
			color: #993300;
			font-family: "Archivo", arial, sans-serif;
			font-size: 15px;
			font-weight: 600;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			background-color: transparent;
			padding: 18px 15px 18px 15px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			outline: none;
			display: inline-block;
			border: #C0C0C0 solid;
			border-width: 0px 0px 0px 0px;
			}

/* FOOTER MENU HOVER COLOR */

#FTmenu a:hover 
			{
			color: #CC6600;
			background-color: transparent;
			text-decoration: none;
			}




/* CONTACT PAGE CODE */

.contact-title	{ color: #000000; font: 18px "Archivo", arial, sans-serif; font-weight: 500; line-height: normal; }

.contact-select	{ color: #000000; }

.email-link	{ margin: 15px 0px 10px 0px; }

.form-box	{ margin: 20px 0px 10px 60px; }

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: 400 19px "Archivo", arial, sans-serif;
		text-align: center;
		background-color: #003947;
		-webkit-appearance: none;
		padding: 12px 8px 12px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 125px;
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #005461;
		border: #000000 0px solid;
		}

.shadeform	{
		font: 14px arial, sans-serif;
		color: #000000;
		background-color: transparent;
		background:rgba(255,255,255,0.50); /* SEMI TRANSPARENT BACKGROUND */
		text-align: left;
		width: 200px;
		margin-top: 2px;
		margin-bottom: 7px;
		border: #89745E 1px solid;
		}

.textarea	{
		font: 14px arial, sans-serif;
		color: #000000;
		background-color: transparent;
		background:rgba(255,255,255,0.50); /* SEMI TRANSPARENT BACKGROUND */
		text-align: left;
		width: 250px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 7px;
		border: #89745E 1px solid;
		}

.dropdown 	{
		font: 14px arial, sans-serif;
		color: #000000;
		background-color: transparent;
		background:rgba(255,255,255,0.50); /* SEMI TRANSPARENT BACKGROUND */
		width: 225px;
		margin-top: 3px;
		margin-bottom: 7px;
		}




/* GALLERY CODE */

.content-pad-gal 	{ padding: 15px 30px 35px 30px; }

.Gal-box	{ font-size: 0px; }

.Gal-thumbs	{
		font-size: 0px;
		text-align: center;
		max-width: 70px;
		vertical-align: top;
		display: inline-block;
		padding: 10px 5px 5px 5px;
		}

.Gal-thumbs img	{
		width: 100%;
		max-width: 70px;
		height: auto;
		vertical-align: top;
		display: inline-block;
		margin: 0px 0px 10px 0px;
		}

.Gal-main	{
		width: 100%;
		max-width: 500px;
		height: auto;
		vertical-align: top;
		display: inline-block;
		margin: 0 auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: #897C6B 2px solid;
		}

.Galborder	{
		border: #897C6B 2px solid;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

a:hover .Galborder 
		{
		border: #000000 2px solid;
		opacity: 0.50;
		}


/* GALLERY MENU */

#gal-menu	{
		text-align: right;
		padding: 8px 8px 0px 8px;
		}

#gal-menu a	{
		font-family: "Archivo", arial, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		display: inline-block;
		padding: 6px;
		margin: 3px 1px 3px 1px;
		min-width: 20px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

#gal-menu a:link,
#gal-menu a:visited,
#gal-menu a:active	{
			color: #FFFFFF;
			text-decoration: none;
			background-color: #71685A;
			border: #000000 0px solid;
			}

#gal-menu a:hover	{
			color: #FFFFFF;
			background-color: #0184A0;
			text-decoration: none;
			border: #000000 0px solid;
			}

/* CURRENT GALLERY HIGHLIGHT */

#gal-menu a.current-gal
 		{
		color: #FFFFFF;
		background-color: #005461;
		border: #000000 0px solid;
		}




/* CALENDAR PAGE */

.calendarbox	{
		padding: 20px;
		border: #FFFFFF 1px solid;
		background:rgba(255,255,255,0.30); /* SEMI-TRANSPARENT BACKGROUND */
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

.caltitle	{
		color: #FFFFFF;
		font-size: 22px;
		font-weight: 400;
		background-color: #005461;
		display: block;
		padding: 3px 8px 3px 8px;
		margin-bottom: 10px;
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

.cal-img	{
		float: right;
		margin: 1px 0px 1px 8px;
		border: #FFFFFF 3px solid;
		}


/* SMALL CALENDAR */

.calendar	{
		border: #A99986 1px solid;
		background-color: #E9E3D7;
		margin: 0px auto 10px auto;
		}

.calendarinner	{ border-collapse: collapse; border-spacing: 0px; }

.calspace	{ padding: 0px; }

.calendartitle	{
		color: #000000;
		background-color: #E9E3D7;
		font-size: 20px;
		font-weight: 500;
		line-height: normal;
		padding: 4px 4px 4px 10px;
		text-align: left;
		border-bottom: #E9E3D7 0px solid;
		}

.caldays	{
		color: #000000;
		font-size: 13px;
		font-weight: 500;
		width: 35px;
		height: 30px;
		background-color: #E9E3D7;
		border-right: #E9E3D7 1px solid;
		border-top: #E9E3D7 1px solid;
		text-align: center;
		}

.calday		{
		color: #FFFFFF;
		font-size: 13px;
		font-weight: 500;
		width: 35px;
		background-color: #897C6B;
		border-right: #E9E3D7 1px solid;
		border-top: #E9E3D7 1px solid;
		text-align: center;
		}

.caldates	{
		color: #FFFFFF;
		font-size: 13px;
		font-weight: 400;
		height: 30px;
		background-color: #ADA38F;
		border-right: #E9E3D7 1px solid;
		border-top: #E9E3D7 1px solid;
		text-align: center;
		}

.calhilite	{
		color: #FFFFFF;
		font-size: 20px;
		font-weight: 500;
		height: 30px;
		background-color: #897C6B;
		border-right: #E9E3D7 1px solid;
		border-top: #E9E3D7 1px solid;
		text-align: center;
		}




/* LINKS PAGE CODE */

.linksmargin	{ margin: 0px 0px 20px 0px; }

table.linkboxes td  { padding: 5px 4px 2px 0px; line-height: normal; font-size: 10px; }

.searchform 	{
		color: #000000;
		font: 14px arial, sans-serif;
		text-align: left;
		background-color: transparent;
		background:rgba(255,255,255,0.50); /* SEMI TRANSPARENT BACKGROUND */
		width: 170px;
		border: #89745E 1px solid;
		}

.searchbutton 	{
		color: #FFFFFF;
	       	font: 700 14px arial, sans-serif;
		text-align: center;
		background-color: #003947;
		-webkit-appearance: none;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #003947 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}




/* HIDE 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;
	text-decoration: none;
	position:fixed;
	bottom: 50px;
	right: 10px;
	display:none;
	border: #000000 0px solid;
	background: #ADA38F url('picts/arrow-up.png') no-repeat 0px 0px;
	}

.scrollToTop:hover{
	text-decoration:none;
	border: #000000 0px solid;
	background: #968866 url('picts/arrow-up.png') no-repeat 0px 0px;
	}



