/************************************************/
/**********    utility type tags   **************/
/************************************************/
/*Mozilla scrollbar fix for short pages where the scrollbar disappears in mozilla browsers*/
/*html {overflow: -moz-scrollbars-vertical !important;}*/
/*puts horizontal and vertical scroll bars in all browsers all the time so that the page-width doesn't changeand therefore pages don't "shake" between short and tall pages.*/
html{overflow:scroll}
/*Consider throwing this one in to get rid of scrollbars in ff textareatextarea {overflow: auto;}*/ 
/*add a class of .clearfix to any element containing a float needing to be cleared*/

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block; }
/* Holly Hack Targets IE Mac only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
.clear{clear:both;height:1px;overflow:hidden;}
