/* set the page background color and margins. */
body { margin: 0px; background-color: #315B8B;
	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	/* inner lines */
	scrollbar-highlight-color: #bdbdbd;
	scrollbar-shadow-color: #bdbdbd;
	/* face, arrow and track */
	scrollbar-face-color: #30445F;
	scrollbar-arrow-color: #a3a3a3;
	scrollbar-track-color: #a3a3a3;
}

/* set the page font formatting. */
body, p {font-family: arial, helvetica, sans-serif; font-size: 14px; line-height: 22px; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: normal; text-decoration: underline; color: #AF2418; } /* unvisited link color */
a:hover { font-weight: normal; text-decoration: none; color: #AF2418; } /* hover over an unvisited link color */
a:active { font-weight: normal; text-decoration: none; color: #AF2418; } /* hover over an unvisited link color */
a:visited { font-weight: normal; text-decoration: underline; color: #AF2418; } /* visited link color*/
a:visited:hover { font-weight: normal; text-decoration: none; color: #AF2418; } /* visited link hover color*/

a.afoot:link { font-weight: normal; text-decoration: underline; color: #0A4573; }
a.afoot:hover { font-weight: normal; text-decoration: none; color: #0A4573; }
a.afoot:visited { font-weight: normal; text-decoration: underline; color: #0A4573; }
a.afoot:visited:hover { font-weight: normal; text-decoration: none; color: #0A4573; }

a.acredits:link { font-weight: normal; text-decoration: underline; color: #ddc7a1; }
a.acredits:hover { font-weight: normal; text-decoration: none; color: #ddc7a1; }
a.acredits:visited { font-weight: normal; text-decoration: underline; color: #ddc7a1; }
a.acredits:visited:hover { font-weight: normal; text-decoration: none; color: #ddc7a1; }

a.agallery:link { font-weight: bold; text-decoration: underline; color: #ffffff; }
a.agallery:hover { font-weight: bold; text-decoration: none; color: #ffffff; }
a.agallery:visited { font-weight: bold; text-decoration: underline; color: #ffffff; }
a.agallery:visited:hover { font-weight: bold; text-decoration: none; color: #ffffff; }

li { font-size: 13px; }

/* set all H tags to 0 margin. This allows another element to be directly below it on the page */
h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }
h1 { font-family: Arial Narrow, Helvetica, sans-serif; font-size: 20px; color: #661616; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #A8191F; margin-top: 30px; margin-bottom: -10px; }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #1C848B; margin-top: 15px; margin-bottom: 10px; }

td.lf { 
	background-image: url(images/logo.jpg); background-repeat: no-repeat; background-position: top center;
	height: 153px; padding: 281px 0 0 0;
	background-color: #1C848B; }
td.well {
	background-image: url(images/bg_well.jpg); background-repeat: no-repeat; background-position: bottom center;
	background-color: #F9F4DF; 
	padding-bottom: 38px; }
td.credits {
	background-image: url(images/bg_credits.jpg); background-repeat: no-repeat; background-position: bottom left;
	height: 76px; padding: 6 0 0 10; }
p.pcredits { color: #ddc7a1; font-size: 11px; line-height: 17px; text-align: center;
	margin: 0px; }
td.footer {
	background-image: url(images/bg_footer.jpg); background-repeat: no-repeat; background-position: bottom right;
	height: 76px; padding: 6 0 0 0;
	}
td.tdquote {
	padding: 10px; text-align: center; 
	font-size: 14px; font-weight: bold; color: #ffffff;  }
p.pfooter { color: #0A4573; font-size: 11px; line-height: 16px; text-align: center;
  margin: 0px; }
.mouse { font-family: verdana, helvetica, sans-serif; font-size: 9px; font-weight: bold; }
.mousewht { font-family: verdana, helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #ffffff; }
.price { color: #ff0000; font-size: 14px; font-family: Arial, Helvetica, serif; font-weight: bold; }
.gallery { color: #ffffff; }

td.tdpricelf {
	font-size: 13px; font-weight: bold; text-align: left;
	}
td.tdpricert {
	font-size: 13px; text-align: right;
	}


/* set font size for each H tag. Change this before using any of these elements
h1 { font-size:1em; }
h2 { font-size:1em; }
h3 { font-size:1em; }
h4 { font-size:1em; }
h5 { font-size:1em; }
h6 { font-size:1em; }
h7 { font-size:1em; }
 */

/* only custom styles below this line */

/* form fields */
.formbold { font-size : 13px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px inset #ffffff;
}

.formnormal { font-size : 13px;
	font-weight: bold;
	font-family: Verdana;	
	border: 1px inset #ffffff;
}
.formsearch { font-size : 11px;
	width: 150px;
	font-weight: bold;
	font-family: Verdana;	
	border: 1px inset #000000;
}