.capitalize {
	text-transform: capitalize;
}
.center {
display: block;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}
.left {
float:left;
margin-top: 1px;
margin-right:15px;
margin-bottom:5px;
}
.right {
float:right;
margin-top: 1px;
margin-left:15px;
margin-bottom:5px;
}
.centerWithBorder {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px solid #b9b496;
	padding:6px;
	margin-bottom: 10px;
}
.leftWithBorder {
 float: left;
 margin-top: 1px;
 margin-right: 10px;
 margin-bottom: 5px;
 border-width: 1px solid #b9b496;
	padding:6px;
}
.rightWithBorder {
 float: right;
 margin-top: 1px;
 margin-left: 10px;
 margin-bottom: 5px;
 border-width: 1px solid #b9b496;
	padding:6px;
}
.clear {
	clear: both;
}

.clearHR {
visibility:hidden;
clear:both;
margin:0px;
height:0px;
}

.marginTop20 {
margin-top:20px;
}

table.featureBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b9b496;
	border-right-color: #b9b496;
	border-bottom-color: #b9b496;
	border-left-color: #b9b496;
	background-image:url(/images/backgrounds/featureBoxBkgrd.gif);
	background-position:top left;
	background-repeat:repeat-x;
	margin-left:0px !important;
	margin-top:25px;
	margin-bottom:25px;
}
.featureBoxSidebar1 {
	border:1px solid #b9b496;
	background-color:#ffffff;
	margin-bottom: 12px;
	padding-bottom:10px;
	width: 213px;
}
.featureBoxSidebar2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 12px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c56230;
	border-right-color: #c56230;
	border-bottom-color: #c56230;
	border-left-color: #c56230;
	background-color:#eee3cb;
	margin-bottom: 10px;
	width: 100%;
}
.featureBox * td {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.featureBoxSidebar1 * td {
	padding-bottom: 5px;
}
.featureBoxSidebar2 * td {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
table.hmFeatureBox {
	border:1px solid #b9b496;
	background-image:url(/images/backgrounds/hm_featureBkgrd.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:662px;
	height:120px;
	margin-bottom:20px;
	margin-top:25px;
	padding-bottom:10px;
}
.hmFeatureBox * h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	margin-bottom:8px;
	color:#003808;
	margin-bottom: 6px;
	margin-left:25px;
	margin-right:15px;
	margin-top:35px;
}
.hmFeatureBox * h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 2px;
	text-transform:none;
	font-weight:bold;
	color: #c56230;
	margin-left:25px;
	margin-right:15px;
}
.hmFeatureBox * p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
	color:#003808;
	margin-left:25px;
	margin-right:15px;
}

.featureHeader, .featureBox * h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight: normal;
	text-transform: none;
	color:#003808;
	margin-bottom: 6px;
}
.featureSubHeader, .featureBox * h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 2px;
	text-transform:none;
	font-weight:bold;
	color: #c56230;
}
.featureText, .featureBox * p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
	color:#003808;
}
.featureBox, .hmFeatureBox * ul  {
	margin:0px;
padding:0px;
margin-bottom:12px;
margin-top:6px;
margin-left:15px;
list-style:none;
}
.featureBox, .hmFeatureBox * ul li {
margin:0px;
padding:0px;
margin-bottom:2px;
margin-left:1px;
background-image:url(/images/bullets/greenSquare.gif);
background-repeat:no-repeat;
background-position:0 0.5em;
padding-left:10px;
}
.featureBox, .hmFeatureBox * ol {
	margin:0px;
padding:0px;
margin-bottom:12px;
margin-top:6px;
margin-left:15px;
}
.featureBox, .hmFeatureBox * ol li {
	margin-bottom: 8px;
	color:#003808;
}
.featureBoxSidebar1 * img {
margin-bottom:8px;
}
.featureSidebar1Header, .featureBoxSidebar1 * h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: none;
	color:#003808;
	margin-bottom: 4px;
	margin-left:8px;
	margin-right:8px;
	margin-top:4px;
}
.featureSidebar1SubHeader, .featureBoxSidebar1 * h2 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-transform: none;
	color:#c56230;
	margin-bottom: 2px;
		margin-left:8px;
	margin-right:8px;
}
.featureSidebar1Text, .featureBoxSidebar1 * p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 4px;
	color:#003808;
		margin-left:8px;
	margin-right:8px;
}
.featureBoxSidebar1 * ul {
	margin:0px;
	padding:0px;
	margin-bottom:12px;
	margin-top:6px;
	margin-left:0px;
	list-style:none;
}
.featureBoxSidebar1 * ul li {
	margin:0px;
	padding:0px;
	margin-bottom:3px;
	margin-left:0px;
	background-image:url(/images/bullets/greenSquare.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	padding-left:10px;
}
.featureBoxSidebar1 * ol {
	margin-bottom: 8px;
}
.featureBoxSidebar1 * ol li {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 4px;
	color:#003808;
}
.featureSidebar2Header, .featureBoxSidebar2 * h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: none;
	color:#c56230;
	margin-bottom: 4px;
}
.featureSidebar2SubHeader, .featureBoxSidebar2 * h2 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-transform: none;	
	color:#7c2230;
	margin-bottom: 2px;
}
.featureSidebar2Text, .featureBoxSidebar2 * p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 8px;
}
.featureBoxSidebar2 * ul {
		margin:0px;
	padding:0px;
	margin-bottom:12px;
	margin-top:6px;
	margin-left:0px;
	list-style:none;
}
.featureBoxSidebar2 * ul li {
	margin:0px;
	padding:0px;
	margin-bottom:3px;
	margin-left:0px;
	background-image:url(/images/bullets/greenSquare.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	padding-left:10px;
}
.featureBoxSidebar2 * ol {
	margin-bottom: 8px;
}
.featureBoxSidebar2 * ol li {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 4px;
	color:#003808;
}
.fontRed {
	color: #d21034;
}
.fontYellow {
	color: #eee3cb;
}
.fontBlue {
	color: #000000;
}
.fontGreen {
	color: #3a8629;
}
.fontLtGreen {
	color: #bfc791;
}
.fontPaleGreen {
	color: #e5e9d3;
}
.fontDrGreen {
	color: #003808;
}
.fontOrange {
	color: #c56230;
}
.fontPurple {
	color: #3a2968;
}
.fontBrown {
	color: #7c2230;
}
.fontTan {
color:#b9b496;
}
.fontLtPurple {
color:#adacdc;
}
.fontPaleLavendar {
color:#ddd2e3;
}
.fontGray {
	color: #666666;
}
.fontWhite {
	color: #FFFFFF;
}
.fontBlack {
	color: #000000;
}
.fontSmall {
font-size:10px;
line-height:12px;
}
.leadText {
font-size:14px;
line-height:20px;
}
.uppercase {
	text-transform: uppercase;
}
