﻿
.width-lg {
    margin: 0 auto;
    max-width: 1400px;
}

.width-med {
    margin: 0 auto;
    max-width: 1100px;
}

.width-sm {
    margin: 0 auto;
    max-width: 900px;
}



modal-lg {
    width: 750px;   /* need a larger than normal dialog box */
    margin: auto;   /* to center the dialog */
}


.socialmedia-panel {
    height: 40px;
    background-color: black;
    color: #696969;
    padding: 2px;
}  

/* outer div */
.sitecontainer {
    margin: 0 auto;
    margin-top: 0px;
    min-height:700px;  /* pushes the footer down on less busy pages*/
}


/* inner div */
.content {
    padding: 10px;
    background-color: #ffffff;
    min-height: 500px; /* makes the middle panel larger on less busy pages*/
    max-width: 96%;
    margin-left: 2%;
}


/* footer */

.footer {
    color: #ffffff;
    background-color: #2B2B2B;
    height: 60px;
    padding:5px;
    margin-top:10px;
}
    .companyaddress a {
        color: #ffffff !important;
    }

.border-fix {
    border-left: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
}
/* define the basic styles for the page */
.content, .contentbutton {
    font-family: "Noto Sans" sans-serif;
    font-size: 11pt;
    color: #323232;
}

/* darker blue for some titles */
.darker {
    color: #00538F;
}

/* switch off all underlining of links */
.content a:link, .content a:visited, .content a:hover,  .content a:active {
    text-decoration: none;
}

/* http://www.cssmatic.com/box-shadow */
.dropshadow {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
}


.spacer-x {
    padding-left:10px;
}

.spacer-y {
    padding-top:25px;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.centered {
    text-align: center;
}

.text-b {
    font-weight: bold;
}

/* nice easy left + right-align classes */
.fleft {
    float:left;
}

.right {
    float:right;
}

/* vertical alignment styles */
.v-top {
    vertical-align:top;
}
.v-middle {
    vertical-align:middle;
}
.v-bottom {
    vertical-align:bottom;
}

/*
    remember that bootstrap adds in margins between cols even when you don't want them!
*/
.remove-left-margin {
    margin-left: -15px;
}

.remove-right-margin {
    margin-right: -15px;
}

.remove-margins {
    margin-left: -15px;
    margin-right: -15px;
}
