
/* LAYOUT STYLES */

#bigcontainer {
	margin: 0 auto;
	padding: 0;
	width: 768px;
	background: url(images/bigcontainerbg.jpg) repeat-y;
}

#banner {
	margin: 0;
	padding: 0;
	width: 768px;
	height: 74px;
}

#leftcontainer {
	margin: 0;
	padding: 0;
	width: 680px;
}

#rightcontainer {
	margin: 0;
	padding: 0;
	width: 88px;
	float: right;
}

#contentcontainer {
	margin: 0;
	padding: 0;
	width: 680px;
}

#menubar {
	margin: 0;
	padding: 0;
	width: 680px;
	height: 18px;
	background: url(images/menubar.jpg) no-repeat;
}

#imagebar {
	margin: 0;
	padding: 0;
	width: 88px;
}

#flashplaceholder {
	position: relative;
	margin: 0;
	padding: 0;
	width: 271px;
	height: 500px;
	float: left;
}

#contentboxhome {
	position: relative;
	margin: 10px 0;
	right: 5px;
	padding: 0;
	width: 409px;
	float: right;
}

#contenthome-top {
	margin: 0;
	padding: 0;
	float: right;
	width: 398px;
	height: 3px;
	background: url(images/contenthome-top.jpg) no-repeat;
}

#contenthome-middle {
	margin: 0;
	padding: 20px 20px 0 20px;
	float: right;
	width: 358px;
	min-height: 300px;
	background: url(images/contenthome-middle.jpg) repeat-y;
}

#contenthome-bottom {
	margin: 0;
	padding: 0;
	float: right;
	width: 398px;
	height: 3px;
	background: url(images/contenthome-bottom.jpg) no-repeat;
}

#contentbox {
	margin: 10px 0 10px 10px;
	padding: 0;
	width: 665px;
	float: left;
}

#content-top {
	margin: 0;
	padding: 0;
	float: left;
	width: 665px;
	height: 2px;
	background: url(images/content-top.jpg) no-repeat;
}

#content-middle {
	margin: 0;
	padding: 20px;
	float: left;
	width: 625px;
	background: url(images/content-middle.jpg) repeat-y;
}

#content-bottom {
	margin: 0;
	padding: 0;
	float: left;
	width: 665px;
	height: 3px;
	background: url(images/content-bottom.jpg) no-repeat;
}

#footer {
	margin: 0 auto;
	padding: 0 0 0 10px;
	width: 758px;
	height: 54px;
	background: url(images/footer.jpg) no-repeat;
	border-bottom: solid 1px #7c8154;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}



/* MENUBAR TEXT */

#menubar ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menubar ul li {
	position: relative;
	margin: 0 0 0 1em;
	padding: 0;
	display: inline;
}

#menubar ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#menubar ul li a:hover {
	text-decoration: underline;
}





/* FOOTER TEXT */

#footer p {
	position: relative;
	margin: 0 .8em;
	padding: 0;
	font-variant: small-caps;
	font-weight: bold;
	display: inline;
	top: 3px;
	color: #FFF;
	font-size: 9.5px;
	font-family: Arial, sans-serif, Verdana;
}

#footer a {
	position: relative;
	margin: 0 .2em 0 0;
	padding: 0;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFF;
	font-size: 9.5px;
	text-decoration: none;
	font-family: Arial, sans-serif, Verdana;
}

#footer a:hover {
	text-decoration: underline;
}









/* GENERIC STYLES */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif, Verdana;
	background: url(images/bodybg.jpg) top repeat-x #040401;
	font-size: 12px;
	color: #FFF;
}

#copyright {
  margin: 0 auto;
  width: 770px;
  text-align: center;
  color: #797e55; 
  background: inherit;
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
} 

p {
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	line-height: 1.3em;
	margin: 8px 0
}

A.pagelink {
  background: inherit;
  color: #1B1C0A; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
} 

A:hover.pagelink {
  background: inherit;
  color: #FFF; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A.sitemaplink {
  background: inherit;
  color: #ffffff; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
} 

A:hover.sitemaplink {
  background: inherit;
  color: #FCBF05; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A.webhublink { 
  background: inherit;
  color: #797e55; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
}

A:hover.webhublink { 
  background: inherit;
  color: #ffffff; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A.statslink {
  background: inherit;
  color: #ff0000; 
  font-size: 10px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
} 

A:hover.statslink {
  background: inherit;
  color: #70c21b; 
  font-size: 10px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

img.middle {
  vertical-align: middle;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background-color: inherit;
  color: #dddddd;
  margin: 0px;
  padding: 2px;
  text-align: right; 
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: inherit;
  color: #FFF;
  margin: 1em 0;
  padding: 0px;
  text-align: center;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: inherit;
  color: #FFF;
  margin: 1em 0;
  padding: 0px;
  text-align: center;
  font-style: italic;
}

form {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

input {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #797E55;
  background-color: #FFF; 
  padding: 1px;
  border: solid 1px #31370B;
}

select {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  background-color: inherit; 
  padding: 1px;
}

textarea {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #797E55;
  background-color: #FFF; 
  padding: 1px;
  border: solid 1px #31370B;
}

table {
  margin-left: auto;
  margin-right: auto;
}

ol {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

li {
	line-height: 1.5em;
}

.floatright { 
  float: right; 
  margin: 3px 3px 3px 10px;
}

.floatleft { 
  float: left; 
  margin: 3px 10px 3px 3px; 
}

.center {
  text-align: center; 
}

.left { 
  text-align: left;
} 

.right { 
  text-align: right; 
}

.italic {
  font-style: italic;
}

.bold { 
  font-weight: bold; 
}

.red { 
  color: #C30000;
}

.errorheading { 
  font-family: Arial, sans-serif; 
  font-size: 30px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  background: inherit;
  color: red; 
}

.errortext { 
  font-family: Arial, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  background: inherit;
  color: #000000; 
}

.fineprint { 
  font-family: Arial, sans-serif; 
  font-size: 10px; 
  font-weight: normal; 
  font-style: italic; 
  text-decoration: none; 
  background: inherit;
  color: #aaaaaa; 
}

.stats {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  text-decoration: none; 
} 

.referer { 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  text-decoration: none; 
  background: inherit;
  color: #ff0000; 
}

.motelbox {
	position: relative;
	width: 200px;
	height: 1.5em;
}

.roomrates {
	width: 100%;
	padding: .5em;
	border: solid 1px #616544;
}

.roomrates td {
	padding: .5em;
}

.events {
	width: 100%;
	padding: .5em;
	border: solid 1px #616544;
}

.events td {
	padding: .5em;
}

.dark {
	background-color: #616544;
}

.darkbox {
	width: 500px;
	margin: 15px auto 0 auto;
	background-color: #616544;
	padding: 2em;
	border: double 3px #616544;
}

.spacer {
	position: relative;
	width: 100%;
	margin: 3em auto;
	padding: 0;
	height: 1px;
	border-top: solid 1px #616544;
}

.thumbnail {
	position: relative;
	width: 120px;
	height: 80px;
	border: solid 2px #32350A;
	margin: 16px;
	float: left;
}

.thumbnail:hover {
	border: solid 2px #4C6028;
}