/* ----- Creature Comforts ----- */

/*   Based on an original CSS design by Jeroen van der Meer, http://www.jero.net/    */
/*        Some rights reserved: http://creativecommons.org/licenses/by-sa/2.0/       */


/* Basic elements */
body {
	background-color: #ccccee;
	font: 9pt/16pt Georgia, 'Times New Roman', Times, serif;
	color: #272727;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 600px;
	}

h1, h2, h3 {
	padding-top: 5px;
	font-family: 'Lucida Calligraphy', Georgia, 'Times New Roman', Times, serif;
	}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

li {
	line-height: 1.5em;
	}

a {
	color: #066;
	padding: 1px;
	text-decoration: none;
	}

table {font-size: 90%;}

sup	{font-size: 100%;}

/* Layout */
#border {
	position: relative;
	width: 600px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/background.gif);
	}

#banner {
	position: relative;
	width: 600px;
	height: 370px;
	background: url(../images/masthead.jpg) no-repeat;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	cursor: default;
	}

#nav-meta {
	position: relative;
	float: left;
	background-color: transparent;
	border: 0px solid #cce;
	top: -350px;
	left: 2px;
	width: 180px;
	cursor: default;
	}

#nav-meta a {
	color: #cce;
	}

#nav-meta a:hover {
	color: #669;
	border-top: 1px solid #669;
	border-bottom: 1px solid #669;
	}

#nav-meta li {
	display: inline;
	}

#nav-main {
	position: relative;
	width: 600px;
	padding: 10px;
	background-color: #bee;
	border: 1px solid #777;
	cursor: default;
	margin-top: 10px;
	font-weight: bold;
	} 

html>body #nav-main {
	width: 595px;
	position: absolute;
	margin: 10px;
	margin-left: 0;
	padding: 3px;
	}

#nav-main li {
	display: inline;
	padding: 10px;
	}

#nav-main a {
	color: #669;
	height: 24px;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: -20px
	}
	
#nav-main a:link.active, #nav-main a:visited.active, #nav-main a:hover {
	background: url("../images/pawprint-on.gif");
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -20px;
	}
	
#nav-section {
	position: absolute;
	float: left;
	margin-top: 10px;
	border: 1px solid #777;
	border-bottom: 0px solid #777;
	background-color: #eff;
	} 
	
html>body #nav-section {
	margin-top: 50px;
	}
	
#nav-section ul
	{margin-left: 0px;
	 padding-left: 0px;
	 list-style-type: none;
	}

#nav-section a {
	display: block;
	padding: 3px;
	width: 100px;
	background-color: #eff;
	border-bottom: 1px solid #777;
	}
	
#nav-section a:link; a:visited
	{color: #066;
	 text-decoration:none;
	 }

#nav-section a:hover {
	background-color: #dde;
	color: #066;
	} 

html>body #nav-section a:hover {
	background-color: #dde;
	color: #066;
	}

/* Content */
#container {
	padding: 30px;
	top: 30px;
	text-align: left;
	}

#content {
	margin-left: 120px;
	margin-right: -20px;
	width: 440px;
	text-align: justify;
	}

#content a:hover {
	text-decoration: underline;
	}

#content h1, h2, h3 {
	color: #669
	}

#map
	{border: 1px solid #066;}
/* Footer */
#info-site {
	width: 600px;
	color: #066;
	background-color: #fff;
	background: url(../images/leafs.png) no-repeat center;
	cursor: default;
	}

#info-site a {
	color: #099;
	}

#info-site a:hover {
	background-color: #eee;
	}

#info-site p {
	margin: 0;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	}
