@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Arimo);

body 	{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}

html	{ overflow-y: scroll; }

/* ^^^ 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; }

.td-disclaimer 	{ font-size: 13px; line-height: 14px;}




/* 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: #C4A464; text-decoration: none; }

a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #B9B9B9;
		font-family: "Droid Sans", arial, helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 180%;
		}

.title 		{ color: #FFFFFF; font: 23px "Arimo", arial, sans-serif; font-weight: normal; letter-spacing: 0px; line-height: normal; }

.subtitle 	{ color: #FFFFFF; font: 19px "Arimo", arial, sans-serif; font-weight: normal; line-height: normal; }

.smalltext	{ color: #B7A180; font: 13px "Arimo", arial, sans-serif; font-weight: normal; padding-bottom: 5px; line-height: normal; }

.testimonial	{ color: #CC9900; font-size: 13px; font-weight: bold; }

.hilite		{ color: #FFCC00; }




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* SERVICES LIST */

.list		{
		font-size: 14px;
		color: #B0C09C;
		line-height: 26px;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.floatlist	{ float: left; width: 100%; 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: 725px; }
.pageheight-impressum	{ min-height: 1150px; }

.pagewrapper	{
		width: 100%;
		min-width: 315px;
		text-align: center;
		margin: 0 auto;
		}

.pagebox	{
		padding: 0px 12px 0px 12px;
		margin: 0 auto;
		}

#contentbox	{
		max-width: 1000px;
		margin: 0 auto;
		padding: 30px 0px 10px 0px;
		}

.content-pad 	{ padding: 0px 35px 10px 15px; }

#left-content 	{
		float: left;
		width: 100%;
		max-width: 600px;
		padding: 0px;
		}

#left-content-big 	{
		float: left;
		width: 100%;
		max-width: 900px;
		padding-left: 30px;
		}


#wide-content 	{ max-width: 900px; margin: 0 auto;}


/* HOME PAGE WIDTHS */

#contentbox-home  {
		  max-width: 1000px;
		  margin: 0 auto;
		  padding: 40px 0px 15px 0px;
		  }

