@charset "utf-8";
/* CSS Document */

h1 {
	text-align: center;
}

body {
	background-color: #3E9EFF;
	font: small arial, helvetica, sans-serif;
	text-align: center;
}
	
p {
	color: #333333;
	line-height: 20px;
	padding-left: 35px;
	padding-right:  30px;
	font-size: 14px;
}
	
#container {
	background-image: url(misc/shoreline_banner.jpg);
	background-repeat: no-repeat;
	background-color: #DFEEFF;
	margin: 0px auto;
	text-align: left;
	width: 860px;
}

#pawprint p {
	color: #0000CC;
}	
	
#pawprint ul {
	list-style-image: url(misc/paw_black.jpg);
}		
	
#pawprint table {
	padding-left: 40px;
}		
	
#header ul {
	list-style: none;
	padding: 164px 0px 0px 0px;
	margin: 0;
}
	
#header li {
	display: inline;
	margin: 0 2px 0 0;
}
	
#header a.notselected {
	font-weight: bold;
	padding: 0 1em;
	text-decoration: none;
	color: #0000FF;
	background-color: #88BBF9;
}
	
#header a.selected {
	font-weight: bold;
	padding: 0 1em;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5A88F3;
}
	
#header a:hover {
	background-color: #FF6600;
	color: #FFFFFF;
}
		
#sidebar {
	background-color: #D5DEEA;
	float: left;
	margin: 10px;
	padding: 5px;
	width: 200px;
}
	
#content {
	background-color: #DFEEFF;	
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000099;
	margin: 10px 0px;
	min-height: 500px;
	width: 590px;
	float: left;
	padding: 19px;
}

#footer {
	background-image: url(misc/shoreline_footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	color: #FFFFFF;
	height: 30px;
	font-size: 10px;
	padding: 7px 0 0 0;
}

#footer ul {
	list-style: none;
	margin: 0;
}
	
#footer li {
	display: inline;
	margin: 0 10px;
	font-size: 10px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FF6600;
}

#footer table {
	margin-left: auto;
	margin-right: auto;
}

#slideshow {
	text-align: center;
	padding-left: 40px;
}

ul.ppt {
	position: relative;
	width: 524px;
	margin: 0 auto;
}

.ppt li {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	padding-bottom: 1px;
	list-style-type: none;
	background-color: #88BBF9;
	border: 1px solid #e7e7e7;
	width: 500px;
}

.ppt img {
	padding: 5px;
	background-color: #666666;
}

.ppt p {
	color: #333;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1px;
}

#buttons {
	width: 230px;
	margin: 0 auto;
}

button {
	padding: 2px;
	background: url(misc/input-top.jpg) repeat-x;
	border: 1px solid #ccc;
	width: 73px;
	margin: 10px auto;
}

button:hover {
	background: url(misc/input-hover.jpg) bottom repeat-x;
}

#images {
	padding: 10px;
}

#googlemap {
	padding: 10px;
}

.sidebarheadings{
	color: #000099;
	font-weight: bold;
}