@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat);

body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}

html	{ overflow-y: scroll; }  /* FORCE SCROLLBAR */

/* ^^^ 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: #006699; text-decoration: none; }

a:hover 	{ color: #3399CC; text-decoration: underline; }

.biglink	{ font-size: 18px; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #000000;
		font-family: "Droid Sans", arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		line-height: 170%;
		}

.title 		{ color: #000000; font: 17px "Montserrat", arial, sans-serif; font-weight: normal; line-height: normal; }

.subtitle 	{ color: #000000; font: 15px "Montserrat", arial, sans-serif; font-weight: normal; line-height: normal; }

.contacttitle 	{ color: #000000; font: 15px "Montserrat", arial, sans-serif; font-weight: normal; line-height: normal; }

.smalltext	{ color: #000000; font: 12px "Montserrat", arial, sans-serif; font-weight: normal; padding: 3px 0px 5px 0px; line-height: normal; }

.testimonial	{ color: #006699; font-size: 13px; font-weight: bold; }

.hilite		{ color: #FF0000; }




/* HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ text-align: left; margin: 0px 0px 1px 0px; }

/* HEADING TAGS CENTER */

.h-center	{ text-align: center; }




/* SERVICES LIST */

.list		{
		font-size: 14px;
		color: #660000;
		line-height: 140%;
		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: 750px; }

.pagewrapper	{
		width: 100%;
		min-width: 310px;
		text-align: center;
		margin: 0 auto;
		}

.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		}

#contentbox	{
		max-width: 825px;
		margin: 0 auto;
		padding: 15px 0px 15px 0px;
		}

.content-pad 	{ padding: 20px 35px 10px 15px; }

#left-content 	{
		float: left;
		width: 100%;
		max-width: 555px;
		padding: 0px;
		}




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		background-color: #FFFFFF;
		background-image: url("picts/background-header.png");
		background-repeat: no-repeat;
		background-position: center top;
		padding: 0px 0px 0px 0px;
		text-align: center;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.logo-respond	{
		width: 325px;
		max-width: 550px;
		min-width: 280px;
		height: 225px;
		margin: 0 auto 0 auto;
		display: block;
		outline: none;
		}

#headerdiv a 	{ outline: none; }

/* START TEXT HEADER CODE */

.textlogo	{
		font: normal 22px "Droid Sans", arial, sans-serif;
		letter-spacing: 15px;
		padding: 30px 10px 30px 10px;
		display: block;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		}

.textlogo a:link, .textlogo a:visited, .textlogo a:active
			{ color: #FFFFFF; text-decoration: none; outline: none; }

.textlogo a:hover	{ color: #FFFFFF; text-decoration: none; outline: none; }




/* INNER AND OUTER BACKGROUNDS */

.outer-background	{
			background-color: #FFFFFF;
			background-image: none;
			background-repeat: repeat;
			background-attachment: fixed;
			}

.inner-background	{
			background-color: transparent;
			border: #000000 0px solid;
			}




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{ border: #303A47 1px solid; }

.img-float	{ float: left; margin: 2px 8px 1px 0px; }

.float-item	{ float: left; margin-right: 15px; margin-bottom: 2px; }

.float-item2	{ float: left; margin-right: 12px; margin-bottom: 0px; }

.text-nowrap	{ overflow: hidden; min-width: 120px; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }




/* 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: #C0C0C0 1px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }

.splits-smallmargin { margin-top: 5px; margin-bottom: 5px; }

/* LARGE PAGE SPLITS (USED ON HELP PAGE) */

.large-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 25px;
		background-color: #313747;
		margin: 0px auto 6px auto;
		padding: 0px;
		border-bottom: #4A505F 1px solid;
		}




/* HOME PAGE */

/* HOME PAGE WIDTHS */

#contentbox-home  {
		  margin: 0 auto;
		  padding: 15px 0px 15px 0px;
		  }


/* OPTIONAL HOME PAGE TEXT CONTENT */

.content-home	{
		width: 80%;
		max-width: 840px;
		text-align: left;
		text-align: justify;
		padding: 60px 10px 25px 10px;
		margin: 0 auto;
		}


/* OPTIONAL HOME PAGE BOTTOM LINKS */

.homelinks	{ background-color: transparent; }

.homelinks a	{
		display: inline-block;
		padding: 2px 22px 2px 22px;
		margin: 0px auto 25px auto;
		border: solid #C0C0C0;
		border-width: 0px 1px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.homelinks a:first-child
		{
		border-width: 0px 1px 0px 1px;
		}


/* HOME PAGE IMAGE ROW */

/* HOME SMALL IMAGE SIZE */

.small-home-img, #home-img-row li
		{
		margin: 0px;
		width: 125px;
		height: 83px;
		}

#home-img-row		{
			background-color: transparent;
			text-align: center;
			margin: 50px auto 18px auto;
			}

#home-img-row ul 	{
			width: 100%;
			list-style: none;
			padding: 0px;
			margin: 0px;
			}

