



table {
    position: relative;
    border-collapse: collapse;
    margin:0px auto;
}

.table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th {
    border: none;
}



thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    padding-top:300px;
}

thead tr {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    padding-top: 300px;
}

thead th:first-child {
    left: 0;
    z-index: 1;
}

tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
}


@media (min-width: 0) {
    .card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		flex-direction: row;
		flex-wrap: wrap;
/* 		
        margin-right: -15px;
		margin-left: -15px;
		 */
    }
}












html{
    height: 100%;
    font: 16px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #d9d5cd;
}

body {
    font: 16px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #d9d5cd;
}

.container {
    margin: 0 auto;
    text-align: center;
}

.container-fluid {
    /*max-width: 90%;*/
    margin: 0px auto;
    padding: 0px 10px;
    display: block;
}

#main {
    padding: 1rem 0px;

    max-width: 95%;
    margin: 0px auto;
    text-align: center;
    color: #5a4732;
}





    #main h1, #main h2, #main h3 {
        padding: 0px;
        margin: 0px 0px 10px 0px;
        color: #5f746a;
    }


.main-content {
    /*margin-bottom: 50px;*/
    padding-bottom: 10px;
    background: #d9d5cd;
}

.story {
    max-width: 75%;
    margin: 0px auto;
    color: #5a4732;
}



footer {
    /*position: fixed;*/
    /*height: 50px;*/
    bottom: 0;

    margin-top: 100px;
    /*background: #B0b294;*/
    background: #b1b9a0;
    clear: both;
    text-align: center;
    color: #5a4732;
    font-size: medium;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: .07em;
}

@media (min-width: 0px) {
    footer {
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    footer {
        max-width: 90%;
    }
}




    footer a {
        color: #5a4732;
    }

    footer a:hover {
        color: #5f746a;
    }



.bg-BAF-Green {
    background: #b1b9a0;
}




/*#region Top Bar Stuff */
.top-bar {
    background: #000000;
    color: #B0b294;
    font-size: 1em;
    padding: 15px 25px;
    font-weight: 300;
    margin: 0px auto;
    white-space: nowrap;
    text-align:center;
}

.top-bar a {
    color: #bbb;
    text-decoration: none;
}



@media (min-width: 0px) {
    .top-line {
        white-space: normal;
        padding: 15px 5px;

    }
}


@media (min-width: 992px) {
    .top-line {
        white-space: normal;
        padding: 0px 135px;
    }
}

@media (min-width: 1200px) {
    .top-line {
        white-space: normal;
        padding: 0px 115px;
    }
}

@media (min-width: 1400px) {
    .top-line {
        white-space: normal;
        padding: 0px 100px;
    }
}


.click-to-email a:hover:after {
    content: "Click to Start an Email";
    position: absolute;
    text-align: center;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 2000;
    background: #cbb991;
    color: #5a4732;
    padding: 5px;
}
.click-to-email a {
    text-decoration: none;
}

iframe {
    border: none;
}




@media (min-width: 0px) {
    #navbarNavDropdown {
        padding-top: 3px;
        margin: 0px;
    }

    #CompanyName {
        padding-top: 29px;
        margin-left: -92px;
        display: inline-block;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
    }
}

@media (min-width: 1400px) {
    #navbarNavDropdown {
        padding-top: 21px;
        padding-left: 30px;
        margin: 0px;
    }

    #CompanyName {
        padding-top: 28px;
        margin-left: -90px;
        display: inline-block;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
    }
}


@media (min-width: 1400px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-custom .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand-custom .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-custom .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-custom .navbar-collapse {
            display: flex !important;
        }

        .navbar-expand-custom .navbar-toggler {
            display: none;
        }
}










/* style menu */
.navbar-brand {
    background: inherit;
    padding: 0px;
    margin-left: -10px;
    margin-top: -3px;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 15px 15px;
    text-align: center;
    width: 100%;
    color: #5a4732;
}

.mega-dropdown-menu li{

    color: #5a4732;
}

    .mega-dropdown-menu h3 {
        padding-top: 10px;
        color: #5a4732;
    }



