/* --------------------------------------------------
   Pond Doctor
   Global Styles
*/

body {
	background: #e0e9f3;
	color: #444;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a {color: #005089;}
a:hover {color: #3383bc;}

h1, h2, h3, h4, h5 {
	color: #0071bc;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.235em;
	margin-bottom: 1.85em;
	}
h3, h4 {
	margin-top: 1.5em;
	}
blockquote, p, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	}
p {
	margin-top: 0.6em;
	}
ol { list-style: outside decimal; }
ul {
	list-style: outside disc;
	margin-left: 1.2em;
	}
em {font-style: italic;}
strong {font-weight: bold;}

acronym, abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
	font-size: .7em;
	letter-spacing: .1em; 
	}
.clear {
	clear: both;
	margin-top: 0;
	}
.first {
	margin-top: 0;
	}
#header {
	background: #fff url(/img/montage-projects.jpg) no-repeat 240px 32px;
	height: 184px;
	padding-top: 56px;
	padding-left: 24px;
	position: relative;
	}
#nav {
	background: #6a9047;
	position: absolute;
	top: 0;
	left: 2px;
	width: 956px;
	height: 32px;
	}
#container {
	background: #fff url(/img/bg-container.gif) repeat-y;
	margin: 0 auto;
	position: relative;
	width: 960px;
	}
#content-primary {
	background: #fff;
	float: right;
	font-size: 13px;
	line-height: 1.615em;
	width: 560px;
	padding: 40px 80px 80px 80px;
	}
#content-primary h4 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.235em;
	}
#content-primary #projects {
	width: 560px;
	}
#content-primary #projects img {
	float: left;
	}
#content-primary #projects .project-img {
	float: left;
	padding: 1.615em 20px 0 0;
	}
#content-primary #projects .project-img.last {
	padding-bottom: 2.6em;
	}
#content-secondary {
	background: transparent url(/img/logo-watermark.gif) no-repeat 50% 100%;
	border-left: 2px solid #fff;
	float: left;
	font-size: 12px;
	line-height: 1.333em;
	padding-bottom: 400px;
	width: 238px;
	}
#content-secondary #contact-info {
	background: #a8c4e3 url(/img/montage-fish-lilies.jpg) no-repeat 0 0;
	padding: 120px 24px 48px 24px;
	}
#content-secondary #external-links {
	padding: 0 24px 48px 24px;
	}
#content-secondary #external-links ul {
	list-style: none;
	margin-left: 0;
	}
#content-secondary #external-links li {
	margin-top: 0.6em;
	}
#content-secondary h4 {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.286em;
	}
#footer {
	clear: both;
	color: #999;
	margin-left: 320px;
	padding-bottom: 80px;
	font-size: 11px;
	}