#home-img-row ul li 	{
			vertical-align: top;
			display: inline-block;
    			*display:inline;/* For IE*/
    			*zoom:1;
			padding: 0px;
			margin: 6px 6px 6px 6px;
			}

#home-img-row ul li p	{
		font: 13px "Droid Sans", arial, sans-serif;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 30px;
		cursor: pointer;
		position: relative;
		height: 30px;
		top: -30px;
		margin: 0px 0px -30px 0px;
	/* SEMI TRANSPARENT */
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	/* CORNER ROUNDING */
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		}


/* HOME PAGE IMAGE ROW LAYERED TEXT COLORS */

#home-img-row ul li a:link, #home-img-row ul li a:visited, #home-img-row ul li a:active
		{ color: #FFFFFF; text-decoration: none; }

#home-img-row ul li p:hover { color: #FFFFFF; text-decoration: none; }

.small-home-img
	{
	background-color: transparent;
	vertical-align: bottom;
/* CORNER ROUNDING */
	-moz-border-radius: 0px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

#home-img-row li
	{
background-color: transparent;
	overflow: hidden;
  	-webkit-background-clip: padding-box; 
  	-moz-background-clip: padding; 
  	background-clip: padding-box;
	border: #FFFFFF 2px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 3px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
/* FADE UP */
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s;
	}

#home-img-row li:hover
	{
	border: #000000 2px solid;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	}






/* JQUERY SLIDESHOWS (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.homeimage-outer	{
			background-color: transparent;
			background-image: none;
			background-repeat: repeat;
			margin: 20px 0px 0px 0px;
			border: solid #000000;
		 	border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.rslides_container	{
			background-color: #CCCCCC;
			max-width: 1004px;  /* INCLUDES L R BORDERS */
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: solid #000000;
			border-width: 2px 2px 2px 2px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		/* CORNER ROUNDING */
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			}

.rslides_container img	{
			min-height: 50px;
		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			}

#homeJQ > .centered-btns_nav	{ display: none; }  /* HIDES HOME ARROWS */




/* 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: #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: #ADFF00; border: #ADFF00 2px solid; cursor: default; }




/* FOR OPTIONAL HOME PAGE IMAGE */

.homeimage		{ width: 100%; display: block; }

.homeimage-container	{
			max-width: 1004px;  /* INCLUDES L R BORDERS */
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: solid #000000;
			border-width: 2px 2px 2px 2px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		/* CORNER ROUNDING */
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			}




/* RIGHT SIDEBAR */

#sidebar-content 	{
			float: left;
			width: 100%;
			max-width: 250px;
			padding: 0px 0px 0px 0px;
			margin-top: 20px;
			border-left: #CCCCCC 1px solid;
			}

.sidebar-pad		{ padding: 50px 0px 10px 35px; }

.sidebar-textarea	{
			text-align: center;
			width: 200px;
			margin: 0 auto;
			padding: 0px 0px 10px 0px;
			border: solid #999999;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.sidebar-text 	{
		color: #000000;
		font: 13px "Droid Sans", arial, sans-serif;
		text-align: center;
		font-weight: normal;
		line-height: normal;
		}

.sidebar-caption {
		color: #000000;
		font: 12px "Montserrat", arial, sans-serif;
		letter-spacing: 0px;
		font-weight: normal;
		line-height: normal;
		text-align: center;
		padding: 7px 0px 7px 0px;
		margin: 0px auto 0px auto;
		border-top: #C0C0C0 1px solid;
		border-bottom: #C0C0C0 1px solid;
		}

.sidebar-image	{
		width: 200px;
		overflow: hidden;
		margin: 0px auto 10px auto;
		border: #000000 1px solid;
	/* CORNER ROUNDING */
		border-radius: 4px;
		}

.sidebar-image img
		{
		display: block;
	/* CORNER ROUNDING */
		border-radius: 3px;
		}




/* FOOTER OPTIONS */

.footer-splits 	{
		color: #FFFFFF;
		height: 15px;
		line-height: normal;
		background-color: #C4C4C4;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #999999;
		border-width: 0px 0px 0px 0px;
		}

.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}

.footer-height	{ height: 350px; }

.footer-page	{
		background-color: #000000;
		background-image: url("picts/background-footer.jpg");
		background-repeat: repeat-x;
		background-position: center top;
		margin: 0px;
		padding: 0px;
		}

