@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url(https://fonts.googleapis.com/css?family=Raleway);

body 	{
	background-color:#FFFFFF;
	background-image:url("picts/background-main.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	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: 9px; margin-bottom: 2px; }

.float-margin2	{ margin-right: 12px; margin-bottom: 0px; }

.floatclear 	{ height: 0px; clear: both; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; }

.text-nowrap	{ overflow: hidden; min-width: 150px; }





/* NON-MENU LINK COLORS */

	a:link, a:visited, a:active 
	{ color: #006666; text-decoration: none; }

	a:hover 
	{ color: #339999; text-decoration: underline; }





/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

div, table	{ color: #3B425C; font: normal 16px "PT Sans", arial, sans-serif; line-height: 190%; }

.title		{
		color: #3B425C;
		font: 400 28px "Raleway", arial, sans-serif;
		padding-bottom: 4px;
		margin-bottom: 10px;
		border-bottom: #B8BDD4 1px solid;
		}

.subtitle	{ color: #3B425C; font: 400 18px "PT Sans", arial, sans-serif; margin-bottom: 3px; }

.smalltitle	{ color: #000000; font: 700 15px "PT Sans", arial, sans-serif; }

.contacttitle	{ color: #000000; font: 400 18px "PT Sans", arial, sans-serif; margin-bottom: 3px; }

.smalltext	{ font-size: 13px; }

.hilite		{ color: #669900; font-weight: 700; }





/* REMOVES MARGINS ON HEADING TAG TITLES (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 0px 0px; text-align: left; }





/* SERVICES & CLIENTS LISTS */

.lists		{
		color: #9999FF;
		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 -112px auto; /* -112 MARGIN FOR STICKY FOOTER */
		padding: 0px 0px 0px 0px;
		}

#contentwrapper	{
		max-width: 700px;
		min-width: 280px;
		text-align: left;
		margin: 0px auto 40px auto;
		padding: 50px 15px 10px 15px;
		}





/* TEXT AND GRAPHIC LOGO */

#headerdiv	{
		background-color: #808496;
		background: rgba(96,101,124,0.50);  /* SEMI-TRANSPARENT */
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-bottom: #0C5276 0px solid;
		}

#headerdiv a	{ outline: 0; }

.logo-respond	{
		width: 100%;
		height: auto;
		max-width: 500px;
		min-width: 300px;
		display: block;
		}

/* START TEXT HEADER CODE */

.textlogo	{
		font: 400 29px "Raleway", arial, sans-serif;
		letter-spacing: 2px;
		text-align: center;
		display: inline-block;
		padding: 15px 8px 8px 8px;
		}

.textlogo a:link, .textlogo a:visited, .textlogo a:active 
		{ color: #FFFFFF; text-decoration: none; }

.textlogo a:hover
		{ color: #FFFFFF; text-decoration: none; }





/* FOOTER - IF YOU EDIT HEIGHT PADDING OR BORDERS EDIT #pagewrapper -margin ABOVE */

.footerheight	{ min-height: 76px; }

.footerdiv	{
		color: #FFFFFF;
		font: 12px "PT Sans", arial, sans-serif;
		text-align: center;
		background-color: #808496;
		padding: 15px 8px 15px 8px;
		border: solid #CACED1;
		border-width: 6px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.footersplit	{ 
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		padding: 0px;
		margin: 5px auto 0px auto;
		max-width: 400px;
		border-bottom: #FFD2A8 1px solid;
		}

/* FOOTER LINK COLORS */

	a.footlink:link, a.footlink:visited, a.footlink:active 
	{ color: #FFFFFF; text-decoration: none; }

	a.footlink:hover 
	{ color: #FFFFFF; text-decoration: underline; }

.footer-top	{ margin: 20px auto 0px auto; }





/* HOME PAGE */

.home-small-image {
		display: inline;
		margin: 4px 4px 0px 4px;
		padding: 2px;
		border: #60657C 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		} 

.bottom-links	{
		color: #60657C;
		padding: 3px 0px 5px 0px;
		margin: 30px 0px 10px 0px;
		border: solid #B8BDD4;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.bottom-links a { margin-left: 8px; margin-right: 8px; }





/* OPTIONAL HOMEPAGE LARGER SIZE IMAGE ROW */

.home-boxes-outer {
		  min-width: 290px;
		  text-align: center;
		  margin: 0 auto;
		  }

.home-boxes	  {
		  display: inline-block;
		  text-align: center;
		  max-width: 31%; /*  EDIT Media Queries #3!! */
		  min-width: 31%; /*  EDIT Media Queries #3!! */
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  }

.home-boxes-text  {
		  font-size: 13px;
		  text-align: center;
		  max-width: 200px;
		  padding: 0px 8px 0px 8px;
		  margin: 0 auto;
		  }

.home-boxtitle	  {
		  font-size: 16px;
		  font-weight: 400;
		  padding: 0px 0px 2px 0px;
		  margin: 0px 0px 5px 0px;
		  border-bottom: #B8BDD4 1px solid;
		  }

.home-boxes img	  {
		  width: 100%;
		  max-width: 204px;  /* MAX WIDTH INCLUDES BORDER */
		  height: auto;
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  }





/* BORDERS AND BARS */

.img-borders	{ border: #60657C 1px solid; padding: 2px; }

.page-splits 	{
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		margin-top: 26px;
		margin-bottom: 26px;
		padding: 0px;
		border-bottom: #B8BDD4 1px solid;
		}

.splits-small	{ 
		width: 60%;
		max-width: 250px;
		margin: 6px auto 4px 0px;
		}

.split-smalltopmargin { margin-top: 5px; }

.HoverBorder	{
		border: #60657C 1px solid;
		padding: 2px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

a:hover .HoverBorder 	{ border: #B641DF 1px solid; }





/* JQUERY SLIDESHOWS (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.slide-home-width	{ max-width: 430px; }

.slide-thumb		{ width: 130px; height: 87px; }

.slideshow-text		{
			margin: 15px auto 15px auto;
			max-width: 90%;
			}

.rslides_container	{
			background-color: transparent;
			max-width: 900px;
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			box-sizing: border-box;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: #60657C 1px solid;
			}

/* SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			width: 100%;
			position: absolute;
			bottom: 10px;
			left: 0px;
			margin: 0 auto;
			text-align: center;
			z-index: 900;
			background-color: transparent;
			}

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 10px;
			height: 10px;
			background-color: transparent;
			border: #FFFFFF 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: #FFFFFF; border: #FFFFFF 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover 
			{ background-color: #F3003A; border: #F3003A 2px solid; cursor: default; }





/* CONTACT PAGE */

.contact-area	{ max-width:  500px; }

.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: #B8BDD4 5px solid;
		border-bottom: #B8BDD4 5px solid;
		}





/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform 	{
		width: 150px;
		margin: 2px 0px 4px 0px;
		padding: 1px;
		overflow: auto;
		border: #AAB2B9 1px solid;
		}

.payformbutton 	{ width: 152px; margin-bottom: 10px; }

.payformbox	{
		margin: 0 auto;
		background-color: transparent;
		border: #C0C0C0 1px solid;
		}

.paypaltable td	{ vertical-align: middle; padding: 6px 10px 6px 10px; }

.paypalbadge-space	{ padding: 30px 10px 8px 0px; }





/* SITE MAP PAGE */

.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;
		}





/* 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: #808496;
		background: rgba(96,101,124,0.50);  /* SEMI-TRANSPARENT */
		display: table;
		width: 100%;
		margin-bottom: 0px;
		border-top: #000000 0px solid;
		border-bottom: #000000 0px 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: #B641DF; }





/* 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: #F3003A; }





/* START POPOUT MENU COLORS */

#menu-sub 	{
		background: #7A7F90;
		background: rgba(122,127,144,0.95);  /* SEMI-TRANSPARENT */
		display: none;
		position: absolute;
		top: 50px;
		left: 0px;
		z-index: 1001;
		width: 310px;  /* DO NOT EXCEED 310 */
		border-top: #9296A5 0px solid;
		border-right: #9296A5 0px solid;
		border-bottom: #9296A5 0px solid;
		border-left: #9296A5 10px solid;
	/* 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: 6px 6px 6px 25px;
		margin: 0px auto 0px auto;
		display: block;
		border-top: #999999 0px solid;
		background-image: url("menu-icons/menu-bullet.png");
		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: 121px;
		}

a.menu:link, a.menu:visited, a.menu:active 
		{
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: none;
	/* FADE UP */
		transition: background 0.5s ease;
		-webkit-transition: background 0.5s;
		}

a.menu:hover 	{
		color: #FFFFFF;
		background: #B641DF;
		background-image: url("menu-icons/menu-bullet.png");
		background-position: 10px 10px;
		background-repeat: no-repeat;
		text-decoration: none;
		}




