body, td {
    font-family: 'Merriweather', 'Times New Roman', Serif;
    font-size   : 12px;
    color       : #333;
    line-height : 18px;
}

h1, h2, h3, #mainNav li a {
    font-family: 'FuturaW01-MediumCondens', 'Impact', sans-serif;
    letter-spacing : 0;
    font-style     : normal;
}

h1.twoColumH1Style {
    font-family: 'Merriweather', 'Times New Roman', Serif;
    font-size   : 38px;
    line-height: 43px;
    color       : #000;
    font-weight : 700;
    margin      : 0 0 0px 0;
    padding: 55px 0 0 33px;
}

h1 {
    text-align: center;
    font-family: 'Merriweather', 'Times New Roman', Serif;
    color: #FFF;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    padding: 40px 0;
    margin: 0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 04);
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

.home h1 {
    font-style: italic;
}

#homePage h2 {
    font-size   : 22px;
    line-height: 27px;
    color       : #000;
    font-weight : bold;
    margin      : 0 0 10px 0;
    padding: 0;
}
h2 {
    font-family: 'Merriweather', 'Times New Roman', Serif;
    font-size   : 22px;
    line-height: 27px;
    color       : #000;
    font-weight : 700;
    margin      : 0 0 10px 0;
}

h2.heading2_styled {
    font-family: 'Merriweather', 'Times New Roman', Serif;
    font-size   : 26px;
    line-height: 27px;
    color       : #000;
    font-weight : 700;
    padding-bottom: 20px;
    border-bottom: dashed 2px #938e8c;
    margin      : 0 0 20px 0;
}

h2.heading2_styled.smallmargin {
    margin      : 0 0 5px 0;
}
.italic_quote_small {
    font-family: 'Merriweather', 'Times New Roman', Serif;
    font-weight: 400;
    font-style: italic;
    color: #555555;
}
.quote_large {
    font-family: 'Merriweather', 'Times New Roman', Serif;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    font-style: normal;
    color: #555555;
}
.quote_medium {
    font-size: 15px;
}

.border_dashed {
    border-bottom: dashed 2px #938e8c;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.linksPageFormatting{
   line-height: 23px;
}
/* FAQ Styles */


h3 {
    font-family: 'Merriweather', 'Times New Roman', Serif;
    font-size   : 18px;
    line-height: 24px;
    color       : #000;
    font-weight : 700;
    margin      : 0 0 10px 0;
}

h4 {
    font-size   : 14px;
    line-height: 17px;
    color       : #666666;
    font-weight : bold;
}

a, a:visited, a:active {
    color           : #000;
    text-decoration : none;
    outline         : none;
}

a:hover {
    color           : #575757;
    text-decoration : none;
}

hr {
    margin     : 20px 0;
    height     : 1px;
    border     : none;
    border-top : 1px solid #92908d;
    color      : #92908d;
}
strong {
    font-family: 'Merriweather', 'Times New Roman', Serif;
    font-weight: 700;
}

/*
	Custom Styles for dropdown
	Notice [10/02/2012]: TinyMCE applies css classnames in lowercase when used within a Webkit browser. So 'textHighlight' becomes 'texthighlight'.
	Workaround: Either declare all editor styles in lowercase, or create duplicate lowercase styles for webkit browsers.
*/
blockquote, blockquote p {
    font-size: 14px;
}
blockquote {
    margin-top: 20px;
    border-left: 1px solid #000
}
.button {}

.texthighlight {
    font-weight : bold;
    color       : #999999;
}

.texthighlight2 {
    font-weight : bold;
    color       : #006600;
}

.pageimageleft, .pageimageright {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pageimageright{
    float  : right;
    margin : 0px 3px 10px 25px;
    border: solid 10px #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.4);
}

.pageimageleft{
    float  : left;
    margin : 0px 25px 10px 0px;
    border: solid 10px #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.4);
}

/* ******************* */
/* Lists */
/* ******************* */

#content ul, #content ol {
    list-style : none;
    padding    : 0px;
    margin     : 0px 10px 15px;
}

#content ul li {
    text-indent : -10px;
    margin-left : 10px;
    padding     : 3px 0px;
}

#copy ul li:before {
    font-family: arial;
    content     : "\203A \00a0";
    color       : #000;
    font-size   : 17px;
    line-height : 10px;
}

#copy ol {
	list-style  : decimal outside;
}

#copy ol li {
    margin-left : 20px;
    padding     : 3px 0px;
}

/* ******************* */
/* Tables */
/* ******************* */

#content table, table {
    width  : 100% !important;
    margin : 20px 0px;

}

table tr:nth-child(odd) {
    /*background-color : #f5f5f5;*/
}

table thead tr {
    /*background-color : transparent !important;*/
}

table tr td {
    border-bottom  : 1px solid #000;
    text-align     : center;
    padding        : 14px 14px;
    text-align     : left !important;
    vertical-align : middle !important;
    border-right: solid 1px #000;
}

table tr td:first-child {
    border-left: solid 1px #000;
}

table tr td:last-child {
    border-right: solid 1px #000;
}

table tr:hover td {

}

table thead tr th, table thead tr td {
    font-weight      : bold;
    padding          : 10px 14px 10px 15px;
    font-size        : 13px;
    text-align       : left !important;
    color: #fff;
    background: url("images/backgrounds/table-row-divider-bg.png") no-repeat bottom right;
    border-right: solid 1px rgba(0,0,0,0.05);
}

table thead tr{
    background: #000;

}
table thead tr th:first-of-type, table thead tr td:first-of-type {
    border-top-left-radius : 4px;
    border-left: 0;
}

table thead tr th:last-of-type, table thead tr td:last-of-type {
    border-top-right-radius : 4px;
    border-right: 0;
}

table tr td p {
    padding : 0px;
    margin  : 0px !important;
}

table tr.rowDivider td {
    border-top : 3px solid #333;
}

table.invisibleTable tr, table.invisibleTable tr:hover,
table.invisibleTable td, table.invisibleTable td:hover,
table.invisibleTable tr:hover td,
table.gsc-search-box tr, table.gsc-search-box tr:hover,
table.gsc-search-box td, table.gsc-search-box td:hover,
table.gsc-search-box tr:hover td {
    border         : 0;
    background     : transparent !important;
    vertical-align : top !important;
}

table.invisibleTable tr, table.invisibleTable td {
    padding : 5px;
}

/* TABLE FOR LINKS & BRANDS PAGE */
table.linksbrands {
    vertical-align: top;
    border: none;
    margin-top: 0!important;
}

table.linksbrands td{
    vertical-align: top;
    border: none;
    padding: 0px 10px;
}
table.linksbrands tbody tr, table.linksbrands tbody td{
    border: none;
    vertical-align: top!important;

}
hr.hrlargespacing {
    margin: 40px 0;
}