﻿/*--------- Content Style -----------*/

    #contentPane {
        float: left;
        width: 56em;
        min-height: 33.5em;
        margin-right: 2em;
    }
    #ContentArea {
        margin-top: 1em;
    }
    #servicesPane {
        width: 95%;
        min-height: 33.5em;
    }
        #servicesPane td {
            padding: 2px;
        }
    #servicesPane tr:nth-child(2n+1){
        background-color: #F6F6F6;
        border-top: 1px solid #E4E4E4;
        border-bottom: 1px solid #E4E4E4;
    }

    #contentPane li {
        margin-left: 50px;
    }

    #highlightPane {
        float: left;
        width: 220px;
    }

    .boldLink {
        font-weight: bold;
    }
	
	/*-- Company Logo Border --*/
	
	#highlightPane img {
		border: 2px solid #ccc;
	}

    .editorArea {
        overflow: visible;
        border: dashed 1px transparent;
        border-color: #999;
        min-height: 25px;
        margin-bottom: 10px;
    }

        .editorArea:not(.RadEditor) {
            overflow: visible;
            height: auto !important;
            min-height: 25px;
            margin-bottom: 10px;
        }

            .editorArea:not(.RadEditor):hover {
                border-color: #999;
                background-color: #ebf0f4;
                min-height: 25px;
                margin-bottom: 10px;
            }

    div.RadWindow {
        border: none;
    }

        div.RadWindow.reToolbarWindow td.rwWindowContent {
            background: none;
        }

        div.RadWindow.reToolbarWindow .rwTitleRow,
        div.RadWindow.reToolbarWindow .rwCorner,
        div.RadWindow.reToolbarWindow .rwFooterRow {
            display: none;
        }


    
.memberBox {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    float: left;
    margin: 1em 1em 0em 0em;
    overflow: hidden;
    padding: 1.5em;
    width: 22em;
}
.branchHeader {
    font-weight: bold;
    margin-top: 1em;
}

.branches {
    border: #ccc 1px solid;
    margin-top: 1em;
    padding: 1em;
}

.branches .branchWrapper{
    margin: 0 0 .5em 0;
    border-top: #ccc 1px solid;
}

.branches .branchWrapper:first-child{
    
    border-top: 0;
}

.memberBox h2 {
	padding: 0em 0 0.5em 0;
}
.groupWrapper {
	margin: 0em 0 .5em 0;
}
.contactWrapper {
	background: #f5f5f5;
	padding: .5em;
	border: #ccc 1px solid;
    margin-top: .5em;
	
   
    overflow-wrap: break-word;
	word-wrap:break-word;
	word-break: break-word;
	overflow: hidden;
}
    .catWrapper {
        float: left;
        width: 100%;
    }
    .catHeader {
        padding-top: 1.5em;
        border-bottom: 1px solid gray;
    }
    .highlightMember {
        width: 74em;
    }

    .memberBox.highlightMember .memberInformation {
        width: 30%;
    }

    .memberBox .highlightBox {
        display:none;
    }

    .memberBox.highlightMember .highlightBox {
        display: block;
        width: 65%;
        
    }

    .set {
        
    }
#content {
	background:#FFF;
	-webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, .8);
	box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, .8);
}

/*** TAB STRIP fixes ***/
    .TSFilter.RadTabStrip {
        margin-top: 15px;
    }
        .TSFilter.RadTabStrip .rtsLink {
            text-transform: capitalize;
            padding-left: 2px;
        }

        .TSFilter.RadTabStrip .rtsOut {
            padding-right: 2px;
        }
/*** END TAB STRIP fixes ***/

    .after {
        width: 100%;
        border-bottom: .1em solid rgb(0, 84, 157);
        clear: both;
    }

    #results {
        margin-top: 1em;
        padding: 10px;
        margin: 15px;
        width: 910px;
        overflow: hidden;
    }

    #cbSearchBy {
        width: 12em;
    }

    #ddlSearchBy {
        border: 2px solid #A1D27C;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

    #btnSearch {
        color: #003366;
        margin-top: 15px;
    }
    /*-------- Services Style ----------*/
    .serviceList {
        width: 100%;
        margin: 15px;
    }
.serviceList > tbody > tr > td {
    width: 50%;
    vertical-align: top;
}

    /*-------- Login Style --------*/
.loginRegion {
	width: 28em;
	margin: 5em auto;
	padding: 1.5em 2em 3em 2em;
	background: #DDD;
}

	.loginRegion div {
		overflow: visible;
		margin-bottom: 1em;
	}

	.loginRegion label {
		float: left;
		width: 8em;
	}

	.loginRegion input[type=text],
	.loginRegion input[type=password] {
		width: 15em;
	}

	.loginRegion span{
		float: left;
		padding-top:0.25em;
	}

.placeholder .loginRegion input[type=text],
.placeholder .loginRegion input[type=password] {
	width: 24.9em;
}

#recoverInstructions{
	display:block;
	padding-top:0.5em;
	margin-bottom:1.5em;
}

.SearchWrap {
    height: 45px;
}

.SearchWrap > div {
    float: left;
}

.SearchWrap > div:nth-child(1) {
    width: 400px;
}

.SearchWrap > div:nth-child(1) input{
    height: 22px;
    width: 380px;
}

.SearchWrap > div:nth-child(2) {
    width: 140px;
}

.SearchWrap > div:nth-child(3) {
    width: 200px;
}

.SearchWrap > div:nth-child(4) {
    width: 80px;
}

.SearchWrap > div:nth-child(4) input{
    height: 22px;
    width: 60px;
}

.SearchWrap > div:nth-child(5){
    width: 100px;
}
