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

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


.infotable 	{ width: auto; margin: 6px 0 6px 0; }

.infotable td	{
background-color: #FFFBF7;
		border: #FFCC99 3px solid;
		padding: 7px;
		}


.map-lpad	{ padding: 3px 0px 0px 15px; }

.map-background	{
		background-image: url("../rwd-picts/mapback.jpg");
		background-repeat: repeat;
		}

.tbl-tbl {
	display: table;
	width: 100%;
	}

.tbl-row {
	display: table-row;
	}

.tbl-col3x {
	display: table-cell;
	width: 33%;
	padding: 15px;
	}

.tbl-col2x {
	display: table-cell;
	width: 50%;
	padding: 15px;
	}





.notebox {
	background-color: #FAF9AF;
	transform: rotate(-5deg) translate(-10px, 0px);
	background: linear-gradient(135deg, #FCF298, #FEFED2);
	border: #AFB258 1px solid;
	margin: 15px auto 10px auto;
	padding: 26px 15px 15px 15px;
	max-width: 240px;

	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}

.push-pin {
	position: absolute;
	top: -12px;
        margin: 0 auto;
        left: 98px;
	}



/* 2 COL ICONS */

.ico-box {
	width: 100%;
	max-width: 260px;
	height: auto;
	display: inline-block;
	margin: 15px;
	padding: 15px; 
	border: #FFFFFF 0px solid;
	}

.ico-ico { max-width: 80px; height: auto; margin-bottom: 10px; }

.icolr-1 { filter: hue-rotate(80deg); }
.icolr-2 { filter: invert(1.0) hue-rotate(340deg) saturate(150%) brightness(100%); }
.icolr-3 { filter: hue-rotate(300deg) brightness(190%); }
.icolr-4 { filter: hue-rotate(300deg) saturate(150%) brightness(80%); }
.icolr-5 { filter: hue-rotate(0deg) saturate(200%) brightness(150%); }
.icolr-6 { filter: hue-rotate(340deg) saturate(200%) brightness(80%); }

.ico-ico:hover { filter: hue-rotate(0deg) saturate(180%) brightness(180%); }





.pre-footer {
	font-size: 0.90em;
	max-width: 600px;
	margin: 0 auto;
	padding: 0px 15px 0px 15px;
	}

.footer-icons { margin: 25px auto 25px auto; }

.FootDivider { color: #000000; font-weight: 700; }



/* FOOTER MENU */

#footer-menu		{
			text-align: center;
			background-color: #990066;
			padding: 0px;
			margin: 0px auto 0px auto;
			border: #CCCCCC 0px solid;
			border-width: 7px 0px 0px 0px;
			}

#footer-menu a 		{
			color: #FFFFFF;
			font-family: "Open Sans", arial, helvetica, sans-serif;
			font-size: 0.90em;
			font-weight: 600;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			padding: 14px 12px 14px 12px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			background-color: transparent;
			display: inline-block;
			outline: none;
			border: #990066 solid;
			border-width: 0px 0px 0px 0px;
		/* MENU FADE UP */
			transition: all 0.5s ease;
			-webkit-transition: all 0.5s;
		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
    			*display:inline;	/* For IE */
    			*zoom:1;		/* For IE */
			}


/* BORDERS FIRST MENU LINK */

#footer-menu a:first-child	{ border-width: 0px 0px 0px 0px; }


/* MENU HOVER COLORS */

#footer-menu a:hover 
			{
			color: #FFFFFF;
			background-color: #000000;
			text-decoration: none;
			}








