/* THIS STYLE SHEET WORKS WITH THE GENERIC PAGES */
body {
	background-image: url(../images/masterbg.jpg);
	background-repeat: repeat-x;
	background-color: #ECD5A0;
	color: #000000;
	font: normal 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* overall container to centre pages at higher resolutions */
#container {
	width: 760px;
	margin: 0px auto auto auto;
	padding: 0px 0px 0px 0px;
}

/* container for main page content (no left side menu) */
#content1 {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* container for content of shared pages (with left side menu) */
#content2 {
	float: right;	
	text-align: left;
	width: 630px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* container for navigation menu on left side */
#navmenu {
	margin: 40px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 85px;
	text-align: left;
}

/* formats ul within navmenu */
#navmenu ul {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

/* formats vertical spacing in navmenu list items */
#navmenu li {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}

/* navmenu link treatments */
#navmenu a {
	background-color: #fff9d4;
	border-left: 8px solid #d7e5f2;
	color: #000000;
	display: block;
	padding: 6px 0px 0px 5px;
	text-decoration: none;
	width: 90px;
	height: 20px;
	display: block;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
}

#navmenu a:hover {
	border-left: 8px solid #728d41;
}

#navmenu li#active a {
	border-left: 8px solid #c69c31;
}

/* formatting for footer information */
#footer {
	clear: both;
	height: 60px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

/* container for image links on home page */
#linkboxmain {
	float: right;
	width: 425px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

/* container for links on directions page */
#linkboxright {
	float: right;
	width: 120px;
	text-align: center;
	color: #000000;
	background-color: #F0EED4;
	border: 1px solid #000000;
	margin: 0px 0px 10px 10px;
	padding: 20px 0px 20px 0px;
}

/* container for gift certificate info - rates page */
#certificates {
	width: 310px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 32px;
}

/* FlipKey box elements - rates page */
#flipkey {
	margin: 30px 0px 10px 55px;
	padding: 0px 0px 0px 0px;
	width: 180px;
	height: auto;
	text-align: center;
}

/* image positioning */
.mapbox {
	clear: left;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.imageboxleft {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.imageboxright {
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

/* image positioning - history page */
.imageboxleft2 {
	clear: left;
	float: left;
	margin: 5px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.imageboxright2 {
	clear: right;
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}

.piclist2 {
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
}

/* contest page container */
.contest {
	text-align: left;
	width: auto;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 20px 0px;
}

/* default image treatment */
img {
	border: 1px solid black;
}

/* removes borders from images */
.imgnotrim { 
	border: none;
}

.imglogo { 
	border: none;
}

/* page headings */
h1 {
	font: italic 14pt verdana, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* secondary headings */
h2 {
	font: italic 11pt verdana, sans-serif;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

h4 {
	font: italic 11pt verdana, sans-serif;
	color: red;
	background-color: transparent;
	text-decoration: underline;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

h5 {
	color: #733A00;
	background-color: transparent;
	font: italic 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

/* spot text format */
.bold {
	font-style: normal;
	font-weight: bold;
}

.italic {
	font-style: italic;
	font-weight: normal;
}

.small {
	font-size: 8pt;
}

.smallitalic {
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
}

.large {
	font-size: 11pt;
}

.red {
	color: red;
}

.underline {
	text-decoration: underline;
}

/* paragraph formats */
p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

p.justify {
	text-align: justify;
}

p.indent {
	margin: 0px 0px 10px 30px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

p.center {
	text-align: center;
}

p.left {
	text-align: left;
	margin: 0px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
}

p.nospace {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p.topspace {
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* format for business listings on activities page */
div.arealistings ul {
	list-style-type: none;
}

/* formatting on packages page */
.package {
	text-align: left;
	width: auto;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid black;
}

.package ul {
	list-style-position: inside;
}

.packdetails ul {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding-left: 1em;
	text-indent: -2em;
}
	
.artlinks {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 15px 0px;
	text-align: center;
	width: 280px;
}

.piclist {
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 218px;
}

.rightpic2 {
	float: right;
	text-align: right;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.rightpic3 {
	float: right;
	text-align: center;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.leftpic2 {
	float: left;
	text-align: left;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* column formatting on contact page */
.leftlist {
	float: left;
	text-align: left;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.rightpic {
	float: right;
	width: auto;
	margin: 10px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* rate page formatting elements */
.rates {
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 330px;
}

.specials {
	float: right;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 280px;
}

.ratepolicies {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	clear: both;
}

.leftpic {
	float: left;
	width: auto;
	margin: 0px 0px 0px 60px;
	padding: 0px 0px 0px 0px;
}

.leftpic1 {
	float: left;
	width: auto;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

/* rate table formatting */
table.ratecard {
	width: 90%;
	margin-left: 30px;
	margin-bottom: 15px;
}

td p {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
}

.cella {
	background-color: #E5E1BC;
	color: #000000;
	text-align: center;
	vertical-align: top;
	width: 30%;
}

.cellb {
	background-color: #D7E5F2;
	color: #000000;
	text-align: center;
	vertical-align: top;
	width: 30%;
}

.cellc {
	background-color: #FFF9D4;
	color: #FFF9D4;
	font: italic 12pt verdana, sans-serif;
	text-align: center;
	vertical-align: bottom;
	width: 30%;
}

/* special link treatments */
.mainlink {
	font: normal small-caps 11pt verdana, sans-serif;
	text-decoration: none;
}

.arealinks {
	font-size: 11pt;
	font-style: italic;
	margin: 0px 0px 8px 10px;
	padding: 0px 0px 0px 0px;
}

.detaillink {
	font: italic 8pt verdana, sans-serif;
	text-decoration: underline;
}

/* format for embedded links */
a:link {
	background-color: transparent;
	color: #807510;
	font: normal 10pt verdana, sans-serif;
	text-decoration: none;
}

a:visited, a:active {
	background-color: transparent;
	color: #808080;
	font: normal 10pt verdana, sans-serif;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
	font: normal 10pt verdana, sans-serif;
	text-decoration: none;
}

/* formatting elements for devices with screens less than 480px wide */
@media screen and (max-width: 480px) {

#container {width: 310px;}

#linkboxmain {float: none;	width: 220px; margin: 0px auto auto auto;}

.imageboxright {margin: 5px 0px 5px 0px; float: none;}

.imageboxleft {float: none;}

p.justify {margin: 0px 10px 10px 10px;}

.imglogo {height: auto; width: 305px;}

.leftlist {float: none; width: auto;}

#content2 {float: none; width: auto; margin: 0px 0px 0px 10px; padding: 0px 5px 0px 0px;}

.rightpic {display: none;}

#footer {display: none;}

#navmenu {margin: 15px 0px 5px 30px;}

div.arealistings ul {margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px;}

div.arealistings ul li {margin: 0px 0px 0px 10px;}

#flipkey {display: none;}

#certificates {display: none;}

.rates {width: 305px;}

.specials {float: none;}

table.ratecard {margin-left: 8px;}

#linkboxright {display: none;}

}
