body {
	background-color: #fff;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
	margin-top: 10px;
	margin-left: 19px;
	text-align: left;
}
/* BLOG STYLES */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
/* COMMENTS */
.comment-heading {
	margin-bottom: 26px; 
	text-transform: none; 
	border: none;
}
.commentwrap {
	padding-bottom: 15px; 
	padding-top: 15px
}
.commentpost p {
	margin-top: 0
}
#comments label input {
	border: 1px solid #999;
	padding: 5px 4px;
	margin-bottom: 10px;
	width: 176px;
}
#comments label span {
	line-height: 27px;
}

#comments label {
	font-family: "Lucida Sans Unicode";
	font-size: 1.1em;
}
#comments textarea {
	margin-top: 10px;
	padding: 4px 0px;
	width: 100%;
	border: 1px solid #999;
}
.button {
	border: 0px solid #999;
	background-color: #fff;
	color: #999;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 6px;
	text-transform: uppercase;
}
.button:hover {
	color: #029aae;
}
.wp-caption {
	font-size: 7pt;
	line-height: 7pt;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 5px;
}
label input {
	border: 1px solid #999;
	padding: 5px 4px;
	margin-bottom: 10px;
	width: 176px;
}
/* DESIGN */
img {
	border: 0px;
	padding: 0px;
}
hr {
	height: 0px;
	width: 176px;
	border-bottom: 0px solid #999;
}
.fourcolumn {
	width: 780px;
	float: left;
}
.columns {
	width: 176px;
	margin-right: 19px;
	float: left;
	height: 500px;
}
#mousepathcol {
	height: 132px;
}
#colspan {
	width: 566px;
}
#twocolspan {
	width: 371px;
}
#menu {
	width: 151px;
	height: 600px;
	position: fixed;
	top: 10px;
	left: 19px;
	z-index: 10;
}
#menuspacer {
	width: 151px;
	z-index: 1;
}
.headers {
	width: 761px;
}
#mainhead {
	height: 169px;
}
#mainheadabout {
	height: 97px;
}
#mainheadcontact {
	height: 121px;
}
#mainheadmousepath {
	height: 193px;
}
.date {
	position: relative;
	padding-top: 98px;
	top: -110px;
	height: 0px;
	overflow: hidden;
}
.date:hover {
	top: -98px;
	height: 12px;
	color: #333;
}
.headerspacer {
	height: 24px;
}
#subhead {
	height: 20px;
	color: #029aae;
}
.logo {
	height: 94px;
}
.verticalline {
	border-right: 1px solid #999;
}
#blogmenu {
	position: fixed;
	top: 200px;
	left: 19px;
	width: 150px;
	z-index: 5;
}
.h1 {
	font-size: 15pt;
	line-height: 15pt;
	text-transform: uppercase;
	font-weight: bold;
}
.italic {
	font-size: 6pt;
}
.imagecount {
	font-style: italic;
	font-size: 7pt; 
}
img.banner {
	margin-top: 35px;
}
ul {
	list-style: none;
	margin-left: -39px;
}
.smallgap {
	line-height: 8pt;
}
.hidden {
	visibility: hidden;
}
.hireme {
	position: fixed;
	top: 0px;
	right: 0px;
	background-image: url(images/HireMe.png);
	width: 100px;
	height: 100px;
}
.hireme:hover {
	background-image: url(images/HireMe_over.png);
}
/* LINKS */
.mainlinks {
	text-transform: uppercase;
	font-size: 8pt;
	line-height: 18pt;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a {
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	-webkit-transition: color .4s ease-out;
}
a:hover {
	color: #029aae;
}
a.h1 {
	color: #000;
}
a.h1:hover {
	color: #029aae;
}
a.lightbox {
	color: #333;
}