a.head-button:link, 
a.head-button:visited, 
a.head-button:active	{
		color: #FFFFFF;
		font-size: 17px;
		font-weight: 700;
		text-align: center;
		line-height: normal;
		background-color: #3092FF;
		background-image: url("../rwd-picts/icons/head-arrow.png");
		background-repeat: no-repeat;
		background-position: right 6px top 4px;
		padding: 7px 40px 7px 18px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		display: inline-block;
		border: #3092FF 0px solid;
		text-decoration: none;
		position: absolute;
		top: 22px;
		right: 20px;
	/* 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.head-button:hover	{
		color: #FFFFFF;
		background-color: #00B8EB;
		border: #00B8EB 0px solid;
		text-decoration: none;
		}



/* HOME PAGE TOP IMAGE */

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

.homeimage-outer	{
			max-width: 100%;
			min-width: 250px;
			text-align: center;
			margin: 0px 0px 65px 0px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			position: relative;
			border: solid #F0F0F0;
			border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		/* IMAGE DROP SHADOW */
			box-shadow: 0 20px 12px -12px rgba(0, 0, 0, 0.0);
			}

.hp-title	{
		color: #FFFFFF;
		font-size: 30px;
		font-family: "Montserrat", "Open Sans", arial, helvetica, sans-serif;
		font-weight: 600;
		text-align: center;
		letter-spacing: 2px;
		line-height: normal;
		background: rgba(29,52,87,0.70);  /* BACKGROUND & OPACITY */
		max-width: 640px;
		padding: 10px 5px 10px 5px;
		margin: 0 auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
		}

.hp-subtitle {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	padding: 5px 5px 5px 5px;
	}

/* HOME LAYERED BOXES */

.hp-list {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-align: left;
	display: inline-block;
	padding: 5px 0px 19px 0px;
	margin: 0 auto;
	}

.hb-note1	{
		color: #996600;
		font-size: 15px;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-weight: 700;
		display: inline-block;
		padding: 0px 0px 0px 5px;
		}

.home-boxes {
	font-size: 0px;
	position: absolute;
	left: 0px;
	bottom: -10%;
	z-index: 100;
	text-align: center;
	width: 100%;
	}



.home-cell  {
	background: #FFFFFF;
	width: 100%;
	max-width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
	display: inline-block;
	border: solid #000000;
	border-width: 6px;
	/* 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: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.hb-inner {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	padding: 10px 8px 25px 8px;
	}

.hb-1	{ border-color: #009C17; }

.hb-2	{ border-color: #9C0098; }

.hb-3	{ border-color: #006DF8; }

.pkg-title {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	padding: 1px 5px 3px 5px;
	margin-bottom: 3px;
	}

.pkt-1	{ background-color: #009C17; }

.pkt-2	{ background-color: #9C0098; }

.pkt-3	{ background-color: #006DF8; }


.rslides_container li section, .homeimage-box section { display: inline; }

.homeimage-title {
		color: #009999;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-style: italic;
		font-size: 49px;
		font-weight: bold;
		letter-spacing: 0px;
		line-height: normal;
		padding-bottom: 8px;
		}

.homeimage-text section { display: inline; }


/* LAYERED TEXT LINK COLORS */

.homeimage-text a 
		{  color: #1184FF; text-decoration: none; font-weight: 400; }

.homeimage-text a:hover 
		{  color: #000000; text-decoration: none; }


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



/* LINK BUTTONS */

a.button-link:link, 
a.button-link:visited, 
a.button-link:active	{
		color: #FFFFFF;
		font-size: 17px;
		font-weight: 600;
		line-height: normal;
		text-align: center;
		background-color: #990000;
		padding: 10px 26px 10px 26px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		display: inline-block;
		border: #FFFFFF 1px solid;
		text-decoration: none;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

a.button-link:hover	{
		color: #FFFFFF;
		background-color: #FF6600;
		border: #FF6600 1px solid;
		padding: 10px 35px 10px 35px;
		text-decoration: none;
		}

a.bl-2:link, 
a.bl-2:visited, 
a.bl-2:active	{
		color: #FFFFFF;
		font-weight: 700;
		padding: 15px 23px 15px 23px;
		background-color: #9C0098;
		border: #9C0098 0px solid;
		}

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





/* GLOBE CODE */

.globe-container  {
	background-color: #444444;
	display: inline-block;
	margin: 0px auto 0px 8px;
	width: 52px;
	height: 52px;
	border: 0px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background-image: url("../rwd-picts/globe-image.png");
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-animation: rotate 10s infinite linear;
	-moz-animation: rotate 10s infinite linear;
	-ms-animation: rotate 10s infinite linear;
	-moz-box-shadow: 0px 0px 0px #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px #FFFFFF;
	box-shadow: 0px 0px 15px #FFFFFF;  
	}
.globe
	{
	position:absolute;
	width: 52px;
	height: 52px;
	background:url("../rwd-picts/globe-highlight.png") top left no-repeat;
	}

@-webkit-keyframes rotate{
  0% {
   background-position: 0px 0px;
  }
  100% {
	background-position: -91px 0px;
  }

}

@-ms-keyframes rotate{
   0% {
   background-position: 0px 0px;
  }
  100% {
	background-position: -91px 0px;
  }
}
@-moz-keyframes rotate{
 0% {
   background-position: 0px 0px;
  }
  100% {
	background-position: -91px 0px;
  }
}




/* 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: #0033FF; text-decoration: none; font-weight: 600; }

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






.sub-link span	{ text-decoration: underline; line-height: 200%; }

.sub-link span:hover	{ color: #0099FF; text-decoration: underline; }




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

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

.title 		{ color: #990066; font: 26px "Open Sans", arial, sans-serif; font-weight: 700; letter-spacing: 0px; line-height: 200%; }

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

.colortitle	{ color: #339900; font: 20px "Open Sans", "Open Sans", arial, sans-serif; font-weight: 700; line-height: normal; }

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

.smalltext	{ font-size: 13px; }

.makebold	{ font-weight: 700; }

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

.hilite2	{ color: #993399; font-size: 0.9em; font-weight: 600; font-style: italic; }

.hilite3	{ color: #006600; font-weight: 600; }

.hilite4	{ color: #FF6600; font-weight: 600; }

.hilite5	{ color: #000000; }

.hilite6	{ color: #990066; }

.rot-color:hover	{ filter: hue-rotate(70deg); }



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

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




/* LISTS */

.list	{
	color: #000000;
	font-weight: 600;
	line-height: normal;
	text-align: left;
	margin-top: 22px;
	margin-bottom: 22px;
	}

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

.list-2	{
	line-height: normal;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 18px;
	}




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

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

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

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

.content-pad 	{ padding: 45px 65px 45px 65px; }




/* INNER AND OUTER BACKGROUNDS */

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

.outer-background	{ background-color: #FFFFFF; }




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		line-height: 0%;
		text-align: left;
		background-color: #000000;
		padding: 10px 10px 10px 25px;
		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: auto;
		width: 100%;
		max-width: 160px;
		margin-bottom: 7px;
		display: inline-block;
		}




/* IMAGE BORDERS */

.img-borders	{
		border: #CCCCCC 0px solid;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		}




/* FLOATS & FLOAT CLEAR */

.left-float	{ float: left; }

.right-float	{ float: right; }

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

.img-float	{ float: left; margin: 3px 15px 5px 0px; }

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

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

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




/* PAGE LINES & BORDERS & PADDING */

.page-splits 	{ 
		font-size: 1px;
		line-height: 1px;
		height: 3px;
		margin-top: 26px;
		margin-bottom: 26px;
		padding: 0px;
		background-color: #CCCCCC;
	/* FIVE COLOR GRADIENT */
		background-image: linear-gradient(to right, #FFFFFF, #BFD3DB, #FFFFFF);
		border-top: #404A5B 0px solid;
		}

.page-splits2 	{ 
		font-size: 1px;
		line-height: 1px;
		height: 3px;
		margin-top: 26px;
		margin-bottom: 26px;
		padding: 0px;
		background-color: #CCCCCC;
	/* FIVE COLOR GRADIENT */
		background-image: linear-gradient(to right, #FFFFFF, #990066, #FFFFFF);
		border-top: #404A5B 0px solid;
		}

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

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

.pad-top10	{ padding-top: 10px; }

.pad-bot10	{ padding-bottom: 10px; }

.pad-bot20	{ padding-bottom: 20px; }

.margin-top10	{ margin-top: 10px; }

.margin-bot10	{ margin-bottom: 10px; }




/* HOME PAGE */









/* HOME COLORED BOX OF 3 IMAGES */

.image-row	{
		line-height: 1px;
		font-size: 1px;
		background-color: #8E8E96;
		padding: 30px 30px 30px 30px;
		margin: 40px 0px 40px 0px;
		vertical-align: top;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}

.image-row-cell	{
		vertical-align: top;
		width: 33%;
		display: inline-block; 
		}

.irc-inner	{
		color: #FFFFFF;
		font-size: 0.90em;
		font-weight: 400;
		line-height: normal;
		padding: 10px 10px 10px 10px;
		}

.image-row img	{
		width: 100%;
		max-width: 500px;
		margin: 0px 0px 15px 0px;
		vertical-align: bottom;
		}

.HoverBorder	{
		border: #FFFFFF 25px solid;
		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: #FFFFFF 3px solid;
	/* ZOOM */
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
		}

/* LINK COLOR IN COLORED BOX OF 3 IMAGES */

.image-row a:link, 
.image-row a:visited, 
.image-row a:active 	{ color: #FFFFFF; text-decoration: none; font-weight: 600; }

.image-row a:hover 	{ color: #FFFF9C; text-decoration: none; }




/* SOCIAL ICONS */

#social-links	{
		text-align: center;
		font-size: 0px;
		background-color: transparent;
		padding: 0px 0px 0px 0px;
		margin: 30px 0px 40px 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

.socialicon	{
		background-color: #000000;
		border: #000000 0px solid;
		padding: 15px;
		margin: 1px;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		   }

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




/* FOOTER */

.footer-copyright {
		padding: 36px 0px 40px 0px;
		margin: 0px 0px 0px 0px;
		background-color: #000000;
		border: solid #990066;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}

.copy-text	{
		color: #FFFFFF;
		font-size: 13px;
		font-weight: 400;
		line-height: normal;
		padding: 5px 5px 5px 5px;
		}

.footer-links	{
		color: #FF0000;
		font-size: 15px;
		font-weight: 600;
		line-height: normal;
		padding: 5px 5px 18px 5px
		}

.footer-img	{ margin: 0px auto 10px auto; }

.footer-top:hover {
		background-color: #FFFFFF;
		border: #CC0000 3px solid;
		}



/* COPYRIGHT LINK COLORS */

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

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




/* CONTACT PAGE CODE */

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

.contact-select	{ color: #003399; }

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

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: 600 18px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #0066CC;
		-webkit-appearance: none;
		padding: 15px 8px 15px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 100%;
		max-width: 340px;
		border: #000000 0px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	/* 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: #3092FF;
		border: #000000 0px solid;
		}

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

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

.dropdown 	{
		font: 15px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		width: 100%;
		max-width: 300px;
		padding: 3px;
		margin-top: 3px;
		margin-bottom: 7px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

/* CONTACT PAGE COLUMNS */

.contact-box	{ max-width: 1050px; margin: 0 auto; text-align: center; }

.form-box-L	{
		min-width: 330px;
		max-width: 330px;
		text-align: left;
		line-height: normal;
		display: inline-block;
		vertical-align: top;
		margin: 0 auto;
		padding: 0px 20px 0px 10px;
		}

.form-box-R	{
		min-width: 330px;
		max-width: 330px;
		text-align: left;
		line-height: normal;
		display: inline-block;
		vertical-align: top;
		margin: 0 auto;
		padding: 0px 10px 0px 20px;
		}


/* SERVICES PAGE */

.box-section	{ max-width: 90%; margin: 0 auto; }




/* 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;
	position:fixed;
	bottom: 50px;
	right: 10px;
	z-index: 6;
	display:none;
	text-decoration: none;
	border: #5A6C7C 2px solid;
	background: #788D9C url('../rwd-picts/icons/arrow-up-white.png') no-repeat 0px 0px;
	}

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