.nav-item {
    padding: 0px 15px;
}



header {
    margin: 0 auto;
    white-space: nowrap;
}

@media (min-width: 0px) {
    header {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    header {
        max-width: 95%;
    }
}



.longDropMenu_100 {
    height: 100vh;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.longDropMenu_50 {
    height: 50vh;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

#ShowroomHours {
    white-space: nowrap;
}

#ShowroomHours th {
    text-align: right;
    padding: 5px 15px;
}

#ShowroomHours td {
    padding-right: 15px;
}

.message-top {
    text-align: center;
    padding: 10px;
    white-space: normal;
}




#ProductsNavBar li {
}



@media (min-width: 0px) {
    .scrollable-menu {
        height: auto;
        max-height: 80vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
}
@media (min-width: 992px) {
    .scrollable-menu {
        height: 100%;
        overflow-x: visible;
        overflow-y: visible;
    }
}

@media (min-width: 0px) {
    .scrollable-sub-menu {
        height: auto;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0px;
    }
    .scrollable-sub-menu .navbar {
        padding: 0px;
    }
    .scrollable-sub-menu ul {
        padding: 0px 1rem;
    }
}

@media (min-width: 992px) {
    .scrollable-sub-menu {
        height: 100%;
        overflow-x: visible;
        overflow-y: visible;
    }
    .scrollable-sub-menu .navbar {
        padding: 0px;
    }
    .scrollable-sub-menu ul {
        padding: 0px;
    }
}






.product-menu {
    text-align: left;
}

.product-menu .card {
max-width: 300px;
margin-left: -30px;
}

.product-menu a {
    color: #5a4732;
}





.product-menu ul {
list-style-type: none;
padding-left: 0px;
}

.product-menu ul {
list-style-type: none;
}

.product-menu ul li {
font-weight: bold;
padding: 5px 10px;
}

.product-menu ul li ul li {
    font-weight: normal;
    padding: 3px 10px;
}





/****  Catalog   ******/

#showroom {
/* margin-left:5px; */
border: thin black none;
text-align: center;
margin:0px auto;
}


@media (min-width: 0) {
    #showroom {
        max-width: 100%;
		padding: 0px;
    }
}

@media (min-width: 992px) {
    #showroom {
        max-width: 95%;
    }
}

@media (min-width: 1400px) {
    #showroom {
        max-width: 85%;
    }
}


#showroom .card-text {
	font-style: italic;
}
#showroom .card .picCap {
	padding-bottom:5px;
}

@media (min-width: 0) {
#showroom .card-footer h4{
	font-size:1em;
	font-weight:600;
}
#showroom .card-text small{
	font-size:.8em;
	font-weight:400;
}
#showroom .card-text{
	line-height:.9em;
}
#showroom .card-title{	
	margin-bottom:0px;
}
}

@media (min-width: 992px) {
#showroom .card-footer h4{
	font-size:1.3em;
	font-weight:500;
}
#showroom .card-text small{
	font-size:.8em;
	font-weight:400;
}
#showroom .card-text{
	line-height:1.0em;
}
#showroom .card-title{
	margin-bottom:0px;
}
}

@media (min-width: 1400px) {
#showroom .card-footer h4{
	font-size:1.4em;
	font-weight:400;
}
#showroom .card-text small{
	font-size:.8em;
	font-weight:400;
}
#showroom .card-text{
	line-height:1.1em;
}
#showroom .card-title{
	margin-bottom:.75px;
}
}








#showroom .card{
margin: 15px 0px;
border:none;
}
#showroom .card img {
    max-height: 300px;
    width: auto;
    max-width: 100%;
    /*max-width:200px;*/
}





#showroom .card-deck{
margin-bottom:50px;
}


#showroom a {
text-decoration: none;
}

#showroom a:hover {
    color: #5f746a;
}

#showroom h1 {
    color: #5f746a;
    margin-top:10px;
}

#showroom h1 a:hover {
    color: #fff;
    text-decoration: none;
}



