/*
nccc basic style sheet
*/

body {
	margin: 0;
	padding: 0;
	font-family: angsana, new;
	text-align: center;
	line-height: 1.5em;
	color: black;
	background: #666;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* ---( links )------------------------------- */

a:link {
	color: red;
	}
a:visited {
	color: red;
	}
a:hover {
	color: blue;
	}

/* ---( common elements )------------------------------- */

p {
        font:10px "Verdana";
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font: "Verdana";
	font-size: 120%;
	font-weight: bold;
	color: red;
	padding: 0;
	margin: 0;
	}
h2 {
	font: "Verdana";
	font-size: 90%;
	font-weight: bold;
	color: RED;
	padding: 0;
	margin: 0;
	}
h2 a:link, h2 a:visited {
	text-decoration: none;
	color: red;
	}
h2 a:hover {
	color: blue;
	}
h2.sub {
	color: #999;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
	}
h2.sub a {
	font-size: 100%;
	color: #999;
	text-decoration: underline;
	}
h3 {
	font-family: "Angsana", new;
	font-size: 140%;
	font-weight: bold;
	color: white;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
	border-bottom: 1px solid #eee;
	}
h4 {
        font: 9px Verdana;
        font-weight: bold;
        color: black;
        margin:0;
        }
input.red {
background-color: #cc0000;
font-weight:bold;
font-size:9px;
color:black;
}
input.white {
background-color; #FFFFFF; font-size: 11px; color:black;}

select.red {background-color: #FFFFFF; font-size: 11px; color: black;}

h1 span, h2 span, h3 span {
	color: #999;
	}
td {
    font:10px Verdana;
	}

code {
	color: #c63;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #930;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
strike {
	text-decoration: line-through;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

/* ---( top )------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 16px;
	font-size: 95%;
	text-align: left;
	background: url(../images/bg_dark.gif) repeat-y;
	width: 782px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}
html>body #wrap {
  	width: 750px;
	} 
	
#wrap-form {
	position: relative;
	margin: 0 auto;
	padding: 0 16px;
	font-size: 95%;
	text-align: left;
	background: url(../images/bg_dark_nsb.gif) repeat-y;
	width: 782px;
	voice-family: "\"}\"";
  	voice-family: inherit;
  	width: 750px;
	}
html>body #wrap-form {
  	width: 750px;
	}

#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 3em 0;
	margin-bottom: 1em;
	font-family: "Angsana", new;
	background-color: white;
	color: black;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 2px solid white;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid white;
		border-right: 10px solid white;
		background-color: black;
		color: red;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid white;
		border-right: 10px solid white;
		background-color: black;
		color: yellow;
		}
#logo {
	background: #fc6 url(../images/nccc.gif) no-repeat top left;
	background-repeat: no-repeat;
	height: 99px;
	padding: 0;
	margin: 0;
	}
#logo a  {
	border-style: none;
	display: block;
	width: 118px;
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo span {
	position: absolute;
	top: 18px;
	left: 34px;
	width: 118px;
	height: 29px;
	background: url(./back.gif) no-repeat;
	}
html>body #logo span {
	top: 19px;
	}

/* navigation */

#nav {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
	background: #fff url(../images/nav_bg2.gif) repeat-x bottom left;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #ddd;
	}
#nav a {
	float: left;
	padding: 6px 10px 6px 30px;
	text-decoration: none;
	color: #666;
	background: url(../images/t-pub.gif) no-repeat 10px 55%;
	}
#t-home a {
	background-image: url(../images/t-home.gif);
	}
#t-note a {
	background-image: url(../images/t-note.gif);
	}
#t-serv a {
	background-image: url(../images/key.gif);
	}
#t-port a {
	background-image: url(../images/t-port.gif);
	}
#t-about a {
	background-image: url(../images/t-about.gif);
	}
#t-cont a {
	background-image: url(../images/t-contact.gif);
	}
	
#t-search a {
	background-image: url(../images/t-search.gif);
	}
#nav a:hover, #nav a.active {
	color: #000;
	background-color: #fff;
	}
#nav a.active {
	font-weight: bold;
	}

/* ---( main column )----------------------------- */

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-body {clear:left;}
/* End IE5-Mac hack */

