/* Copyright 2006 by Quexion, LLC - Any Usage of this document on another 
   site must be sited and credited to the original author - Quexion, LLC.
 * ------------------------------------------------------------------------- */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; } 

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size: 12px; font-family: Arial, Tahoma, Verdana; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }
table { font-size: 12px; font-family: Arial, Tahoma, Verdana; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border: none; }

/* global elements
 * ------------------------------------------------------------------------- */
body { background-color: #FFFFFF; margin: 0px 0px 0px 0px; text-align: left; font-family: Arial, Verdana, Tahoma, Sans-Serif; font-size: 11px; color: #000000;}
a { color: #75263d; text-decoration: none;}
a:hover { text-decoration: underline; }

/* classes */
.header { font-size: 18px; font-weight: normal; margin: 17px 20px 0px 20px; }
.subhead { font-size: 12px; font-weight: normal; margin: 0px 20px 0px 20px; }

/* frame work */
#excerpt_container { width: 620px; height: 450px; }
#excerpt_top { width: 620px; height: 25px; }
#excerpt_body { width: 620px; height: 425px; }
#excerpt_content { width: 447px; float: left; }
#excerpt_box { width: 417px; height: 350px; margin: 10px 10px 10px 20px; overflow: auto; } 
#excerpt_box p { margin: 0px 10px 10px 0px }
#excerpt_right { width: 173px; height: 425px; float: left; }

/* These are standard sIFR styles... do not modify */
.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; }

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] { display: none !important; }

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 { visibility: hidden; }
.sIFR-hasFlash h2 { visibility: hidden; }
