/* CascoBay.org */

/* Contents
================================================================
	1: Wrapper
	2: HTML Formatting
	3: Header
	4: Navigation Bar
	5: Content
	6: Footer

================================================================*/

/* 1: Wrapper
================================*/
#wrapper {
	margin:0 auto;
	max-width:60em;
	border:1px solid #ccc;
	position:relative;
	background-color: #fff9ee;
}

/* 2: HTML Formatting
================================*/
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
	margin:0;
	padding:0;
}
body {
	background:url(../images/bg.gif);
}
p {
	margin: 0 0 15px;
}
h2 {
	color: #132075;
	font-size:2em;
}
h3 {
	margin:0 0 10px;
	font-weight:normal;
	font-size:1em;
	font-style:italic;
	color:#666;
}
h4 {
	color:#70642f;
	font-size:1.5em;
}
h5 {
	color:#444;
	font-size:1em;
	margin:0 0 5px 0;
}
/* 3: Header
================================*/
#skip {
	position:absolute;
	top:0;
	color:white;
	margin: 0 0 0 5px;
}
#header {
	background:url(../images/header-bg.jpg) no-repeat;
	height:150px;
}
#header img {
	position:absolute;
	top:0;
	right:0;
	border:none;
}
	
/* 4: Navigation Bar
================================*/
#navigation {
	padding:0;
	margin:5px 0;
	width:205px;
	list-style-type: none;
	height:60em;
	background-color: #132075;
}
#navigation li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 700;
	border-bottom:1px solid #fff;
}

#navigation li a {
	color: #fff;
	padding: 5px 0 0 5px;
	text-decoration: none;
	display: block;
	width:200px;
}

#navigation li a:hover {
	background-color:#70642f;
}
#navigation li:hover{
	list-style-type:circle;
}
#navigation li.current-page a{
	color:#aaa;
}
/* 5: Content
================================*/
#content {
	position:absolute;
	left:210px;
	top:155px;
	border-bottom:solid #ccc 1px;
	max-width:35em;
}
#content h4 a{
	margin:0 0 10px;
	font-weight:normal;
	font-size:1em;
	font-style:italic;
	color:#70642f;
}
#content h4 a:hover{
	color:#000;
	text-decoration:none;
}
#content img.summary-image {
	display:block;
	position:absolute;
	left:-208px;
	border:solid #fff 1px;
	border-left:none;
	border-right:none;
	
}
#content p.description {
	height:14em;
}#content h4.summary-header {
	border-top:dashed #222 1px;
}
#content p.summary-box {
	height:8em;
}
#content ul {
	margin: 0 0 15px 20px;
	list-style-type:none;
}
#content span.highlight {
	font-weight:700;
}

/* 6: Footer
================================*/
#footer {
	text-align:left;
	font-size:.75em;
}
#footer p{
	text-align:left;
	float:left;
	width:100%;	
}
