/* CSS Document */

html { 
  padding:0px;
  margin:0px;
}

body {
	width: 850px;
	position: absolute;
	background-repeat: repeat;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	margin:0px;
}

#container {
	text-align: left;
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	float: right;
	clear: none;
	margin: 5px;
	padding: 5px;
}

#logo {
   /* background-attachment: fixed;
	background-image: url(../images/PaquimeClouds.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	height: 200px;
}

/*#menu {
  float: left;
  width: 55%;
  overflow: auto;
  margin: 10px;
}

/*styles for main navigation*/
#nav { 
	/*background-color: #432C5F;*/
	height: 1.5em;
	width: 800px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 1000;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>#nav {
	font-size: small;
}


#nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
#nav li {
	font-size: small;
}
#nav li#gallery {
	width: 150px;
}
#nav li#lodge {
	width: 150px;
}
#nav li#dining {
	width: 150px;
}
#nav li#advent, #nav li#locate, #nav li#contact {
	width: 150px;
}
#nav ul li.title {
	position: relative;
	background-color: #045396;
	text-align: center;
	padding: 3px 0;
	float: left;
}
#nav ul li.title ul {
	border: 1px dotted #6DB33B;
	cursor: pointer;
	width: 98%;
	margin-top: 3px;
	display: none;
	position: absolute;
	top: 1.50em;
	left: 0;
}
#nav ul li.title > ul {
	top: auto;
	left: auto;
}

#nav ul li.title:hover ul, #nav ul li.over ul {
	display: block;
}


#nav ul li.title a, #nav ul li.over a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#nav ul li.title a:hover, #nav ul li.over a:hover {
	background-color: #6DB33B;
}


#nav ul li.title li, #nav ul li.over li {
	text-align: center;
	background-color: #045396;
}

#nav ul li.title li a, #nav ul li.over li a {
	text-decoration: none;
	font-weight:lighter;
	color: #FFFFFF;
	display: block;
	height: 100%;
	border: 0 none;
}
#nav ul li.title li a:hover, #nav ul li.over li a:hover {
	background-color: #6DB33B;
}

#content {
	width: 765px;
	clear: none;
	margin: 5px;
	padding: 5px;
} 
 .copyright {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

/* Start the xhtml tag definitions*/
p, ol, ul, li, td, th, dd, dl, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
blockquote {
	margin-left: 15px;
}
cite {
	font-size: 105%;
	font-style: italic;
}
em {
	font-style: italic;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-bottom: 0.15em;
	padding-top: 0.5em;
	font-size: 160%;
	font-weight: bold;
	color: #61003D;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0.15em;
	font-size: 130%;
	font-weight: bold;
	color: #045396;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0.15em;
	font-size: 130%;
	font-weight: bold;
	color: #599431;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	padding-bottom: 0.15em;
	font-size: 160%;
	font-weight: bold;
	color: #000000;
}
hr {
	color: #214365;
	height: 2px;
}

strong {
	font-weight: bold;
}
.img {
	padding: 6px;
	margin: 6px;
	/*border: 1px dotted #A8A4A1;*/
}

.notes {
	font: bold large Geneva, Arial, Helvetica, sans-serif;
	color: #6633CC;
}

/* Table Deffinitions*/
table {
	width: 100%;
	border-left: 2px solid #F7F7F7;
	border-bottom: 2px solid #F7F7F7;
	margin-bottom: 5px;
}
caption {
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	margin-left: -1500px;
}
th {
	font-weight: bold;
	background-color: #CC9900;
	margin: 0px;
	padding: 2px;
	color: #FFFFFF;
	border-top: 2px solid #F7F7F7;
	border-right: 2px solid #F7F7F7;
}
td {
	margin: 0px;
	padding: 4px;
	vertical-align: top;
	border-right: 2px solid #F7F7F7;
}

/* Link Definitions */
a {
	text-decoration: underline;
	font-weight: normal;
}
a:link {
	color: #599431;
}
a:visited {
	color: #666666;
}

a:hover {
	color: #61003D;
}
a:active {
	color: #009FC5;
}

/* Definition Lists*/
dl {
	padding: 4px;
	margin-left: 10px;
	list-style-type: disc;
}
dt {
	font-size: 105%;
	font-weight: bold;
}
dd {
	padding-bottom: 5px;
}

/* Custom Classes */
.accent {
	font-weight: bold;
	color: #003366;
}
.button {
	text-align: center;
}
.copy {
	font-size: 78%;
	font-weight: bold;
	color: #003366;
}
.hidden {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 6px;
}
.noPrint {
	font-size: 90%;
}
.tableHalf{
	width: 50%;
}
.tableThird{
	width: 33%;
}
.tdZebra {
	background-color: #ECECEC;
}
.vis {
	visibility: visible;
	margin-left: 0px;
}