.content-pad-home { padding: 25px 15px 25px 15px; }




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		padding: 5px 0px 0px 0px;
		text-align: left;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.headercolor	{ background-color: #000000; }  /* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */

.logo-respond	{
		height: 120px;
		width: 900px;
		max-width: 900px;
		min-width: 280px;
		margin: 0 0 0 0;  /* THIS CODE ALIGNS THE LOGO */
		display: block;
		}
		
.logo-respond-slide	{
		height: 50px;
		width: 180px;
		max-width: 180px;
		min-width: 180px;
		margin: 0 0 0 0;  /* THIS CODE ALIGNS THE LOGO */
		display: block;
		}

/* START TEXT HEADER CODE */

.textlogo	{
		font: normal 33px "Arimo", arial, sans-serif;
		padding: 20px 10px 20px 10px;
		display: block;
		}

.textlogo a:link, .textlogo a:visited, .textlogo a:active	{ color: #FFFFFF; text-decoration: none; }

.textlogo a:hover { color: #FFFFFF; text-decoration: none; }




/* INNER AND OUTER BACKGROUNDS */

.outer-background	{
			background-color: #000000;
			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: #000000 1px solid; }

.img-float	{ float: left; margin: 3px 8px 1px 0px; }

.img-float-partner	{ float: left; margin: 3px 30px 20px 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: 175px; }

.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: #5F3D14 1px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }

/* LARGE PAGE SPLITS */

.large-splits 	{
		width: 99%;
		line-height: 1px;
		font-size: 1px;
		height: 25px;
		background-color: #433F35;
		margin: 0 auto;
		padding: 0px;
		border: #5F3D14 1px solid;
		}




/* HOME PAGE */

/* HOME 3 BOX COLUMNS */

.introbox-text	  { color: #B9B9B9; font-size: 13px; padding: 14px 0px 14px 0px; text-align: left; }

.introtitle 	{
		color: #FFFFFF;
		font: 19px "Arimo", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		text-align: left;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 5px 0px;
		border: solid #FF6600;
		border-width: 0px 0px 1px 0px;
		}

.introbox-outer	{ width: 900px; margin: 0 auto;
		}

.introbox	{
		float: left;
		width: 300px;  /* DIVIDED BY 3 */
		}

.introbox-inner	{
		background-color: #000000;
		padding: 10px 20px 10px 20px;
		margin: 10px 10px 10px 10px;
	/* CORNER ROUNDING */
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		}
		
.introbox-slider	{
		background-color: #000000;
		padding: 5px 10px 5px 10px;
		margin: 10px 5px 0px 5px;
	/* CORNER ROUNDING */
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		}

.introbox-left	  { display: block; }

.introbox-center  { display: block; }

.introbox-right	  { display: block; }

.boxes2		{
		text-align: left;
		color: #FF6600;
		background-color: transparent;
		border: solid #444444;
		border-width: 1px 0px 1px 0px;
		padding: 6px 2px 6px 2px;
		}

/* HOME IMAGES WITH ZOOM ( OPTIONAL HOMEPAGE ) */

.imagesbox	{
		width: 238px;
		height: 100px;
		overflow: hidden;
		cursor:pointer;
		margin: 0 auto;
		border: 0px solid #000000;
	/* CORNER ROUNDING */
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
		}

.introimages img	{
			width: 238px;
			height: 100px;
		/* IMAGE ZOOM */
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-o-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			}

.introimages img:hover	{ width: 280px; height: 119px; }




/* JQUERY SLIDESHOWS (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container	{
			background-color: #000000;
			max-width: 1000px;
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: #000000 0px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			-khtml-border-radius: 6px;
			border-radius: 6px;
			}

.rslides_container img	{
  		/* CORNER ROUNDING */
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			-khtml-border-radius: 6px;
			border-radius: 6px;
			}

#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-border	{
			max-width: 900px;
			min-width: 250px;
			margin: 0 auto;
			box-sizing: border-box;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: #000000 1px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			-khtml-border-radius: 8px;
			border-radius: 8px;
			}




/* RIGHT SIDEBAR */

#sidebar-content 	{
			float: left;
			width: 100%;
			max-width: 280px;
			padding: 0px;
			padding-left: 10px;
			border-left: #4F4838 1px solid;
			}

.sidebar-pad 	  	{ padding: 0px 0px 10px 35px; }

.sidebar-textarea	{
			text-align: left;
			width: 235px;
			margin: 0 auto;
			padding: 0px 0px 10px 0px;
		  	border: solid #4F4838;
		  	border-width: 0px 0px 1px 0px;
		  	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.sidebar-text 	{
		color: #B9B9B9;
		font: 13px "Droid Sans", arial, sans-serif;
		text-align: left;
		font-weight: normal;
		line-height: normal;
		}

.sidebar-title	{
		color: #FFFFFF;
		font: 18px "Arimo", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		background-color: #433F35;
		padding: 8px 5px 8px 9px;
		margin: 0px auto 7px auto;
		border: #6F6959 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.sidebar-image	{
		display: block;
		margin: 0px auto 30px auto;
		border: #000000 0px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

.side-links	{
		padding: 10px 0px 10px 0px;
		margin: 0px;
		}

.side-links a	{
		font: 15px "Droid Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		display: block;
		padding: 6px 0px 6px 10px;
		border: dashed #6F6959;
		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; }




/* FOOTER */

.footer-splits 	{
		color: #FFFFFF;
		height: 15px;
		line-height: normal;
		background-color: #433F35;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

#FooterFRM	{ visibility: visible; }

.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}

.footer-height	{ height: 400px; }

.footer-page	{
		background-color: #312E27;
		background-image: url("picts/background-footer.jpg");
		background-repeat: repeat;
		margin: 0px;
		padding: 0px;
		}

.footer-page, .footer-page div, .footer-page table { color: #FFFFFF; }

.footer-pad	{ padding: 50px 10px 10px 10px; }

.footer-border	{
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

div.footer-title {
		color: #FFFFFF;
		font: 18px "Arimo", arial, sans-serif;
		font-weight: normal;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #E37400 1px solid;
		}

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #433F35 1px solid;
			}

.footer-image		{
			margin: 40px 0px 3px 14px;
			border: #989387 2px solid;
			}

.footer-image-table	{ margin-left: 20px;}

.footer-links	{ font-size: 14px; line-height: 36px; }

.footer-social	{ width: 180px; padding-left: 10px; }

.footerlinks-1	{ width: 20%; }

.footerlinks-2	{ width: 20%; }

.footerlinks-3	{ width: 20%; }

.footerlinks-4	{ width: 20%; }

.footerlinks-5	{ width: 20%; }

.html5-icon	{ margin-top: 20px; margin-bottom: 8px; }

.footer-copyright {
		  color: #FFFFFF;
		  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: #433F35;
		  border: solid #000000;
		  border-width: 0px 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: #C2BAA7; 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: #C2BAA7; 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: #5B574D 1px solid; display: block; background-color: #302D26; }

.socialicon:hover  { border: #989387 1px solid; background-color: #433F35; }

.mobile-social	   { display: none; }




/* JQUERY SLIDESHOW SETS (SEE ALSO HOME JQUERY ABOVE & responsive-slides.css IN FOLDER JQuery) */

.HoverBorder	{
		border: #000000 2px solid;
		vertical-align: bottom;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

a:hover .HoverBorder 	{ border: #ADFF00 2px solid; }

.slide-setwidth		{ max-width: 700px; }



/* BUTTONS ON slideshow-home.htm */

a.view-slideshow:link, a.view-slideshow:visited, a.view-slideshow:active 
		{
		color: #FFFFFF;
		font: 14px "Droid Sans", arial, sans-serif;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		background-color: #252016;
		padding: 8px 0px 8px 0px;
		margin: 6px auto 6px auto;		
		display: block;
		display: inline-block;
		cursor: pointer;
		width: 132px;
		border: #6F6959 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

a.view-slideshow:hover
		{
		color: #FFFFFF;
		background-color: #252016;
		border: #ADFF00 1px solid;
		}




/* CONTACT & QUOTES PAGE CODE */

.contact-pad 			{ padding: 15px 0px 15px 0px; }

.contact-select			{ color: #C7D689; font-weight: normal; }

.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: #625f58;
		-webkit-appearance: none;
		padding: 10px 8px 10px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 120px;
        	border: #999999 0px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #302d26;
        	border: #999999 0px solid;
		}

.shadeform	{
		font: 13px arial, sans-serif;
		color: #FFFFFF;
		background-color: #302D26;
		text-align: left;
		width: 200px;
		margin-top: 1px;
		margin-bottom: 7px;
		border: #6F6959 1px solid;
		}

.textarea	{
		font: 13px arial, sans-serif;
		background-color: #302D26;
		color: #FFFFFF;
		text-align: left;
		width: 250px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 7px;
		border: #6F6959 1px solid;
		}

.dropdown 	{
		font: 13px arial, sans-serif;
		background-color: #433F35;
		color: #FFFFFF;
		width: 225px;
		margin-top: 3px;
		margin-bottom: 7px;
		}

/* QUOTES PAGE - MODIFIES ABOVE CLASSES */

.quotechoice 	{ color: #C7D689; }

.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-size: 13px; font-weight: normal; line-height: normal; padding: 8px 0px 5px 0px; }

.directions .shadeform	{ width: 233px; margin: 0px 0px 5px 0px; }

input[type=submit].directionbutton	{ width: 235px; }


/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }




/* LINKS PAGE CODE */

.linksmargin	{ margin: 0px 0px 20px 0px; }

table.linkboxes td  { padding: 5px 4px 2px 0px; line-height: normal; font-size: 10px; }

.searchform 	{
		color: #FFFFFF;
		font: 12px arial, sans-serif;
		text-align: left;
		background-color: #302D26;
		width: 150px;
		border: #6F6959 1px solid;
		}

.searchbutton 	{
		color: #FFFFFF;
	       	font: normal 12px arial, sans-serif;
		text-align: center;
		background-color:#252016;
		-webkit-appearance: none;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #6F6959 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}




/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform 			{ width: 150px; }

input[type=submit].payform 	{ width: 152px; margin-bottom: 10px; }

.payformbox	{
		background-color: #000000;
		border: #6F6959 1px solid;
		}

.paypaltable td	{ vertical-align: middle; padding: 6px 10px 6px 10px; }

.paypalbadge-space	{ padding: 30px 10px 8px 0px; }




/* CALENDAR PAGE */

blockquote.calbox 	{
		color: #B9B9B9;
		font-size: 13px;
		line-height: 130%;
		background-color: #23231D;
		margin-top: -30px;
		margin-bottom: 0px;
		margin-left: 50px;
		margin-right: 0px;
		padding: 8px 8px 8px 10px;
		border-top: 1px solid #49432E;
		border-right: 1px solid #49432E;
		border-bottom: 1px solid #49432E;
		border-left: 6px solid #49432E;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		} 

.calendarnum 	{ color: #AAAC69; font-size: 22px; }

.bigtitle 	{
		color: #FFFFFF;
		font: 30px "Arimo", arial, sans-serif;
		letter-spacing: 0px;
		font-weight: normal;
		line-height: normal;
		padding: 0px 0px 0px 6px;
		}

.icon-space	{ margin-top: 10px; margin-bottom: 3px; }

.clickdate-text	{ font-size: 12px; text-align: center; padding: 4px 0px 2px 0px; }




/* SMALL CALENDAR */

.calendar	{ border: #646633 1px solid; background-color: #000000; }

.calendarinner	{ border-collapse: collapse; border-spacing: 0px; }

.calspace	{ padding: 0px; }

.calendartitle	{
		color: #FFFFFF;
		background-color: #646633;
		font: normal 19px "Droid Sans", arial, sans-serif;
		padding: 10px 4px 10px 10px;
		text-align: left;
		border-bottom: #99CC00 2px solid;
		}

.caldays	{
		width: 32px;
		height: 26px;
		background-color: #433F35;
		color: #FFFFFF;
		font: normal 12px "Droid Sans", arial, sans-serif;
		border-right: #000000 1px solid;
		border-bottom: #99CC00 1px solid;
		text-align: center;
		}

.calday		{
		width: 32px;
		background-color: #000000;
		color: #FFFFFF;
		font: bold 15px "Droid Sans", arial, sans-serif;
		border-right: #000000 1px solid;
		border-bottom: #99CC00 1px solid;
		text-align: center;
		}

.caldates	{
		height: 27px;
		background-color: #433F35;
		color: #FFFFFF;
		font: normal 13px "Droid Sans", arial, sans-serif;
		border-right: #000000 1px solid;
		border-bottom: #000000 1px solid;
		text-align: center;
		}

.calhilite	{
		background-color: #000000;
		color: #FFFFFF;
		font: bold 22px "Droid Sans", arial, sans-serif;
		text-align: center;
		}




/* FAQ PAGE */

.faq-box	{
		display: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		border: #999999 0px solid;
		}

.faqicon	{ margin-top: 4px; }




/* PDF PAGE */

.pdf-icon	{ margin: 2px 0px 0px 15px; }



/* STAFF PAGE */

.staff-email	{
		color: #CC9900;
		font-family: "Droid Sans", arial, sans-serif;
		font-weight: bold;
		line-height: normal;
		margin: 7px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		border-top: #CC9900 1px solid;
		}




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

