﻿/*
SITE COLORS ******************************

Dark Orange (from logo):        #FA7319
Blue Gray (from logo):          #8AAABC
Dark Blue (from logo):          #034882
Light Blue (from logo):         #53A3D4
Darkest Blue:                   #022D4F
Light Orange:                   #FDC6A2
Lightest Blue Gray:             #DEE8EB

*****************************************/

BODY {
    /* background-color:#01233F; */
    background-image:url(images/bg.jpg);
    font-size:9pt;
    text-align:center;
    color:black;
    font-family:verdana;
    margin-top:15px;
}

A {
    text-decoration:none;
    color:#FA7319;
}

A:hover {
    text-decoration:underline;
}

INPUT {
    font-size:8pt;
}

SELECT {
    font-size:8pt;
}

TEXTAREA {
    overflow:auto;   
}

#OutermostDiv {
    text-align:center;
    margin:0px auto;

    border-style:solid;
    border-width:1px;
    border-color:#FA7319;

    width:900px;
    min-height:450px;
    height:auto;
    background-color:white;
}

/* Hack for IE to take care of vertical stretching */
* HTML #OutermostDiv {
    height:450px;
}
/* End IE Hack */

#TopHorizBar {
    background-color:#FA7319;
    height:8px;  
}

.AboveFlashBar {
    background-color:#8AAABC;
    height:11px;  
}

#DemoDiv {
    min-height:300px;
    height:auto;
    border-style:solid;
    border-width:1px;
    border-color:#8AAABC;
}

/* Hack for IE to take care of vertical stretching */
* HTML #OutermostDiv {
    height:300px;
}
/* End IE Hack */

#NavTopTable {
    background-color:#034882;
    color:White;
    font-size:8pt;
    border-spacing:0;
    border-collapse:collapse;

}

#NavTopTable TD  {
    padding:4px;
    border-style:solid;
    border-color:White;
    border-top-width:0px;
    border-bottom-width:1px;
    border-left-width:1px;
    border-right-width:1px;
    
}

.NavCellMouseover {
    background-color:#8AAABC;
}

.NavCellMouseout {
    background-color:#034882;
}

#ContentHolderWrapperDiv {
    min-height:375px;
    height: auto;
}

/* Hack for IE to take care of vertical stretching */
* HTML #ContentHolderWrapperDiv {
    height:375px;
}
/* End IE Hack */

#LogoDiv {
    padding-top:20px;
    padding-bottom:15px;
    padding-left:20px;
    background-color:white;
}

#UnderLogoDiv {
    background-color:#FA7319;
    color:white;
    text-align:left;
    padding-top:25px;
    padding-bottom:35px;
    padding-left:20px;
    padding-right:20px;
    line-height:1.4;
    font-size:10pt;
}

#FeatureDetailsDiv {
    padding-top:25px;
    padding-bottom:25px;
    padding-left:20px;
    font-size:8pt;
    color:#022D4F;
    line-height:1.7;
}

#TestimonialsDiv {
    font-size:8pt;
    text-align:left;
    color:White;
    padding-left:40px;
    padding-right:40px;
    padding-top:25px;
    background-image:url(images/testimonials_bg.jpg);
    min-height:105px;
    height: auto;
}

/* Hack for IE to take care of vertical stretching */
* HTML #TestimonialsDiv {
    height:105px;
}
/* End IE Hack */

#UseServiceDiv  {
    font-weight:bold;
    font-size:10pt;
    padding-top:8px;
    padding-bottom:10px;
    color:#FA7319;
    line-height:1.7;
}

#BigButtonsDiv {
    margin-top:20px;
}

#BottomContactInfo {
    background-color:#FA7319;
    color:White;
    padding-top:7px;
    padding-bottom:0px;
    font-weight:bold;
    font-size:10pt;
    margin:0px;
}

.CopyrightDiv {
    color:White;
    margin-top:15px;
    font-size:8pt;
}

#LeftColumnBottomDiv {
    font-weight:bold;
    font-size:11pt;
    background-color:#8AAABC;
    color:White;
    margin-top:10px;
    padding-left:20px;
    padding-right:20px;
    padding-top:15px;
    padding-bottom:15px;
    line-height:2;
}

#SubContentMainTable {
    border-style:solid;
    border-top-width:1px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-color:#034882;
    color:#01233F;
    background-color:#8AAABC;
}

#SubContentLeftCell {
    padding-top:25px;
    padding-bottom:20px;
    padding-left:20px;
    padding-right:20px;
    color:White;
    min-height:360px;
    height:auto;
}

#SubContentLeftCell A {
    color:#034882;
}

#SubContentRightCell {
    padding-top:25px;
    padding-bottom:20px;
    padding-left:30px;
    padding-right:30px;
    line-height:1.5;
    font-size:8pt;
    background-color:white;
    min-height:360px;
    height:auto;
}

#SubPageTitleDiv {
    font-weight:bold;
    font-size:14pt;
    margin-bottom:15px;
}
