/* SD baseline */
@import url(base.css);

  /* typography styles */
  @import url(typography.css);

  /* form elements */
  @import url(forms.css);

  /* main layout */
  @import url(layout.css);

  /* navigation */
  @import url(nav.css);

  /* colour scheme */
  @import url(color.css);

    /* widgets for CLIENT */
    @import url(widgets.css);


img.indexPromo {
 margin-right: 10px;
 margin-top: 2em;
}
img.indexPromoAlt {
 clear: right;
 float: left;
 margin-left: 15px;
 margin-top: 2em;
}

h2.indexPromoBox {
 position: relative;
 display: block;
 width: 186px;
 height: 222px;
 float: left;
 margin: 1em 0px;
 padding: 0px;
 text-indent: 20px;
 font-size: 1em;
 background-image: none;
 overflow: hidden;
 }
h2.indexPromoBox a {
 position: absolute;
 top: 0px;
 right: 0px;
 width: 174px;
 height: 100%;
 background-repeat: no-repeat;
 }