﻿.color-black
{
    color: #1E272D;
}
.color-grey
{
    color: #AAAAAA;
}
.color-grey-dark
{
    color: #888888;
}
.color-grey-steel
{
    color: #3C3C3C;
}
.color-blue
{
    color: #0091C8;
}
.color-green
{
    color: #64A965;
}
.color-white
{
    color: #ffffff;
}
.title-page
{
    display: block;
    font-size: 23pt;
    font-weight: bold;
    letter-spacing: -2px;
}
.title-subheading
{
    display: block;
    font-size: 19pt;
    font-weight: bold;
    letter-spacing: -2px;
    padding-bottom:10px;
}
.title-smallheading
{
    display: block;
    color: #50B252;
    font-size: 14pt;
    font-weight: normal;
    letter-spacing: -1px;
    padding-bottom:5px;
    padding-top:5px;
}
.title-tagline
{
    display: block;
    font-family: Tw Cen MT, Helvetica, Verdana, Sans-Serif;
    font-size: 14pt;
    font-weight: normal;
    padding-bottom: 10px;
    color: #AAAAAA;
}
.title-tagline-darker
{
    display: block;
    font-family: Tw Cen MT, Helvetica, Verdana, Sans-Serif;
    font-size: 14pt;
    font-weight: normal;
    padding-bottom: 10px;
    color: #888888;
}
.title-tagline-lighter
{
    display: block;
    font-family: Tw Cen MT, Helvetica, Verdana, Sans-Serif;
    font-size: 14pt;
    font-weight: normal;
    padding-bottom: 10px;
    color: #cccccc;
}
.size-small
{
    font-size: 9pt;
}
.size-smaller
{
    font-size: 8pt;
}
.size-tiny
{
    font-size: 7pt;
}
.weight-bold
{
    font-weight: bold;
}
.home-text
{
    line-height: auto;
    position: relative;
}
.home-quote
{
    font-size: 15pt;
    text-align: left;
    margin-right: 100px;
    font-weight:normal;
}
.indent
{
    text-indent: 30px;
}
.statquote
{
    font-size: 15pt;
    font-weight: bold;
}
.right-padded
{
    padding-right: 25px;
}
.top-padded
{
    padding-top: 25px;
}
.right-margin-350
{
    margin-right: 350px;
}
.right-margin-250
{
    margin-right: 250px;
}
.right-margin-100
{
    margin-right: 100px;
}
.features-title
{
    border-bottom: 1px dotted #aaaaaa;
    margin-bottom: 10px;
}
.quote
{
    background: transparent url('i/p/quote.png') no-repeat 0px 3px;
    padding-left: 45px;
}
.quote-blue
{
    background: transparent url('i/p/quote-blue.png') no-repeat 0px 3px;
    padding-left: 45px;
}
.align-left
{
    text-align: left;
}
.align-right
{
    text-align: right;
}
.width-full
{
    width:100%;
}
.invisible
{
    display:none;
}

