/* --- c-clamp --- */
@import url(c_clamp/header.css);
@import url(c_clamp/navigation.css);
@import url(c_clamp/footer.css);

/* --- page layout components --- */
@import url(components/splash_content.css);
@import url(components/primary_content.css);
@import url(components/secondary_content.css);
@import url(components/common.css);

/* --- utility components --- */


/* ----- BASE ----- */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px Arial, Sans-Serif;
}

.flash_content {
	clear: both;
}


/* ----- sIFR ----- */
.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
}

