﻿html {
    font-family: Calibri,Arial;
    font-size: 14pt;
    text-decoration: none;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    height: 100%;
}

form {
    height: 100%;
}

.page {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.header {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    height: 100%;
}

.main {
    background-color: #E9E9E9;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mainBg {
    background: Url(../../Images/BackGrounds/topff.png) repeat-x;
    height: 11px;
}

.footerContainer {
    background-color: #093E8A;
}

.footer {
    width: 960px;
    min-height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    color: #FFFFFF;
    padding-bottom: 10px;
}

    .footer a:link, .footer a:visited {
       color: #ffffff;
        font-weight: bold;
        font-size: 12px;
        padding-top: 10px;
        text-decoration: none;
        cursor: pointer;
    }

.pageNav {
    height: 55px;
    width: 100%;
    margin-top: 1px;
}

.navLeft {
    background: url(../../Images/BackGrounds/MenuLeft.png);
    float: left;
    width: 11px;
    height: 100%;
}

.navSearch {
    background: url(../../Images/files/HomePageSearchblock.png);
    float: left;
}

.navCenter {
    float: left;
    width: 788px;
    height: 100%;
}

.topbanner {
    margin-left: auto;
    margin-right: auto;
}

.bannerquote {
    height: 120px;
    /*width: 270px;*/
    position: relative;
    /*right: 5px;*/
}

.insidequote {
    position: absolute;
    top: 75px;
}

.tablerequest {
    background-color: #093E8A;
    text-align: right;
    font-size: small;
    font-size: medium;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    height: 118px;
    width: 100%;
    /*top: -3px;*/
}


.navRight {
    width: 11px;
    height: 100%;
}

.navTop {
    background-color: #058e7c;
    text-align: right;
    height:25px;
    width:100%;
}

table.navtable {
    width: 100%;
    color: white;
    text-decoration: none;
    font-size: 22px;
    text-align: center;
}

.LeftTopFrame {
    background: url(../../Images/BackGrounds/TopLeft.png);
    width: 13px;
    height: 12px;
}

.RightTopFrame {
    background: url(../../Images/BackGrounds/TopRight.png);
    width: 13px;
    height: 12px;
}

.mainbanner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -10px;
    height: 100%;
    border: thin solid;
}

.Clear {
    clear: both;
}

.SiteMenuPosition {
    width: 960px;
    font-size: 22px;
    font-weight: bold;
    padding-bottom:5px;
    background-image:url('/Images/BackGrounds/HeadingBck.jpg');
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
    top: -20px;
}
    .SiteMenuPosition a:link, .SiteMenuPosition a:visited {
        color: #ffffff;
    }
.SiteTopContacts {
    font-weight: bold;
    font-size: 26pt;
    padding: 5px 0px 0px 10px;
}

/* TAB MENU   
----------------------------------------------------------*/

a:hover.menu, #NavigationMenu.a:hover {
    color: #ffffff;
}

div.hideSkiplink {
    /*float:left;*/
}

div.menu {
    padding: 4px 0px 4px 8px;
    color: white;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            color: #000000;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                color: #cfdbe6;
                text-decoration: none;
            }

/* Content Region */

.SiteContent {
    width: 965px;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding-bottom: 15px;
}
 .SiteContent a:link, .SiteContent a:visited {
        color: #000000;
    }

.SiteContentRightBar {
    float: left;
    width: 180px;
    min-height: 288px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}

/* Content Text */
.contentContainer {
    background-color: #E9E9E9;
}

.ContentTitle {
    text-align: center;
    padding: 4px 20px 0px 20px;
    font-size: 12px;
    width: 960px;
}

.ContentText {
    padding: 5px 20px 20px 40px;
    font-size: 12px;
    min-height: 100px;
}

.BottomFrame {
    width: 100%;
    height: 12px;
    float: left;
}

.BottomLeftFrame {
    background: url(../../Images/BackGrounds/BottomLeftFrame.png) no-repeat;
    width: 13px;
    height: 12px;
    float: left;
}

.BottomFrameCenter {
    background: #b7b7b7 url(../../Images/BackGrounds/BottomFrame.jpg) repeat-x Bottom; /**/
    width: 784px;
    height: 12px;
    float: left;
}

.BottomRightFrame {
    background: url(../../Images/BackGrounds/BottomRightFrame.png) no-repeat;
    width: 13px;
    height: 12px;
    float: right;
}

.ContentDivider {
    background: url(../../Images/BackGrounds/Divider.jpg) repeat-y;
    width: 2px;
    margin: 30px 0px;
    height: 90%;
    float: left;
}

.FormTitle {
    font-size: 28px;
    font-weight: bold;
    color: #0171bd;
}

.FormContent {
    font-size: 22px;
    font-weight: bold;
}

    .FormContent ol {
        padding: 5px 20px 5px 20px;
    }

.FormContainer {
    width: 100%;
}

.SiteContentRightBar a:link, .SiteContentRightBar a:visited, .SiteContentRightBar a:hover {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

.ContactContentText {
    background: url(../../Images/BackGrounds/feedback.jpg);
    padding: 0px 20px 20px 55px;
    margin-left: 15px;
    color: #000000;
    font-size: 16px;
    min-height: 272px;
    margin-top: 15px;
}

.ContactHeading {
    width: 453px;
    height: 24px;
    padding-top: 7px;
    padding-bottom: 28px;
    font-weight: bold;
    font-size: 28px;
    color: #0171bd;
}

.ColorSign {
    background: #b7b7b7;
    height: auto;
    min-width: 793px;
    float: left;
    margin-left: 8px;
    margin-bottom: 0px;
}

.watermark {
    background: #FFAAFF;
}

.popupControl {
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: #646462;
    border-width: 2px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #EEEEEE;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    font-size: medium;
    padding: 3px;
    width: 250px;
}

.modalSignUp {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    font-size: medium;
    padding: 3px;
    width: 250px;
}

.PopUpTitle {
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.TermsBg {
    width: 578px;
    height: 100%;
    padding: 15px;
}

.FeedBackForm {
    width: 478px;
    padding-top: 8px;
}
/*Accordionstyle*/
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #093E8A;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
   .accordionHeaderSelected {  
            border: 1px solid #2F4F4F;  
            color: white;  
            background-color: #5078B3;  
            font-family: Arial, Sans-Serif;  
            font-size: 12px;  
            font-weight: bold;  
            padding: 5px;  
            margin-top: 5px;  
            cursor: pointer;  
        }  
     .accordionContent {  
            /*background-color: #D3DEEF;*/  
            border: 1px dashed #2F4F4F;  
            border-top: none;  
            padding: 5px;  
            padding-top: 10px;  
            font-size: 12px;
        } 
          
          