/* Header Background Color */
.dma-full-width.backend #header{
  background-color: #ffffff !important; 
}

/*Navigation Menu*/
li.dropdown.top-level:hover
{
  border-top: 4px solid #ffffff !important;
}

.otnav ul ul
{
  border-left: 2px solid #ffffff !important;
  border-right: 2px solid #ffffff !important;
  border-bottom: 4px solid #ffffff !important;
  margin-left: 0px !important
}

/* Top Right Header Leaf*/
.dma-full-width .skin-header-background::before
{
  background: none !important;
}

/* Header Center Leaf */
.dma-full-width #header::after
{
 background: none !important;
}

/* Header Right Leaf */
.dma-full-width .skin-header-background::after
{
  background: none !important;
}

/* Footer Background Color*/
.dma-full-width .skin-footer-background
{background: #00457E !important;
}

/* Footer Divider */
.dma-full-width .skin-footer-divider
{
  background: #00457E !important;
}

/* Footer Top Left Leaf */
.dma-full-width footer.footer::before
{
  background: none !important;
}

/* Footer Bottom Left Leaf */
.dma-full-width .skin-footer-bottom::before
{
  background: none !important;
}

/* Footer Bottom Center Leaf */
.dma-full-width .skin-footer-background::after
{
  background: none !important;
}

/*Footer Top Right Leaf */
.dma-full-width footer.footer::after
{
  background: none !important;
}

/* Footer Bottom Right Leaf */
.dma-full-width .skin-footer-bottom::after
{
  background: none !important;
}

/* Footer Center Seal */
.dma-full-width .skin-footer-background::before
{
  background: none !important;
}
.skin-footer-seal
{
  background-image: none !important;
}

/*Remove Breadcrumbs*/
.skin-breadcrumb-container
{
  height: 0px !important;
}





