body	{
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	background-color: #FFFFFF;
	}





/* 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 LINKS */

a:link, a:visited, a:active	{ color: #339999; text-decoration: none; }

a:hover				{ color: #6699FF; text-decoration: none; }

.biglink			{ font-size: 14px; font-style: italic; }





/* PAGE FONTS AND TITLES */

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

div, table	{ color: #666666; font: 12px arial, sans-serif; font-weight: normal; line-height: 18px; }

.title		{ color: #316D8C; font: 18px "Trebuchet MS", arial, sans-serif; font-weight: normal; line-height: normal; }

.subtitle	{ color: #2B7CA7; font: 14px "Trebuchet MS", arial, sans-serif; font-weight: bold; line-height: normal; }

.smalltitle 	{ color: #2B7CA7; font: 13px arial, sans-serif; font-weight: bold; line-height: normal; }

.smalltext	{ color: #996600; font: 10px arial, sans-serif; font-weight: normal; line-height: normal; }

.hilite		{ color: #CC0000; font-style: italic; font-weight: bold; }

.hilite2	{ color: #996600; font-style: italic; font-weight: bold; }





/* PAGE BACKGROUDS & CONTENT HEIGHTS, WIDTHS & MARGINS */

.outer-background	{
			background-color: #BCC2CF;
			background-image: url("../../../Users/Rich/picts/teal/background-outer.jpg");
			background-repeat: repeat-x;
			}

.inner-background	{
			background-color: #FFFFFF;  /* -- CONTENT BACKGROUND COLOR --  */
			border: solid #999999;
			border-width: 0px 1px 1px 1px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			width: 100%;
			}

.pageheight		{ min-height: 725px; }

.pageheight-gallery	{ min-height: 800px; }

.pagewrapper		{
			min-width: 830px;
			max-width: 1100px;
			}

.content-min-width	{ width: 370px; }

.content-width	{ width: 100%; }

.whitespaceL	{ width: 35px; }

.whitespaceR	{ width: 35px; }

.whitespacefarR	{ width: 35px; }





/* LIST CODE */

.list 		{ color: #2B7CA7; line-height: 22px; }

.list li span 	{ color: #000000; font: 13px arial, sans-serif; font-weight: normal; }





/* HEADER */

.headercolor		{ background-color: #013C5A; }

.header-height		{ height: 70px; }

.headiconarea-width	{ width: 70px; }

.headerimage		{ border: #446171 1px solid; margin: 15px 15px 15px 15px; }

a:hover .headerimage 	{ border: #FFFFFF 1px solid; margin: 15px 15px 15px 15px; }


/* START TEXT HEADER CODE */

.logolayerlink	 {
		 display: block;
		 padding: 18px 10px 20px 10px;
		 }

.textlogo	 { font: 22px arial, sans-serif; font-weight: bold; line-height: 30px; }

a.textlogo:link, a.textlogo:visited, a.textlogo:active, .textlogo 

		 { color: #FFFFFF; text-decoration: none; }

a.textlogo:hover { color: #C0C0C0; text-decoration: none; }

.textlogo2	 { color: #C0C0C0; font: normal 22px arial, sans-serif; font-weight: normal; }





/* SITE SEARCH FORM */

.searchtext		{ color: #FFFFFF; font: 11px arial, sans-serif; font-weight: bold; line-height: normal; }

.headersearch-width	{ width: 196px; }

.headersearch-box	{
			margin: 10px 0px 0px 0px;
			padding: 3px 15px 2px 15px;
			border-right: #446171 1px solid;
			border-left: #446171 1px solid;
			}

.searchsiteform		{
			font: 12px arial, sans-serif;
			color: #000000;
			height: 20px;
			background-color: #F6F7F7;
			background-image: url("../../../Users/Rich/picts/shadeform.gif");
			width: 130px;
			height: 17px;
			border: #4A4A5A 1px solid;
			margin-top: 4px;
			-moz-box-sizing: content-box; /* or `border-box` */
			-webkit-box-sizing: content-box;
			box-sizing: content-box;
			}

.sitesearchbutton	{ margin-left: 4px; margin-top: 4px; *margin-top: 5px; }





/* NON GALLERY IMAGE BORDERS & BANNER CODE */

.img-borders	{ border: #000000 1px solid; }

.img-space	{ float:left; margin-right: 8px; margin-bottom: 1px; }

.imagebar	{ background-color: transparent; }





/* SHADOW AND CORNER IMAGES */

.cornerwidth		{ width: 30px; }

.cornerheight		{ height: 30px; }

#corner-left		{ background: url("../../../Users/Rich/picts/teal/corner-left.gif") top left no-repeat; }

#corner-right		{ background: url("../../../Users/Rich/picts/teal/corner-right.gif") top left no-repeat; }

.shadow-vert		{ background-image: url("../../../Users/Rich/picts/shadow-vertical.gif"); background-repeat: repeat-y; }

.shadow-horizontal	{ background-image: url("../../../Users/Rich/picts/shadow-horizontal.gif"); background-repeat: repeat-x; }





/* PAGE LINES & BORDERS */

.pagebar	{
		background-color: #013C5A;
		background-image: url("../../../Users/Rich/picts/teal/bar.jpg");
		height: 20px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-footer	{
		background-color: #013C5A;
		background-image: url("../../../Users/Rich/picts/teal/bar.jpg");
		height: 25px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.page-splits	{
		font-size: 1px;
		line-height: 1px;
		height: 4px;
		padding: 0px;
		margin: 12px 0px 12px 0px;
		background-color: transparent;
		border: #CEDAE2 1px solid;
		}

.sidebar-splits	{
		height: 2px;
		background-color: transparent;
		border: #CEDAE2 0px solid;
		border-top: #CEDAE2 1px solid;
		}





/* LEFT SIDEBAR OPTIONS */

.sb-widthL	 	{ width: 200px; font-size: 1px; line-height: 1px; height: 2px; }

.sb-heightL		{ height: 710px; }

.sidepadL		{ padding: 15px 13px 0px 15px; }

.sidebar-frame		{
			margin: 0px;
			padding: 0px;
			display: block;
			overflow: hidden;
			visibility: hidden;
			border: #999999 0px solid;
			}

.sidebar-background	{
			background-color: #013C5A;
			background-image: url("../../../Users/Rich/picts/teal/background-sidebar.gif");
			background-repeat: repeat-y;
			}

.sideborder		{ border: #446171 1px solid; }

.sidebarboxwidth	{ width: 170px; }

.sidebartext		{ color: #9CB4C0; font: bold 11px arial, sans-serif; line-height: 17px; }

.sidebartext-box	{
		padding: 6px;
		background-color: #01233C;
		text-align: left;
		border-top: #446171 0px solid;
		border-bottom: #446171 1px solid;
		border-left: #446171 1px solid;
		border-right: #446171 1px solid;
		}

.sidebartitle-box	{
		color: #FFFFFF;
		font: bold 15px "Trebuchet MS", arial, sans-serif;
		line-height: 15px;
		text-align: left;
		background-color: #013C5A;
		background-image: url("../../../Users/Rich/picts/teal/background-sidebar-title.jpg");
		padding: 8px 5px 8px 5px;
		border-top: #446171 1px solid;
		border-bottom: #446171 1px solid;
		border-left: #446171 1px solid;
		border-right: #446171 1px solid;
		}

.boxmargin	{ margin: 0px 0px 0px 0px; }

.viewcartmargin { padding: 0px 0px 0px 0px; }

a.sidelink:link, a.sidelink:visited, a.sidelink:active	{ color: #99CCFF; text-decoration: none; }

a.sidelink:hover					{ color: #99FF99; text-decoration: none; }





/* SIDEBAR DATE */

.date-font	{ color: #FFFFFF; font: 11px arial, sans-serif; font-weight: bold; line-height: normal; }

#pagedate	{ text-align: center; padding: 0px 0px 0px 0px; white-space: nowrap; }





/* SOCIAL ICONS */

.socialspace	{ padding-left: 0px; padding-right: 3px; }

.social-sidebar	{ padding: 0px 0px 0px 0px; }

.footer-social	{ width: 130px; padding-left: 10px; }

.socialtext	{
		color: #666666;
		font: 11px arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		padding: 3px 3px 3px 3px;
		}





/* SCROLLER OPTIONS */

.scrollertitle 	{
		color: #FFFFFF;
		font: bold 14px arial, sans-serif;
		text-decoration: underline;
		line-height: 26px;
		}

.scrollertext  	{
		color: #C5D2D9;
		font: bold 11px arial, sans-serif;
		line-height: 15px;
 		padding: 4px 7px 4px 7px;
		}

.scroller-body	{
		margin: 0px;
		padding: 0px;
		border: #C0C0C0 0px solid;
		background-color: #003555;
		background-image: url("../../../Users/Rich/picts/teal/background-scroller.jpg");
		background-repeat: repeat-Y;
		}

.scrollermargin	{ margin: 0px 0px 0px 0px; }

/* SCROLLER LINK COLORS */

a.scroller:link, a.scroller:visited, a.scroller:active	{ color: #99CCFF; text-decoration: none; }

a.scroller:hover					{ color: #99FF99; text-decoration: none; }





/* RIGHT SIDEBAR */

.sb-widthR	 	{ width: 150px; }

.sb-widthR-contact	{ width: 200px; }

.sidepadR		{ padding: 15px 0px 0px 0px; }

.sidebartext-right	{ color: #666666; font: 11px arial, sans-serif; font-weight: normal; line-height: 15px; }

fieldset legend {
		color: #2B7CA7;
		font: bold 13px "Trebuchet MS", arial, sans-serif;
		background-color: #FFFFFF;
		margin-bottom: 3px;
		padding: 2px 5px 2px 5px;
		border: 1px solid #2B7CA7;
		}

fieldset 	{
		margin: auto;
		padding: 0px 6px 6px 6px;
		text-align: left;
		border: 1px solid #C6C6B6;
  /* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}





/* COLORED FAR RIGHT SIDEBAR */

.sidebar-farright-width	{ width: 30px; }

.sidebar-farright	{ background-color: #013C5A; }





/* FOOTER - HIDE DURING LOAD */

#FooterFRM		{ visibility: hidden; }

.footer-frame		{
			width: 100%;
			display: block;
			overflow: hidden;
			margin: 0px;
			padding: 0px;
			}

.footer-height		{ height: 250px; }

.footer-page		{
			background-color: #FFFFFF;
			background-image: url("../../../Users/Rich/picts/teal/background-footer.jpg");
			background-repeat: repeat-x;
			margin: 0px;
			padding: 0px;
			}

.footer-pad		{
			padding: 20px 10px 20px 10px;
			margin: 0px 0px 0px 0px;
			}

.footer-border		{
			border: solid #000000;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.footer-title 		{
			color: #000000;
			font: 17px arial, sans-serif;
			font-weight: normal;
			line-height: normal;
			padding-bottom: 5px;
			margin-bottom: 3px;
			border-bottom: #CC0000 1px solid;
			}

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #A6B5CA 1px solid;
			}

.footer-image		{
			margin: 30px 0px 3px 10px;
			border: #00ACE2 1px solid;
			}

.footer-image-table	{ margin-left: 20px; }

.footer-links	{ line-height: 30px; }

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

.html5-icon	{ margin-top: 12px; margin-bottom: 8px; }

.footer-copyright {
		  color: #9CB4C0;
		  font: 10px arial, sans-serif;
		  font-weight: bold;
		  line-height: normal;
		  padding: 14px 0px 14px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: #013C5A;
		  border: solid #000000;
		  border-width: 0px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }

/* FOOTER LINKS */

table.footer-links a:link, 
table.footer-links a:visited, 
table.footer-links a:active 	{ color: #013C5A; text-decoration: none; }

table.footer-links a:hover 	{ color: #3399FF; text-decoration: none; }


/* COPYRIGHT LINKS */

a.copylink:link, 
a.copylink:visited, 
a.copylink:active 	{ color: #93D5FE; text-decoration: none; }

a.copylink:hover 	{ color: #CCFF99; text-decoration: underline; }





/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}





/* FAQ POPUP, SLIDESHOW & CONTACT & QUOTES FORM BUTTONS */

table.slidebuttonpad td	{ padding: 10px 2px 10px 2px; }

.button 		{
			color: #000000;
	       		font: bold 12px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("../../../Users/Rich/picts/button-light.gif");
        		padding: 6px 10px 6px 10px;
			margin: 0px;
			cursor: pointer;
        		border: #ACACAC 1px solid;
			}

.buttonon 		{
			color: #000000;
	       		font: bold 12px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("../../../Users/Rich/picts/button-light.gif");
        		padding: 6px 10px 6px 10px;
			margin: 0px;
			cursor: pointer;
        		border: #339999 1px solid;
			}





/* GALLERY & PRODUCTS PAGE CODE */

.gallerytitle 		{ color: #000000; font: 15px arial, sans-serif; font-weight: bold; }

.gallerytext		{ font-size: 12px; line-height: 18px; }

.gallery-box		{ width: 100%; max-width: 500px; }

.galcell-3x		{ width: 33%; padding: 0px 5px 0px 5px; }

table.gallery-table td 	{ padding: 0px 15px 0px 0px; }

.gallery-table-img	{ width: 134px; }

.gallery-split		{ margin: 26px 0px 26px 0px; }

.Galborder	 	{ border: #000000 1px solid; margin-bottom: 3px; vertical-align: middle; }

a:hover .Galborder 	{ border: #FF6600 1px solid; margin-bottom: 3px; vertical-align: middle; filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }

.viewer-border		{ border: #000000 1px solid; }

#gallery-return 	{
			width: 40px;
			height: 40px;
			position: relative;
			top: 0px;
			right: 28px;
			z-index: 8;
			margin-top: 8px;
			margin-bottom: 7px;
			background-color: #C0C0C0;
  	/* CORNER ROUNDING */
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			}

/* GALLERY SIDE MENU */

.G-menumargin	{ margin: 15px auto 3px auto; display: block; }





/* PRODUCTS PAGE MENU */

.menu-products	{
		background-color: transparent;
		padding: 10px 0px 10px 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.menu-prod	{
		font: bold 12px arial, helvetica, sans-serif;
		text-decoration: none;
		padding: 5px 8px 5px 8px;
		margin: 0px 2px 0px 2px;
		cursor:pointer;
		text-align: center;
		display: block;
		white-space: nowrap;
		background-color:transparent;
		border: #C0C0C0 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

a.menu-prod:link 	{ color: #339999; }

a.menu-prod:visited 	{ color: #339999; }

a.menu-prod:active 	{ color: #339999; }

a.menu-prod:hover 	{
			background-color:transparent;
			color: #000000;
			border: #339999 1px solid;
			text-decoration: none;
			}





/* PRODUCT CART PAGES */

.price		{ color: #FF6600; font: 16px arial, sans-serif; font-weight: bold; }

.pricepad	{ text-align: center; padding: 4px 0px 3px 0px; }

.cartmargin	{ margin: 3px 0px 0px 0px; }

.cartdropdown	{
		color: #000000;
		width: 130px;
		font: 12px arial, sans-serif;
		margin-bottom: 10px;
		}

.cartbox 	{
		padding: 0px 6px 6px 6px;
		width: 160px;
		text-align: left;
		border: #CEDAE2 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

.carttitle 	{
		font: bold 13px "Trebuchet MS", arial, sans-serif;
		color: #2B7CA7;
		border: 1px solid #2B7CA7;
		background-color: #F1F8FD;
		margin-bottom: 3px;
		padding: 2px 8px 2px 8px;
		}


/* TEMPLATE ORDER BUTTONS */

.button-order 	{
		color: #FFFFFF;
	       	font: bold 13px arial, serif;
		text-align: center;
		background-color: #5795FB;
	        background-image: url("../../../Users/Rich/picts/button-order-blue.jpg");
		width: 132px;
		height: 32px;
		line-height: 28px;
		margin: 0px;
		cursor:pointer;
        	border: #196DF9 1px solid;
  /* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}


.buttonon-order {
		color: #FFFFFF;
	       	font: bold 13px arial, serif;
		text-align: center;
		background-color: #3CBC21;
	        background-image: url("../../../Users/Rich/picts/button-order-green.jpg");
		width: 132px;
		height: 32px;
		line-height: 28px;
		margin: 0px;
		cursor:pointer;
        	border: #0A6B09 1px solid;
  /* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}





/* CONTACT PAGE AND QUOTES FORM */

.phonetitle	{ color: #000000; font: 14px arial, sans-serif; font-weight: bold; line-height: normal; }

.form-align	{ margin-left: 40px; }

table.form-align td	{ padding: 1px 0px 1px 0px; }

.shadeform	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #F6F7F7;
		background-image: url("../../../Users/Rich/picts/shadeform.gif");
		text-align: left;
		width: 200px;
		border: #ACACAC 1px solid;
		}

.dropdown 	{
		color: #333333;
		font: 12px arial, sans-serif;
		background-color: #F6F7F7;
		width: 200px;
		}

.textarea	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #F6F7F7;
		background-image: url("../../../Users/Rich/picts/shadeform.gif");
		text-align: left;
		width: 250px;
		border: #ACACAC 1px solid;
		}

.form-align-quotes		{ margin-left: 40px; }

table.form-align-quotes td	{ padding: 3px 0px 3px 0px; }

.quoteform	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #F6F7F7;
		background-image: url("../../../Users/Rich/picts/shadeform.gif");
		text-align: left;
		border: #ACACAC 1px solid;
		}

.quotechoice 	{ color: #3366CC; font: 12px arial, sans-serif; font-weight: normal; }

.dropquotes	{
		color: #333333;
		font: 12px arial, sans-serif;
		background-color: #F6F7F7;
		}





/* LINKS PAGE CODE */

.searchbox	{
		background-color: #F0F0F0;
		border: #C0C0C0 1px solid;
		border-collapse: separate;
		border-spacing: 2px;
		}

table.searchbox td 	{ padding: 2px 2px 2px 2px; }

.searchform 	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #F6F7F7;
		background-image: url("../../../Users/Rich/picts/shadeform.gif");
		width: 120px;
		height: 20px;
		border: #ACACAC 1px solid;
		}

.searchbutton	{
		color: #000000;
	       	font: normal 11px arial, serif;
		text-align: center;
		background-color: #FFFFFF;
	        background-image: url("../../../Users/Rich/picts/button-light.gif");
		width: 38px;
        	padding: 1px 2px 1px 2px;
		margin: 0px;
		cursor:pointer;
        	border: #000000 1px solid;
		}





/* FAQ PAGE */

.faq  			{ line-height: 30px; }





/* FAQ POPUPS */

.faqline 		{ border-bottom: #ACACAC 10px solid; }

.faq-body 		{ background-color: #FFFFFF; }

.pageheight-faq 	{ min-height: 460px; }

table.faqbuttons td 	{ padding: 2px; }

.faqwrapper		{ width: 90%; }

.faq-letter		{
			color: #316D8C;
			font: 25px "Trebuchet MS", arial, sans-serif;
			font-weight: normal;
			line-height: normal;
			width: 30px;
			}

table.faqcontent td 	{ padding: 3px; }

table td.qa-pad 	{ padding-top: 10px; }





/* NEWS PAGE */

.news-table	    { width: 90%; }

table.news-table td { padding: 6px 6px 6px 6px; }

.news-image	    { width: 70px; }





/* PDF PAGE */

table.PDF-table td	{ vertical-align: top; padding: 2px 4px 2px 4px; }

.PDF-icon-width		{ width: 80px; }

.PDF-table		{ width: 90%; }





/* PAYPAL payments.htm PAYMENT PAGE */

.payform		{ width: 150px; }

textarea.payform	{ overflow: auto; }

.payformbox	{
		background-color: #F0F0F0;
		border: #C0C0C0 1px solid;
		}

table.paypaltable td	{ vertical-align: middle; padding: 8px 10px 8px 10px; }





/* STAFF PAGE */

table.staff-table td	{ vertical-align: top; padding: 2px 4px 2px 4px; }

.staff-image-width	{ width: 85px; }

.staff-table		{ width: 100%; }





/* TWO COLUMNS */
#leftcolumn {
    float:left;
    width:200px;
    }
#rightcolumn {
    float:right;
    width:200px;
    }


.colortable	{ border: #000000 1px solid; width: 100%; }

.colortable-title { font-weight: bold; text-align: center; }

.colortable td  { padding: 1px; border-bottom: #ACACAC 0px solid;  }

.colortable-m	{ border-bottom: #ACACAC 1px solid; }



/* Tables FOR quizzes */
.quiztable	{ background-color: #dcdcdc; border: 1px solid black; width: 90%; }

.colortable-q td { border-bottom: #ACACAC 1px solid; width: 5%; }

/* images and descriptions */
div.img {
    margin: 5px;
    padding: 5px;
    border: 1px solid #0000ff;
    height: auto;
    width: auto;
    float: center;
    text-align: center;
}

div.img img {
    display: inline;
    margin: 5px;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border:1px solid #0000ff;
}

div.desc {
    text-align: center;
    font-weight: normal;
    width: auto;
    margin: 5px;
}


/* table with centered text */
.centeredtable	{ border: #000000 1px solid; width: 100%; }

.centeredtable-title { font-weight: bold; text-align: center; }

.centeredtable td  { padding: 10px; border-bottom: #ACACAC 1px solid; text-align: center; }

.centeredtable-m	{ border-bottom: #ACACAC 1px solid; }

/* weather pictures */
.weatherpics{ width: 30%; border: 1px; bordercolor: #000000; padding: 5px }

.textweatherpic1 { text-indent: 5em; }

.textweatherpic2 { text-indent: 10em; }

.textweatherpic3 { text-indent: 15em; }