#main-body {
	background: url(../images/main_bg6.gif) no-repeat top left;
	}
#content {
	float: left;
	margin: 24px 0 0 0;
	padding: 0 20px;
	background: #fff;
	width: 502px; /* for IE5/Win */
	voice-family: "\"}\"";
  	voice-family: inherit;
  	width: 462px;
	height: 400px;
	min-height: 400px;
	}
html>body #content { /* be nice to Opera */
	width: 462px;
	height: auto;

	}
	
#form-page {
	float: left;
	margin: 0;
	padding: 30px 20px;
	background: #fff;
	border-top: solid thick;
	border-color: #7f7f7f;
	width: 750px; /* for IE5/Win */
	voice-family: "\"}\"";
  	voice-family: inherit;
  	width: 710px;
	}
html>body #form-page { /* be nice to Opera */
	width: 710px;
	}

#content .entry {
	margin: 0;
	padding-top: 12px;
	border-top: 1px solid #ddd;
	}
#content .single {
	border-top: none;
	padding-top: 0;
	}


/* lists */

#content ul {
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}
#content ul li {
	padding: 0 0 4px 21px;
	line-height: 1.3em;
	}
#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 90%;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dt span {
	font-weight: normal;
	}

#sidebar {
	position: relative;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0 0 0 509px;
	padding: 60px 15px 0 20px;
	color: #937966;
	}
#sidebar a:link {
	color: #6E5C4F;
	}
#sidebar a:visited {
	color: #9D9187;
	}
#sidebar a:hover {
	color: #333;
	}
#sidebar h3 {
	font-size: 110%;
	padding: 0 0 4px 19px;
	margin: 0 0 8px 0;
	color: #930;
	border: none;
	background: url(../img/cube_birch.gif) no-repeat 0 1px;
	}

/* sub nav icons */

#sidebar #sub-serv, #sidebar #sub-port {
	padding: 7px 0 8px 36px;
	background-image: url(../img/h3_serv.gif);
	}
#sidebar #sub-pub {
	padding: 7px 0 8px 36px;
	background-image: url(../img/h3_pub.gif);
	}
#sidebar #sub-note {
	padding: 10px 0 10px 34px;
	background-image: url(../img/h3_note.gif);
	}
#sidebar #sub-about {
	padding: 8px 0 8px 36px;
	background-image: url(../img/h3_about.gif);
	}
#sidebar #sub-cont {
	padding: 4px 0 8px 36px;
	background-image: url(../img/h3_cont.gif);
	}
#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
#sidebar p {
	margin-top: 4px;
	margin-bottom: 20px;
	}
#sidebar ul, #sidebar dl {
	margin: 4px 0 20px 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	margin: 0 0 .5em 0;
	padding-left: 38px;
	line-height: 2em;
	background: url(/images/coremblem.gif) no-repeat 0 50%;
	}
#sidebar img {
	vertical-align: middle;
	}

#sidebar #stock {
	margin-bottom: 0;
	}

/* custom ul styles */


#sidebar ul.none li {
	margin-bottom: 2px;
	padding-left: 0;
	background: none;
	}

/* ---( footer )----------------------------------- */

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #666;
	width: 750px;
	background: #333;
	border-top: 1px solid #000;
	}
#footer p {
	margin: 0;
	padding: 8px 20px;
	}

#info {
position: absolute;
top: 550px;
left: 70px;
width: 20px;
}
#maintext{
position: absolute;
top: 90px;
left: 260px;
width: 490px;
}
#picture1{
position: absolute;
top: 115px;
left: 102px;
width: 20px;
}
#picture2{
position: absolute;
top:205px;
left: 102px;
width: 20px;
}

#picture3{
position: absolute;
top:295px;
left: 102px;
width: 20px;
}
#picture4{
position: absolute;
top:385px;
left: 102px;
width: 20px;
}

