/* Boulevard Park stylesheet */

body {
	margin: 0;
	padding: 0;
	background: white url("images/wheel.jpg") bottom right no-repeat;
	}

#container {
	background: url("images/lighthouse.jpg") top right no-repeat;
	}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #AE0402;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #081462;
	}

img {
	border: 0px;
	}

.bold {
	font-style: bold;
	}

.italic {
	font-style: italic;
	}

#banner {
	height: 84px;
    background: url("images/title.png") center 20px no-repeat;
	}

#banner h1, #banner h3 {
	display: none;
	}

#content {
	margin: 3em 65px 38px 7em;
	min-height: 592px;
	background: url("images/content-top.gif") top left no-repeat;
	padding: 0px 30px 30px 40px;
	text-align: justify;
	}

#content h3 {
	color: #081462;
	}
/* event coloring on the main page */
.events {
	color: #081462;
	}
	
/* topic links for the newsletter */
#bookmarks {
	float: right;
	margin: 0 0 .5em 1.5em;
	border: 1px solid #081462;
	text-align: center;
	}

#bookmarks h3 {
	margin: 0;
	background: url("images/lighthouse.jpg") top left no-repeat;
	padding: .3em;
	color: white;
	}

#bookmarks ul {
	margin: 0;
	border-top: 1px solid #081462;
	padding: .7em 1em 1em 1em;
	list-style-type: none;
	line-height: 1.3em;
	}

#bookmarks ul a:hover, #bookmarks ul a:visited {
	color: #AE0402;
	text-decoration: none;
	}

/* styles for the main gallery listing */
.gallery a {
	float: left;
	display: block;
	margin: 0px 10px 20px 10px;
	background: url("images/lighthouse.jpg") left -38px no-repeat;
	width: 115px;
	border: 1px solid #AE0402;
	padding: 20px;
	color: #AE0402;
	}

.gallery a:hover, .gallery a:focus, .gallery a:active {
	border-color: #081462;
	text-decoration: none;
	color: #081462;
	}

.gallery a:visited {
	border-color: #081462;
	color: #081462;
	}

.gallery a span {
	display: block;
	text-align: center;
	padding-bottom: 10px;
	}

.gallery img {
	position: relative;
	top: 0px;
	left: 20px;
	height: 75px;
	width: 75px;
	border: 1px solid #081462;
	}

/* styles for images in gallery format */
.pictures {
	margin: 25px 0px 25px 0px;
	text-align: center;
	}
		
.pictures a img {
	border: 2px solid #AE0402;
	margin: 5px;
	}

.pictures a:visited img {
	border-color: #081462;
	}

.pictures a:hover img, .pictures a:focus img, .pictures a:active img {
	border-color: #081462;
	}

#nav {
	position: absolute; top: 6em; left: 1em;
	font-size: 125%;
	}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#nav li {
	text-align: center;
	}

#nav a {
	display: block;
	background: transparent url("images/lpreserver-up.gif") 50% 50% no-repeat;
	padding: 30px 0em;
	color: #000000;
	}

#nav a:hover, #nav a:visited {
	text-decoration: none;
	}

#nav a:hover {
	background: transparent url("images/lpreserver-over.gif") 50% 50% no-repeat;
	}

#nav a:active, #nav #currentpage a, #nav #currentpage a:hover {
	background: transparent url("images/lpreserver-down.gif") 50% 50% no-repeat;
	}

#copyright {
	font-size: 70%;
	text-align: center;
	}
