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

body 	{
	background-color: #FFFFFF;
	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; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

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

a:hover 	{ color: #0099FF; text-decoration: none; }




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

body, div, table {
		color: #000000;
		font-family: "Open Sans", arial, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 170%;
		}

.title 		{ color: #000000; font: 20px "Montserrat", arial, sans-serif; font-weight: 400; letter-spacing: 0px; line-height: normal; }

.subtitle 	{ color: #000000; font: 16px "Montserrat", arial, sans-serif; font-weight: 700; line-height: normal; }

.colortitle	{ color: #0066CC; font: 15px "Montserrat", arial, sans-serif; font-weight: 700; line-height: normal; }

.smalltitle	{ font-size: 15px; font-weight: 700; }

.smalltext	{ font-size: 13px; }

.makebold	{ font-weight: 700; }

.hilite		{ color: #FF0000; }




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

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




/* LISTS & SERVICES PAGE */

.list		{
		color: #000000;
		font: 15px "Open Sans", arial, sans-serif;
		font-weight: 400;
		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; }




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

#pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto 0 auto;
		}

.pagebox	{
		max-width: 1600px;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		}

#contentbox-outer 
		{
		max-width: 750px;
		min-width: 700px;
		margin: 0 auto;
		}

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

.content-pad 	{ padding: 50px 30px 35px 45px; }

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

#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: #FFFFFF;
			border: #999999 0px solid;
			}




/* TEXT AND GRAPHIC HEADER CODE */

/* ALIGN LOGO IN THE header.js */

#headerdiv	{
		background-color: #FFFFFF;
		max-width: 100%;
		position: relative;
		padding: 0px 0px 0px 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: 90px;
		width: 650px;
		max-width: 650px;
		min-width: 280px;
		display: block;
		}




/* HEADER ICONS */


/* ICON CODE GROUP 1 */

.header-ico1	{
		width: 36px;
		height: 36px;
		background-color: transparent;
		text-align: center;
		position: absolute;
		right: 85px;
		top: 7px;
		border: #FFFFFF 0px 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: 46px;
		top: 7px;
		border: #FFFFFF 0px 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; }


/* ICON CODE GROUP 3 */

.header-ico3	{
		width: 36px;
		height: 36px;
		background-color: transparent;
		text-align: center;
		position: absolute;
		right: 7px;
		top: 7px;
		border: #FFFFFF 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

.ico3-img	{ width: 36px; height: 36px; display: block; margin: 0 auto; }


/* HOVER COLOR ALL HEADER ICONS */

.icohov:hover	{
		background-color: #D8E1CE;
		border: #000000 0px 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: #000000 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		}

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

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

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

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

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




/* HOME 3 BOX COLUMNS */

.introbox-text	{
		color: #32444F;
		font-size: 14px;
		padding: 5px 0px 10px 0px;
		text-align: left;
		}

.introtitle 	{
		color: #000000;
		font: 17px "Open Sans", arial, sans-serif;
		font-weight: 600;
		line-height: normal;
		text-align: left;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 5px 0px;
		border: solid #FF0000;
		border-width: 0px 0px 1px 0px;
		}

.introbox-outer	{
		width: auto;
		max-width: 1200px;
		margin: 35px auto 10px auto;
		}

.introbox	{
		float: left;
		width: 33.33%;  /* DIVIDED BY 3 */
		}

.introbox-inner	{
		background-color: transparent;
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
	/* CORNER ROUNDING */
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		}

.introbox-left	  { display: block; margin-left: 10px; margin-right: 10px; }

.introbox-center  { display: block; margin-left: 10px; margin-right: 10px; }

.introbox-right	  { display: block; margin-left: 10px; margin-right: 10px; }

.boxes2		{
		text-align: left;
		color: #C0C0C0;
		background-color: transparent;
		border: solid #C0C0C0;
		border-width: 0px 0px 1px 0px;
		padding: 6px 2px 6px 2px;
		}

/* HOME IMAGES WITH ZOOM */

.imagesbox	{
		height: auto;
		overflow: hidden;
		cursor:pointer;
		margin: 0 auto;
		border: 0px solid #000000; 
	/* CORNER ROUNDING */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		}

.introimages img {
		width: 100%;
		height: auto;
		display: block;
	/* IMAGE ZOOM */
		position: relative;
		-webkit-transition: all 400ms ease-in;
		-webkit-transform: scale(1);
		-ms-transition: all 400ms ease-in;
		-ms-transform: scale(1);
		-moz-transition: all 400ms ease-in;
		-moz-transform: scale(1);
		transition: all 400ms ease-in;
		transform: scale(1);
		}

.introimages img:hover	{
	/* IMAGE ZOOM */
		-webkit-transition: all 400ms ease-in;
		-webkit-transform: scale(1.3);
		-ms-transition: all 400ms ease-in;
		-ms-transform: scale(1.3);   
		-moz-transition: all 400ms ease-in;
		-moz-transform: scale(1.3);
		transition: all 400ms ease-in;
		transform: scale(1.3);
		}


/* HOME BUTTON LINKS */

a.button-link	{
		color: #FFFFFF;
		font: 16px "Montserrat", arial, sans-serif;
		font-weight: 400;
		letter-spacing: 3px;
		line-height: normal;
		text-align: center;
		background-color: transparent;
		display: block;
		padding: 10px 0px 10px 0px;
		margin: 5px auto 0px auto;
		background-image: url("picts/button.png");
		background-repeat: repeat-x;
		background-position: 0px 0px;
		border: solid #CCCCCC;
		border-width: 0px 0px 2px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		}

a.button-link:hover	{ color: #FFFFFF; background-color: #243A34; }

a.bl1		{ background-color: #5C5D48; }

a.bl2		{ background-color: #6C6C55; }

a.bl3		{ background-color: #808069; }

a.bl4		{ background-color: #F7851E; }


/* HOME BUTTON LINKS - BOOK NOW */

a.button-link-2	{
		color: #FFFFFF;
		font: 26px "Montserrat", arial, sans-serif;
		font-weight: 400;
		letter-spacing: 3px;
		line-height: normal;
		text-align: center;
		background-color: transparent;
		display: block;
		padding: 10px 0px 10px 0px;
		margin: 5px auto 0px auto;
		background-image: url("picts/button.png");
		background-repeat: repeat-x;
		background-position: 0px 0px;
		border: solid #CCCCCC;
		border-width: 0px 0px 2px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		}

a.button-link:hover	{ color: #FFFFFF; background-color: #243A34; }



a.bl4		{ background-color: #F7851E; }



/* SMALL ARROW LINKS */

.arrow-link	{
		font: 17px "Montserrat", arial, sans-serif; font-weight: 400; letter-spacing: 0px; line-height: normal;
		display: inline-block;
		padding: 17px 0px 0px 0px;
		text-indent: 31px;
		min-height: 26px;
		background-image: url("picts/arrow-link.png");
		background-repeat: no-repeat;
		background-position: 0px 15px;
		}

a.arrow-link:hover	{ background-image: url("picts/arrow-link-hover.png"); }








/* HOME PAGE LOWER 2 COLUMN TEXT CONTENT */

.homecontent-outer {
		background-color: transparent;
		max-width: 838px;
		margin: 0 auto;
		border-top: 0px solid #BABBBF;
		border-bottom: 0px solid #BABBBF;
		}

.homecontent	{
		font-size: 13px;
		float: left;
		max-width: 389px;  /* DIVIDED BY 2 MINUS PADDING BELOW */
		margin: 0px auto 0px auto;
		}

.content-left	{ padding: 30px 30px 30px 0px; }

.content-right	{ padding: 30px 0px 30px 30px; }




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

.rslides_container	{
			background-color: transparent;
			max-width: 1178px;
			min-width: 300px;
			max-height: 550px;
			overflow: hidden;
			text-align: center;
			margin: 16px auto 0px auto;
			position: relative;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: solid #CCCCCC;
			border-width: 0px 0px 0px 0px;
			}

/* HIDE OR SHOW ARROWS | block | none | */

#homeJQ > .centered-btns_nav	{ display: none; }

#homeJQ img			{ width: 100%; }

/* HIDE SLIDESHOW ARROWS FOR PRINTING */

@media print {
#homeJQ > .centered-btns_nav	{ display: none; }
}

/* 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: #CCCCCC 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: #33CCFF; border: #33CCFF 2px solid; }

/* ACTIVE BUTTON STATE */

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




/* 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: #76A3D0 1px solid;
		}

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




/* RIGHT SIDEBAR */

.SB-width		{ width: 270px; }

#sidebar-content 	{
			background-color: transparent;
			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: #555555;
		font: 13px "Open Sans", arial, sans-serif;
		text-align: left;
		font-weight: 400;
		line-height: 150%;
		}

.sidebar-title	{
		color: #000000;
		font: 18px "Montserrat", 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 0px auto;
		vertical-align: bottom;
		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 */
		}




/* 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: #FFFFFF 1px solid;
		padding: 2px;
		margin: 0px;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

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




/* FOOTER */

.footer-copyright {
		  color: #000000;
		  font: 13px "Open Sans", arial, sans-serif;
		  font-weight: 400;
		  line-height: normal;
		  padding: 20px 0px 25px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: #FFFFFF;
		  border: solid #000000;
		  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: #0066CC; text-decoration: none; }

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




/* CONTACT PAGE CODE */

.contact-title	{ color: #000000; font: 18px "Montserrat", arial, sans-serif; font-weight: 400; line-height: normal; }

.contact-select	{ color: #000000; }

.email-link	{
		margin: 15px 0px 10px 0px;
		}

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

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: 400 18px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #999999;
		-webkit-appearance: none;
		padding: 6px 8px 6px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 120px;
		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: #000000;
		border: #000000 0px 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: 2px;
		margin-bottom: 7px;
		border: #999999 1px solid;
		}

.textarea	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 250px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 7px;
		border: #999999 1px solid;
		}

.dropdown 	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		width: 225px;
		margin-top: 3px;
		margin-bottom: 7px;
		}




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

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




/* CATEGORY PAGES */

#contentbox-Cat	{ max-width: 750px; margin: 0 auto; }

.Cat-details	{
		text-align: left;
		overflow: hidden;
		min-width: 250px;
		padding: 0px 0px 0px 0px;
		}

.Cat-box	{
		max-width: 100%;
		padding: 16px;
		margin: 0px auto 30px auto;
		background-color: #E9F1E9;
		border: solid #82AB8C;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}

.Cat-image-boxL	{
		float: left;
		padding-right: 15px;
		padding-bottom: 4px;
		width: 36%;
		max-width: 181px; /* WIDTH INCLUDES BORDER */
		min-width: 181px;
		}

.Cat-image-boxR	{
		float: right;
		padding-left: 15px;
		padding-bottom: 4px;
		width: 36%;
		max-width: 181px; /* WIDTH INCLUDES BORDER */
		min-width: 181px;
		}

.Cat-image	{ width: 100%; height: auto; vertical-align: bottom; }




/* PROVIDER PAGES */

.image-provider	{
		max-width: 100%;
		height: auto;
		}

.Show-image-boxL	{
		padding: 0px 0px 12px 0px;
		min-width: 125px;
		}

.Show-image	{ width: 100%; height: auto; }




/* JQUERY SLIDESHOW ON provider-details-1.htm */

.slideshow-sets	{
		max-width: 700px;
		border: #000000 1px solid;
		}




/* SHOWCASE 4 IMAGE ROW */

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

.imagerow-boxes	  {
		  display: inline-block;
		  text-align: center;
		  max-width: 24%; /*  EDIT Media Queries #3!! */
		  min-width: 24%; /*  EDIT Media Queries #3!! */
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  }

.imagerow-text    {
		  font-size: 12px;
		  font-weight: 700;
		  text-align: center;
		  max-width: 200px;
		  padding: 0px 8px 0px 8px;
		  margin: 0 auto;
		  }

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

img.Growborder	{
		border: #000000 0px solid;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		cursor: pointer;
		position: relative;
		z-index: 100;
	/* ZOOM */
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

img.Growborder:hover  
		{
		border: #000000 0px solid;
		z-index: 200;
	/* ZOOM */
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		transform: scale(1.5);
		}




/* CATEGORY TABS & COLORS */

.cat-title	{
		color: #000000;
		font: 18px "Montserrat", arial, sans-serif;
		font-weight: 700;
		letter-spacing: 0px;
		line-height: normal;
		padding: 5px 5px 5px 5px;
		margin-bottom: 4px;
		border: solid #82AB8C;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.Scat-box	{
		background-color: #D7D7D7;
		text-align: left;
		padding: 5px 5px 5px 5px;
		margin: 8px 0px 8px 0px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

.Scat-box a
		{
		color: #FFFFFF;
		font: 15px "Montserrat", arial, sans-serif;
		font-weight: 400;
		text-align: center;
		background-color: #5C5D48;
		display: inline-block;
		padding: 5px 22px 5px 22px;
		margin: 1px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

.Scat-box a:hover	{
			color: #FFFFFF;
			background-color: #990033;
			text-decoration: none;
			}

a.scat-1			{ background-color: #888888; }

a.scat-2			{ background-color: #216E00; }

a.scat-3			{ background-color: #F7851E; }

.Catborder	{
		border: #000000 1px solid;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}




/* BUTTON LINKS */

.button-links	{
		text-align: left;
		padding: 5px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
		}

.button-links a:link,
.button-links a:visited,
.button-links a:active	{
			color: #FFFFFF;
			font: 15px "Montserrat", arial, sans-serif;
			font-weight: 400;
			letter-spacing: 0px;
			font-weight: bold;
			text-decoration: none;
			display: block;
			background-color: #336948;
			background-image: url("picts/arrow-link-2.png");
			background-repeat: no-repeat;
			background-position: right 3px top 5px;
			padding: 5px 8px 5px 10px;
			margin: 1px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
			}

.button-links a:hover	{
			color: #FFFFFF;
			background-color: #243A34;
			text-decoration: none;
			}

/* VIEW DETAILS ARROW BUTTONS */

.view-link	{
		font: 15px "Montserrat", arial, sans-serif;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: normal;
		text-align: left;
		display: block;
		padding: 6px 9px 5px 10px;
		margin: 4px 0px 3px 0px;
		background-image: url("picts/arrow-link-2.png");
		background-repeat: no-repeat;
		background-position: right 3px top 4px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

a.view-link	{
		color: #FFFFFF;
		background-color: #336948;
		}

a.view-link:hover	{ background-color: #243A34; }

a.vl-hilite		{ background-color: #F7851E; font-weight: 700; }

a.v-return	{
		background-color: #999999;
		background-image: url("picts/arrow-link-return.png");
		}



/* PROVIDER CATEGORIES */

.Tcat-box	{
		background-color: transparent;
		text-align: left;
		padding: 5px 5px 5px 5px;
		margin: 8px 0px 0px 0px;
		border: solid #82AB8C;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

.Tcat-box div,
.Tcat-box a:link,
.Tcat-box a:visited,
.Tcat-box a:active 
		{
		color: #FFFFFF;
		text-align: center;
		display: inline-block;
		padding: 1px 10px 1px 10px;
		margin: 2px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

.Tcat-box a:hover	{
			color: #FFFFFF;
			background: #000000;
			text-decoration: none;
			}

.tc1	{ background-color: #996600; }

.tc2	{ background-color: #006600; }

.tc3	{ background-color: #339900; }

.tc4	{ background-color: #66CC00; }

.tc5	{ background-color: #0066FF; }

.tc6	{ background-color: #009999; }

.tc7	{ background-color: #666666; }

.tc8	{ background-color: #990066; }

.tc9	{ background-color: #000033; }



/* STAR RATINGS */

.starr-50	{
		background-image: url("picts/starr-50.png");
		background-repeat: no-repeat;
		background-position: top right;
		padding: 3px 0px 3px 0px;
		}

.starr-45	{
		background-image: url("picts/starr-45.png");
		background-repeat: no-repeat;
		background-position: top right;
		padding: 3px 0px 3px 0px;
		}

.starr-40	{
		background-image: url("picts/starr-40.png");
		background-repeat: no-repeat;
		background-position: top right;
		padding: 3px 0px 3px 0px;
		}

.starr-35	{
		background-image: url("picts/starr-35.png");
		background-repeat: no-repeat;
		background-position: top right;
		padding: 3px 0px 3px 0px;
		}

.starr-30	{
		background-image: url("picts/starr-30.png");
		background-repeat: no-repeat;
		background-position: top right;
		padding: 3px 0px 3px 0px;
		}



/* PROMO AND TRIP ADVISOR */

.TA_selfserveprop	{ background-color: #589442; width: 240px; }

.promo-240x209		{ border-top: 23px solid #427049; }

.Promo-box	{
		max-width: 100%;
		max-width: 524px;
		padding: 5px;
		margin: 0px auto 0px auto;
		}

.Promo-boxL	{
		float: left;
		padding-right: 50px;
		padding-bottom: 10px;
		width: 234px;
		}

.Promo-boxR	{
		float: left;
		padding-bottom: 10px;
		width: 240px;
		}



/* FAQ PAGE */

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

.faqicon	{ margin-top: 6px; margin-right: 2px; }




/* VIDEO (FOR RESPONSIVE VIDEO) */

.videobox	 {
		 max-width: 640px;
		 margin: 0 auto;
		 padding: 0px 5px 0px 5px;
		 }

.video-container {
		 min-width: 200px;
		 padding-top: 0px;
		 padding-bottom: 56.25%;
		 margin: 12px auto 12px auto;
		 height: 0;
		 overflow: hidden;
		 position: relative;
		 z-index: 100;
		 }
 
.video-container iframe,
.video-container object,
.video-container embed {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 left: 0;
		 z-index: 100;
		 }




/* LINKS PAGE CODE */

table.searcharea td	{ padding: 0px 3px 0px 0px; }

.searcharea		{ margin: 22px 0px 22px 0px; }

.searchform 	{
		color: #000000;
		font: 12px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		width: 110px;
		border: #757B93 1px solid;
		}

.searchbutton 	{
		color: #FFFFFF;
		font: bold 12px arial, sans-serif;
		text-align: center;
		background-color: #0064BB;
		-webkit-appearance: none;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #000000 0px solid;
		/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}




/* SITE MAP SITE SEARCH */

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

.sitesearchform		{ width: 125px; margin: 0px 3px 0px 0px; }

.sitesearchbutton	{ width: 65px; }




/* HIDE ITEMS FOR PRINTING */

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




/* START FOOTER MENU */

#FTmenu		{
		background-color: transparent;
		text-align: center;
		padding: 50px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border: #000000 solid;
		border-width: 0px 0px 1px 0px;
		}

/* FOOTER MENU WIDTH, PADDING, FONT FACE & COLOR */

#FTmenu a 		{
			color: #000000;
			font-family: "Montserrat", arial, sans-serif;
			font-size: 13px;
			font-weight: normal;
			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: #0284BA;
			background-color: transparent;
			text-decoration: 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;
	background: #000000 url('picts/arrow-up.png') no-repeat 0px 0px;
	}

.scrollToTop:hover{
	text-decoration:none;
	background: #666666 url('picts/arrow-up.png') no-repeat 0px 0px;
	}



