﻿@media all and (-ms-high-contrast:none) {
    ol ol {
        margin-left: 7px !important;
    }
}
p
{
    font-size:11px;
    line-height: normal;
}
#menucontainer
{
    /*height: 25px !important;*/    
}
#main
{
    padding-top: 0px !important;
    min-height: 350px;
}
.client-home a
{
	text-decoration: underline;
}

.client-home-content ol {
    list-style-type: decimal;
}

ul> li{
    list-style-type: disc;
}

.client-home-content ol ul > li{
    list-style-type: disc;
}
.client-home-content ul, .client-home-content ol
{
	margin-left: 0;
	padding-left: 1em;
	list-style-position: outside !important;
}
.client-home-content ul li, .client-home-content ol li
{
	margin-top: 5px;
    margin-left: 10px;
}
.client-home-header
{
   display:none;
}
.client-home-title
{
    font-family: 'AvantGardeGothicITCW01B 731069', Calibri, Arial;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    margin-left: 10px;
    /*margin-left: 335px;
    margin-right: 50px;*/
}
.client-home-title h2
{
    border-bottom: #4297d7 1px dashed;
    padding-bottom: 5px;    
    margin: 0px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.client-home-image
{
	position: absolute;
	top: -15px;
	right: 10px;
	min-height: 145px;
	min-width: 145px;
	vertical-align: middle;
    border: #efefef 2px solid;
    background-color: #FFF;
}
.client-home-image a
{
	display: block;
	min-height: 145px;
	line-height: 140px;
	text-align: center;
}
.client-home-image a img
{
	vertical-align: middle;
}

.defaultLogo
{
	display:none;
}
.defaultLogo1
{
    display:none;
}
.defaultLogo2
{
    display:none;
}
.defaultLogo3
{
   display:none;
}

.Logos
{
    display: none;
}

#client-home-nav
{
	vertical-align: middle;
	overflow: hidden;
	padding-top: 55px;
}
#client-home-nav LI
{
	list-style-type: none;
	list-style-image: none;
	margin: 5px 10px;
	float: left;
	vertical-align: middle;
	font-family: 'AvantGardeGothicITCW01B 731069', Calibri, Arial;
	color: #2b526c;
	font-size: 1.3em;
	text-decoration: none;
	cursor: pointer;
}
#client-home-nav LI:hover
{
    color: #56a2d6;
}
#client-home-nav LI + LI
{
	border-left: #2b526c 2px solid;
	padding-left: 10px;
	margin-left: 0px;
}

.selected-tab
{
    color: #56a2d6 !important;
}

.nav-content-separator
{
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.client-home-content
{
    overflow: hidden;
    min-height: 300px;
}
.client-home-content h3
{
	color: #00539b;
	font-family: 'AvantGardeGothicITCW01B 731069', Calibri, Arial;
    text-align: left;
    font-size: 17px;
    margin-bottom: 3px;
	border-bottom: #00539b 4px solid;
}
.client-home-content div > h3
{
	margin-top: 20px;
}
.client-home-content div > h3:first-of-type
{
	margin-top: 0px;
}
.client-home-content h4
{
	color: #00539b;
	font-family: 'AvantGardeGothicITCW01B 731069', Calibri, Arial;
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
    border-bottom: #b8b6b6 1px solid;
}
.client-home-content a
{
	color: #4297d7;
}
.client-home-content p
{
    padding-top: 6px;   
}

#displayDiv
{
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 99;
	overflow: hidden;
}
.contentDiv
{
    position: relative;
    left: 0px;
    top: 0px;
    float: left;
    display: inline-block;
    width: 100%;
}
.highlight
{
    color: #2b526c;
    font-size: 11px;
    font-weight:bold;
}
.inactive-layout
{
    display:none;    
}

.center
{
    text-align: center;    
}

/* Contact Form Styles */
.contactForm
{
    margin-bottom: 20px;   
}

.contactForm label
{
    color: #2b526c;
    font-size: 11px;
    font-weight:bold;
}

/* Page Layout */
.one-column-layout
{
    
}
.one-column-layout > div
{
    width: 100%;
}

.two-column-layout
{
    
}
.two-column-layout > div
{
    float: left;
    width: 47%;
    /*background-color: #ebebeb;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
    margin-right: 5px;
    margin-bottom: 12px;
    padding: 10px;
    word-wrap: break-word;
}

.three-column-layout
{
    
}
.three-column-layout > div
{
    float: left;
    width: 30%;
    /*background-color: #ebebeb;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
    margin-right: 5px;
    margin-bottom: 12px;
    padding: 10px;
    word-wrap: break-word;
}

.one-column-layout .two-column-layout > div,
.one-column-layout .three-column-layout > div,
.two-column-layout .two-column-layout > div,
.two-column-layout .three-column-layout > div,
.three-column-layout .two-column-layout > div,
.three-column-layout .three-column-layout > div
{
    background-color: inherit;
    border: none;
    padding: 0px;
}