#showroom .card a:hover:after {
    content: "Click for Details";
    position: absolute;
    text-align: center;
    top: 100%;
    /* left: auto; */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 999;
    background: #cbb991;
    color: #5a4732;
    padding: 5px;
}

#showroom .collectionHeaderInList a:hover:after {
    content: "Click to see the entire collection";
    position: absolute;
    text-align: center;
    top: 100%;
    /* left: auto; */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 999;
    background: #cbb991;
    color: #5a4732;
    padding: 5px;
}



#showroom h2 {
    /*border-bottom: thin black solid;*/
    width: 100%;
    margin: 0px auto;
    line-height: 1.3em;
}




#showroom h3 {
    margin: 0px auto;
    line-height: 1.3em;
}

.sectionHeader {
    display: block;
    line-height: 1.3em;
    font-size: 28px;
    margin: 50px 0px 5px 0px;
    padding-bottom: 2px;
    background: #5f746a;
    font-weight: bold;
}


.sectionHeader a {
    color: #cbb991;
    text-decoration: none;
    padding: 15px 0px;
    margin: 10px 0px;
    text-align: center;
}

.topOff {
    margin-bottom: -100px;
}

@media (min-width: 0) {
    .sticky-sectionHeader {
        padding-top: 28px;
        z-index: 50;
    }
    .topOff {
        margin-bottom: -48px;
    }
}

@media (min-width: 992px) {
    .sticky-sectionHeader {
        padding-top: 68px;
        z-index: 50;
    }
    .topOff {
        margin-bottom: -38px;
    }
}




.section {
    max-width: 70%;
    vertical-align: middle;
    clear: both;
    margin: 0px auto;
    padding-bottom: 15px;
    text-align: center;
}


.picCap{
    padding: 0 5px 15px 5px;
}



#navlistCollections li {
    display: inline-block;
    list-style-type: none;
    padding-right: 20px;
}
#navlist {
    padding: 7px 0px 7px 0px;
    margin: 7px 0px 7px 0px;
    /*background-color: #ccb27d;*/
    background-color: #cbb991;
    z-index: 100;
    /*  border:1px black solid; */
}
#navlist li {
    display: inline-block;
    list-style-type: none;
    padding-right: 25px;
    padding-top: 3px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1em;
}

#navlist li a {
    color: #000001
}


/* 
.btn-primary.request-btn {
	background-color: #60436a;
	border-color: #60436a;
}

.btn-primary.request-btn:hover{
	background-color: #52385a;
	border-color: #52385a;
}

.btn-primary.request-btn:focus{
	background-color: #52385a;
	border-color: #855a93;
	box-shadow: 0 0 0 1px #855a93, 0 0 0 0.2rem rgba(133, 90, 147, 0.25);
}

.btn-primary.request-btn::before{
	background-color: #52385a;
	border-color: #855a93;
	box-shadow: 0 0 0 1px #855a93, 0 0 0 0.2rem rgba(133, 90, 147, 0.25);
}

.btn-primary.request-btn:active{
	background-color: #52385a;
	border-color: #855a93;
}
 */



/****  Care   ******/

#care {
    max-width: 90%;
    border: 1px black none;
    line-height: 1.3em;
    padding: 10px;
    margin: 0px auto;
    font-size: large;
    display: block;
    color: #5a4732;
}

    #care a {
        color: #5f746a;
    }

    #care p {
        padding-top: 10px;
    }

    #care img {
        display: block;
        margin: 0px auto;
    }

    #care li a {
        color: #5a4732;
    }

    #care li a:hover {
        color: white;
    }

    #care ul {
        list-style-position: outside;
        line-height: 1.3em;
    }

    #care li {
        margin: 10px 0px;
    }

    #care h1, #care h2, #care h3 {
        padding: 0px;
        margin: 0px 0px 10px 0px;
        color: #5f746a;
    }










    #main p {
        padding-top: 10px;
        /*font-size: x-large;*/
    }

    #main img {
        display: block;
        margin: 0px auto;
    }

    #main li a {
        color: #5a4732;
    }

    #main li a:hover {
        color: white;
    }

    #main a:hover {
        color: #5f746a;
    }




    #questions ul {
        list-style: none;
        font-weight: 600;
    }

    #questions li {
        padding-left: 0px;
    }

    #questions li li {
        padding: 5px 0px 10px 0px;
        font-weight: 500;
    }


    #map{

    }

    #map img {
        display: block;
        margin: 0px auto;
        border-bottom-style: none;
    }

    #map a {
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.3em;
        border: thin black none;
    }

    #map a img {
        padding-top: 10px;
        border: none;
    }


