/*
    Style sheet for PortAKayak.com.

    Created on 2007-02-16
    Copyright (c) 2007 Dale R. Warus. All rights reserved.

    809CC9 Logo Blue
    333333 Logo Gray
    FFFFFF Logo Text
*/


/*** Main Body ***/
body {
        font-family: serif;
        background: #669999;
        background: #809CC9;
        color: #001060;
        line-height: 100%;
        font-size: 100%;
        line-height: 110%;
        border-style: none;
        border-width: 0;

        /*
        background-image: url(port.a.kayak.logo.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: bottom left;
        */
    }

img {
        border-style: none;
        border-width: 0;
    }
img.FloatLeft {
        float: left;
        margin-top: 2px;
        margin-bottom: 4px;
        margin-left: 0px;
        margin-right: 8px;
    }
img.FloatRight {
        float: right;
        margin-top: 2px;
        margin-bottom: 4px;
        margin-left: 8px;
        margin-right: 0px;
    }


/*** Button Links ***/
.Button {
        font-family: sans-serif;
        font-weight: normal;
        font-size: 90%;
        line-height: 100%;
        color: #336699;
        background-color: #FFFFFF;
        text-decoration: none;
        padding: 3px 5px;
        width: 240px;
        border-style: solid;
        border-width: 3px;
        /* border-color: #112233 #AAAAAA #AAAAAA #112233; */
        border-color: #88AADD #445566 #445566 #88AADD;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 2px;
        margin-right: 2px;
        visibility: visible;
        display: block;
        text-align: left;
    }
.Button a:link {
        color: #133C73;
        text-decoration: none;
    }
.Button a:visited {
        color: #456FA7;
        text-decoration: none;
    }
.Button a:hover {
        color: #0099CC;
        text-decoration: none;
    }
.Button a:active {
        color: #CC3366;
        text-decoration: none;
    }


/*** Menu Area ***/
.MenuArea {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #C7D3E7;
        border-width: 6px;
        border-style: solid;
        border-color: #C7D3E7 #C7D3E7 #C7D3E7 #C7D3E7;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
    }
.MenuAddress {
        font-family: sans-serif;
        font-weight: normal;
        font-size: 100%;
        line-height: 110%;
        color: #223377;
        color: #002266;
        text-align: center;
        text-decoration: none;
}


/*** Content Area ***/
.ContentArea {
        position: absolute;
        top: 10px;
        left: 280px; /* 284 */
        margin-top: 5px;
        margin-bottom: 100px;
        margin-left: 0px;
        margin-right: 10px;
    }
.Company {
        text-decoration: none;
        font-variant: normal;
        font-style: italic;
    }


/*** Headers ***/
H1,H2,H3,H4,H5,H6 {
        font-family: sans-serif;
        font-weight: normal;
        font-size: 100%;
        line-height: 1;
        /*
        font-size: 12pt;
        line-height: 14pt;
        */
        font-variant: normal;
        font-style: normal;
        margin-top: 0%;
        margin-bottom: 0%;
        margin-left: 0%;
        margin-right: 0%;
        color: #1148A9;
        display: block;
    }
H1,H2,H3,H4 { margin-top: 1em; margin-bottom: 1em; }
H5,H6 { margin-top: 1em; }
H1,H2 { text-align: center; }
H1,H2,H3,H4 { font-weight: normal; }
H1 { font-size: x-large; }
H2,H3 { font-size: large; }
H6 { font-style: italic; }


/*** Links ***/
A:link {
        color: #456F97;
        color: #005080;
        text-decoration: none;
    } /* unvisited link */
A:visited {
        color: #456F97;
        color: #005080;
        text-decoration: none;
    } /* visited links */
A:hover {
        color: #00CCFF;
        color: #006699;
        text-decoration: none;
    } /* hovering over links */
A:active {
        color: #CC3366;
        text-decoration: none;
    } /* active links */


.PictureCopyright {
        font-size: 11px;
        font-family: Helvetica, Arial, sans-serif;
    }
