body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #d4cdb9 url('images/pattern-2.png') repeat;
	color: #555;
	margin-top: 10px;
}
/* HTML5 support for older browsers */
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {display: block;}
p {
	line-height: 150%;
	margin-bottom: 1em;
}
img {border: 0px;}
a {color: #333;}
h1 {
	font-weight:bold;
	font-size: 1.7em;
	margin-top: 0;
}
h2, h3 {margin-top: 1.5em;}
h2 {
	text-decoration: none;
	font-weight:bold;
	font-size: 1.5em;
}
h3 {
	font-weight:bold;
	font-size: 1.2em;
	margin-bottom: 0;
}
h4 {font-size: 1em;}
h5 {font-size: .83em;}
h6 {font-size: .7em;}
.clear {clear: both;}
table {width: 100%; border-collapse: collapse;}
table td {vertical-align: top;}
i {font-style: italic;}
b, strong {font-weight: bold;}
#outercontainer {
	width: 100%;
	text-align: center;
}
#container {
	position: relative;
	width: 1000px;
	margin: 40px auto;
	text-align: left;
	background-color: #feb;
}
.round {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.border, .gallery-album img, .gallery-image img {	border: 1px solid #765;}
.shadow, .gallery-album img, .gallery-image img {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 10px #998;
}
#content, footer {padding: 20px;}
header, footer {background: #ffe url('images/pattern-1.png') repeat;}
header {
	height: 125px;
	padding: 0 10px;
	background-color: #ece8db;
	border-radius: 5px 5px 0 0;
}
.logo, .header-right {height: 115px;float:left;}
.logo {
	background: url('images/logo-header.png') no-repeat;
	width: 700px;
}
.header-right {
	background: url('images/header-right.png') no-repeat;
	width:278px;
}
.header-right a img {
	/*margin: 23px 0 0 63px;*/
	margin-top:23px;
	margin-right: 10px;
	float: right;
}
div.header-right a img, .header-right a {width: 100px; height: 24px;}
img.shadow {
	margin-left: 10px;
	margin-right: 10px;
}
nav {
	background: #d4cdb9;
	height: 26px;
	border: 5px solid #d4cdb9;
	border-left: none;
	border-right: none;
	padding: 0 5px;
}
nav ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	height: 26px;
}
nav a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 15px;
	color: #646464;
	height: 16px;
	line-height: 16px;
	border-right: 1px dashed #987;
}
nav a.last {border-right: none;}
nav li:hover a, nav li a.active {color: #222 !important;}
nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 26px;
}
nav li ul {top: 26px !important;}
#content {background-color: #feb;}
footer {
	text-align: center;
	height: auto;
	background-color: #ece8db;
	clear: both;
	border-radius: 0 0 5px 5px;
}
footer p {
	font-size: .8em;
	margin: 0;
}
/* Lea's Additions */
table.services {
font-size: 16px;
line-height: 150%;
}
table.services th {
text-align: left;
padding: 0 0 10px;
vertical-align: top;
font-size: 18px;
text-transform: uppercase;
}
table.services tr {
border-bottom: 1px solid #BA9;
padding-top: 20px;
}
table.services td:nth-child(3) {padding-left: 10px;}
hr {
	background-color: #BA9;
	border-width: 0;
	height:1px;
	color: #BA9;
	margin:20px auto;
	width: 100%;
	clear:both;
}
h1 + h6, h12+ h6 {margin-top: 0 !important;}
table.services td {padding: 15px 0;}