html, body {
	margin:0;
	padding:0;
	color:#555;
	background:url(/images/newSky.jpg) #036;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:1.3em;
	}

table {
	width:255px;
	float:left;
	margin:10px 10px 0 0;
	font-size:12px;
}

td {
	vertical-align:top;
	padding:5px 0 15px 5px;
	border-top:1px dotted #aaa;
}

h1 {
	font-size:24px;
	font-weight:200;
}
h2 {
	font-size:20px;
	font-weight:200;
}
h3 {
	font-size:16px;
	font-weight:200;
}

ul {
	margin:0;
}
li {
	list-style:square;
}


input[type="text"] {
	padding:1px;
	margin:3px;
	opacity:.8;
}
input[type="submit"] {
	padding:1px;
	margin:3px;
}
textarea {
	padding:1px;
	margin:3px;
	opacity:.8;
}
label {
	color:#fff;
}



 
/*	time / boxes */
#morning{
	display:block;
	width:900px;
	height:960px;
	padding: 20px 0 0 0;
	margin:0 auto 0 auto;
	color:#ddd;
	}
#noon{
	display:block;
	width:900px;
	height:960px;
	padding: 20px 0 0 0;
	margin:0 auto 0 auto;
	color:#fff;
	}
#evening{
	display:block;
	width:900px;
	height:960px;
	padding: 20px 0 0 0;
	margin:0 auto 0 auto;
	color:#ddd;
	}
#night{
	display:block;
	width:900px;
	height:960px;
	padding: 20px 0 0 0;
	margin:0 auto 0 auto;
	color:#ddd;
	}

.subMenu a {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}
.subMenu a:hover {
	border-bottom:1px dotted #fff;
	color:#fff;
}


/* 	morning content */
#morningLeft {
	width:300px;
	height:300px;
	overflow:auto;
	float:left;
	color:#aaa;
	text-align:justify;
	background:url(/images/haze.png);
	padding:10px;
	font-size:15px;
}

#crossSlide {
	padding: 0px; 
	overflow: hidden; 
	position: relative;
  	border: 5px solid #ddd;
  	width: 510px;
  	height: 300px;
  	float:left;
	margin:0 0 0 50px;
}




/*	noon / photo content */
#viewer {
	
}
#pic {
	float:left;
	width:550px;
}
#pic a {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}
#pic a:hover {
	text-decoration:underline;
	color:#fff;
}
#thePic {
	border:10px solid #eee;
}
#picDesc {
	margin-top:20px;
	padding:10px;
	width:525px;
	background:url(/images/haze.png);
}
#thumbnails {
	width:350px;
	height:340px;
	overflow:auto;
	float:right;
}
#thumbnails img {
	border:5px solid #eee;
	margin:3px;
	padding:0;
}



/*	evening / info content */

#infoMenu {
	width:300px;
	float:left;
	color:#aaa;
	text-align:justify;
	}

#infoMenu ul {
}
#infoMenu li {
	display:block;
	line-height:3em;
	list-style:none;
}
#menuList a {
	display:block;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#menuList a:hover {
	text-decoration:underline;
	color:#fff;
}
#infoMenu a:hover {
	background:url(/images/haze.png);
}
#infoMenu a:active {
	background:url(/images/haze.png);
}

.highLight {
	background:url(/images/haze.png);
}

#infoViewer {
	float:left;
	width:570px;
	height:420px;
	margin-top:1px;
	background:url(/images/haze.png);
	
}
#home {
	height:380px;
	width:550px;
	float:left;
	display:none;
	padding:10px;
}
#rates {
	height:380px;
	width:550px;
	float:left;
	display:none;
	padding:10px;
}
#infoViewer a {
	color:#ccc;
	text-decoration:underline;
}
#infoViewer a:hover {
	color:#fff;
	text-decoration:none;
}
#stuff {
	height:380px;
	width:550px;
	float:left;
	display:none;
	padding:10px;
}
#local {
	height:380px;
	width:550px;
	float:left;
	display:none;
	padding:10px;
}



/*	night / contact content */

#nightLeft {
	width:380px;
	float:left;	
	text-align:justify;
	background:url(/images/haze.png);
	padding:10px;
}
#nightLeft a {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}
#nightLeft a:hover {
	text-decoration:underline;
	color:#fff;
}
	

#nightRight {
	width:400px;
	float:left;
	margin: -50px 0 0 50px;
}


.loading {
	float:right; 
	background:url(images/ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}

.done {
	font-size:12px; 
	margin:50px auto; 
	padding:20px;
	border:1px dotted #aaa;
	display:none;
}





















#ground {
	position:fixed;
	bottom:0;
	width:100%;
	margin:0 auto 0 auto;
	height:200px;
	background:url(/images/forest.png) repeat-x;
	z-index:30;
	vertical-align:baseline;
	}
#nav {
	display:block;
	width:900px;
	height:78px;
	bottom:0;
	margin:110px auto 0 auto;
}

#groundHouse {
	float:left;
	display:block;
	width:208px;
	height:76px;
	}
#groundLogo {
	float:left;
	display:block;
	width:191px;
	height:76px;
}



.groundMenu {
	float:left;
	display:block;
	width:500px;
	padding-top:10px;
	text-align:center;
	color:#ccc;
	font-size:14px;
}
.groundMenu a {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}
.groundMenu a:hover {
	border-bottom:1px dotted #fff;
	color:#fff;
}
