/*container columns */
.leftCol{width:136px; float:left;margin-left:20px;display:inline;}
.midCol{width:415px; float:left;}
.rightCol{width:120px; float:left;}
/*headers*/
.midCol h3{height:25px;width:400px;margin:40px 0px 10px 0px;}
/*.midCol {height:25px;width:400px;margin:40px 0px 10px 0px;}*/ /*duplication entry*/
.leftCol h3{margin:47px 0px 10px 0px;height:16px;}
/*image*/
img.border{border:4px solid #ededeb;}
/*paragraphs and Content*/
.midCol p.subText{font-size:1.3em;line-height:1.2em;}
.midCol p{margin-top:10px;font-size:1.2em;}
.midCol p strong{display:block;}
/*lists */
.leftCol ul{list-style-type:none;}
.leftCol ul li{padding-left:10px;margin-top:10px; background:url(../img/icon_orange_arrow_right.gif) no-repeat 0 .3em;}
.leftCol ul li.on{font-weight:bold;padding-left:10px;margin-top:10px; background:url(../img/bullet_util-nav.gif) no-repeat 0 .3em;}
.rightCol ul{margin-top:40px;}

/*MISC*/
*:first-child+html .leftCol {margin-top:45px;}
*:first-child+html .midCol {margin-top:40px;}
*:first-child+html .rightCol {margin-top:30px;}


.leftColSpacer{padding:42px 20px; /*_padding:40px 20px;*/}
.midColSpacer{padding:20px 20px; /*_padding:40px 20px;*/}
.rightColSpacer{padding:60px 20px; /*_padding:40px 20px;*/}