.columns2 {
	width: 50%;
	float: left;
}

.columns3 {
	width: 33%;
	float: left;
}

#xactimate-training-comparison  {
	border-collapse:collapse;
	margin-top:15px;
}
#xactimate-training-comparison .header {
	background-color:#ebebeb;
	font-weight:bold;
}
#xactimate-training-comparison .subheader {
	text-align:left;
	width:132px;
}
#xactimate-training-comparison th {
	background-color:#345372;
	border:1px solid #000000;
	color:#FFFFFF;
}
#xactimate-training-comparison td {
	border:1px solid #000000;
	padding:10px 5px;
	text-align:center;
	width:107px;
}

.sub-float {
	float:left;
	padding:5px;
}

img.casestudy {
	margin: 10px 30px 20px 30px;
}

#aerial-sketch {
	margin-left:15px;
	margin-top:30px;
	color: #00416d;
}
#aerial-sketch p {
	padding-left: 0;
}
#aerial-sketch li {
	margin: 13px 0;
}
#aerial-sketch #image-map {
	background: url("/images/claims-estimating/aerial-sketch/main-roof.jpg") no-repeat scroll 0 0 transparent;
	width: 979px;
	height: 615px;
	position: relative;
}
#aerial-sketch #image-map p {
	bottom: 25px;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	line-height: 22px;
	position: absolute;
	width: 470px;
}
#aerial-sketch .tip-button {
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
#aerial-sketch .tip {
	position: absolute;
	z-index: 99;
	display: none;
}
#aerial-sketch #tip-1-button {
	left: 685px;
	top: 105px;
}
#aerial-sketch #tip-1 {
	left: 745px;
}
#aerial-sketch #tip-2-button {
  left: 110px;
  top: 75px;
}
#aerial-sketch #tip-2 {
  left: 195px;
  top: 30px;
}
#aerial-sketch #tip-3-button {
  left: 420px;
  top: 290px;
}
#aerial-sketch #tip-3 {
  left: 80px;
  top: 250px;
}
#aerial-sketch #tip-4-button {
  left: 645px;
  top: 230px;
}
#aerial-sketch #tip-4 {
  left: 570px;
  top: 320px;
}
#aerial-sketch-footer {
  border-top: 1px solid #AAA;
  margin: 0 auto;
  text-align: center;
  width: 600px;
}
#aerial-sketch-footer #order-now {
	background-color: #233364;
	color: #fff;
}
#aerial-sketch-footer #note {
	font-size: 9px;
}

#certListTable th {
	cursor: pointer;
}
#certListTable th:hover, #certListTable th.active {
	background-color: #a1b3c3;
}

.xactimate-checklist .image-header {
	width:973px;
	height: 269px;
	margin-top: 0;
}
.xactimate-checklist h2 {
	font-size: 22px;
}
.xactimate-checklist h3 {
	font-size: 16px;
	margin: 10px 0 15px;
}
.xactimate-checklist .definitions {
	background: url("/images/claims-estimating/checklist/key.png") no-repeat scroll 30px 40px #8E8E8E;
	color: #fff;
	border-radius: 6px;
	overflow: hidden;
}
.xactimate-checklist .definitions h4 {
	font-size: 22px;
  font-weight: bold;
  margin: 15px 20px;
}
.xactimate-checklist .definitions dl {
	margin: 0 0 20px 100px;
}
.xactimate-checklist .definitions dt {
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 200px;
	text-align: right;
}
.xactimate-checklist .definitions dd {
	margin: 10px 20px 15px 220px;
}
.xactimate-checklist .steps {
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
	counter-reset: li; /* Initiate a counter */
}
.xactimate-checklist .steps > li {
	position: relative;
	list-style: none;
}
.xactimate-checklist .steps > li:before {
	content: counter(li);
	counter-increment: li; /* Increment the counter by 1 */
	font-family: helvetica;
	font-size: 40px;
	font-weight: bold;
	left: 15px;
	line-height: 1em;
	position: absolute;
	top: 10px;
}
.xactimate-checklist .primary {
	background: url("/images/claims-estimating/checklist/highlight.png") no-repeat scroll 0 bottom #e9e6e6;
	border-radius: 6px;
	float: left;
	width: 245px;
	margin: 20px;
	min-height: 180px;
	padding: 20px;
	list-style-position: inside;
}
.xactimate-checklist .primary img {
	display: block;
	margin: 0 auto;
}
.xactimate-checklist .step {
	cursor: pointer;
}
.xactimate-checklist .steps ol {
	width: 220px;
	padding: 0 1em;
}
.xactimate-checklist .hide {
	display: none;
}
.xactimate-checklist .alpha {
	list-style: lower-alpha outside none;
}
.xactimate-checklist .more {
	color: #374961;
}
