@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

body 	{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
	}

html, body { height: 100%; }





/* DEFAULTS - MARGINS SPACING */

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

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





/* DEFAULTS - ALIGNMENT */

.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; }

.image-fixspace	{ font-size: 1px; line-height: 1px; }





/* FLOATS */

.left-float	{ float: left; }

.right-float	{ float: right; }

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

.float-margin2	{ margin-right: 12px; margin-bottom: 0px; }

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

.about-img	{ margin-top: 32px; margin-bottom: 20px; margin-right: 25px; width: 230px; height: auto; }

.floatclear 	{ height: 0px; clear: both; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; }

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





/* NON-MENU LINK COLORS */

	a:link, a:visited, a:active 
	{ color: #3312AE; text-decoration: none; font-weight: 700; }

	a:hover 
	{ color: #0095B8; text-decoration: underline; }





/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

div, table	{ color: #000000; font: normal 17px "PT Sans", arial, sans-serif; line-height: 150%; }

.title		{ color: #000000; font: 600 25px "Montserrat", "PT Sans", arial, sans-serif; margin-bottom: 2px; }

.titlepage	{ color: #000000; font: 400 32px "Montserrat", "PT Sans", arial, sans-serif; margin-bottom: 0px; }

.subtitle	{ color: #000000; font: 600 25px "Montserrat", "PT Sans", arial, sans-serif; margin-bottom: 3px; }

.smalltitle	{ color: #000000; font: 700 18px "PT Sans", arial, sans-serif; }

.contacttitle	{ color: #000000; font: 600 18px "Montserrat", "PT Sans", arial, sans-serif; margin-bottom: 3px; }

.smalltext	{ color: #0099CC; font: normal 15px "PT Sans", arial, sans-serif; }

.hilite		{ color: #FF0000; font-weight: 700; }

.hilite2	{ color: #996600; font-style: italic; }

.hilite-notes	{ color: #000000; font-size: 15px; font-weight: 700; }

.pad5		{ padding: 5px 0px 5px 0px; }

.pad10		{ padding: 10px 0px 10px 0px; }

.padbot-5	{ padding: 0px 0px 5px 0px; }

.makebold	{ font-weight: 700; }





/* REMOVES MARGINS ON HEADING TAG TITLES (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 0px 0px; text-align: left; }





/* LISTS */

.lists		{
		color: #B56F32;
		margin-top: 10px;
		margin-bottom: 10px;
		}

.lists span	{ color: #000000; }





/* PAGE WIDTHS HEIGHTS */

.pageheight-min { min-height: 500px; }

#pagewrapper	{
		max-width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -255px auto; /* -191 MARGIN FOR STICKY FOOTER */
		padding: 0px 0px 0px 0px;
		}

#contentwrapper	{
		max-width: 900px;
		min-width: 280px;
		text-align: left;
		margin: 0px auto 40px auto;
		padding: 35px 15px 10px 15px;
		}





/* BACKGROUNDS */

.bg-special	{ background-image: url("picts/background-contact.jpg"); background-position: left top; background-repeat: no-repeat; }

.bg-special-2	{ background-image: url("picts/background-2.jpg"); background-position: left top; background-repeat: no-repeat; }

.semi-trans	{
		display: table;
		width: auto;
		background-color: #FFFFFF;
		background:rgba(255,255,255,0.70);
		padding: 15px;
		}



/* TEXT AND GRAPHIC LOGO */

#headerdiv	{
		background-color: #184A7F;
		background-image: url("picts/header-background.jpg"); background-position: left top; background-repeat: no-repeat;
		padding: 5px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
		border-bottom: #0C5276 0px solid;
		}

#headerdiv a	{ outline: 0; }

.logo-respond	{
		display: block;
		margin: 0 auto 0 0;
		width: 100%;
		height: auto;
		max-width: 250px;
		min-width: 150px;
		display: block;
		}

.header-note	{
		color: #FFFFFF; font: 600 20px "Montserrat", "PT Sans", arial, sans-serif;
		padding: 15px;
		background:rgba(24,69,115,0.50); /* 40% TRANSPARENT BACKGROUND */
		position: absolute;
		right: 40px;
		top: 30px;
	/* CORNER ROUNDING */
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		}





/* FOOTER - IF YOU EDIT HEIGHT PADDING OR BORDERS EDIT #pagewrapper -margin ABOVE */

.bottom-logo	{
		height: 52px;
		text-align: center;
		padding: 10px 10px 10px 10px;
		}

.footer-info	{ color: #FFFFFF; padding: 10px 0px 0px 0px; }

.footerheight	{ min-height: 255px; }

.footerdiv	{
		color: #FFFFFF;
		font: 12px "PT Sans", arial, sans-serif;
		text-align: center;
		background-color: #184A7F;
		background-image: url("picts/footer-background.jpg"); background-position: left top; background-repeat: no-repeat;
		padding: 30px 8px 30px 8px;
		border: solid #CACED1;
		height: 113px;
		border-width: 10px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.footersplit	{ 
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		padding: 0px;
		margin: 10px auto 0px auto;
		max-width: 400px;
		border-bottom: #9CB7D2 1px solid;
		}

/* FOOTER LINK COLORS */

	a.footlink:link, a.footlink:visited, a.footlink:active 
	{ color: #CCFF99; text-decoration: none; }

	a.footlink:hover 
	{ color: #FFFFFF; text-decoration: underline; }

.footer-top	{ margin: 20px auto 0px auto; }





/* HOME PAGE */

.bottom-links	{
		color: #63BED4;
		padding: 3px 0px 5px 0px;
		margin: 30px 0px 10px 0px;
		border: solid #63BED4;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.bottom-links a { margin-left: 8px; margin-right: 8px; }





/* 4 IMAGE ROW */

.boxes4x-outer {
		  min-width: 290px;
		  text-align: center;
		  margin: 0 auto;
		  }

.boxes4x	  {
		  display: inline-block;
		  text-align: center;
		  max-width: 25%;
		  min-width: 25%;
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  }

.boxes4x img	  {
		  width: 100%;  /* MAX WIDTH INCLUDES BORDER */
		  max-width: 500px;
		  height: auto;
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  }





/* TOP MAIN IMAGE */

.image-bar	{
		width: 100%;
		color: #FFFFFF;
		text-align: center;
		padding: 0px;
		margin: 0px auto 20px auto;
		}

.main-image	{
		width: 100%;
		height: auto;
		max-width: 1080px;
		min-width: 200px;
		display: block;
		margin: 0px auto 0px auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}





/* BORDERS AND BARS */

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

.splits-small	{ 
		width: 60%;
		max-width: 250px;
		margin: 6px auto 4px 0px;
		}

.split-smalltopmargin { margin-top: 5px; }

.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 1px;
		background-color: transparent;
		position: relative;
		margin-top: 26px;
		margin-bottom: 26px;
		padding: 0px;
		border-top: #8A8E93 1px solid;
		}

.split-dot	{
		background-color: transparent;
		background-image: url("picts/skiing-icon.png");
		background-repeat: no-repeat;
		width: 33px;
		height: 31px;
		position: absolute;
		left: 50%;
		left: calc(50% - 10px);
		top: -15px;
		margin: 0 auto 0 auto;
		border: #FFFFFF 0px solid;
		}





/* CONTACT PAGE */

.contact-area	{ max-width:  650px; }

.contact-left	{ float: left; max-width: 250px; padding: 0px 40px 0px 0px; }

.contact-right	{ float: left; max-width: 235px; padding: 0px 0px 0px 0px; }


/* CONTACT PAGE GOOGLE MAP */

#map-canvas	{
		width: 235px;
		height: 170px;
		margin-top: 6px;
		border-top: #788395 5px solid;
		border-bottom: #788395 5px solid;
		}





/* SITE MAP PAGE */

.searchtext	{ font-size: 13px; font-weight: 700; }

.search-float	{ float: right; }

.map-links	{ padding-right: 15px; }

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

.searchbox	{
		padding: 7px;
		background-color: #F0F0F0;
		border: #C0C0C0 1px solid;
		}

.searchbutton	{ margin: 2px 0px 0px 0px; }

.searchform 	{
		color: #000000;
		font: 12px arial, sans-serif;
		background-color: #FFFFFF;
		width: 140px;
		height: 18px;
		margin: 4px 3px 4px 0px;
		border: #999999 1px solid;
		}





/* PAYPAL ORDERING BOX */

.formmargin	{ margin: 0px; }

.price		{
		color: #660033;
		font: 600 25px "Montserrat", "PT Sans", arial, sans-serif;
		margin-top: 0px;
		margin-bottom: 15px;
		}

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

.order-box	{
		color: #E8EFF2;
		font-size: 13px;
		font-weight: 700;
		text-align: left;
		background-color: #E6E9ED;
		padding: 19px;
		margin-bottom: 15px;
		display: inline-block;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

input[type=submit].button-order 
	 	{
		color: #FFFFFF;
		font: bold 17px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #129CB5;
		background-image: url("picts/button-order.png");
		background-repeat: repeat-x;
		padding: 10px 15px 10px 15px;
		width: 200px;
		margin: 6px 0px 0px 0px;
		cursor:pointer;
		-webkit-appearance: none;
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	/* DROP SHADOW */
		-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		}

input[type=submit].button-order:hover 
	 	{
		color: #FFFFFF;
		background-color: #990033;
		border: #000000 0px solid;
		}

.cartdrop	{
		background-color: #FFFFFF;
		color: #000000;
		width: 200px;
		margin-top: 3px;
		margin-bottom: 5px;
		font: normal 17px "Open Sans", arial, sans-serif;
		}





/* HIDE MENU AND OTHER ITEMS FOR PRINTING */

@media print {
.printhide 	{ display: none; }
.centered-btns_nav, .centered-btns_nav.next { display:none; }
}
@media screen{
.printonly 	{ display: none; }
}





/* MENU ICON BAR (& SOCIAL ICONS) */

.menubar	{
		min-height: 50px;
		min-width: 700px;  /* MAKE WIDER TO STOP WRAPPING */
		}

.menubar a	{ outline: 0; }

.menubar-color	{
		background-color: #184573;
		display: table;
		width: 100%;
		margin-bottom: 0px;
		border-top: #184573 1px solid;
		border-bottom: #184573 1px solid;
		}

.menu-icon-box	{ background-color: transparent; float: right; display: inline-block; }

.menuicon	{
		float: left;
		text-align: center;
		width: 36px;
		height: 36px;
		background-color: transparent;
		padding: 7px 7px 7px 7px;
		border-left: #999999 0px solid;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

.menuicon img	{ display: block; margin: 0 auto; }

.menuicon:hover	{ background-color: #788395; }


.menu-link	{
		font: 600 12px "Montserrat", "PT Sans", arial, sans-serif; line-height: 150%;
		float: left;
		text-align: center;
		width: auto;
		height: 35px;
		background-color: transparent;
		padding: 15px 15px 0px 15px;
		border-left: #999999 0px solid;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

/* MENU LINK COLORS */

	.menu-link a:link, .menu-link a:visited, .menu-link a:active 
	{ font-weight: 600; color: #97F2FB; text-decoration: none; }

	.menu-link a:hover 
	{ font-weight: 600; color: #FFFFFF; text-decoration: underline; }



/* CLICK MENU TOP LEVEL CODE */

#menu-box 	{ position: relative; top: 0px; left: 0px; float: left; z-index: 1000; }

.menu-icon	{ display: block; float: right; }

#menu-top	{
		width: 75px;
		height: 50px;
		background-color: transparent;
		border-right: #999999 0px solid;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

#menu-top:hover	{ background-color: #788395; }





/* START POPOUT MENU COLORS */

#menu-sub 	{
		background-color: #184573;
		display: none;
		position: absolute;
		top: 50px;
		left: 0px;
		z-index: 1001;
		width: 400px;  /* DO NOT EXCEED 310 */
		border: solid #184573;
		border-width: 15px 0px 25px 0px;
	/* DROP SHADOW */
		-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.30);
		-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.30);
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.30);
		}

.menu		{
		font: normal 15px "PT Sans", arial, sans-serif;
		padding: 8px 15px 8px 15px;
		margin: 0px auto 0px auto;
		display: block;
		border-top: #999999 0px solid;
		background-image: none;
		background-position: 10px 10px;
		background-repeat: no-repeat;
		}

/* CREATES 2ND COLUMN (DELETE FOR ONE COLUMN, THEN EDIT WIDTH ABOVE TO AROUND 200) */

.menu		{
		float: left;
		width: 170px;
		}

a.menu:link, a.menu:visited, a.menu:active 
		{
		color: #FFFFFF;
		font-weight: 400;
		background-color: transparent;
		text-decoration: none;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

a.menu:hover 	{
		color: #FFFFFF;
		font-weight: 400;
		background-color: #788395;
		text-decoration: none;
		}




