
body {
	padding: 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	-spacing: 2px;
/*	background-image: url(images/wharfbackground.jpg); */ 
	background-position: center top;
}

#wrapper {
		width: 963px;  
   /*    width: 100%; */
	margin: 0 auto;
}

#contact-float {
	padding-bottom: 15px;
	text-align: right;
	position: relative;
	font-size: 165%;
	color: #fff;
	letter-spacing: 1px;
	}
	
#contact-float a.contact {
	display: inline-block;
	border-right: 2px solid #fff;
	height: 20px;
	padding: 3px 8px 1px 0;
	color: #fff;
	text-decoration: none;
}
	
#contact-float a:hover {
	color: #F29B29;
}
 
 .table-container {
  display: inline-block;
  margin-right: 20px; /* space between tables */
  vertical-align: top;
}

.rounded-table {
  border-collapse: separate; /* Needed for rounded corners */
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden; /* Ensures corners are clipped */
}

.rounded-table th,
.rounded-table td {
  border: 1px solid #000;
  padding: 8px;
}

/* Rounded corners for the outer cells */
.rounded-table th:first-child {
  border-top-left-radius: 10px;
}

.rounded-table th:last-child {
  border-top-right-radius: 10px;
}

.rounded-table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.rounded-table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}


td {
	vertical-align: top;
}

p {
	margin-bottom: 15px;
	margin-top: 0;
}

p.quote {
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', serif;
	font-style: italic;
	font-size: 16px;
}

p.attribute {
	margin-top: -10px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {font-family:"Arial", "Helvetica Light", "Helvetica", "Helvetica Neue", "Lucida Grande",sans-serif;font-weight:lighter;line-height:1.1;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:lighter;line-height:1}
h1,.h1{font-size:35px;line-height:38px}
h2,.h2{font-size:22px;line-height:23px}
h3,.h3{font-size:28px;line-height:36px}
h4,.h4{font-size:24px;line-height:25px}
h5,.h5{font-size:20px;line-height:24px}
h6,.h6{font-size:18px;line-height:24px} /* removed font-weight:lighter;color:#333 */
h2 {
	margin-bottom: 5px;
}

ul {
	margin: 0;
}

img.alignleft {
	float: left;
	margin-right: 15px;
}

hr {
	height:2px;border-width:0;color:#999;background-color:#999;
	margin: 15px 0;
}

.sitemap {
	width: 95%;
	margin: 15px auto;
	background: #d6d6d6;
	padding: 8px 0 8px 8px;
	}

.sitemap-col {
	width: 19%;
	color: #000;
	float: left;
	border-left: 2px solid #444;
	padding-left: 7px;
	text-align: left;
}

.sitemap a {
	color: #444;
	text-decoration: none;
}

.sitemap a:hover {
	text-decoration: underline;
}

/* COLORS */

.orange {
	color: #F29B29;
}

.lightgrey {
	#d6d6d6
}

.darkgrey {
	#999;
}

.classes {
  background-color: #d6d6d6; /* light gray shade */
  padding: 30px; /* optional spacing */
}