.footer-page, .footer-page div, .footer-page table { color: #FFFFFF; }

.footer-pad	{ padding: 80px 10px 10px 10px; }

.footer-border	{
		border: solid #999999;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

div.footer-title {
		color: #FFFFFF;
		font: 14px "Droid Sans", arial, sans-serif;
		font-weight: 700;
		letter-spacing: 3px;
		padding-bottom: 8px;
		margin-bottom: 3px;
		border-bottom: #36AC37 1px solid;
		}

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #303030 1px solid;
			}

.footer-image		{
			margin: 20px auto 10px auto;
			border: #3A3A3A 3px solid;
			}

.footer-links	{ font-size: 14px; line-height: 36px; }

.footer-social	{ width: 180px; padding-left: 10px; }

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

.footer-copyright {
		  color: #999999;
		  font: 11px "Droid Sans", arial, sans-serif;
		  font-weight: normal;
		  line-height: normal;
		  padding: 14px 0px 14px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: #111111;
		  border: solid #3A3A3A;
		  border-width: 1px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }


/* FOOTER LINK COLORS */

body.footer-page a:link, 
body.footer-page a:visited, 
body.footer-page a:active 	{ color: #C4A975; text-decoration: none; white-space: nowrap; }

body.footer-page a:hover 	{ color: #FFFFFF; text-decoration: none; white-space: nowrap; }


/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #C4A975; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* SOCIAL ICONS (SEE ALSO .footer-social ABOVE) */

.socialspace	   { padding-left: 1px; padding-right: 2px; }

.socialRspace	   { width: 0px; }

.socialicon	   { border: transparent 1px solid; display: block; background-color: transparent; }

.socialicon:hover  { border: #666666 1px solid; background-color: #000000; }

/* SOCIAL ICON COLORS ON MOBILE */

.mobile-social	   { display: none; }

.mobile-social .socialicon
		   {
		   border: #000000 0px solid;
		   background-color: #999999;
		   }

.mobile-social .socialicon:hover
		   {
		   border: #FF0000 0px solid;
		   background-color: #000000;
		   }




/* FOR GALLERY & VIEWER DETAILS & SLIDESHOW SETS (ALSO MORE BELOW) */

.gal-pad	{ padding: 10px 10px 28px 10px; }

.HoverBorder	{
		border: #000000 2px solid;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

a:hover .HoverBorder 
		{
		border: #FFFFFF 2px solid;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
		}

#gallery-watermark	{
			width: 100%;
			height: 50px;
			text-align: center;
			margin: 0 auto;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			filter: alpha(opacity=40);
			-moz-opacity: 0.40;
			opacity: 0.40;
			position: absolute;
			z-index: 2;
			left: 0px;
			right: 0px;
			top: 65%;
			top: calc(75% - 25px);
			}

#gallery-watermark img	{
			width: 75%;
			height: auto;
			max-width: 400px;
			min-height: 10px;
			display: block;
			margin: 0 auto;
			}

#gallery-return {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 100;
		}

#slideshow-return {
		width: 40px;
		height: 40px;
		margin: 10px auto 10px auto;
		}




/* GALLERY PAGES */

.galpage #contentbox { max-width: 1000px; }

.gal-top	{
		max-width: 800px;
		padding: 0px 10px 20px 10px;
		margin: 0 auto;
		}

.galtitle	{ 
		color: #000000; 
		font: 14px "Montserrat", arial, sans-serif; 
		font-weight: normal; 
		line-height: 150%;
		padding: 5px 0px 3px 0px;
		}

.galrow		{
		width: 99%;
		max-width: 99%;
		padding: 0px 0px 0px 3px;
		margin: 0 auto;
		}

.galrow-box	{
		float: left;
		width: 33.2%;
		}

/* EDIT THE NEXT CLASS FOR THE THUMBNAILS WIDTH */

.galthumb-box	{
		font-size: 13px;
		line-height: 150%;
		text-align: center;
		padding: 20px 20px 20px 20px;
		margin: 0px auto 0px auto;
		max-width: 154px;
		}

.galthumb	{
		width: 100%;
		height: auto;
		display: block;
		max-width: 100%;
		margin: 0px auto 0px auto;
		}




/* CODE FOR THE menu-gallery.js MENU - ALIGN IN .js FILE */

#gal-menu	{
		margin: 0px;
		padding: 0px;
		}

#gal-menu table td
		{
		background-color: transparent;
		padding: 8px 7px 3px 7px;
		}

#gal-menu a	{
		color: #000000;
		font-family: "Droid Sans", arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		line-height: normal;
		background-color: #FFFFFF;
		border: #999999 1px solid;
		text-decoration: none;
		padding: 4px 10px 5px 10px;
		margin: 1px 1px 0px 1px;
		cursor:pointer;
		text-align: center;
		display: inline-block;
		white-space: nowrap;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

