/* CSS Document */
body {	
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(../img/border.gif) repeat-y center;
	background-color: #2A5752;
}


#page {
	width:940px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#header img { vertical-align: bottom;  border: 0; }
	
#nav {
    height: 30px;
	border-top: 2px solid #C29F27;
	border-bottom: 2px solid #C29F27;	

}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 30px;
	white-space: nowrap;
}

#nav li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
}

#nav a {
	text-decoration: none;
	color: #2A5752;
	padding: 7px 23px;
}
#nav a:hover { color: #C29F27; }

#subNav ul{
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 50px;
	width: 100px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#subNav li {
	list-style: none;
	border-bottom: 1px solid #C29F27;
	padding: 5px 0px;
}

#subNav a {
	display: block;
	text-decoration: none;
	color: #2A5752;
	padding: 0px 10px;
}

#subNav a:hover {
	font-weight: bold;
	color: #2A5752;
	border-right: 2px solid #2A5752;
	border-left: 2px solid #2A5752;
}

hr {
	color: #C29F27;
	background-color: #C29F27;
	height: 2px;
	width: 90%;
	text-align: center;
}

#content {
	text-align: center;
	padding-left: 130px;
	padding-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 20px;
}
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content ul li { padding: 0; margin: 0; }
#content h1, h2 { text-align: center; }
#content h1 { font-size: 1.0em; }
#content h2 { font-size: 0.9em; }
#content h3 {
	font-size: 0.8em;
	text-align: center;
}
#content p {
	font-size: 0.8em;
	color: #333333;
	text-align: center;
}
#content a { color: #2A5752;  font-weight: bold; }
#content ol { font-size: 0.8em; }
#content a:hover {
	color: #C29F27;
	text-decoration: none;
	text-align: center;
}
#content .alt { background-color: #E0E0E0; }

#content img {
	border-top: 2px solid #C29F27;
	border-bottom: 2px solid #C29F27;
	border-left: 0;
	border-right: 0;
	padding: 0;
	margin: 10px;
	text-align: center;
}


#content table{
	border-collapse: collapse;
	border: 2px solid #2A5752;
	font-size: 0.8em;
}

#content table thead th {
	border-bottom: 1px solid #C29F27;
	border-left: none;
	border-right: none;
	text-align: center;
	font-weight: bold;
	padding: 8px 12px;
}
#content td, th {
	border-top: 1px solid #C29F27;
	border-bottom: 1px solid #C29F27;
	padding: 5px 10px;
}

#content .gallery img { padding: 0; border: 0; }
#content .gallery td{ border: 1px solid #C29F27; }
#map { border: 2px solid #C29F27; }
.map_marker { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; }

#weather img, #weather table, #weather table td {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin: 0;
	padding: 0;
}

table#tour { margin-top: 10px; }
table#tour a { text-align:center; }
table#calendar { width: 910px; }
table#calendar th { text-align: center; width: 13%; }

table#calendar td {
	width: 13%;
	height: 130px;
	border: 0px solid #C29F27;
	text-align: left;
	padding: 0;
	border-width: 0 0 1px 1px;
}

div.date {
	float: right;
	text-align: center;
	border: 0px solid #C29F27;
	border-width: 0 0 1px 1px;
	padding: 0.125em 0.25em 0.125em 0.25em;
	background-color: #E0E0E0;
}

div.golf, div.curl, div.club { font-size: 0.7em; margin: 0.5em; }
div.golf { color: #339900; }
div.curl { color: #0066FF; }
span.time { font-weight: bold; }
td.noDay { background-color: #999999;}
table#calendar td.today div.date { background-color: #2A5752; color: #C29F27;}
table#calendar td.today a { color: #C29F27; }

.pageLinks { font-weight: normal; font-size: 0.8em; }
.legend { margin: 10px; }
.legend p { vertical-align:middle; }
#content .legend_img { border: 0; padding: 0; margin: 0;}
