﻿
body
{
    margin: 0px;
    padding: 0px;
    color: #191246;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.0em;
    line-height: 1.2em;
}

@media screen and (max-width: 575px) {
    body
    {
        font-size: .9em;
        line-height: 1.1em;
    }
}

blockquote
{
    padding: 4px;
    display: table;
    margin: 1em;
}

img, iframe
{
    max-width: 100%;
}

/* Hack so password characters show up in IE8 */
.ui-widget input[type=password] {
    *background-color: #ffffff !important;
    *color: #464646 !important;
    font-family: Arial !important;
}

#mainHeader
{   
    padding: 0px;
    overflow: hidden;
    background-color: #C6C72E;
}

#mainLogoLink
{
    position: absolute;
    border: 0px none;
    padding-left: 10px;
    padding-top: 11px;
    z-index: 1;
}

#headerButtonRight
{
    display: inline-block;
    float:right;
    padding-top: 22px;
    padding-right: 30px;
}

#mainNav
{
    padding: 0px;
    overflow: hidden;
    background-color: #F1C01A;
    text-align:center;
}

#navBarRight
{
    display: inline-block;
    float:right;
    padding-top: 5px;
    padding-right: 30px;
}
#navBarRight img
{
    height: 20px;
    border: 0px;
}
#letsTalkDiv
{
   display: inline-block;
   width: 210px;
   float:right;
   padding: 10px;
   text-align: left;
   vertical-align: middle;
}

#AddlInfoBox
{
    text-align:left;  
    padding-left:10px; 
    padding-right:10px; 
    padding-bottom:10px; 
    padding-top:10px; 
    background-color:#fcf3d2
}

#AddlInfoBox h1, #AddlInfoBox h2, #AddlInfoBox h3
{
    margin-top: 0;
}

#AddlInfoBox ul
{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}

#AddlInfoBox li 
{
    margin-bottom: 10px;
}

#AddlInfoBox a
{
    font-size: 1.2em;
}

/* Menu */
#navMenu
{  
    font-size: 1.2em;
    padding: 7px 0px 0px 0px;
    display: inline-block !important;
}

#navMenu ul
{
    padding: 0px;
    width: auto;
    z-index: 99;
    list-style: none;
    margin: 0;
}
#navMenu ul li
{
    margin-right: 1.2em;
    border: 0px;
    border-style: none;
    padding: 1px;
}
@media screen and (max-width: 880px) {
    #navBarRight
    {
        display: none;
    }
    #headerButtonRight
    {
        display: none;
    }
    #mainHeader
    {
        height: 50px;
    }
    #imgTopLogo
    {
        height: 50px;
    }
    #mainLogoLink
    {
        padding-left: .5em;
        padding-top: .5em;
    }
}
@media screen and (max-width: 800px) {
    #letsTalkDiv 
    {
        width: 160px;
        font-size: .9em;
        line-height: 1.2em;
    }
}
@media screen and (max-width: 610px) {
    #letsTalkDiv 
    {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    #navMenu {
        display: none !important; /* under 500, hide the navbar a block so hamburger menu works */
    }
}
#navMenu ul li:last-child
{
    margin-right: 0px;
}
#navMenu ul li a, #navMenu ul li a:visited
{
    text-decoration: none;
    white-space: nowrap;
	font-weight: bold;
	text-align:  right;
    color: black;
}
#navMenu ul li a.highlighted
{
    color: white;
}
#navMenu ul li a.selected
{
    color: #781E5C;
}
/* end Menu */

/* breadcrumbs */
#breadcrumbNav
{
    display: block;
    padding-bottom: .4em;
}
.breadcrumbLink, .inlineButton
{
    font-size: .85em;
}
.breadcrumbLink .ui-button-text, .inlineButton .ui-button-text
{
    padding: 0em .5em 0em .5em;
}
/* end breadcrumbs */

#mainBody
{
    width: 96%;
    margin: .8em auto .8em auto;
    max-width: 1000px;
}

#bodyContainer
{
    padding: 0em;
}


#bodyContainer a:not(.ui-button):not(.ui-selectmenu), 
#AddlInfoBox a:not(.ui-button):not(.ui-selectmenu)
{
    font-weight: 600;
    text-decoration: none;
    color: #56004e;
}

#bodyContainer a:hover:not(.ui-button):not(.ui-selectmenu), 
#AddlInfoBox a:hover:not(.ui-button):not(.ui-selectmenu)
{
    color: #191246;
}

#bodyContainer a:not(.ui-button):not(.ui-selectmenu):not([href]), 
#bodyContainer a:hover:not(.ui-button):not(.ui-selectmenu):not([href]),
#AddlInfoBox a:not(.ui-button):not(.ui-selectmenu):not([href]),
#AddlInfoBox a:hover:not(.ui-button):not(.ui-selectmenu):not([href])
{
    text-decoration: solid;
    border-bottom: none;
    color: inherit;
}

.helpContent a:hover:not(.ui-button):not(.ui-selectmenu)
{
    border-bottom: 1px dotted;
}