.map-responsive {
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }


/****  Floor Sale   ******/



.section {
    max-width: 90%;
    vertical-align: middle;
    clear: both;
    margin: 0px auto;
    padding-bottom: 15px;
    text-align: center;
}



.fsItem {

    display: block;
    text-align: left;
    padding: 4px 20px;
    margin: 10px auto;
    clear: both;
    width: 85%;
}


.fsItemTitle {
    display: block;
    text-align: center;
    font-size: 1.6em;

    font-weight: 700;
}

.fsItem ul {

}

.fsItem li {

    font: 1.3em;
    line-height: 1.4em;
}

.fsItem .imgbox {

    text-align: center;
    margin: 0px 0px 15px 0px;
}

.fsItem .tile p {
    padding: 5px 5px 7px 5px;
    border: thin solid black;
    background-color: #cbb991;
}


.fsItem p a {
    text-decoration: underline;
}

.fsItem .imgbox img {

    max-width: 90%;
}


.fsItem hr {
    width: 100%;
    float: left;
    height: 0px;
    color: #5a4732;
    background-color: #5a4732;
    border: 1px solid #5a4732;
    border-bottom: 0px;
    padding: 0;
}





/****  Catalog - selection   ******/
/*******   These have been checked   **********/


#imagebox img {
    background-color: #5f746a;
    padding: 10px;
    max-height: 500px;
}

#imagebox p {
    text-align: center;
    margin: 5px;
    padding: 0px 3px;
    color: #5a4732;
    font-size: 18px;
}

#imagebox .caption {
    font-size: 19px;
    display: inline;
}

.itemTitle a {
    color: #5a4732;
    text-decoration: none;
}



@media (min-width: 0) {
    #item {
        width: 100%;
        margin: 0px auto 10px auto;
        padding-top: 0px;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    #item {
        width: 85%;
        margin: 0px auto 10px auto;
        padding-top: 0px;
        text-align: center;
    }
}


#itemList {
    display: inline-block;
    word-wrap: hyphenate;
    word-break: break-word;
}

#itemList td {
    padding-left: 2px;
}

.followPrice {
    word-break: keep-all;
}

.under-border {
    border-bottom: 1px solid #5a4732;
}
.under-border td {
    vertical-align: bottom;
    white-space: nowrap;
    padding: 5px 5px;
    font-size: 1.2em;
    font-weight: bold;
}

tr.spacerRow{
    height:95px;
}



@media (min-width: 0) {
    .scrollWoods {
        text-align: left;
    }
}

@media (min-width: 575px) {
    .scrollWoods {
        display:none;
    }
}




.seepiclinkCenter {
    color: #5f746a;
    font-size: 0px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .seepiclinkCenter a {
        display: inline-block;
        background: #5f746a;
        position: relative;
        padding: 3px;
        margin: 1px 2px;
        /*  float:left;
*/
    }

    .seepiclinkCenter img {
        padding: 0px;
        margin: 0px;
    }



    .seepiclinkCenter a:hover:after {
        content: "Click for Large Picture";
        position: absolute;
        text-align: center;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
        white-space: nowrap;
        z-index: 997;
        background: #5f746a;
        color: #cbb991;
        padding: 5px;
    }






@media (min-width: 0) {
    .subPics {
        padding-left: 20px;
        float: left;
    }
}

@media (min-width: 992) {
    .subPics {
        padding-left: 100px;
        float: left;
    }
}

.subPics img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    color: #5f746a;
    padding: 3px;
}

.subPics a {
    display: inline-block;
    background: #5f746a;
    margin: 0px -5px .5rem -5px;
}