#smoking {
position: absolute;
top: 600px;
left: 78px;
}
#kid {
position: absolute;
top: 650px;
left: 78px;
}
#handicap {
position: absolute;
top: 700px;
left: 78px;
}
#parking {
position: absolute;
top: 750px;
left: 78px;
}
#rv {
position: absolute;
top: 800px;
left: 78px;
}
#food {
position: absolute;
top: 850px;
left: 78px;
}
#mainback {
position: absolute;
top: 70px;
left: 250px;
}
#pictureback {
position: absolute;
top: 70px;
left:  70px;
}
#mainback1 {
position: absolute;
top: 81px;
left: 256px;
}

#attractiontype {
position: absolute;
top: 30px;
left: 570px;
}

#visitors {
position: absolute;
top: 80px;
left: 252px;
}
#url {
position: absolute;
top: 80px;
left: 434px;
}
#favorites {
position: absolute;
top: 80px;
left: 595px;
}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #888;
	}
#footer a:hover {
	color: #ccc;
	}

/* ---(registration form ) ----*/

#horizontalForm legend {
	font-family: "Angsana", new;;
	font-weight; bold;
	font-size: 90%;
	color: #666;
	background: #eee;
	border: 3px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px;

}
#horizontalForm fieldset
{
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	background: #eee;
}

#horizontalForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label
{
	font-weight: normal;
}

#horizontalForm input
{
	display: block;
	width: 190px;
}

#horizontalForm input.submit
{
	clear: both;
}

#horizontalForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}
#horizontalForm label em {
	color: #999;
	font-weight: normal;
	font-style: normal;
}

#horizontalForm select
{
	display: block;
}


#LoginForm {
    font-family: Georgia, serif;
	font-size: 12px;
	color: #999;
}
#LoginForm label {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #333;
		  
}
#LoginForm fieldset{
    border: 4px solid #ccc;
	padding: 10px 20px;
	background: #eee;
}


#LoginForm legend {
	font-family: arial, sans-serif;
	font-weight; bold;
	font-size: 90%;
	color: #666;
	background: #eee;
	border: 3px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 2px 8px;
}

#ContactForm {
    font-family: Georgia, serif;
	font-size: 12px;
	color: #999;
}
#ContactForm label {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #333;
		  
}
#ContactForm fieldset{
    border: 3px solid #ccc;
	padding: 10px 20px;
	background: #eee;
}


#ContactForm legend {
	font-family: arial, sans-serif;
	font-weight; bold;
	font-size: 90%;
	color: #666;
	background: #eee;
	border: 3px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 2px 8px;
}


#sidebar li.active a:link, #sidebar li.active a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}


/* ---( homepage boxes )-------------------------------- */

#content .hp {
	width: 140px;
	float: left;
	margin: 0 20px 12px 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	}
#content #hp-last {
	margin-right: 0;
	}
#content .hp dt {
	margin: 0 0 6px 0;
	padding: 0;
	font-family: "Angsana", new;
	font-size: 110%;
	}
#content .hp dt a {
	padding-right: 7px;
	color: #630;
	text-decoration: none;
	background: url(../img/home_arrow.gif) no-repeat 100% 50%;
	}
#content .hp dt a:hover {
	color: #963;
	}
#content .hp dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
#content .hp dd a {
	color: #856E5D;
	text-decoration: none;
	}
#content .hp img {
	float: left;
	margin: 2px 6px 0 0;
	}
#content .first {
	clear: left;
	padding-top: 12px;
	border-top: 1px solid #ddd;
	}

/* ---( misc. )------------------------------------------ */




form dt {
	float: left;
	padding-right: 10px;
}


#search {
	margin-top: .5em;
	}
hr {
	border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}
#logo a, #nav a, a.noline:link, a.noline:visited, .photoBox a:link, .photoBox a:visited {
	border-style: none;
	}
h3 img {
	vertical-align: middle;
	}
ul.noBullet li {
	list-style-type: none;
	}
ul.fiveent em {
	color: #999;
	font-style: normal;
	}
.more {
	padding-right: 7px;
	background: url(../img/more_arrow.gif) no-repeat 100% 5px;
	}
.center {
	text-align: center;
	}
a img {
	border: none;
	}
.hide {
	display: none;
	}

#lifetime {
position: absolute;
top: 20px;
left: 880px;
width: 100px;

}
#box1 {
position: absolute;
top: 400px;
left: 890px;
width: 100px;

}







