﻿/* skinner: Reed Bertolette
 * email: reed@bertopro.com
 * doc version: 10-04-26a
 */
*:first-child+html div{
	min-height: 0;
}
* html div {
	_height: 0;
}

body {
	font-family: Arial;
	padding: 0px;
	margin: 0px;
}
#mainWrap {
	width: 730px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	height: 56px;
	margin-top: 8px;
	border-bottom: #000 5px solid;
}
#rbName {
	float: left;
	width: 321px;
	height: 56px;
	font-size: 43px;
	font-weight: bold;
	border-right: #000 1px solid;
	padding-right: 10px;
	padding-left: 10px;
}
#contactWrap {
	width: 388px;
	float: right;
	font-size: 12px;
	line-height: 13px;
}
#noSpamAd{
	border: none;
}
.contactDef {
	width: 60px;
	color: #000000;
	font-weight: bold;
	padding-right: 4px;
	text-align: right;
}
#colWrap {
	margin-top: 10px;
}
#colLeft {
	float: left;
	width: 165px;
	border-right: 2px #000 solid;
	padding-left: 4px;
}
#colRight {
	float: right;
	width: 540px;
	
}
#colLeft span.colHead {
	font-size: 16px;
	font-weight: bold;
}
#colLeft ul {
	list-style-type: none;
	font-size: 12px;
	padding-left: 8px;
	margin-top: 5px;
	margin-left: 3px;
	text-indent: -5px;
}
#colRight ul {
	margin-top: 0px;
}
div.colHeadRt {
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	font-weight: bolder;
	padding: 5px 10px;
	background: #ffffff;
	border: 2px #000000 solid;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#firstColHead {
	margin-top: 0px;
}
.rightPlain {
	font-size: 12px;
}
div.projDetails {
	display: block;
	height: auto;
	overflow: hidden;
	border-bottom: #000000 1px solid;
}
div.rightPlain p,
div.projDetails p{
	margin-top: 0px;
	margin-bottom: 0.5em;
}
div.projDetails p.lastp{
	margin-bottom: 0px;
}
div.workHiHead {
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
}
div.workHiSubHead {
	font-weight: bold;
	font-size: 14px;
}
div.workHiDesc {
	padding-left: 5px;
	padding-right: 5px;
}
.workHiLeft{
	float: left;
}
.workHiRight{
	float: right;
}
.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
div.workHiSubHead .workHiRight {
	font-style: italic;
}
div.projDetails p.noBotMarg{
	margin-bottom: 0px;
}
.ital{
	font-style: italic;
}
h3 {
	margin-bottom: 0px;
}
div.workHiHead span {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
div.nyroModalOnly,
#clickHint{
	display: none;
}