/* CSS Document */

/* General Rules	=GEN
----------------------------------------------- */

/* Simplified Box Model Hack */
body { 
	font-size: medium; font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0; padding: 0; min-height: 100%;
	background-color: #FFFFFF;
}
* html body { font-size: small; f\ont-size:medium; }

/* Elements */
img { border: 0; }
img, div, ul, li { margin:0; padding:0; }

/* Headings */
h1 { font-size: 150%; color: #336633; font-family: "Times New Roman", Times, serif; }
h2 { font-size: 130%; color: #336633; font-family: "Times New Roman", Times, serif; }
h3 { font-size: 110%;  }

strong { color: #336633; }

/* Common	=COMMON
----------------------------------------------- */
#wrapper { width: 100%; }
#header, #content, #footer { text-align:left;}
#wrapper, #content {
	width: auto;
	border: 0;
	margin: 0 10px 0 0;
	padding: 0;
	float: none !important;
}

.copy-r { float: right; margin: 0 1px 5px 10px; }
.copy-l { float: left; margin: 0 10px 5px 0; }
.copy-c { text-align: center; }

.context { display: none; }
.photo-bdr { border: 1px solid #96C776; }

/* Header	=HEADER
----------------------------------------------- */

#header-new { 
	display:none;
}

#header { 
	height: 163px;
	background: #fff;
}

#screen-header { display: none; }

/* Content	=CONTENT
----------------------------------------------- */

#nav { 
	display: none
}

#menu {
	display: none
}


#main { 
}
 
#decoration {
}

#copy {
	line-height: 1.2em;
}
#copy a { color: #2283D2;  }
#copy a:hover { color: #B60A60; }
#copy p {
	padding: 0 5px 0 0;
}

#copy ul { padding-left: 35px; list-style-image: url('../images/presentation/leaf-bullet.gif'); }

#copy dt { padding-bottom: 0.5em; }
#copy dd { padding-bottom: 0.5em; line-height: 1.2em; }

#copy .quotes { color: #336633; background-color: #E4F2FA; border: 1px solid #B9DEF1; }
#copy .quotes blockquote {  text-align: left; }
.poem { width: 40% }
.indent { margin-left: 40px;}

.hint-txt { width: 12em; padding: 8px; font-size: 75%; color: #336633; background-color: #E2F0D9; }
.hint-txt a { color: #2283D2;  }
.hint-txt a:hover { color: #B60A60; }

#map-container { float: left; padding-top: 10px; }
#map-for-print { float: left; text-align: center; padding-bottom: 12px;}
#map-for-print img { float: left; }

#directions { float: right; width: 236px; padding: 0 0 0 15px; }

#copy strong a { color: #336633; text-decoration: none; }
#copy strong a:hover { color: #336633; text-decoration: underline; }

#copy h2 a, #copy strong a { color: #336633; text-decoration: none; }
#copy h2 a:hover, #copy strong a:hover { color: #336633; text-decoration: underline; }

.hl { background-color:#FFFF99 }

#utilities, #leaves-sep { display: none; }

#insetmenu
{
    float: right;
    border: 1px solid #96C776;
    background-color: #E2F0D9;
	margin-left: 5px;
    padding: 8px;
	font-size: smaller;
	width: 188px;
}
#insetmenu a { color: #336633; text-decoration: none; }
#insetmenu a:hover { text-decoration: underline; }


/* Footer	=FOOTER
----------------------------------------------- */

#footer { float: left; font-size: 80%; width: 100%; }
#footerbar { border-top: 1px solid #589b6d; background: #589b6d; height: 2px; margin-bottom: 5px;  }
#footer div { margin-top: 5px; }
#footer #links { display: none; }	

