@charset "utf-8"; @import 'grid.less'; @column-width: 60; @gutter-width: 20; @columns: 12; .top-title { width:100%; height:120px; background:url(../img/page-title-bg.png)repeat-x; position:absolute; z-index:99; top:390px; } #page-top-title { width:146px; height:33px; position:relative; top:20px; left:50%; margin-left:-73px; z-index:999; } .top-title h1 { visibility:hidden; } table.ci { width:800px; margin:0px auto 20px auto; text-align:left; text-indent:20px; font-size: 15px; } .ci th, .ci td{ padding-top: 0.25em; padding-bottom: 0.25em;} .ci th { width: 200px; color: white; background-color: #ef8fa6; font-weight: normal; } .ci td { background-color: #eaeaea; } .red { color:#FF0000; text-decoration:underline } .address { display: inline; float: left; margin: 0px 10px; } .mapfan { margin:10px 0; } .mapfan img { float:left; margin-right:20px; } .mapfan a { color:#FF0000; text-decoration:underline } .map { width: 280px; float: right; margin-top: 30px; margin-right: 20px; margin-bottom: 80px; } .left10 { margin-left:10px; } .top26 { margin-top:26px; }