﻿body 
{
    background: #FFFFFF url('images/bg.gif') repeat;
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 9pt;
    
}

/* link settings for the site */
a:link {color: #023d6e; text-decoration:none;}
a:hover {color: #023d6e; text-decoration:none;}
a:visited {color: #023d6e; text-decoration:none;}


/* header tag settings */
h1 
{
    font-size: 14pt;
    color: #4b8a01;
}

/* int header tag settings */
h2 
{
    font-size: 18pt;
    color: #023d6e;
}

/* this is the container for the site */
#wrapper 
{
    margin: 20px auto;
    width: 900px;
    
    }
#top 
{
    position: relative;
    float: left;
    width: 100%;
}
#menu 
{
    background-color: #005daa;
    position: relative;
    float: left;
    width: 100%;    
}
/* the main body container */
#content 
{
    border-top: solid 1px #bec1c3;
    position: relative;
    float: left;
    width: 100%;  
    background: #ffffff;  
}
#left 
{
    position: relative;
    float: left;
    width: 515px;
    margin: 10px 0 0 10px;
}

#intleft 
{
    position: relative;
    float: left;
    width: 315px;
    margin: 10px 0 0 10px;
}

#showcase 
{
    position: relative;
    float: left;
    width: 515px;
    border: solid 1px #bec1c3;
    height: 205px;
}

#blurb 
{
    position: relative;
    float: left;
    width: 455px;
    padding: 20px 30px 0 30px;
}

#right 
{
    position: relative;
    float: right;
    width: 355px;
    margin: 10px 10px 0 0 ;
}
#homeflash 
{
    position: relative;
    float: right;
    width: 462px;
    margin: 10px 0 0 0 ;
}

#intright 
{
    position: relative;
    float: right;
    width: 555px;
    margin: 10px 10px 0 0 ;
}

#partnership 
{   position: relative;
    float: left;
    background: #FFFFFF url('images/bg_showcase.gif') repeat-x bottom;
    width: 355px;
    height: 207px;   
}

#company 
{
    position: relative;
    float: left;
    background: #FFFFFF url('images/company_bg.jpg') no-repeat;
    width: 344px;
    height: 108px;
    margin-top: 15px;
    padding: 40px 0 0 15px;
}

#pocket 
{   
    position: relative;
    float: left;
    width: 354px;
    height: 148px;
    margin-top: 5px;
}
#footer 
{
    position: relative;
    float: left;
    color: #a88f54;
    width: 98%;
    padding: 10px 1% 5px 1%;
    font-size: 8pt;
}
#footer a:link {color: #a88f54}
#footer a:hover {color: #a88f54}
#footer a:visited {color: #a88f54}


.lightbluecell 
{
    background-color: #77a1c4;
    color: White;
    font-size: 10pt;
    padding: 10px 10px 10px 20px;
    border-left: solid 1px #005daa;
    border-right: solid 1px #005daa;
}
.darkbluecell 
{
    background-color: #5d92be;
    color: White;
    font-size: 10pt;
    padding: 10px 10px 10px 20px;
    border-left: solid 1px #005daa;
    border-right: solid 1px #005daa;    
    }
