/* /css/styles.css */

/* =/header */
#header h1 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 760px;
  height: 118px;
  text-indent: -9999px;
  background: url(/images/wordmark_seatosea.gif) top left no-repeat;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 118px;
	text-decoration: none;
}
/* =/content */
#content h1,
#content h2,
#content h3 {
  margin: 0 0 0.5em;
  font-family: georgia,'times new roman',serif;
}
#content p,
#content li,
#content address {
  font-size: 80%;
  line-height: 1.4em;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #ef6a57;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
	color: #622b23;
	background-color: transparent;
}
p.clr {
  margin: 0;
  padding: 0;
  clear: both;
}
table {
	width: 98%;
	font-size: 90%;
	border: 1px solid #333;
}
thead th {
    margin: 0px;
    padding: 2px;
	border-bottom: 1px solid #333;
}
tr.ev, tr.ev td {
  background-color: #888;
}
#slideShow {
	position: relative;
	width: 400px;
	height: 300px;
	background-color: #ddd;
	color: #000;
	border: 2px solid #000;
	text-align: center;
}
#slideShow img {
  background-color: transparent;
}
/* =/sidebar */
#sidebar p,
#sidebar li {
  margin-top: 0.2em;
  font-size: 80%;
  line-height: 1.3em;
}
#sidebar ul {
	position: relative;
	list-style-type: none;
	margin: 0 0 1em 1em;
	padding: 0;
}
#sidebar ul li {
  margin-left: 0;
  padding-left: 0;
}
#sidebar ul ul {
	margin: 0 0 0.2em 0;
	padding: 0;
}
#sidebar li li {
	font-size: 100%;
	margin-left: 0.5em;
}
#sidebar a,
#sidebar a:link,
#sidebar a:visited {
	text-decoration: none;
	color: orange;
	background-color: transparent;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #dddddd;
	background-color: transparent;
}

#left {
	float: left;
	width: 210px;
	text-align: center;
}
#right {
	float: right;
	width: 210px;
	text-align: center;
}
#left img, #right img {
	display: block;
	margin: 0 auto;
	border: 2px solid #000;	
}
/* =/footer */
#footer p {
  margin: 0;
  padding: 0;
  font-size: 70%;
  color: #aaa;
}
