﻿/*** CLASSES ***/
.all_left { float:left; text-align:left; }
.all_right { float:right; text-align:right }
.image_left { float:left; margin-right:10px; }
.image_right { float:right; margin-left: 2em; }
.left_column { float: left; height:100%; width:300px; }
.right_column {}

/*** HEADINGS & PARAGRAPHS ***/
h1 { font-size: 2.4em; }
h2 { font-size: 2.0em; letter-spacing:1px; font-weight: bold; margin: 1em 0 0.5em 0; padding: 0 0 0.5em 0; background: url('images/heading-underline.png') no-repeat bottom left; color: #8F0101 }
h3 { font-size: 1.8em; letter-spacing:1px; font-weight: bold; margin: 1em 0 0.5em; color: #8F0101 }
h4 { font-size: 1.4em; margin: 0 0 0.5em; color: #8F0101 }
h5 { font-size: 1.4em; font-weight: bold; margin: 0 0 0.25em; color: #8F0101 }
h6 { font-size: 1.2em; font-weight: bold; margin: 0 0 0.125; color: #000 }

p { background-color: #fff; margin-bottom: 1em; }
p, ul {	font-size: 1.6em; letter-spacing: 0; line-height: 1.4em; text-decoration: none; word-spacing: normal; }


/*** BROWSERS ***/
html { min-height: 100%; margin-bottom: 1px; } /* Firefox scrollbar fix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* The Clearer! */

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */
