/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (1 * 16px = 16px) */
body { 
  font-size: 100%;
  color: #000; 
  background: #FFF;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; font-style:italic; color: #cc2529; }

h1 { font-size: 1.25em; line-height: 1.5; margin: 0.75em 0 0.75em 0; }
h2 { font-size: 1em; line-height: 1.5; margin: 1em 0 1em 0; }
h3 { font-size: 0.875em;  line-height: 1.5; margin-bottom: 0.75em; }
h4 { font-size: 1.125em; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h1.detail { font-size: 1.25em; line-height: 1.5; margin: 2em 0 0.75em 0; }



/* Text elements
-------------------------------------------------------------- */

p				{ color: #000; font-size: 0.75em; margin: 0 0 1em; line-height: 1.75; text-align:justify; }
p.final			{ color: #000; font-size: 0.75em; margin: 0 0; line-height: 1.75; text-align:justify; }

p.right			{ color: #000; font-size: 0.75em; margin: 0 2em 1em; line-height: 1.75; float:right; text-align:left}
p.rightfinal	{ color: #000; font-size: 0.75em; margin: 0 0; line-height: 1.75; float:right; text-align:left}

ul.bullet 	{ margin: 0.75em 0 0.75em 0;}
li.bullet	{ color: #000; font-size: 0.75em; line-height: 1.5; margin-bottom: 0.75em; margin-left: 16px; list-style-type: disc; }

ul.letters	{ margin: 0.75em 0 0.75em 0;}
li.letters	{ color: #000; font-size: 0.75em; line-height: 1.5; margin-bottom: 0.75em; margin-left: 16px; list-style-type: lower-alpha; }

ul.roman	{ margin: 0.75em 0 0.75em 0;}
li.roman	{ color: #000; font-size: 0.75em; line-height: 1.5; margin-bottom: 0.75em; margin-left: 40px; list-style-type: lower-roman; }

ul.no_liststyle 	{ margin: 0.75em 0 0.75em 0;}
li.no_liststyle		{ color: #000; font-size: 0.75em; line-height: 1.5; margin-bottom: 0.75em; list-style-type: none; }


ul.buttons	{ margin: 20px 0 70px 200px;}
li.calculator a { float:left; margin-left: 0px; width: 200px; height: 50px; display: block; text-indent: -900em; background: url(../images/btn_calculator.jpg); }
li.contact a { float:left; margin-left: 20px; width: 200px; height: 50px; display: block; text-indent: -900em; background: url(../images/btn_contact.jpg); }

ul.calc-buttons	{ margin: 0px; float:right; width: 235px;}
li.calc-contact a { float:left; margin: 20px 35px 0 0; width: 200px; height: 50px; display: block; text-indent: -900em; background: url(../images/btn_contact.jpg); }
li.calc-application a { float:left; margin: 20px 35px 0 0; width: 200px; height: 50px; display: block; text-indent: -900em; background: url(../images/calc-btn-application.jpg); }
li.calc-expense a { float:left; margin: 20px 35px 0 0; width: 200px; height: 50px; display: block; text-indent: -900em; background: url(../images/calc-btn-expenses.jpg); }

p.empty-space			{ color: #000; font-size: 0.75em; margin: 0 0 500px 0; line-height: 1.75;}



/* Text elements
-------------------------------------------------------------- */

img.right { float: right; margin: 0px; }

a:focus, 
a:hover     { color: #cc2529; text-decoration: none; }
a           { color: #cc2529; text-decoration: underline; }
a:visited	{ color: #cc2529; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }



/* Tables
-------------------------------------------------------------- */

table       { margin: 1.4em 0; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #fff; }
th,td,caption { padding: 4px 30px 4px 5px; background: #eee; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Header classes
-------------------------------------------------------------- */

.logo a { font-size: 36px; font-style: italic; text-decoration:none; display: block; text-indent: -900em; }


/* Main Menu classes
-------------------------------------------------------------- */



/* Footer classes
-------------------------------------------------------------- */

.footer 	{ font-size: 10px; line-height: 16px; text-align:center;}


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-bottom:3em; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
