﻿body
{
    font-family: Verdana;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

p { font-size: 14px; line-height: 22px; }
h1 { font-size: 40px; }
h2 { font-family: Arial; font-size: 21px; margin-top: 30px; color: #1e7991; }
h2 a:hover { text-decoration: none; color: #1e7991; }
h3 { font-family: Arial; font-size: 14px; margin-top: 20px; text-transform: uppercase; color: #1e7991; }
a:visited { color: #5588aa; text-decoration: none; }
a:hover { color: #5588aa; text-decoration: underline; }
a img { border-width: 0; }

li
{
    font-size: 14px;
    line-height: 22px;
}

div.header
{
    float: left;
    margin: 20px 0;
}

div.logo { float: left; width: 570px; }
div.menu { float: right; }
div.menu-text { clear: both; float: right; margin-top: 2px; margin-right: 10px; font-size: 11px; }

div.menu li
{
    text-decoration: none;
    list-style: none;
    float: left;
    margin: 5px;
}

div.menu li a
{
    display: inline-block;
    padding: 5px 10px;
    background-color: #fafafa;
    color: blue;
}

div.menu li a:hover, div.menu li a.active
{
    background-color: #282828;
    color: White;
    text-decoration: none;
}

div.footer { clear: both; float: left; text-align: center; margin-left: 175px; margin-top: 30px; color: #999; width: 600px; }

div.footer p
{
    clear: both;
    font-size: 12px;
}

div.footer p.note { font-size: 11px; line-height: 15px; }

div.highlight, div#header { clear: both; background-color: #282828; color: White; padding: 20px 30px; }
div.highlight h2, div#header h1.title, div#header h1.title a { font-family: Arial; margin-top: 10px; font-size: 30px; color: White; text-decoration: none; }

div.introduction { margin-top: 20px; }
div.introduction div.image, div#sidebar-wrapper div.image { float : left; text-align: center; width: 200px;}
div.introduction div.image a { text-decoration: none; }
div.introduction div.text { float : left; margin-left: 20px; width: 710px; }
div.introduction div.text h2 { margin: 0; }
div.social { text-align: center; }
div.social a { text-decoration: none; }
div.content { clear: both; float: left; }
div.package { float: left; margin: 5px; width: 250px; background-color: #484848; padding: 5px 25px; height: 670px; }
div.package h1 { font-size: 8px; color: White; text-align: center; text-transform: uppercase; letter-spacing: 3px; margin-top: 10px; }
div.package h2 { font-size: 28px; color: White; text-align: center; text-transform: uppercase; line-height: 20px; letter-spacing: 2px; margin-top: 10px; }
div.package p, div.package li { font-size: 12px; color: White; }
div.package p { text-align: justify; }
div.package ul { margin-left: -20px; }
div.column1, div.column2 { float: left; }
div.column2 { margin-left: 100px; }


