

/*

orange: #DB5600
light green: #E9F1DE
medium green: #526F1F
dark green: #181109


*/

* {
	margin: 0;
	padding: 0;
}

html {
 background: #F2F1F6 url(/_img/sky.gif) top center repeat-x;
}

body {
 background: transparent url(/_img/digging-the-dirt.jpg) bottom left repeat-x;
 background-attachment:fixed;
 font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #181109;
}

h1, h2, h3 {
	color: #526F1F;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: bold;
	letter-spacing: -1px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(/images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #526F1F;
}

#welcome a, .floating-box a	 {
	text-decoration: underline;
	color: #526F1F;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/****************************************************
 MENU
****************************************************/ 

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #526F1F;
	background: #E9F1DE url(/_img/logo.gif) 0 0 no-repeat;
}

#menu ul {
	margin: 0 0 0 151px;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 15px 0 15px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #505439;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

body#home #nav-home a,
body#about #nav-about a,
body#amenities #nav-amenities a,
body#activities #nav-activities a,
body#events #nav-events a,
body#edc #nav-edc a,
body#contact #nav-contact a {
 background: #505439;
 text-decoration: none;
 color: #FFFFFF;
}


/****************************************************
 MASTHEAD
****************************************************/ 

#masthead {
 width: 760px;
 height: 180px;
 margin: 0 auto;
}

#masthead {
 background: #010100 url(/_img/masthead/01.jpg)
}

body#about #masthead {
 background: #010100 url(/_img/masthead/01.jpg)
}

body#amenities #masthead {
 background: #010100 url(/_img/masthead/02.jpg)
}

body#activities #masthead {
 background: #010100 url(/_img/masthead/03.jpg)
}

body#events #masthead {
 background: #010100 url(/_img/masthead/04.jpg)
}

body#edc #masthead {
 background: #010100 url(/_img/masthead/05.jpg)
}

body#contact #masthead {
 background: #010100 url(/_img/masthead/06.jpg)
}

#masthead h1 {
 margin: 0;
 padding: 120px 0 0 0;
 text-align: right;
 letter-spacing: -1px;
 font-size: 189%;
}

#masthead h2 {
 margin: 0;
 padding: 0 0 0 0;
 text-align: right;
 letter-spacing: -1px;
 font-size: 100%;
 font-weight: bold;
 font-style: italic;
}

#masthead a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(/images/img03.gif) repeat-y;
}

/****************************************************
 CONTENT
****************************************************/ 

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#welcome {
 z-index: 1;
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(/images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/****************************************************
 PHOTOS
****************************************************/ 

.photo-left {
 float: left;
 border: 5px solid #FFFFFF;
 margin: 0 20px 0 0;
}

.photo-right {
 float: right;
 border: 5px solid #FFFFFF;
 margin: 0 0 0 20px;
}

.photo {
 border: 5px solid #FFFFFF;
 margin: 0 5px 5px 0;
}

/****************************************************
 SIDEBAR
****************************************************/ 

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(/images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
	color: #181109;
}

#links ul, #links li, #links a {
 text-align:left;
}

#links ul {
	background: url(/images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(/images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(/images/img08.gif) no-repeat left center;
	color: #DB5600;
}

/****************************************************
 FOOTER
****************************************************/ 

#footer {
	height: 100px;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
	height: 120px;
}

#footer .links {
	float: left;
	width: 440px;
	height: 70px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 70px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #DB5600;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

/****************************************************
 TOOL-TIP
****************************************************/ 

#footer #wrapper p a.info{
    position:relative; /*this is the key*/
    z-index:24; 
}

#footer #wrapper p a.info:hover{z-index:25;}

#footer #wrapper p a.info span{display: none}

#footer #wrapper p a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    bottom:2em; 
	left:2em; 
	width:300px;
    border:2px solid #526F1F;
    background-color:#E9F1DE; 
	color:#000;
	padding: 2px;
    text-align: left;
	line-height: 14px;
    text-decoration:none;
	}
	
	
/****************************************************
 EVENTS
****************************************************/ 

hr {
 color: #526F1F;
 background-color: #526F1F;
 width: 100%;
 border: 0;
 height: 1px;
}

.date {
 line-height: normal;
 text-align: right;
 margin: 3px 10px 0 0;
}

/****************************************************
 iFRAME
****************************************************/

#iframe iframe {
 width: 100%;
 _width: 100%;
 height: 500px;
 border: 0;
 frameborder: 0;
 display: inline;
 _margin-top: -50px;
 margin-left: -5px;
}

/****************************************************
 EDC WEATHER INFO
****************************************************/

.temp {
 margin-bottom: 0;
 font-size: 136%;
 font-weight: normal;
 letter-spacing: -1px;
}


#weatherInfo {
 margin: 0 auto;
 text-align: center;
}

