/**
 * The CSS document for the main styles
 */

/**
 * Main body styles
 */
body 
{
    font-family: arial, sans-serif;
    background-color:#ccc;
    margin:0px;
    padding:0px;
}

h1, h2, h3, h4, h5, h6, p
{
    margin:0px;
    padding:0px;
}

div
{
    margin:0px;
    padding:0px;
}

div.wholepage
{
    width:686px;
    background-image: url(../images/site-bg.png);
    background-repeat: repeat-y;
    background-position:top right;
    margin-left:auto;
    margin-right:auto;
}
div.wholepage div.bottom
{
    width:686px;
    height:63px;
    clear:both;
    background-image:url(../images/site-bottom.png);
    background-repeat: no-repeat;
    background-position:top right;
}

div.container
{
    width:650px;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
}

/**
 * Header styles
 */
div.header
{
    float:left;
    width:650px;
    height:100px;
}

div.logo
{
    float:left;
    width:233px;
    height:93px;
    position:relative;
    left:5px;
    top:5px;
    background-image:url(../images/logo.png);
    background-repeat: no-repeat;
    background-position:top right;
    cursor:pointer;
}

div.logo p, div.logo h1
{
    line-height:100%;
    display:none;
}

div.header div.links
{
    position:relative;
    float:right;
    top:5px;
    right:5px;
    height:10px;
    font-size:10px;
}

div.header div.links p
{
    line-height:100%;
}

div.header div.links a
{
    color:#000;
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
}

div.header div.links a:hover
{
    text-decoration:underline;
}

div.header p.tagline
{
    line-height:100%;
    float:left;
    font-family:"Times New Roman", serif;
    font-size: 14px;
    font-style:italic;
    width: 367px;
    height: 34px;
    position: relative;
    top: 20px;
    left: 50px;
}

div.header div.phones
{
    position:relative;
    height:18px;
    float:right;
    font-size:12px;
    top:38px;
    background-color:#ccc;
    background-image:url(../images/phone-corner.png);
    background-position:top left;
    background-repeat:no-repeat;
}

div.header div.phones p
{
    position:relative;
    right:4px;
    top:1px;
    margin-left:30px;
}

/**
 * Navigation bar styles
 */
div.nav
{
    float:left;
    width:650px;
    height:20px;
    font-size:14px;
    color:#fff;
    text-align:center;
    background-image:url(../images/nav-bg.png);
    background-repeat:repeat-x;
    background-position:top left;
    clear:both;
}

div.nav p
{
    position:relative;
    top:1px;
}

div.nav a
{
    color:#fff;
    margin-left:3px;
    margin-right:3px;
    text-decoration:none;
}

div.nav a:hover
{
    text-decoration:underline;
}

div#bottom_nav
{
    position:absolute;
    top:521px;
    z-index:2;
}
/**
 * Content styles
 */
div.content
{
    float:left;
    width:650px;
}

div.logos
{
    position:relative;
    text-align:center;
    margin-bottom:20px;
}

div.logos a
{
    border:0px;
    margin:5px;
    text-decoration:none;
}

div.logos a img
{
    border:0px;
}

div.stanion_group img, div.stanion_manager img
{
    border:1px solid #666;
}

div.stanion_group p
{
    font-size:10px;
}

div.stanion_manager h3
{
    font-size:1.4em;
    font-family:"Times New Roman", serif;
    font-style:oblique;
    margin-bottom:10px;
}

p
{
    line-height:150%;
}

/**
 * Footer styles
 */
div.footer
{
    float:left;
    width:650px;
    font-size:10px;
    text-align:center;
}

