* {
	margin: 0;
	padding: 0;
}

iframe {
    display: none;
    !important;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

body {
	background-color: #e3fce7;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

img {
	border: none;
}

a:link {
	text-decoration: underline;
	color: #00472e;
}

a:visited {
	color: #585858;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #389564;
}

td {
	padding-bottom: 15px;
	vertical-align: top;
}

.clear {
	clear:both;
}

#wrapper {		/* Center the wrapper on the page */
	width: 820px;
	position: relative;
	left: 50%;
	margin-left: -410px;
}

#outerContainer {
	width: 820px;
	background-color: #e3fce7;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(../images/content-edge-shading.png);
}

#innerContainer {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	background-color: white;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(../images/content-bottom-gradient.png);
	width: 800px;
}

#footer {
	padding-top: 0px;
	margin-top: -13px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/footer-top-gradient.png);
	text-align: center;
}

#footer .hspaced {
	position: relative;
	top: 10px;
	padding-right: 1.5em;
	padding-left: 1.5em;
}




/* Sub-level pages */

#logo {
	position: relative;
	top: 20px;
	left: 25px;
}

ul#mainnav {
	list-style-type: none;
	position: absolute;
	top: 45px;
	left: 163px;
}

ul#mainnav li {
	margin-left: -3px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	display: inline;
}

#subnav {
	background-color: #f1f2e6;
	width: 150px;
	left: 10px;
	top: 210px;
	position: absolute;
}

#subnav ul {
	list-style-type: none;
}

#subnav li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#content {	/* Main content */	                  
	padding-bottom: 70px;
	width: 400px;
	left: 200px;
	top: 45px;
	position: relative;
}

#content h1 {
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 0em;
}

#content p {
	font-size: 1.2em;
}

#content img {
	margin-bottom: 10px;
	margin-top: 10px;
}

#content .imgLeft {
	margin-right: 10px;
	float: left;
}

#content .imgCenter {
	float: none;
}

#content .imgRight {
	margin-left: 10px;
	float: right;
}

#sidebar {
	width: 130px;
	left: 650px;
	top: 210px;
	position: absolute;
}

#holidayschedule td + td {
	width: 50%;
}




/* Home page-specific */

#homepage #mainnav {
	z-index: 5;
	left: 315px;
	top: 20px;
	position: absolute;
}

#homepage #mainnav h1 {
	position: relative;
	height: 40px;
	width: 454px;
	margin: 0;
	padding: 0;
}

#homepage #mainnav1 {
	height: 100%;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/cem-names/1.png);
}

#homepage #mainnav2 {
	height: 100%;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/cem-names/2.png);
}

#homepage #mainnav3 {
	height: 100%;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/cem-names/3.png);
}

#homepage #logo {
	z-index: 10;
	position: relative;
	top: 38px;
	left: 35px;
}

#homepage #poem {
	left: 140px;
	top: 5px;
	position: relative;
}

#homepage #tagline {
	padding-bottom: 20px;
	padding-top: 70px;
	left: 185px;
	position: relative;
}

#homepage #clickinstruct {
	text-align: right;
	font-style: italic;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	left: -50px;
	top: 150px;
	font-size: 0.9em;
	color: gray;
}

#homepage #content {
	width: auto;
	left: 0px;
	top: 0px;
	position: static;
	padding-bottom: 20px;
	text-align: center;
}



