/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body 
{
    font-family: Verdana, "Times New Roman", helvetica, sans-serif;
    color: #000000;
    line-height: 20px;
}

p
{
    font-size: 12px;
    margin: 3px 0 10px 0;
}

h1
{
    color: #661010;
    margin: 2px 0 1px 0;
    padding: 3px 0 0 0;
    font-size: 14px;
}

h2
{
    color: #000000;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

a
{
    text-decoration: none;
    color: #bb3333;
}

a:hover
{
    color: #661010;
    border-bottom: 1px dotted #661010;
}

ul
{
    font-size: 0.8em;
    margin: 0 0 0 20px;
    list-style: disc;
}

/* Package box styles
----------------------------------------------------------------*/
.packagebox h2
{
    color: #ffffff;
    font-size: 12px;    
}

.packagebox p
{
    margin: 0 0 10px 5px;
    font-size: 12px;
    
}


.boxleft h2
{
    background: #3f3793;
}

.boxmiddle h2
{
    background: #479337;
}

.boxright h2
{
    background: #bb3333;
}

/* Content Area styles
----------------------------------------------------------------*/
#packagecolrightfooter p
{
    color: #174b5f;
    font-weight: bold;
}

#packagecolleftfooter a:hover
{
    border-bottom: none;
}



/* Contact box styles
----------------------------------------------------------------*/
#title 
{
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

#contactaddress p
{
    font-size: 12px;
    margin: 5px 10px 10px 10px;
    line-height: normal;
}

/* Client Zone div styles
----------------------------------------------------------------*/
#clientzone p
{
    font-size: 12px;
    margin: 5px 10px 10px 10px;
    line-height: normal;
}

/* Footer styles
----------------------------------------------------------------*/
#footer p
{
    font-size: 10px;
    margin: 5px 10px 10px 10px;
    line-height: normal;
}

/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
p.error {
  color: red;
}


 