#mainFooter
{
    font-size: .95em;
    line-height: 1.2em;
    font-weight: 600;
    padding: 1em;
    overflow: hidden;
    background-color: #F1C01A;
    margin-top: .7em;
    white-space: nowrap;
}

#footerButtonRight
{
    display: inline-block;
    float:right;
    padding-top: .5em;
    padding-right: 1em;
}

#mainFooter .footerCol:first-child
{
    padding-left: 50px;
}

.footerCol
{
    display: inline;
    float:left;
    margin-right: 8%;
}

.footerCol a, .footerCol a:visited
{
    color: black;
    text-decoration: none;
}
.footerCol a:hover
{
    color: white;
}

#footerPhone
{
    float:right;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.3em;
    text-align: center;
    -webkit-break-inside: avoid-column;
    break-inside: avoid;
}

@media screen and (max-width: 861px) {
    #footerButtonRight
    {
        display: none;
    }
}

h1, h2, h3, h4, h5, h6 
{
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.1em;
    padding: 0px;
    margin: 0px;
    margin-top: .5em;
    margin-bottom: 4px;
    color: #56004E;
}

h1
{
}
h2
{
    color: #e11d3d;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.4em;
    color:black;
}

p
{
    padding: 0px;
    margin: 0px;
    padding-bottom: 4px;
}

ul
{
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
}

.noBorder
{
    border-width: 0px;
    border-style: none;
}

.clear
{
    clear: both;
}


.stepHeader
{
    height: 2em;
    min-height: 2em;
    display: inline-block;
    float: left;
    font-weight: bold;
    padding-right: .5em;
}

input, textarea 
{
    outline: none;
    padding: 4px;
    border: 1px inset;
}

.smallText
{
    font-size: .85em;
}

/* For button rollovers */

    .expandImg
    {
        text-align: center; 
    }
    .imgBtn 
    {
        z-index: 0;
        display: inline-block;
        width: 125px; /* full-size width */
        height: 130px; /* full-size height */
        text-align: center;
        vertical-align: middle;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .imgBtn:hover
    {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .imgBtn a img {
        position: relative;
        border: 0 solid #fff;
        width: 115px; /* shrunk width */
        height: 120px; /* shrunk height */
    }


/* End Button rollovers*/

.imgCol
{
    float: left;
    padding: 6px;
    height: 134px;
}
.tallCol
{
    height: 650px;
    min-height: 600px;
}

.overviewSection
{
    float: left;
    width: 50%;
}
.overviewSectionWide
{
    float: left;
    width: 85%;
}

.overviewSection:hover > .imgCol > .imgBtn
{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.overviewTitle
{
    padding-left: 137px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.1em;
    margin-top: 4px;
    margin-bottom: 4px;
    color: black;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 880px) {
    .overviewSection
    {
        width: 100%;
    }
    .imgCol
    {
        height: 89.33333333px;
        text-align: center;
    }
    .imgBtn 
    {
        width: 83.3333333333px; /* full-size width */
        height: 86.666666666px; /* full-size height */
    }
    .imgBtn a img {
        width: 76.666666666px; /* shrunk width */
        height: 80px; /* shrunk height */
    }
    .overviewTitle
    {
        padding-left: 91.333333333px;
    }
}
@media screen and (max-width: 450px) {
    .imgCol
    {
        height: 67px;
        text-align: center;
    }
    .imgBtn 
    {
        width: 62.5px; /* full-size width */
        height: 65px; /* full-size height */
    }
    .imgBtn a img {
        width: 57.5px; /* shrunk width */
        height: 60px; /* shrunk height */
    }

    .overviewTitle
    {
        padding-left: 0em;
        text-align: center;
    }
}

.errorSection
{
    padding: 4px;
}

/* For Pretty Photo media galleries */
    ul.gallery li {
        display: inline;
    }
/* End Pretty Photo media galleries */



/* For Email contact form */

    .emailFormHead {
        width: 40%;
        padding-top: .5em;
        text-align: right;
        vertical-align: top;
        font-weight: bold;
    }

    .chkbox input { /*sets style to reduce the size of chkbox icon*/
        height: 15px !important;
        width: 12px;
        line-height: 2px;
    }

    .emailFormTable
    {
        float:left;
        text-align: left; 
        width: 100%;
    }

    .emailFormTable td
    {
        vertical-align: top;
    }

    #pnlSalesList
    {
        float:left;
        padding-left: .5em;
        text-align: left;
        font-size: .85em;
    }

    #serviceListValues
    {
        max-width: 200px;
    }

    @media screen and (min-width: 979px) {
        .emailFormTable
        {
            max-width: 655px;
        }
    }
    @media screen and (max-width: 979px) {
        #pnlCustomerServiceList{
            display: table;
            width: 98%;
            padding-left: 0em;
            border-spacing: 2px;
        }

        #pnlSalesList
        {
            width: 98%;
            padding-left: 0;
        }

        #serviceListRow
        {
            display: table-row;
        }

        #serviceListDescription
        {
            display: table-cell;
            width: 40%;
            padding-top: .5em;
            text-align: right;
            padding-left: 0em;
        }

        #serviceListValues
        {
            display: table-cell;
            max-width: none;
        }
    }

/* End For Email Contact Form */