﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #fdc;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #FDC;
	padding-bottom: 5px;
}
#stripe {
	width: 100%;
	height: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
	background-color: #2a6151;
}
#page_content {
	position: relative;
}
/* Sidebar on left, Navbar on top (from NMACC) */
#sidebar {
	position: relative;
	float: left;
	width: 155px;
	background-color: #fdc;
}
#navbar
{
	width: 100%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
 	border: 0px none #fff;
	background: #fdc;
}
#navbar ul
{	list-style: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	line-height: 30px;
}
#navbar ul li
{	font-weight: bold;
	margin: 0px;
	display: inline;
	padding: 0px 5px 0px 5px;  /* Works for most browsers */
}
#navbar li a
{	display: inline;
	text-decoration: underline;
	white-space: nowrap;
	margin: 0px;
	padding: 1px 5px 8px 5px;
	color: #2a6151;
	font-size: 90%;
	font-weight: bold;
}
#navbar li a:hover
{	display: inline;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	padding: 1px 5px 8px 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	color: #800;
	background-color: #f88;
	font-size: 90%;
	font-weight: bold;
}

/* End of imported items from NMACC */


#content {
	margin-left: 155px;
	padding: 10px;
	background-color: #fff;
}
#contentnav {
	padding: 10px;
	background-color: #fff;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	text-align: center;
	background-color: #2a6151;
}
#masthead img {
	margin: 5px;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	text-align: center;
}
#masthead img {
	width: 100%;
	max-width: 436px;
	max-height: 125px; 
	margin-right: 0;
	margin-left: 0;
}
.welcomeimg {
	width: 100%;
	max-width: 425px;
	max-height: 175px;
	padding: 5px; 
}
.starimg {
	width: 100%;
	max-width: 250px;
	max-height: 162px;
	padding: 5px; 
}
.servimg {
	width: 100%;
	max-width: 425px;
	max-height: 344px;
	padding: 5px; 
}
.amenimg {
	width: 100%;
	max-width: 240px;
	max-height: 320px;
	padding: 5px; 
}
.homeimg {
	width: 100%;
	max-width: 325px;
	max-height: 192px;
	padding: 5px; 
}
.accommimg1 {
	width: 100%;
	max-width: 407px;
	max-height: 215px;
	padding: 5px; 
}
.accommimg2 {
	width: 100%;
	max-width: 350px;
	max-height: 291px;
	padding: 5px; 
}
.mapimg {
	width: 100%;
	max-width: 500px;
	max-height: 185px;
	padding: 5px; 
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a6151;
}
h6 {
	font-family: "Times New Roman", "Times Roman", Times, serif;
	color: #800;
	font-style: italic;
}
h3 {
	font-family: "Times New Roman", "Times Roman", Times, serif;
	color: #2a6151;
	font-style: italic;
}
h4 {
	font-family: "Times New Roman", "Times Roman", Times, serif;
	color: #800;
	font-style: italic;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a6151;
}
h2 {
	font-family: "Times New Roman", "Times Roman", Times, serif;
	color: #800;
	font-style: italic;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #ddd;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #2a6151;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #2a6151;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #800;
	border-bottom: 1px solid #aca;
	background-color: #f88;
}
/* Styles for Footer */
#footer p {
	color: #fdc;
	font-size: x-small;
}
#footer a {
	color: #fdc;
	text-decoration: underline;
}
#footer a:hover {
	color: #f88;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_bigger {
	font-size: larger;
}
.centered {
	text-align: center;
}
#content img {
	margin: 5px;
}