﻿/*
CSS for Silvatel
*/

body 
{
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, Garamond, Tahoma, Times New Roman, sans-serif; 
  font-size: 0.9em;
  background-color: #e2edff;
  background-position:center top;
  background-repeat: no-repeat; 
  margin: 0;
  color: #4F6270;
}

div
{
    float: left;
}

p, #content ul
{
    color: #4F6270;
    /* font-family: Verdana, Arial, Helvetica; */
}

#wrapper
{
    margin: 0 auto 0 auto;
    width: 750px;
    height: 1910px;
    float: none;
    background-color: #fff;
}

#header
{
    margin: 0;
}

#logo 
{
    width:136px;
    height:145px;
    margin-top: 15px;
    margin-left: 15px;
}

#tagline h1
{
    font-size: 28pt;
    font-weight: normal;
    margin-top: 55px;
    margin-left: 250px;
    color: green;
}

#banner
{
    background-image: url('banner_placeholder.jpg');
    width: 750px;
    height: 108px;
}

#breadcrumbs
{
    margin-top: -18px;
    font-size: 8pt;
    width: 100%;
}

#breadcrumbs div
{
    background-color: #fff;
    padding-left: 16px;
    color: #4F6270;
}

#breadcrumbs a
{
    color: #7BB801;
    text-decoration: none;
}

#breadcrumbs a:hover
{
    text-decoration: underline;
}

#content
{
    width: 100%;
    min-height: 400px;
    background-color: #fff;
}

#content h1
{
    font-size: 28pt;
    font-weight: normal;
    margin-top: 34px;
    margin-left: 16px;
    color: navy;
}

#content a
{
    color: navy;
    text-decoration: none;
}

#content a:hover
{
    text-decoration: underline;
}

#content ul 
{
    padding: 0 10px 0 0;
    margin: -6px 0 0 36px;
    line-height: 1.3em;
}

#content li 
{
    margin-bottom: 6px;
    color: #4F6270;
}

#content li ul
{
    margin-top: 8px;
    margin-left: 16px;
}

#content li li
{
    margin-left: 0;
}

#col1
{
    width: 427px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 32px;
    line-height: 1.3em;
}

#col1 h1
{
    font-size: 20pt;
    font-weight: normal;
    color: #4F6270;
    padding-left: 0;
    margin: 0;
    line-height: 1.1em;
}

#col1 h2
{
    font-size: 16pt;
    font-weight: normal;
    color: #4F6270;
    line-height: 1.1em;
}

#sidebar
{
    background-image: url('misc_separator.gif');
    background-position: left top;
    background-repeat: no-repeat;
    width: 243px;
    padding-top: 34px;
    padding-left: 16px;
    padding-right: 16px;
}

#sidebar h1, #sidebar h2
{
    font-size: 16pt;
    font-weight: normal;
    color: #4F6270;
    line-height: 1.1em;
}

#sidebar h3
{
    color: #4F6270;
}

#sidebar ul
{
    margin-left: 16px;
}

#sidebar li
{
    margin-top: 8px;
}


#footer
{
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    margin-top: 120px;
    margin-bottom:10px;
}

/* End of 'core' */

