body {
	font: 12px/1.5em "Segoe UI", "Myriad Pro", "Myriad", "Trebuchet MS", sans-serif;
	background: #FFF;
	margin: 0px;
	padding: 0px;
}
.bio {
	font-size: 1.25em;
	line-height: 2em;
	font-weight: lighter;
	color: #666666;
}
h2 {
	font-size: 1em;
}
a img {
	border-style: none;
}
a {
	color:#004CBB;
}
#top {
	margin: 0px auto 10px;
	padding: 0px;
	width: 900px;
}
#top #logo {
	margin: 11px;
}
#top #navBar {
	background: #DBDBDB;
	height: 20px;
	position: relative;
	z-index: 200;
}
#top #navBar ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#top #navBar li {
	display: inline;
}
#top #navBar .subNav {
	display: block;
	list-style: none;
	position: absolute;
	visibility: hidden;
	background: #DBDBDB;
	padding: 6px;
	top: 20px;
}
#top #navBar .subNav li {
	display: block;
}
#content {
	margin: 10px auto;
	padding: 0px;
	width: 800px;
	height: 650px;
	position: relative;
}
#content .column {
	width: 33%;
	float: left;
	position: relative;
}
#content .column p {
	margin: 0 10px 10px;
	padding: 0;
}
.initialCap {
	top: 0px;
	position: absolute;
	left: 0px;
}
#content .column img.initialCap + p {
	padding-top: 10px;
	position: relative;
}
img.initialCap + p:first-letter {
	font-weight: bold;
}
#contactform input[type=text], #contactform textarea {
	padding: 3px;
	width: 100%;
	border: 1px solid #999999;
	font: 1em "Trebuchet MS",;
}
#contactform textarea {
	height: 404px;
}
#contactform input[type=submit] {
	height: 30px;
	width: 61px;
	background: url(images/btnSubmit.gif);
	border: 1px solid #999999;
	text-transform: capitalize;
	text-decoration: underline;
	font-size: 0.75em;
	font-style: italic;
	font-weight: bold;
}
#contactform .submit {
	text-align: center;
}
p.error, #contactform label.error {
	font-weight: bold;
	color: #CC0000;	
}
#contactform input[type=text].error, #contactform textarea.error {
	background: #E6BFBF;
	border: 2px solid #CC0000;
}
#bottom {
	margin: 10px auto 10px;
	padding: 0px;
	width: 900px;
	text-align: center;
	border-top: 2px solid #CCCCCC;
	clear: both;
}
.copyright {
	font-size: .8em;
	line-height: 1em;
}
#sigWatermark {
	position: absolute;
	left: 350px;
	top: 145px;
}
#gallery h2 {
	margin: 0;
	padding: 0;
}
#galleryThumbs {
	margin: 10px 0;
}
#galleryThumbs img {
	margin: 0px 10px 0px 0px;
}
#gallery #bigImage {
	margin: 0px auto;
	text-align: center;
	color:#666;
}
.longDescription {
	font-size: 1.2em;
	color:#666;
}
