/* 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 content of pages with no left side menu */
#content3 {
	text-align: left;
	width: 630px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

/* container for navigation menu on left side */
#navmenu {
	position: relative;
	left: 0px;
	width: 95px;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* 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 items */
#navmenu li {
	margin: 0px 0px 2px 0px;
}

/* formatting for footer information */
#footer {
	clear: both;
	height: 60px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 15px 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 image links on home page */
#linkboxmain {
	float: right;
	width: 425px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

/* 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;
}

/* default image treatment */
img {
	border: 1px solid black;
}

/* removes borders from images */
.imgnotrim { 
	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;
}

.small {
	font-size: 8pt;
}

.smallitalic {
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
}

.large {
	font-size: 11pt;
}

.italic {
	font-style: italic;
	font-weight: normal;
}

.red {
	color: red;
}

/* paragraph formats */
p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

p.justify {
	text-align: justify;
}

p.left {
	text-align: left;
}

p.center {
	text-align: center;
}

p.nospace {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p.indent {
	margin: 0px 0px 10px 30px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

/* format for business listings on activities page */
div.arealistings ul {
	list-style-type: none;
}

/* 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 */
.ratepolicies {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	clear: both;
}

.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;
}

.specials2 {
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 30px 0px;
	text-align: center;
}

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: #000000;
	font: italic 12pt verdana, sans-serif;
	text-align: center;
	vertical-align: bottom;
	width: 30%;
}

/* FlipKey box elements */
#flipkey {
	margin: 30px 0px 10px 55px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: auto;
	text-align: center;
}

/* special link treatments */
.detaillink {
	font: italic 8pt verdana, sans-serif;
	text-decoration: underline;
}

.mainlink {
	font: normal small-caps 11pt verdana, sans-serif;
	text-decoration: none;
}

/* 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;
}
