@font-face
{
    font-family: "AGaramondPro";
    src: local("AGaramondPro-Regular");
}

body
{
    margin: 0px;
    background: url("../images/bg_alt.png");
    background-repeat: repeat-y;
    background-color: #B6C2A6;
    height: 100%;
}

:link
{
    color: #000000;
}

:visited
{
    color: #666666;
}

:active
{
    color: #000000;
}

A:hover
{
    color: rgb(66%, 11%, 32%); 
}


div.sidebar
{
    position: fixed;
    top: 0px;
    left: 1px;
    margin: 0px;
    background-color: #B6C2A6;
    height: 100%;
    overflow: hidden;
}

div.title
{
    position: relative;
    top: 5px;
    left: -20px;
    margin: 0px;
    line-height: 0%;
}

div.navstrip table
{
    margin-right: 3px;
    margin-left: 3px;
}

div.title P
{
    margin: 0px;
}

div.navstrip :link
{
    color: #ffffff;
    margin: 0px;
}

div.navstrip :visited
{
    color: #ffffff;
    margin: 0px;
}

div.navstrip :active
{
    color: #ffffff;
    margin: 0px;
}

div.navstrip IMG
{
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

div.navstrip A :hover
{
    background: url("../images/buttons/hoverbg.png");
    background-repeat: no-repeat;
    margin: 0px;
}

div.titlebar_bot
{
    position: relative;
    top: -10px;
}

div.titlebar_top
{
    position: relative;
    top: 8px;
}

div.selected
{
    margin: 2px;
}

div.content_side
{
    margin-left: 155px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    width: 800px;
    height: 100%;
    min-height: 100%;
}

div.content
{
    margin-top:  0px;
    margin-left: 25px;
    margin-right: 60px;
    margin-bottom: 0px;
    overflow: hidden;
    font-family: "AGaramondPro", sans-serif;
}

div.content td 
{
    border-width: thin;
}

div.content td :link
{
    color: #666666;
}

div.content td :active
{
    color: black;
}

div.content td :visited
{
    color: #aaaaaa;
}

div.content td :hover
{
    color: #EE11AA;
}


div.textblock
{
    margin-top:  0px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    color: #333333;
    font-family: "AGaramondPro", sans-serif;
}

div.textblock P
{
    text-align: justify;
}

div.textblock2
{
    margin-top:  0px;
    margin-left: 60px;
    margin-right: 60px;
    overflow: hidden;
    color: #333333;
    font-family: "AGaramondPro", sans-serif;
}

div.text_center 
{
    text-align: center;
    margin-bottom: 6px;
}

div.textblock2 P
{
    text-align:    justify;
}

div.mixed-text-images-left
{
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.mixed-text-images-left
{
    float: left;
    clear: left;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.mixed-text-images-right
{
    float: right;
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.raisedvid
{
    position: relative;
    top: -70px;
}


div.packages
{
    margin-left: 40px;
    margin-right: 100px;
}

div.packages li
{
    margin-left: 30px;
    font-style: italic;
    color: #444444;
}




div.quotations
{
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 30px;
    font-style: italic;
}

div.quoted
{
    position: relative;
    top: -8px;
    color: #808080;
    font-style: normal;
    margin-right: 50px;
    margin-bottom: 30px;
}


div.contact
{
}

div.contact td :link
{
    color: #000000;
}

div.contact td :hover
{
    color: #000000;
}

div.contact td :active
{
    color: #000000;
}

div.contact em :hover
{
    color: #EE11AA;
}


