.app-decibel-widget-dwidget input[type=text], .app-decibel-widget-dwidget input[type=email], .app-decibel-widget-dwidget input[type=url], .app-decibel-widget-dwidget input[type=tel], .app-decibel-widget-dwidget input[type=number], .app-decibel-widget-dwidget input[type=password], .app-decibel-widget-dwidget input[type=file], .app-decibel-widget-dwidget textarea, .app-decibel-widget-dwidget select {
    border: 1px solid #ccc;
    margin: 0;
    padding: 3px 4px;
}

.app-decibel-widget-dwidget select {
    padding: 2px;
}

.app-decibel-widget-dwidget input[type=radio] {
    vertical-align: bottom;
}

.app-decibel-widget-dwidget.focussed input[type=text], .app-decibel-widget-dwidget.focussed input[type=email], .app-decibel-widget-dwidget.focussed input[type=url], .app-decibel-widget-dwidget.focussed input[type=tel], .app-decibel-widget-dwidget.focussed input[type=number], .app-decibel-widget-dwidget.focussed input[type=password], .app-decibel-widget-dwidget.focussed textarea, .app-decibel-widget-dwidget.focussed select {
    border-color: #999;
}

.app-decibel-widget-dwidget.error {
    background-color: #FEF1EC;
    border: 1px solid #CD0A0A;
    margin: 0 0 0 -5px;
    padding: 4px;
}

.app-decibelcms-widget-assetwidget .uploadifyQueueItem {
    background-color: #F5F5F5;
    border: 2px solid #E5E5E5;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    width: 350px;
    padding: 10px;
}

.app-decibelcms-widget-assetwidget .uploadifyError {
    background-color: #FDE5DD !important;
    border: 2px solid #FBCBBC !important;
}

.app-decibelcms-widget-assetwidget .uploadifyQueue .completed {
    background-color: #E5E5E5;
}

.app-decibelcms-widget-assetwidget .uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

.app-decibelcms-widget-assetwidget .uploadifyProgressBar {
    background-color: #09F;
    height: 3px;
    width: 1px;
}

.app-decibelcms-widget-assetwidget .uploadifyProcessing {
    width: 100%;
    margin: 10px 0 0;
}