.seepiclink a:hover:after {
    content: "Click for Large Picture";
    position: absolute;
    text-align: center;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    white-space: nowrap;
    z-index: 997;
    background: #5f746a;
    color: #cbb991;
    padding: 5px;
}




.rc0, .rc0 th {
    background-color: #c2c4a6;
}

.rc1, .rc1 th {
    background-color: #b1b9a0;
}

    .rc0 td, .rc1 td {
        vertical-align: middle;
    }

@media (min-width: 0) {
    .centerRow {
        text-align:left;
    }
}

@media (min-width: 992) {
    .centerRow {
        text-align: center;
    }
}

.centerRow h2 {
    font-weight: bold;
}



#item table {
    padding: 0px;
    margin: 0px auto;
    font-size: 13px;
    border: none;
}
#item td {
    padding: 3px;
}

.itemCell {
    min-width: 300px;
    max-width: 400px;
    border: none;
    word-break: keep-all;
    text-align: left;
}

#item th.item {
    vertical-align: bottom;
}

#item .item h2 {
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
    padding-left: 0px;
    margin-bottom: -.5rem !important;
}
#item .item h3 {
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
    padding-left: 0px;
    margin-bottom: -.5rem !important;
}

#item .itemID {

    padding-right:15px;
}

#item .item {
    max-width:400px;
}

#item .itemSubName h3 {
    font-weight: 600;
    font-size: 1.4rem;
}

#item .itemDimension {
    text-align: left;
    font-size: 16px;
    vertical-align: text-top;
    padding: 0px 3px 0px 10px;
    margin: 0px;
    font-style: italic;
    font-weight: 500;

}



#item .itemDescription {
    text-align: left;
    font-size: 18px;
    padding: 5px;
    margin: 0px;
    font-weight: bold;
}

#item .itemCode {
    padding-right: 3px;
    font-size: 12px;
    color: gray;
    overflow-wrap: break-word;
    word-break: break-word;
}

#optionSection{
    max-width:80%;
    margin:30px auto;
}

    #optionSection h2 {
        border-bottom: 1px solid #5a4732;
    }


















    /*.bottomLine {
    border-bottom: thin black solid !important;
    vertical-align: bottom;
}*/
    /****  Catalog   ******/
    /*******   These NEED checked   **********/
    /*******   These NEED checked   **********/
    /*******   These NEED checked   **********/
    /*******   These NEED checked   **********/
    #followDim td {
    font-size: 10px;
    margin: 0px 0px 50px 0px;
}


#optionPrice td {
    vertical-align: middle;
    font-weight: 100;
}








.addonMemberDisplay {
    text-align: left;
}






.UnderItem {
    background-color: #d0d2b6;
    text-align: left;
    float: left;
    padding: 0px;
    width: 92%;
}






.dimensionList {
    list-style-type: square;
}












/****  Classes   ******/




.rowTitle {
    display: block;
    text-align: left;
    line-height: .9em;
    font-size: 30px;
    font-weight: 700;
    border-bottom: thin black none;
    margin: 20px 5px 0px 0px;
    vertical-align: bottom;
}







    #optionsTable tr {
        line-height: 2em;
    }

.displayTitleTypes {
    font-size: 0.9em;
    font-style: italic;
}






.avail {
    vertical-align: top;
}


.caption {
    display: block;
    color: #5f746a;
    font-size: 14px;
    width: 200px;
}
















#item .optType {
    text-align: left;
    padding-right: 10px;
    margin-bottom: -2px;
    font-size: 20px;
}

#item .optMembers {
    font-style: italic;
    margin: 0px 0px 5px 5px;
    line-height: 1em;
    font-size: 14px;
    max-width: 350px;
}

#item .addonGroup {
    display: block;
    font-weight: 600;
    /*border-bottom:thin #5a4732 solid;*/
}
.addonGroupLine {
    background: #ad976d;
}


#item .OptionName {
    text-align: left;
    padding-right: 10px;
    vertical-align: text-top;
}

#item .OptionMod {
    text-align: center;
    padding-right: 10px;
    vertical-align: text-top;
}

