

/******************************************************************************************
CONTENT TEXT STYLES & HEADINGS
******************************************************************************************/

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4 { font-size: 12px; }

  .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;
  }

/******************************************************************************************
LAYOUT
******************************************************************************************/

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.5em;
}

#header { display: block; padding-bottom: 30px; }

#headertitle { color: #000; font-size: 24px; font-weight: bold; margin: 0 0 0 10px; }
#headertitle a { text-decoration: none; }

img { border: none; }

#extranav, #breadcrumb, #nav, #work-nav, #submenu, #footer-nav { display: none; }


#footer {
	border-top: 1px solid #000;
	margin-top: 10px;
	padding-top: 10px;
}



/*********************************************************/


.clearfix { clear: both; }