.app-decibelcms-widget-assetwidget .uploadifyProcessing img {
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.app-decibelcms-widget-assetwidget .fileuploadQueueItem {
    font: 11px Verdana, Geneva, sans-serif;
    background-color: #F5F5F5;
    border: 3px solid #E5E5E5;
    margin-top: 5px;
    width: 300px;
    padding: 10px;
}

.app-decibelcms-widget-assetwidget .fileUploadProgress {
    background-color: #FFF;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    margin-top: 10px;
    width: 100%;
}

.app-decibelcms-widget-assetwidget .fileUploadProgressBar {
    background-color: #09F;
}

.app-decibelcms-widget-assetwidget .assetpreview {
    float: left;
    margin: 5px 0 15px;
}

.app-decibelcms-widget-assetwidget .assetpreview .app-decibel-utility-dresult {
    margin: 0;
}

.app-decibelcms-widget-assetwidget .controls object {
    display: block;
    background: url(../DecibelCMS/jquery.uploadify/jquery.uploadify.choosefile.png) no-repeat;
    width: 112px;
    height: 28px;
    text-decoration: none;
}

.app-decibelcms-widget-assetwidget .controls .assetdelete {
    float: left;
    text-align: center;
    width: 115px;
}

.app-decibelcms-widget-assetwidget .controls .assetdelete a {
    display: block;
    background: url(../DecibelCMS/jquery.uploadify/jquery.uploadify.deletefile.png) no-repeat;
    width: 109px;
    height: 28px;
    text-decoration: none;
}

.app-decibel-widget-dbooleanwidget label {
    width: auto;
    font-weight: 400;
    float: left;
    clear: none;
    margin: 0 10px 0 0;
}

.app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-checkbox label {
    width: auto !important;
}

.app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-checkbox label input {
    float: left;
    margin: 2px;
}

.app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-checkbox label span {
    float: left;
    padding: 1px 0 0 6px;
}

.app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-radio label {
    clear: none !important;
    width: auto !important;
}

.app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-radio label span {
    float: left;
    padding: 4px;
}

.app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-switch .switch {
    border: 1px solid #CCC;
    float: left;
    height: 19px;
    position: relative;
    width: 68px;
    border-radius: 6px;
    background-color: #F5F5F5;
    cursor: pointer;
}

.app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-switch .switch .text {
    float: left;
    padding-top: 2px;
    width: 50%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    color: #666;
}

.app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-switch .switch .bar {
    border: none;
    border-radius: 4px 4px 4px 4px;
    height: 19px;
    position: absolute;
    width: 50%;
    background-color: #E6E6E6;
}

.app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-switch .switch.yes .bar {
    left: auto;
    right: 0;
    border-left: 1px solid #CCC;
}

.app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-switch .switch.no .bar {
    left: 0;
    right: auto;
    border-right: 1px solid #CCC;
}

.app-decibelcms-widget-contactnumberwidget .app-decibel-widget-dwidget.areaCode input, .app-decibelcms-widget-contactnumberwidget .app-decibel-widget-dwidget.extension input {
    width: 30px;
}

.app-decibelcms-widget-contactnumberwidget .app-decibel-widget-dwidget.number input {
    width: 100px;
}

.app-decibel-widget-ddatetimewidget input[type=text] {
    width: 105px;
}

.app-decibel-widget-ddatewidget div label, .app-decibel-widget-ddatetimewidget div label {
    width: auto;
    font-weight: 400;
    display: block;
    clear: right;
    margin: 0 0 6px;
}

.app-decibel-widget-denumwidget label {
    font-weight: 400 !important;
    width: auto !important;
    float: left !important;
    clear: both !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
}

.app-decibel-widget-denumwidget label input {
    float: left;
    width: auto !important;
    margin: 0 8px 0 0;
    padding: 0;
}

.app-decibel-widget-denumwidget label span {
    vertical-align: top;
    float: left;
}

.app-decibel-widget-denumwidget button {
    width: 190px !important;
}

.app-decibel-widget-dtextwidget span {
    display: inline-block;
    max-width: 300px;
}

.app-decibel-widget-dtextwidget input {
    width: 180px;
}

.app-decibel-widget-dtextwidget textarea {
    width: 300px;
    height: 80px;
}

.app-decibel-widget-dtextwidget .charLimit .counter {
    font-weight: 700;
}

.app-decibel-widget-dtextwidget-multilingual input, .app-decibel-widget-dtextwidget-multilingual textarea, .app-decibel-widget-dtextwidget-multilingual.app-decibelcms-widget-richtextwidget .mceToolbarRow1 .mcetoolbarstartbutton {
    background-repeat: no-repeat;
    background-position: 3px 3px;
    padding-left: 22px !important;
}

.app-decibel-widget-dtextwidget-multilingual.app-decibelcms-widget-richtextwidget .mceToolbarRow1 .mcetoolbarstartbutton {
    background-position: 3px 8px;
}

.app-decibelcms-widget-captchawidget .code {
    font-family: mono;
    font-weight: 700;
    border: 1px solid #000;
    letter-spacing: 3px;
    padding-left: 3px;
}

.app-decibelcms-widget-captchawidget img {
    border: 1px solid #000;
    margin: 3px 10px 0 0;
}

.app-decibelcms-widget-captchawidget .description {
    float: none !important;
    clear: right !important;
    max-width: 380px;
    margin: 0 0 8px !important;
}

.app-decibelcms-widget-captchawidget input {
    width: 125px !important;
}

.app-decibelcms-widget-captchawidget .help {
    clear: both !important;
    margin: 6px 0 10px !important;
}

.app-decibelcms-widget-captchawidget p {
    margin: 0 0 6px;
    padding: 0;
}

.app-decibelcms-module-webform form {
    margin: 10px 0 20px;
}

.app-decibelcms-module-webform fieldset {
    clear: both;
    border: 0;
}

.app-decibelcms-module-webform fieldset legend {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 12px;
}

.app-decibelcms-module-webform .row {
    float: left;
    clear: both;
    margin-bottom: 8px;
    width: 100%;
}

.app-decibelcms-module-webform .row > label {
    float: left;
    clear: left;
    margin-right: 6px;
    padding-top: 5px;
    width: 120px;
}

.app-decibelcms-module-webform .row label .required {
    padding-left: 6px;
}

.app-decibelcms-module-webform .row .description {
    float: left;
    clear: left;
    margin: 4px 0 0 126px;
}

.app-decibelcms-module-webform .row .app-decibelcms-asset-formfieldtypeyesno-specifyonyes, .app-decibelcms-module-webform .row .app-decibelcms-asset-formfieldtypeyesno-specifyonno, .app-decibelcms-module-webform .row .app-decibelcms-asset-formfieldtypechoice-other {
    clear: left;
    float: left;
    margin: 4px 0 8px 126px;
}

.app-decibelcms-module-webform .row .app-decibelcms-asset-formfieldtypeyesno-specifyonyes span, .app-decibelcms-module-webform .row .app-decibelcms-asset-formfieldtypeyesno-specifyonno span, .app-decibelcms-module-webform .row .app-decibelcms-asset-formfieldtypechoice-other span {
    float: left;
    margin: 4px 6px 0 0;
}

.app-decibelcms-module-webform .button-submit {
    clear: both;
    float: left;
}

.app-decibelcms-module-webform .button-submit .cancel {
    display: inline-block;
    margin: 0 0 0 10px;
}

.app-decibelcms-module-webform .button {
    margin: 10px 0 0 126px;
}

.app-decibelcms-module-sitemap ul {
    margin: 4px 0;
}

.app-decibel-utility-dresult {
    min-height: 60px;
    margin: 0 0 20px;
}

.app-decibel-utility-dresult.small {
    min-height: 0;
    margin: 0 0 8px;
}

.app-decibel-utility-dresult .inner {
    margin: 10px 10px 10px 60px;
}

.app-decibel-utility-dresult.small .inner {
    margin: 4px 8px 5px 34px;
}

.app-decibel-utility-dresult .inner p {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}

.app-decibel-utility-dresult .inner ul {
    margin: 0;
    padding: 0 0 0 16px;
}

.app-decibel-utility-dresult.success {
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
}

.app-decibel-utility-dresult.error, .app-decibel-utility-dresult.warning {
    background: #fef1ec;
    border: 1px solid #cd0a0a;
}

.app-decibel-utility-dresult.error *, .app-decibel-utility-dresult.warning * {
    color: #cd0a0a;
}

.app-decibel-utility-dpagination {
    clear: both;
    margin: 12px 0;
}

.app-decibel-utility-dpagination .inner {
    text-align: left;
}

.app-decibel-utility-dpagination .inner ul {
    margin: 6px 0 0;
    padding: 0;
}

.app-decibel-utility-dpagination .inner ul li {
    float: left;
    background: none;
    list-style: none;
    border: 1px solid #ccc;
    background-image: none !important;
    margin: 0 0 0 4px !important;
    padding: 0 !important;
}

.app-decibel-utility-dpagination .inner ul li:hover {
    border: 1px solid #666;
    text-decoration: none !important;
}

.app-decibel-utility-dpagination .inner ul li.selected:hover {
    border: 1px solid #BBB;
}

.app-decibel-utility-dpagination .inner ul li.active, .app-decibel-utility-dpagination .inner ul li.active a {
    color: #ccc;
}

.app-decibel-utility-dpagination .inner ul li.message, .app-decibel-utility-dpagination .inner ul li.message:hover {
    border: 0;
    background-color: transparent;
    margin: 2px 0 0 !important;
}

.app-decibel-utility-dpagination .inner ul li strong, .app-decibel-utility-dpagination .inner ul li a {
    display: block;
    text-decoration: none;
    background: none;
    color: #000;
    padding: 2px 5px;
}

#app-decibel-loadingmessage {
    background: url(../DecibelCMS/images/loading.gif) no-repeat top center;
    display: none;
    width: 200px;
    height: 100px;
}

