/* set the page background color and margins. */
body { margin: 0px; background: #ED8942; 
	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-darkshadow-color: #B87B52;
	/* inner lines */
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #876248;
	/* face, arrow and track */
	scrollbar-face-color: #FDDC01;
	scrollbar-arrow-color: #FB0514;
	scrollbar-track-color: #EE8943;
}

/* set the page font formatting. */
body, p {font-family: verdana, sans-serif; font-size: 11px; line-height: 18px; }

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

a.white:link { font-weight: normal; text-decoration: none; color: #ffffff; }
a.white:hover { font-weight: normal; text-decoration: none; color: #F2DD8F; }
a.white:visited { font-weight: normal; text-decoration: none; color: #ffffff; }
a.white:visited:hover { font-weight: normal; text-decoration: none; color: #F2DD8F }

a.afoot:link { font-weight: normal; color: #9F521B; }
a.afoot:hover { font-weight: normal; color: #FF450D; }
a.afoot:visited { font-weight: normal; color: #9F521B; }
a.afoot:visited:hover { font-weight: normal; color: #FF450D; }

h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }
h1 { font-size: 13px; font-weight: bold; color: #B7825A; }
h1.h1gallery { font-size: 16px; font-weight: bold; color: #B7825A; margin-bottom: 20px; }
h2 { font-size: 11px; font-weight: bold; color: #C59000; margin-bottom: -10px; }
h3 { font-size: 14px; font-weight: bold; }
h4 { font-size: 18px; font-weight: bold; }
h5 { font-size: 18px; font-weight: bold; }
h6 { font-size: 18px; font-weight: bold; }
h7 { font-size: 18px; font-weight: bold; }


li { font-size: 13px; }

/* set all H tags to 0 margin. This allows another element to be directly below it on the page */

p.pnavlf { 
	background-color: #007B6E;
	color: #ffffff; font-size: 10px; font-weight: bold; line-height: 15px;
	padding: 3 10 4 10; margin: 3 2 2 2; }
p.pnavhl {
	color: #ffffff; background-color: #2D357E; font-weight: bold; font-size: 11px; line-height: 15px;
	border-top-width: 2px; border-top-color: #ffffff; border-top-style: solid;
	border-bottom-width: 2px; border-bottom-color: #ffffff; border-bottom-style: solid;
	margin-bottom: 5px; padding: 2 10 4 10;
	 }
table.container { background-color: #ffffff; margin-top: 15px; }

td.tdcol01 {
	width: 44px;
	background-image:  url(images/bg_col01.jpg);  background-repeat: repeat-y; background-position: top left
	 }
td.tdwell { 
	width: 605px; padding: 23px;
	background-color: #FAF8EE;
	background-image: url(images/ghost_well.jpg); background-repeat: no-repeat; background-position: top right }
td.tdwell_gallery { 
	width: 520px; padding: 5px;
	background-color: #FAF8EE;
	}
td.tdcol03 { 
	width: 151px;
	background-image:  url(images/bg_col03.jpg);  background-repeat: repeat-y; background-position: top left
	 }
td.tdfootlf { 
	height: 130px; width: 605px; 
	text-align: right; padding: 16px;
	background-image:  url(images/bg_footlf.jpg);  background-repeat: no-repeat; background-position: top left
	 }
td.tdfootrt { 
	height: 130px; width: 151px;
	text-align: center; padding: 40 16 16 16px;
	background-image:  url(images/bg_footrt.jpg);  background-repeat: no-repeat; background-position: top left
	 }
td.tdformq { background: #CD5E0F; }
p.pformq { color: #ffffff; font-weight: bold; font-size: 10px; }
p.pforma { color: #000000; font-weight: bold; font-size: 10px; }
p.pfoot { color: #9F521B; line-height: 13px; }
p.psubcat { margin-left: 124px; }
p.psubcathd { 
	font-size: 14px; font-weight: bold; color: #2D357E;
	margin: 40px 0 10px 124px; }
.readmore { font-size: 10px; color: #01887A; font-weight: bold; }

/* only custom styles below this line */

.imgBorder { border: 1px solid #000000; }
p.snav {
	border-bottom-color: #000000; border-bottom-width: 1px; border-bottom-style: solid;
	font-size: 10px; padding: 5px; margin-bottom: -10px; }
.coming { font-family: times new roman, times, serif; font-size: 60px; color: #ffffff; }

/* form fields */
.formbold { 
	width: 150px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px inset #4289E1;
}

.formnormal { 
	width: 350px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;	
	border: 1px inset #4289E1;
}
.formsearch { font-size : 11px;
	width: 88px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #F5EFDE;	
	border: 1px inset #4289E1;
}
