/* set the page background color and margins. */
body {
	margin: 0px; background: #ffffff; 
	background-image: url(images/bg_pg.jpg); background-repeat: repeat-y; background-position: top center;
	
	/* 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, sans-serif; font-size: 12px; line-height: 18px; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: normal; text-decoration: none; color: #B6292D; } /* unvisited link color */
a:hover { font-weight: normal; text-decoration: none; color: #B6292D; } /* hover over an unvisited link color */
a:active { font-weight: normal; text-decoration: none; color: #B6292D; } /* hover over an unvisited link color */
a:visited { font-weight: normal; text-decoration: none; color: #B6292D; } /* visited link color*/
a:visited:hover { font-weight: normal; text-decoration: none; color: #B6292D; } /* visited link hover color*/

a.afoot:link { font-weight: bold; text-decoration: none; color: #000000; }
a.afoot:hover { font-weight: bold; text-decoration: none; color: #000000; }
a.afoot:visited { font-weight: bold; text-decoration: none; color: #000000; }
a.afoot:visited:hover { font-weight: bold; text-decoration: none; color: #000000 }

a.areadmore:link { font-weight: bold; color: #01887A; }
a.areadmore:hover { font-weight: bold; color: #41B8AA; }
a.areadmore:visited { font-weight: bold; color: #01887A; }
a.areadmore:visited:hover { font-weight: bold; color: #41B8AA; }

h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }
h1 { 
	font-size: 12px; font-weight: bold; color: #7A3436;
	border-bottom-color: #7A3436; border-bottom-width: 1px; border-bottom-style: solid; 
	 }
h2 { font-size:12px; font-weight: bold; color: #AC3E3F; margin-top:10px; margin-bottom:10px;}
h3 { font-size:12px; font-weight: bold; color: #43819F; }

ul { list-style-image: url(images/bullet.jpg); }
li { margin-bottom: 15px; }
li.litight { margin-bottom: 0px; }
img.imglf { margin-left: 15px; margin-bottom: 10px; }
img.imgrt { margin-right: 15px; margin-bottom: 10px; }

#gallery {width:345px;}
#gallery img {margin-right: 15px; margin-bottom: 10px;border:#999999 solid 1px;}

table.tab01 { background-color: #ffffff; margin-top: 15px; }
td.tdwell {
	padding-top: 17px; padding-right: 18px; padding-bottom: 17px; padding-left: 77px; }
td.tdrt {
	padding-top: 34px; padding-bottom: 17px; padding-left: 11px; }
td.tdfoot {
	background-image:  url(images/bg_foot.jpg); background-repeat: no-repeat; background-position: top right;
	height: 22px;
	font-family: verdana,helvetica,sans-serif; font-size: 10px; line-height: 12px;
	text-align: right; padding: 10px 60px 10px 60px; }
p.psubcathd { 
	font-size: 14px; font-weight: bold; color: #2D357E;
	margin: 40px 0 10px 124px; }
p.psnav {
	border-bottom-color: #000000; border-bottom-width: 1px; border-bottom-style: solid;
	font-size: 10px; padding: 5px; margin-bottom: -10px; }
.fmouse { font-size: 9px; color: #01887A; font-weight: bold; }
.listbold { font-weight: bold; color: #5D7950; }
.phone {font-size:18px;font-weight:bold;}

/* only custom styles below this line */

/* form fields */
.formbold { font-size : 12px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px inset #000000;
	width: 200px
}

.formnormal { font-size : 12px;
	font-weight: bold;
	font-family: Verdana;	
	border: 1px inset #000000;
	width: 200px
}
.formsearch { font-size : 11px;
	width: 88px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #F5EFDE;	
	border: 1px inset #9ED2CC;
}