#gal-menu a:hover 
		{
		color: #FFFFFF;
		background-color: #000000;
		border: #000000 1px solid;
		text-decoration: none;
		}

/* CURRENT GALLERY HIGHLIGHT */

#gal-menu a.current-gal
 		{
		color: #FFFFFF;
		background-color: #CC0000;
		border: #CC0000 1px solid;
		}




/* IMAGE VIEWER - EDIT NEXT LINE FOR VIEWER IMAGE SIZE */

.imgviewer-size	{ max-width: 710px; margin: 0 auto; }  /* INCLUDES IMAGE BORDER */


.imgviewer-border {
		width: 100%;
		margin: 0px auto 0px auto;
		position: relative;
		border: #000000 2px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

.imgviewer-imgbox	{ position: relative; }


/* IMAGE VIEWER DETAILS PAGES TEXT AREA CODE */

.gal-page .galtitle { font-size: 17px; text-align: center; }

/* TEXT DETAILS HEIGHT */

.gal-page-frame, .gal-page-box 
		{
		height: 275px;
		}

.gal-page-frame	{
		width: 100%;
		display: block;
		margin: 10px auto 10px auto;
		padding: 0px;
		border: #999999 0px solid;
		overflow: hidden;
		}

.gal-page	{
		margin: 0px;
		padding: 0px;
		background-color:#FFFFFF;
		}

.gal-page-box	{
		text-align: center;
		color: #000000;
		font-size: 13px;
		font-weight: normal;
		background-color: transparent;
		padding: 0px 10px 0px 10px;
		margin: 0px auto 0px auto;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		}




/* JQUERY SLIDESHOW SETS (SEE ALSO HOME JQUERY ABOVE & responsive-slides.css IN FOLDER JQuery) */

.slideshow-text	{
		text-align: center;
		max-width: 700px;
		padding: 12px;
		margin: 0 auto;
		}
.slide-sets	
		{
		max-width: 710px;  /* INCLUDES BORDER */
		margin: 0px auto 0px auto;
		border: #000000 2px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}

/* ARROW LINKS ON slideshow-home.htm */

.arrow-link		{
			color: #FFFFFF;
			font: 14px "Droid Sans", arial, sans-serif;
			font-weight: normal;
			line-height: 19px;
			text-align: left;
			display: inline-block;
			padding: 6px 0px 5px 0px;
			margin: 3px auto 6px 0px;
			text-indent: 28px;
			min-width: 150px;
			min-height: 20px;
			background-image: url("picts/arrow-link.png");
			background-repeat: no-repeat;
			background-position: 0px 4px;
			border: solid #4EBEEB;
			border-width: 0px 0px 0px 0px;
			}

a.arrow-link:hover	{ background-image: url("picts/arrow-link-hover.png"); }




/* CONTACT PAGE CODE */

.contact-pad 	{ padding: 15px 0px 15px 0px; }

.contact-select	{ color: #663300; font-weight: normal; padding-top: 8px; }

.form-box	{ margin: 20px 0px 10px 50px; }

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: normal 15px "Droid Sans", arial, sans-serif;
		text-align: center;
		background-color: #006699;
		-webkit-appearance: none;
		padding: 7px 8px 7px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 123px;
		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: #298CBD;
		border: #000000 0px solid;
		}

.shadeform	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		background-repeat: no-repeat;
		text-align: left;
		width: 200px;
		margin-top: 1px;
		margin-bottom: 7px;
		border: #000000 1px solid;
		}

.textarea	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		background-repeat: no-repeat;
		text-align: left;
		width: 250px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 0px;
		border: #000000 1px solid;
		}

.dropdown 	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		width: 225px;
		margin-top: 3px;
		margin-bottom: 7px;
		}




/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

#map-canvas	{ width: 200px; height: 160px; margin: 0px auto 10px 0px; text-align: left; }


/* CONTACT PAGE GOOGLE DIRECTIONS */

.directions		{ font-size: 13px; font-weight: normal; line-height: normal; padding: 8px 0px 5px 0px; }

.directions .shadeform	{ width: 200px; margin: 3px 0px 8px 0px; }

input[type=submit].directionbutton	{ width: 200px; }


/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }




/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform 			{ width: 150px; }

input[type=submit].payform 	{ width: 152px; margin-bottom: 10px; }

.payformbox	{
		background-color: #F0F0F0;
		border: #C0C0C0 1px solid;
		}

.paypaltable td	{ vertical-align: middle; padding: 6px 10px 6px 10px; }

.paypalbadge-space	{ padding: 30px 10px 8px 0px; }




/* SITE MAP PAGE */

.site-thumbs	 {
		 line-height: 0px;
		 font-size: 0px;
		 }

.site-thumbs img { width: 90px; height: auto; margin: 3px 3px 30px 3px; }




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* 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: #777777 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;
}