#item .OptionAvail {
    text-align: center;
    padding-right: 10px;
    padding-bottom: 15px;
    vertical-align: text-top;
}





#followBox {
    /* border: 1px solid #000000; */
    /*background-color: #ccb27d;*/
    background: #b1b9a0;
    padding: 20px 3px;
    margin: 15px auto;
    color: #5a4732;
    clear: both;

}
#followBox table {
    color: #5a4732;
}


#followBox td {
    padding: 2px 10px;
}

#optionBox {
    width: 270px;
    float: right;
    border: 1px solid #666;
    background-color: #cbb991;
    padding: 3px;
    margin: 5px 10px 5px 5px;
    color: #5a4732;
}



    #optionBox td {
        text-align: center;
    }

    #optionBox .item {
        text-align: left;
        padding-right: 4px;
    }

.tableSection {
    font-size: 25px;
    text-decoration: underline;
    font-weight: 500;
}


.highLightID {
    color: #FFFFFF;
    /* background:#000000; */
}





.lazy {
    /*display: none;*/
}
































/****  Tags   ******/

p {
    margin: 5px 5px 5px 5px;
}


hr {
    display: block;
    padding: 0px;
    margin: 0px;
    clear: both;
}

h5 {
    font-size: .7em;
    line-height: .9em;
    margin-bottom: -5px;
}

a {
    color: #5f746a;
}

td {
    padding: 5px 15px;
    font-size: 1.2em;
}



ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ol {
    list-style: none;
    padding: 0px;
}


.mainImage img {
    border: 10px solid #5f746a;
    max-width:95%;
}




















/****  Classes   ******/


.headlineWhite {
    color: #ffffff;
    text-align: center;
}


.smaller {
    font-size: 16px;
}

.noList {
    list-style: none;
}

.plainlist {
    list-style: none;
    margin-left: -8px;
}

    .plainlist a {
        color: #cbb991;
        font-size: 22px;
    }

    .plainlist li a:hover {
        color: #ffffff;
        font-size: 22px;
        text-decoration: underline;
    }

.medText li {
    font-size: 23px;
    line-height: 1.2em;
}

.medText ol {
    margin: 10px 0px;
}

.medText ul {
    list-style: none;
    margin: 25px 0px;
}

.bigger {
    font-size: 1.3em;
    line-height: 1.4em;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.breakline {
    margin: 2px 10%;
    padding: 0px;
}

.right {
    text-align: right;
}

.colleft {
    float: left;
    width: 49%;
}

.colright {
    float: left;
    width: 49%;
}

.nohat {
    margin-top: 0px;
    padding-top: 0px;
}

.bold {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.tan {
    color: #cbb991;
}

.brown {
    color: #5a4732;
}

.black {
    color: #000000;
}

.white {
    color: #ffffff;
}

.mappad {
    padding-top: 0px;
}

.questionpad {
    padding-top: 10px;
}

    .questionpad ul {
        padding: 0px;
    }

#guard {
    margin-top: 180px;
}

#question {
    margin-top: 90px;
}

.lightGreen {
    color: #B0b294;
}

.green {
    color: #5f746a;
}



.mainpad {
    padding-top: 10px;
}

.underline {
    text-decoration: underline;
}

.noUnderlineLink a {
    text-decoration: none;
}

.fivepad {
    padding: 5px;
}

.tenpad {
    padding: 10px;
}

.phone {
    font-weight: 600;
}

.vmiddle {
    vertical-align: middle;
}

.tanBreakline {
    height: 0px;
    color: #5a4732;
    background-color: #5a4732;
    border: 1px solid #5a4732;
    border-bottom: 0px;
    padding: 0;
}

.brownBreakline {
    height: 0px;
    color: #5a4732;
    background-color: #5a4732;
    border: 1px solid #5a4732;
    border-bottom: 0px;
    padding: 0;
}

.lightGreenBreakline {
    height: 0px;
    color: #B0b294;
    background-color: #B0b294;
    border: 1px solid #B0b294;
    border-bottom: 0px;
    padding: 0;
}


.onlyPrintInline {
    display: none;
}

.onlyPrintBlock {
    display: none;
}

