﻿body {
    font-family: Verdana, Sans-Serif;
    margin: 0px;
    font-size: 10pt;
}

p {
    font-size: 10pt;
    color: #283e72;
}

#container {
    font-family: Verdana, Sans-Serif;
    position: relative;
    left: 10%;
    margin-top: 2%;
    border: 2px solid #162d50;
    width: 80%;
}

#header {
    padding: 8px;
    background-color: white;
    color: White;
    text-align: center;
}

#Logo {
    left: 40%;
    height: 90px;
}

#main {
    padding: 6.5% 15% 0% 15%;
    background-color: #162d50;
    height: 60%;
}

    #main p {
        font-size: clamp(9pt, 1.2vw, 30pt);
        color: white;
        text-align: center;
    }

    #main a:link {
        color: white;
        text-decoration: none;
    }

    #main a:visited {
        color: white;
        text-decoration: none;
    }

    #main a:hover {
        color: white;
        text-decoration: none;
    }

#footer {
    background-color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
}

    #footer p {
        font-size: clamp(6pt, 0.8vw, 8pt);
        color: #162d50;
        text-align: center;
    }


/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font: normal 105% Arial;
    text-align:justify;
    color: #fff;
    height: 100%;
}

nav {
    width: 30%;
    min-width: 300px;
    margin-top: 10px;
    float: right;
    clear: right;
    vertical-align:bottom;
}

h2, p{
    padding: 1% 5% 1% 5%;
}

ul {
    margin:0 5% 0 5%;
    padding: 1% 25px 1% 50px;
    background-color: #fff;
    position:relative;
    color: #162d50;
    border: 3px solid #0494bc;
    border-radius:10px 10px;
}
li{
    padding:10px;
}

table{
    margin: 1% 5% 1% 5%;
}

footer{
    color:#162d50;
    border-top: 3px solid #0494bc;
    padding-top:10px;
    font-size: .8rem;
    text-align:center;
}
footer p{    
    line-height:180%;
}

.nolist{
    background-color: #162d50;
    position:relative;
    color: #fff;
    border: none;
}

.list{
    list-style-image: url(/Images/bullet.png);
}

.menu {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    padding-top: 5px;
    background-color: #fff;
    border-top: solid 4px #0494bc;
}

.logo {
    width: 25%;
    min-width: 300px;
    max-width: 500px;
    float: left;
    clear: both;
    margin: 0% 2% 0% 4%;
    clear: none;
}

    .logo img {
        width: 100%;
    }

.auto {
    width: 15%;
    min-width: 150px;
    margin-top: 0px;
}

.siteSwitch {
    width: 40%;
    min-width: 60px;
    margin: -5px 5% 0% 5%;
    padding: 3px;
    background-color: #162d50;
    color: #fff;
    font-size: 0.85rem;
    float: left;
    clear: none;
    border-bottom-left-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
}

    .siteSwitch p {
        text-align: center;
    }

    .siteSwitch:hover {
        background-color: #0494bc;
    }

.active{
    background-color: #0494bc;
}

.menuItem {
    width: 43%;
    margin: 1.5% 3.5% 0% 3.5%;
    padding: 1%;
    text-align: center;
    border-bottom: 4px solid #0494bc;
    color: #000;
    float: left;
    clear: none;
}

    .menuItem:hover {
        border-bottom: 4px solid #162d50;
        background-color: #162d50;
        color: #fff;
    }

.content {
    background: #162d50;
    background: linear-gradient(#000 0%, #162d50 15px);
    clear: both;
    min-height:285px;
    padding:25px 10px 25px 10px;
}
.content a{
    color:#0494bc;
}

.termsPrivacyContainerDiv{
    background-color:#162d50;
}

.short{
    min-height:80px;
    padding:25px 10px 15px 10px;
}

.statement{
    margin: -10px 10% 10px 10%;
    font-size: 90%;
}

.brokerOption{
    position:relative;
    background-color: #fff;
    color: #162d50;
    border: 3px solid #0494bc;
    padding:1%;
    width: 30%;
    min-width:250px;
    min-height:150px;
    margin: 25px auto;
    border-radius:10px 10px;
    font-size:.9rem;
}

.leftOption{
    clear:left;
}

.rightOption{
    clear:right;
}

@media screen and (min-width: 740px) {
    .brokerOption {
        margin: 0 auto;
        min-height:175px;
    font-size:.95rem;
    }
    .leftOption{
        position:absolute;
        left:15%;
    }
    .rightOption{
        position:absolute;
        right:15%;
    }
}
.toTop {
    position: fixed;
    right: 0px;
    bottom: 75px;
    padding: 15px 0 15px 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    background-color: #fff;
}

.banner {
    min-height: 180px;
    background-color: #0494bc;
    background-attachment: fixed;
    background-position:right center;
    background-attachment: scroll;
    background-size:auto;
    background-repeat:no-repeat;
    clear: both;
}

.banner-1 {
    background-image: url(/Images/banner1--small.png);
}

.banner-2 {
    background-image: url(/Images/banner2--small.png);
}

.banner-3 {
    background-image: url(/Images/banner3--small.png);
}

.banner-4 {
    background-image: url(/Images/banner4--small.png);
}

.imgheading {
    position: absolute;
    text-align:left;
    margin: 15px 15%;
    font-size: 1.65rem;
    color: #fff;
    text-shadow: 2px 2px #000;
}

@media screen and (min-width: 420px) {
    .banner {
        min-height: 300px;
    }

    .banner-1 {
        background-image: url(/Images/banner1.png);
    }

    .banner-2 {
        background-image: url(/Images/banner2.png);
    }

    .banner-3 {
        background-image: url(/Images/banner3.png);
    }

    .banner-4 {
        background-image: url(/Images/banner4.png);
    }

    .imgheading {
        margin: 100px 10%;
        font-size: 3rem;
    }
}

@media screen and (min-width: 420px) and (max-width: 650px) {
    .imgheading {
        margin: 50px 10%;
        font-size: 2.5rem;
    }
}*/

/*Map Page Styles*/
/*#map_canvas {
    width: 100%;
	max-width:580px;
	height:435px;
	z-index:3;
	margin: auto;
	overflow: auto;
    border: 3px solid #0494bc;
}

#CompanyNameList {
	width:580px;
	min-height:100px;
	z-index:3;
	margin: -10px auto 0px;
	overflow: auto;
}

.companyDetailsName
{
    background-color:#8cc63f;
    width:90%;
    padding: 1px 10px 1px 10px;
    margin: 0px 0px 0px 0px;
    border: 3px solid #00457c;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}

.companyDetails
{
    background-color:#FFFFFF;
    width:90%;
    padding: 1px 10px 1px 10px;
    margin: 0px 0px 10px 0px;
    border: 3px solid #00457c;
    border-top: 0px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;  
}

.companyDetails p
{
	font-size: 9pt;
	color:#000000;
	text-align: left;
}

.gmap-popup {
  width:auto;
}

.bubble {
	font-size: 9pt;
	color:#000000;
	text-align: left;
}*/