/* Basic */
body { background: #D6D6D6; font-family: arial, sans-serif; font-size: 85%; font-color: #333; }

/* Home */
.hmmain { background: url(img/bg_main_top_853x27.gif) 0 0 no-repeat #fff; width: 853px; margin: 15px auto 15px auto; }
.hmmain-in { background: url(img/bg_main_bot_853x27.gif) bottom left no-repeat; padding: 20px 10px; text-align: center; }
.hmcopy { margin: 0 20px; text-align: left;}
.hmcolwrap { padding-left: 72px; }
.hmcol { float: left; width: 305px; margin-left: 20px; }
.hmcol li { padding-bottom: 12px; }

/* Wrappers */
.main { background: #fff; width: 853px; margin: 15px auto 15px auto; }
.main-in { background: url(img/bg_main_bot_853x27.gif) bottom left no-repeat; }
.contain { margin: 20px 40px 20px 40px; }
.contain p { margin: 40px 0; }
.dividethick { border-top: 5px dotted #ccc; padding-top: 40px; margin-top: 40px; }

/* Hacks */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }
* html .clearfix { height: 1%; }

