﻿@import url('controls/banner.css');
@import url('controls/footer.css');
@import url('controls/margin/anchorlinks.css');
@import url('controls/margin/calloutdoubleborder.css');
@import url('controls/margin/sidebar.css');
@import url('controls/slider.css');
@import url('typography/general.css');

.hidden { display: none; }
.thin-hr { border: none; border-top: solid 1px #000; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.center { margin-left: auto; margin-right: auto; }
.float-left { float: left; }
.float-right { float: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.hidden { display: none; }
.display-inline { display: inline; }
.display-block { display: block; }
.display-inline-block { display: inline-block; }
/* for compliant browsers */
.clearfix:after
{
    clear: both; 
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}
/* affects only IE7 */
.clearfix { min-width: 0; }
/* targets only IE5-6 and hidden from lowly IEmac \*/
    * html .clearfix { height: 1%; } 
/* end hide IEmac */
/* What? You want to get crazy and do IEmac too? Okay. \*//*/
    .clearfix { display: inline-table; } 
/* end IEmac only */
.uppercase
{
    text-transform: uppercase;
}
.black { color: #000; }
.green { color: #0C9445; }
.width-three-quarters { width: 75%; }
.width-two-thirds { width: 66%; }
.width-half { width: 50%; }
.width-quarter { width: 25%; }
.width-third { width: 33%; }

#printBanner
{
	display: none;
}