* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: none;
}


/*.style1 {font-family: Arial, Helvetica, sans-serif; font-size:1.2em} */
.style2 {
	/*font-size: 1.2em;*/
}
/*.style3 {font-size: 1.4em; font-weight: bold; }
.style4 {font-style: italic}*/


body {
	background: #5fa0a9;
	color: #444;
/*	font: normal 62.5% "Lucida Sans Unicode",sans-serif;*/
	font-size: .6em;
	font-family: Arial, Helvetica, sans-serif; 	
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}


h2 {
	font-size: 1.6em; 
	font-weight: bold;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

h1,h2,h3 {
	color: #367EA6;
	padding-bottom: 10px;
}



/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0px
	padding-bottom: 60px;
	width: 780px;
	valign: left;
}
.header1 {
	/*background-color: #b7d4e1; */
	background:none;
	padding: 6px;
	border: 0;
}

.header2 {
	background: url(img/fastferry.gif) no-repeat;
	height: 180px;
	border: 0;
	padding: 0px;
	margin-bottom: 15px;
}

.header3 {
	background: url(img/bhi_boat_180.gif) no-repeat;
	height: 180px;
	border: 0;
	padding: 0px;
	margin-bottom: 15px;
}

.header4 {
	background: url(img/charlestown-ferry_short.gif) no-repeat;
	height: 180px;
		padding: 0px;
	margin-bottom: 15px;
}

.header5 {
	background: url(img/dockmap_innerharbor.gif) no-repeat;
	height: 614px;
	border:#000000;
	padding: 0px;
	margin-bottom: 15px;
}

.header6 {
	background: url(img/rowes-taxi-unloading_short.gif) no-repeat;
	height: 180px;
	border:#000000;
	padding: 0px;
	margin-bottom: 15px;
}

.header7 {
	background: url(img/mbta_ferry.gif) no-repeat;
	height: 180px;
	border:#000000;
	padding: 0px;
	margin-bottom: 15px;
}

/* title */
.title h1 {
	color: #fff;
	font: tw cen mt;
	height: 60px;
	line-height: 60px;
	margin-bottom: 0px;
	text-align: left;
	vertical-align: text-bottom;
	padding: 0px;
}

.title h2 {
	color: #fff;
	font: tw cen mt;
	height: 300px;
	line-height: 60px;
	margin-bottom: 8px;
	text-align: left;
	vertical-align: text-bottom;
}


/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #d5e5e0;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;

	padding: 8px 18px; 
	
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 200px;
}
.sidenav h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #367EA6;
	display: block;
	font-size: 1em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */
.content {
	float: right;
	width: 480px;
	padding-right:40px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #E5E5E5;
	background: #d9e8ed;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}


/* footer */
.footer {
	/*background: #FFF; */
	/*border: 1px solid #fff; */
	color: #666;
	font-size: .8em;
	margin: 4 auto;
	text-align: center;
	vertical-align:text-bottom
	padding: 6px;
	width: 760px;

}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
