/**
 * Business Directory
 * /css/main.css
 *
 * Contributers: Franklin Clark
 * Last updated: 08/15/2007
 */
 
/* Main structure layout */
@import url("main/structure.css");

/* Typography styles */
@import url("main/typography.css");

/* Color and image scheme */
@import url("main/theme.css");

/* Browser Fixes
----------------------------*/

/* accomidate for height:100% bug */
html{ height:100%; }
body{ height:100%}

/* ie6 magic-whitespace-after-images bug fix */
img.mwaibfTop { *margin-top: expression("-15px"); }
img.mwaibfBot { *margin-bottom: expression("-4px"); }

/* prevent overlap */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