#app-decibel-loadingmessage p {
    text-align: center;
    font-weight: 700;
    padding: 40px 0 0;
}

.app-decibel-notification {
    background-color: #0082cc;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #000;
    height: 40px;
}

.app-decibel-notification#app-decibel-browserSupport {
    background-color: #cd0a0a;
}

.app-decibel-notification .inner {
    float: right;
    margin: 12px;
}

.app-decibel-notification * {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.app-decibel-notification .actions {
    float: right;
    text-decoration: none;
    margin: 2px 0 0 10px;
}

.app-decibel-notification .actions, .app-decibel-notification .actions * {
    font-size: 10px;
    vertical-align: bottom;
}

.app-decibel-notification .actions .inner {
    float: none;
    margin: 0;
}

.app-decibel-compliance-notification {
    position: fixed;
    left: 5%;
    right: 5%;
    top: 0;
    background-color: #fffbd5;
    opacity: 0.9;
    border-color: #aaa;
    border-style: dotted;
    border-width: 0 1px 1px;
    margin: 0 auto;
}

.app-decibel-compliance-notification .inner .message {
    float: left;
    text-align: left;
    width: 80%;
    margin: 0;
}

.app-decibel-compliance-notification .inner .options {
    float: right;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.app-decibel-compliance-notification .inner .accept, .app-decibel-compliance-notification .inner .reject {
    cursor: pointer;
    opacity: 1;
    margin: 0;
}

.app-decibel-compliance-inlineNotification {
    width: 100%;
    height: 100%;
    background-color: #fffbd5;
    border: 1px dotted #aaa;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.clearfix {
    zoom: 1;
}

* {
    font-family: 'Trebuchet MS', arial, helvetica, tahoma, verdana;
    margin: 0;
}

body {
    font-size: 12px;
    line-height: 17px;
    background-color: #FFF;
}

big {
    font-size: 110%;
}

small {
    font-size: 85%;
}

a {
    text-decoration: none;
    outline: none;
    color: #004871;
}

a:hover {
    text-decoration: underline;
    color: #763764;
}

address {
    font-style: normal;
}

p, address {
    padding-bottom: 19px;
}

div, p, li, td, address {
    color: #036;
}

img {
    border: 0;
    vertical-align: middle;
}

ol, ul {
    margin: 0;
    padding: 0 0 20px;
}

ol {
    padding-left: 20px;
}

ul li {
    list-style-type: none;
    background: url(../images/icon-bullet.png) left 5px no-repeat;
    padding: 0 0 1px 19px;
}

ol li {
    padding: 0 0 15px 12px;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

h1 {
    margin-bottom: 17px;
    text-transform: uppercase;
    color: #003366;
    font: bold 14px/18px 'Trebuchet MS';
    background-color: #F3F3F3;
    padding: 8px 9px 7px 10px;
}

h1 span {
    display: block;
    /*background:url(../images/icon-dots-blue.png) right 3px no-repeat;*/
    padding-right: 55px;
}

h2 {
    padding-bottom: 15px;
    font: bold 13px/18px 'Trebuchet MS';
    color: #151515;
}

h3 {
    padding-bottom: 15px;
    font: bold 13px/15px 'Trebuchet MS';
    color: #003366;
}

h4 {
    font: bold 12px/17px 'Trebuchet MS';
    color: #333;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #CCC;
    margin: 0 0 25px;
    padding: 0;
}

table td {
    font-size: 11px;
    line-height: 14px;
    color: #151515;
    vertical-align: top;
    text-align: center;
}

.App_HTMLContent_inner table td {
    font-size: 12px;
}

table thead tr td strong, table thead tr td span {
    display: block;
    color: #161616;
    padding: 5px 6px 17px;
}

table tbody tr td {
    border-right: 1px solid #CCC;
    background: #FFF url(../images/background-cell.png) left top repeat-x;
    padding: 8px 7px 7px;
}

table tr td sup {
    font-size: 8px;
    line-height: 0;
}

table tfoot tr td {
    line-height: 15px;
    text-align: left;
    color: #333;
    background-color: #E3E7EB;
    border-top: 1px solid #CCC;
    padding: 12px;
}

p.contacts strong {
    float: left;
    width: 70px;
}

.app-decibel-widget-dwidget, .app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-radio label input, .app-decibel-widget-ddatewidget div, .app-decibel-widget-ddatetimewidget div {
    float: left;
}

.app-decibel-widget-dwidget-readonly span, .app-decibelcms-module-webform .row .app-decibel-widget-denumwidget.app-decibel-widget-denumwidget-radio, .app-decibelcms-module-webform .row .app-decibel-widget-denumwidget.app-decibel-widget-denumwidget-checkbox {
    padding-top: 5px;
}

.app-decibelcms-widget-assetwidget .uploadifyQueueItem .cancel, .app-decibelcms-widget-assetwidget .fileUploadQueueItem .cancel {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../DecibelCMS/jquery.uploadify/jquery.uploadify.cancel.png) no-repeat;
}

.app-decibelcms-widget-assetwidget .uploadifyQueueItem .cancel img, .app-decibelcms-widget-assetwidget .fileUploadQueueItem .cancel img {
    width: 16px;
    height: 16px;
    visibility: hidden;
}

.app-decibelcms-widget-assetwidget .controls, .app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-checkbox, .clearfix:after {
    clear: both;
}

.app-decibelcms-widget-assetwidget .controls object:hover, .app-decibelcms-widget-assetwidget .controls .assetdelete a:hover {
    background-position: left -28px;
}

.app-decibel-widget-dbooleanwidget input[type=radio], .app-decibel-widget-ddatewidget div input[type=radio], .app-decibel-widget-ddatetimewidget div input[type=radio] {
    margin: 4px 2px 0 0;
}

.app-decibel-widget-dbooleanwidget.app-decibel-widget-dbooleanwidget-switch select, .app-decibel-widget-dtextwidget .multilingual, hr {
    display: none;
}

.app-decibel-widget-ddatewidget input[type=text], .app-decibel-widget-dintegerwidget input[type=text] {
    width: 70px;
}

.app-decibelcms-module-webform .button-submit .cancel a, p a:hover, div a:hover, table tbody tr td a {
    text-decoration: none;
}

.app-decibelcms-module-webform .button-submit .cancel a:hover, .app-decibel-notification .actions .action:hover, p a, div a, table tbody tr td a:hover {
    text-decoration: underline;
}

.app-decibelcms-module-webform .button input, .app-decibel-notification .actions .action, a, a * {
    cursor: pointer;
}

.app-decibel-compliance-notification .inner, .app-decibel-compliance-inlineNotification .inner {
    margin: 10px;
}

table thead tr td, tr.tableheader td, td.tableheader {
    background-color: #E3E7EB;
    padding: 4px 2px;
}

tr.darkshade td, td.darkshade {
    background-color: #F5F6F8;
}

.hero-unit {
    background-color: #003366;
    height: 600px;
    /*position: absolute;*/
    width: 100%;
}

.slides {
}

.slides_container {
    /*width: 1217px;*/
    height: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slide {
    height: 600px;
    width: 100%;
    color: #FFFFFF;
    background-repeat: no-repeat;
}

.slide_container {
    width: 980px;
    height: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-left: 10px;
}

h1.slide_text {
    color: white;
    font-size: 40px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.slides_control {
    height: 600px;

}
#slides .prev {
    float: left;
    margin-right: 5px;
    margin-left: 10px;
}

#slides .next {
    float: left;
    margin-right: 5px;
    margin-left: 10px;
}

.pagination {
    position: relative;
    width: 980px;
    z-index: 10;
    margin: 0pt auto;
    top: -30px;
}

.pagination li {
    float: left;
    margin: 0 1px;
    background: none;
    padding: 0px
}

.pagination li a {
    background-image: url("../images/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 13px;
    width: 13px;
}

.pagination li.current a, .pagination li.current a:hover {
    background-position: 0 -13px;
}

.pagination li a:hover {
    background-position: 0 -26px;
}