<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#checklistColumn1
{
	float: left;
	width: 500px;
	margin-right: 16px;
}

#checklistColumn2
{
	float: left;
	width: 204px;
}

#checklistColumn1 li
{
	position: relative;		
	padding: 12px 0;
	border-bottom: 1px solid #eeeae1;
}

#checklistColumn1 li .itemLeft,
#checklistColumn1 li .itemRight
{
	float: left;
}

#checklistColumn1 li img
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 4px 12px 4px 0;	
}

.itemLabel
{
	position: absolute;
	top: 16px;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 1.7em;
	color: #fff;
	background-color: #d27300;	
}

#checklistColumn1 li h4
{
	color: #d27300;
}

#checklistColumn1 li h4
{
	margin-bottom: 5px;
}

#checklistColumn1 li p
{
	margin-bottom: 8px;
	line-height: 18px;
}

/* TEXT/CTA PANELS */

.panel
{
	width: 204px;		
}

.panel h3
{
	overflow: hidden;
	padding: 0 10px;
}

.panel p
{
	margin: 0 0 8px 0;
}

.text
{
	margin-bottom: 12px;
	color: #fff;
	background: #d27300 url(../images/Standard/TextPanelBottom.gif) no-repeat bottom;
}

.text h1
{
	color: #fff;
}

.text a
{
	text-decoration: underline;
	color: #fff;
}

.text a:hover
{
	text-decoration: none;
	color: #565c6b;
}

.text h3
{
	height: 40px;
	line-height: 38px;
	background: url(../images/Standard/TextPanelTop.gif) no-repeat top;
	border-bottom: 3px solid #c85f01;
}

.text .container2
{
	padding: 10px;
}

.callToAction
{		
	margin-bottom: 10px;
	color: #d27300;
	background: #f0ede5 url(../images/Standard/CallToActionTop2.gif) no-repeat top;	
	border-bottom: 1px solid #d27300;	
}

.callToAction h4
{
	padding-top: 10px;
	padding-left: 12px;
}

.callToAction h4.noLink
{
	padding-right: 12px;
	padding-bottom: 24px;
}

.callToAction h4 a
{
	display: block;	
	position: relative;
	top: 1px;
	padding: 0 12px 24px 0;	
	background: url(../images/CallToActionBottomCorner.gif) no-repeat bottom right;
}

.callToAction h4 a:hover
{
	color: #565c6b;
}</pre></body></html>