p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
img {
	border: none;
}
a, a:visited {
	color: #004b62;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4 { color: #004b62; margin: 10px 0;}
h1 {
	padding-bottom: 5px;
	font-size: 1.6em; 
	border-bottom: 1px solid #413e45;
}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em; margin-bottom: -.9em;}
hr {
	border: none 0;
	border-top: 1px solid #DDD;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
table {
	margin-bottom: 20px;
}
table td {
	padding: 4px;
	border: 1px solid #ccc;
}
.clear {
	clear: both;
}
body {
	margin: 0px auto;
	font: 62.5% Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Verdana,sans-serif;
	color: #565457;
	background: #efe7db;
	text-align: center;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 982px;
	background: url(../img/bg.gif) repeat-y;
	border-bottom: 1px solid #413e45;
	overflow: hidden;
}
#header {
	height:202px;
	width:982px;
}
#left {
	width: 210px;
	font-size: 1.2em;
	float: left;
}
/* --- navigation --- */
ul#nav {
	font-size: 1.4em;
	margin: 0 0 30px 30px;
	padding: 40px 0;
	border-right: 1px solid #413e45;
}
ul#nav li {
	margin-left: 0;
	list-style-type: none;
}
ul#nav a,
ul#nav a:visited {
	padding: 5px 0;
	display: block;
	color: #413e45;
	text-decoration: none;
	border-bottom: 1px solid #413e45;
}
ul#nav a:hover {
	color: #eee;
	background: #413e45;
}
div#contact {
	font-size: 1.1em;
	margin: 0 0 0 30px;
	padding: 0;
}
/* --- END LEFT--- */
#content {
	width: 690px;
	padding: 20px 40px;
	font-size: 1.4em;
	line-height: 150%;
	float: left;
}
.imageright {
	margin: 0 0 10px 10px;
	padding: 4px;
	float: right;
	clear: right;
}
div.before,
div.after {
	width: 250px;
	text-align: center;
}
div.before {
	float: left;
}
div.after {
	float: right;
}
p.client-statement {
	text-align: center;
	font-weight: bold;
}
p.client {
	font-weight: bold;
	font-style: italic;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 982px;
	padding: 5px 0;
	font-size: .8em;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	color: #222;
}
#footer h2 a, 
#footer h2 a:visited {
	color: #222;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #004b62;
}
#footer h3 {
	margin: 0;
	text-align: center;
	color: #ddd;
}
#footer h3 a, 
#footer h3 a:visited {
	color: #ddd;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #222;
}
