

@import url(https://fonts.googleapis.com/css?family=Montserrat:300);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Feeling+Passionate:400,700);


body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 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, { color: #0000EE; }
a:visited, 
a:active 	{ color:  #0000EE; text-decoration: bold; }

a:hover 	{ color: #0099FF; text-decoration: underline; }


a:hover 	{ color: #ada7c2; text-decoration: underline; }



/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #000000;
		font-family: "Droid Sans", arial, sans-serif;
		font-size: 19px;
		font-weight: 400;
		line-height: 150%;
		}

.title 		{ color: #000000; font: 25px "Montserrat", arial, sans-serif; font-weight: 400; letter-spacing: 0px; line-height: normal; }

.subtitle 	{ color: #000000 font: 20px "Montserrat", arial, sans-serif; font-weight: 600; line-height: normal; }

.colortitle	{ color: #0066CC; font: 16px "Droid Sans", arial, sans-serif; font-weight: 700; line-height: normal; }

.smalltitle	{ font-size: 16px; font-weight: 700; }

.smalltext	{ font-size: 16px; }

.makebold	{ font-weight: 700; }

.hilite		{ color: #CC0066; }




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* LISTS & SERVICES PAGE */

.list		{
		color: #000000;
		font: 18px "Droid 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: 700px; }

#pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto 0 auto;
		}

.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0px auto 15px auto;
		}

#contentbox-outer 
		{
		max-width: 1200px;
		min-width: 700px;
		margin: 0 auto;
		}

#contentbox	{
		width: 100%;
		float: left;
		margin-right: -270px;
		}

.content-pad 	{ padding: 35px 45px 35px 45px; }

#left-content 	{ padding: 0px; margin-right: 270px; }




/* INNER AND OUTER BACKGROUNDS */

.inner-background	{
			background-color: #FFFFFF;
			border: #999999 0px solid;
			}


.outer-background	{
			background-color: #FFFFFF;
			background-image: 
			background-repeat: repeat-x;
			background-attachment: fixed;
			}



/* TEXT AND GRAPHIC HEADER CODE */

/* ALIGN LOGO IN THE header.js */

#headerdiv	{
		background-color: #FFFFFF;
		max-width: 1180px;
		position: relative;
		padding: 0px 10px 0px 10px;
		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;
		}


/* TEXT HEADER CODE */

.textlogo	{
		
		
		font: 400 50px "Belleza";
		letter-spacing: 5px;
		padding: 10px 0px 0px 0px;
		text-shadow: 0px 0px 0px rgba(0, 15, 50, 0.0);
		}

#headerdiv a:link,
#headerdiv a:visited,
#headerdiv a:active	{ color: #515652; text-decoration: none; }

#headerdiv a:hover	{ color: #cococo; text-decoration: none; }

.logoslogan	{
		color: #000000;
		font: 400 19px "Droid Sans", "Arial", sans serif;
letter-spacing: 2px;
		padding: 0px 0px 10px 0px;
		text-shadow: 0px 0px 0px rgba(0, 15, 50, 0.0);
		}
.

/* GRAPHIC HEADER CODE */

.logo-respond	{
		height: 203px;
		width: 100%;
		max-width: 600px;
		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: 43px;
		top: 7px;
	/* 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;
	/* 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: #fbddc3;}




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}

.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; }




/* TOP RESPONSIVE HOMEPAGE IMAGE */

.img-respond	{ width: 100%; height: auto; }

.top-image	{
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #000000 0px solid;
		}




/* PAGE LINES & BORDERS */

.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 1px;
		background-color: transparent;
		margin-top: 8px;
		margin-bottom: 8px;
		padding: 0px;
		border-top: #615755 1px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 16px; }




/* RIGHT SIDEBAR */

.SB-width		{ width: 270px; }

#sidebar-content 	{
			background-color: transparent;
			padding: 0px;
			float: right;
			}

.sidebar-box		{ padding: 0px 17px 0px 17px; }

.sidebar-textarea	{
			text-align: left;
			margin: 0 auto;
			padding: 0px 0px 0px 0px;
			}

.sidebar-text 	{
		color: #111111;
		font: 15px "Droid Sans", arial, sans-serif;
		text-align: left;
		font-weight: 400;
		line-height: 150%;
		}

.sidebar-title	{
		color: #000000;
		font: 20px "Droid Sans", arial, sans-serif;
		font-weight: 400;
		text-align: left;
		line-height: normal;
		background-color: #FFFFFF;
		padding: 6px 0px 6px 0px;
		margin: 0px auto 7px auto;
		border: solid #999999;
		border-width: 0px 0px 1px 0px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	/* DROP SHADOW */
		-moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.0);
		-webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.0);
		box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.0);
		}

.sidebar-image	{
		width: 100%;
		max-width: 231px;
		margin: 0px auto 20px auto;
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: solid #FFFFFF;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.side-links	{
		padding: 10px 0px 22px 0px;
		margin: 0px;
		}

.side-links a	{
		font: 16px "Droid Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		display: block;
		padding: 20px 0px 20px 0px;
		border: dashed #666666;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.side-links a:first-child { border-width: 1px 0px 1px 0px; }




/* SOCIAL ICONS */

#social-links	{
		text-align: center;
		font-size: 0px;
		background-color: transparent;
		padding: 10px 0px 18px 0px;
		margin: 0px 0px 0px 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

.socialicon	{
		background-color: #e8aea2;
		border: #000000 0px solid;
		padding: 2px;
		margin: 2px;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		   }

.socialicon:hover  {
		   background-color: #f8c2b6;
		   border: ##e8aea2 0px solid;
		   }







/* FOOTER */

.footer-top	{
		background-color: #000000;
		padding: 3px;
		margin: 0px auto 10px auto;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}

.footer-copyright {
		  color: #111111;
		  font: 14px "Droid Sans", arial, sans-serif;
		  font-weight: 400;
		  line-height: normal;
		  padding: 20px 0px 20px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: #FFFFFF;
		  background-repeat: repeat-x;
		  border: solid #666666;
		  border-width: 0px 0px 5px 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: #dbaf92; text-decoration: underline; }

div.footer-copyright a:hover 	{ color: #ada7c2; text-decoration: underline; }




/* CONTACT PAGE CODE */

.contact-title	{
		color: #000000;
		font: 20px "Droid Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		}

.contact-select	{ color: #ada7c2; }

.email-link	{
		text-align: left;
		margin: 10px 0px 10px 0px;
		}

.form-box	{ margin: 20px 0px 10px 100px; }

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: 400 18px "Droid Sans", arial, sans-serif;
		text-align: center;
		background-color: #3F9ED2;
		-webkit-appearance: none;
		padding: 12px 8px 12px 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: #999999;
		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;
		}

/* QUOTES PAGE - MODIFIES ABOVE CLASSES */

.quotechoice 	{ color: #003366; }

.quoteform	{ width: auto; }

.dropquotes	{ width: auto; }

input[type=submit].quotebutton	{ width: 200px; }




/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

#map-canvas	{ width: 235px; height: 160px; }


/* CONTACT PAGE GOOGLE DIRECTIONS */

.directions		{ font: 14px "Droid Sans", arial, sans-serif; font-weight: 400; line-height: normal; padding: 8px 0px 5px 0px; }

.directions .shadeform	{ width: 233px; margin: 2px 0px 5px 0px; }

input[type=submit].directionbutton	{ font-size: 15px; width: 235px; }


/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }





/* 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: #3F9ED2;
		-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;
		}


/* PDF PAGE */

.pdf-box	{ max-width: 90%; margin: 0 auto; }

.pdf-icon	{ margin: 1px 0px 0px 15px; }




/* 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: #FFFFFF;
	        background-image: none;
		background-repeat:repeat-x;
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border: #615755 solid;
		border-width: 1px 0px 1px 0px;
		}

/* FOOTER MENU WIDTH, PADDING, FONT FACE & COLOR */

#FTmenu a 		{
			color: #000000;
			font-family: "Droid Sans", arial, sans-serif;
			font-size: 16px;
			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: #000000;
			background-color: #fbddc3;
			text-decoration: none;
			}



