.clear {
    clear: both;
}

body {
    font-family: 'Open Sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    /* background: white url(/Images/web-background.jpg) top center no-repeat; */
    background: #dddddd;
    Xmargin: 2px auto;
    position: relative; /* This is all to move the page to be centered in viewport */
    width: 1500px;
    left: 50%;
    margin: 0 0 0 -750px;
    overflow-x: hidden;
}

.newHome {
    font-family: 'Open Sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    /* background: white url(/Images/web-background.jpg) top center no-repeat; */
    background: #dddddd;
    Xmargin: 2px auto;
    /*position: relative;
	width: 1500px;
	left: 50%;
	margin: 0 0 0 -750px;*/
    overflow-x: hidden;
}

img {
    border: none;
    border-width: none;
}

a {
    text-decoration: none;
    color: black;
}

#content {
    width: 1500px;
    margin: 0 auto 0 auto;
    background: white;
    border: 2px solid #b0b0b0;
}

#header {
    /* margin: 30px 0 5px 0; */
    padding: 5px 0 5px 0;
    background-color: #808080;
}

#XXXheadImg {
    background: #808080 url(/themes/new/BigTest3/data1/images/DDC-logo-header-Banner--1500-x-74.jpg) center no-repeat;
    height: 74px;
}

#nav {
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
    /* border-top: 1px solid #c0c0c0; */
    border-bottom: 1px solid #c0c0c0;
    /* text-transform: uppercase; */
    background-color: #c0c0c0;
    height: 20px;
}

    #nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
    }

        #nav ul li {
            display: inline;
            padding: 0 15px;
            margin: 0;
        }

            #nav ul li a {
                text-decoration: none;
                padding: .2em 1em;
                margin: 0;
                color: black;
            }

                #nav ul li a:hover {
                    color: blue;
                }

#main {
    position: relative;
    padding: 5px 10px 0 10px;
    width: 980px;
    margin: 0 auto;
}

#leftCol {
    width: 70%;
    float: left;
}

#rightCol {
    width: 27%;
    float: left; /* background-color:#cdd8f6; */
    padding: 0 10px; /*border:3px inset gray;*/
}

#corpStmt {
    font-size: .7em;
    /* font-size: .5em; */
    /* color: #015289; */
}

#newsbar {
    /* background-color: #015289;
	margin: 0 19px 10px 0;
	padding: 1px; */
}

.newsticker {
    color: white;
    font-size: 18px;
}

.subBox {
    font-size: .7em;
    width: 95%;
    border: 1px solid #c0c0c0;
    height: 203px;
    padding: 5px 5px 5px 5px;
}

    .subBox h2 {
        font-size: 1.2em;
        /* text-transform: uppercase; */
        color: black;
        background: #c0c0c0;
        /* color: white;
	background: #015289; */
        margin: 0;
        padding: 3px;
    }

    .subBox > img {
        /* float: left; */
        margin: 3px;
    }

    .subBox ul {
        margin-left: 0.5em;
        padding-left: 0.2em;
        margin-bottom: 1em;
        float: left;
    }

    .subBox li {
        font-style: italic;
    }

.fleft {
    float: left;
}

.fright {
    float: right;
    margin-right: 40px;
}

.highlight {
    color: black;
    background: yellow;
    padding: 3px 10px;
}

.newsItem {
    margin: 0;
    padding: 5px 5px 8px 5px;
}

#appt {
    float: left;
    margin: 25px auto;
}

#divButtons {
    clear: both;
    padding: 10px 0 10px 0;
}

    #divButtons img {
        padding: 0 10px 0 0;
        border: 1px solid black;
    }

#contact {
    font-size: .7em;
    //font-weight: bold;
}

    #contact h2 {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0;
        padding: 0 0 5px 0;
    }

    #contact img {
        vertical-align: middle;
    }

#findProd {
    font-size: .7em;
    //font-weight: bold;
    //margin-top: 15px;
    background: #cccccc;
    padding: 5px 5px;
}

    #findProd h2 {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0;
        padding: 0 0 5px 0;
    }

    #findProd input[type="text"] {
        border: 1px solid #999;
        margin: 1px 0 1px 0;
        width: 145px;
    }

input.button_add {
    background-image: url(/themes/new/images/search-button-icon.png);
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 22px; /* make this the size of your image */
    padding-left: 22px; /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

#findProd select {
    border: 1px solid #999;
    margin: 1px 0 1px 0;
    width: 149px;
}

.option-gray {
    color: gray;
}

.findProdLeftCol {
    width: 30%;
    float: left;
    text-align: right;
    margin-top: 4px;
}

.findProdRightCol {
    width: 70%;
    float: left;
}

#prodLines {
    font-size: .7em;
    font-weight: bold;
    margin-top: 5px;
    background: #cccccc;
    padding: 5px 10px;
}

.prodLineButton {
    /* border: 4px groove white; */
    border: 4px outset white;
    /* border: 4px inset white; */
    /* border: 4px ridge white; */
    padding: 4px 10px;
    margin: 10px 0px;
}

#socialMedia {
    margin-top: 5px;
}

#qLinks {
    margin-top: 20px;
    font-size: .7em;
    /* font-weight: bold; */
    margin-bottom: 5px;
}

    #qLinks h2 {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0;
        padding: 0 0 5px 0;
    }

    #qLinks a {
        text-decoration: none;
        color: black;
    }

#video {
    margin-top: 20px;
}

#footer {
    padding: 10px;
    text-align: center;
    font-size: .6em;
}


div#ctl00_MAIN_newsbar {
    height: 45px;
}

.form-control {
    padding-right: 30px;
}

    .form-control + .glyphicon {
        position: absolute;
        right: 0;
        padding: 8px 27px;
    }

    .form-control + .glyphicon {
        position: absolute;
        right: 0;
        padding: 5px 15px;
        color: grey;
    }

input#searchBox {
    height: 25px;
    margin-top: -2px;
}

.subBox.fleft {
    box-sizing: content-box;
}

#content {
    font-size: 16px;
}

#leftCol {
    margin-left: -13px;
}

div#findProd {
    width: 270px;
    margin-bottom: 20px;
}

.ui-autocomplete-loading {
    background: white url('/themes/new/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-autocomplete {
    font-size: 9px;
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
		 * we use height instead, but this forces the menu to always be this tall
		 */
* html .ui-autocomplete {
    height: 200px;
}

.unibox-ca {
    border-bottom: 1px solid;
    margin-top: 10px;
}

#unibox-suggest-box > div.unibox-suggest-cluster > h4 {
    background-color: gainsboro;
}

.unibox-selectable {
}
.cc-dismiss {
    margin-right: 30px;
}