﻿/* Left Nav Module Style */
.custom-LeftPanel .custom-LeftNav ul
{
    list-style: none;
    margin: 0;
    background: #f6f6f4;
}

.custom-LeftPanel .custom-LeftNav ul li 
{
    padding: 10px 20px;
    border-top: 1px solid #e2e2e2;
}

.custom-LeftPanel .custom-LeftNav ul li:first-child 
{
    border: 0;
}

.custom-LeftPanel .custom-LeftNav ul li.active, .custom-LeftPanel .custom-LeftNav ul li:hover
{
    background: #fff;
}

.custom-LeftPanel .custom-LeftNav ul a li.active
{
    font-weight: bold;
    text-decoration: none;
}

.custom-LeftPanel .custom-LeftNav ul a
{
	text-decoration: none !important;
}

.custom-LeftPanel .custom-LeftNav ul a
{
    color: #818181;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 14px;
}
/* END Left Nav Module Style */

/* WHAT WE DO GENERIC STYLES */

.custom-WhatWeDo label 
{
    margin: 0 0 0 20px;
    font-size: 12px;
    color: #4e4e4d;
    font-weight: bold;
}

.custom-WhatWeDo .inputWrapper 
{
    padding: 5px 0;
}

.custom-WhatWeDo ol, .custom-WhatWeDo ul {
	font-family: Arial, Helvetica, sans-serif;
}

.custom-WhatWeDo ol.strong, .custom-WhatWeDo ul.strong,
{
    font-weight: bold;
}

.custom-WhatWeDo ul.strong ul, .custom-WhatWeDo ol.strong ul, .custom-WhatWeDo ul ul, .custom-WhatWeDo ol ul
{
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.custom-WhatWeDo ol li, .custom-WhatWeDo ul li
{
    padding: 5px 0;
}

.custom-WhatWeDo ol li li, .custom-WhatWeDo ul li li
{
    padding: 5px 10px;
}

.custom-WhatWeDo ol.italic li, .custom-WhatWeDo ul.italic li 
{
    font-style: italic;
}

.custom-WhatWeDo ol .italic li li, .custom-WhatWeDo ul.italic li li
{
    font-style: normal;
}

.custom-WhatWeDo ul ul 
{
    list-style: none;
}

.custom-WhatWeDo ul ul li 
{
    background: url(../img/iconDash.png) no-repeat left;
    padding: 5px 10px;
}

.custom-WhatWeDo .custom-toTop 
{
    float: right;
    background: url(../img/iconArrowUp.png) no-repeat left center;
    padding: 0 0 0 15px;
}

/* END WHAT WE DO GENERIC STYLES */

/* HATCH ACT SPECIFIC */
.custom-HatchActPage h1.custom-PageTitle, .custom-HatchActPage .custom-LeftNav ul a li.active 
{
    color: #037d80 !important;
}

.custom-HatchActPage .custom-LeftNav ul li.active 
{
    background: url(../img/iconArrowHatch.png) #fff no-repeat 160px center !important;
}

.custom-LeftNav ul li:hover {
	background: #fff;
}

.custom-HatchActPage .custom-StateHatch 
{
    display: none;
}
/* END HATCH ACT SPECIFIC */


/* Alternative Dispute Resolution SPECIFIC */
.custom-ADRPage h1.custom-PageTitle, .custom-ADRPage .custom-LeftNav ul a li.active
{
    color: #42295c !important;
}

.custom-ADRPage .custom-LeftNav ul li.active
{
    background: url(../img/iconArrowADR.png) #fff no-repeat 160px center !important;
}

.custom-HatchActPage .custom-LeftNav ul li:hover 
{
	background: #fff;
}
/* END Alternative Dispute Resolution SPECIFIC */

/* PPP SPECIFIC */
.custom-PPPPage h1.custom-PageTitle, .custom-PPPPage .custom-LeftNav ul a li.active
{
    color: #9e0609 !important;
}

.custom-PPPPage .custom-LeftNav ul li.active 
{
    background: url(../img/iconArrowPPP.png) #fff no-repeat 160px center !important;
}

.custom-PPPPage .custom-LeftNav ul li:hover {
	background: #fff;
}
/* END PPP SPECIFIC */

/* DOW SPECIFIC */
.custom-DOWPage h1.custom-PageTitle, .custom-DOWPage .custom-LeftNav ul a li.active
{
    color: #659b20 !important;
}

.custom-DOWPage .custom-LeftNav ul li.active 
{
    background: url(../img/iconArrowDOW.png) #fff no-repeat 160px center !important;
}

.custom-DOWPage .custom-LeftNav ul li:hover {
	background: #fff;
}
/* END DOW SPECIFIC */

/* ONT SPECIFIC */
.custom-ONTPage h1.custom-PageTitle, .custom-ONTPage .custom-LeftNav ul a li.active
{
    color: #6c523f !important;
}

.custom-ONTPage .custom-LeftNav ul li.active
{
    background: url(../img/iconArrowONT.png) #fff no-repeat 160px center !important;
}

.custom-ONTPage .custom-LeftNav ul li:hover {
	background: #fff;
}

/* END ONT SPECIFIC */

/* USERRA SPECIFIC */
.custom-USERRAPage h1.custom-PageTitle, .custom-USERRAPage .custom-LeftNav ul a li.active
{
    color: #0255a1 !important;
}

.custom-USERRAPage .custom-LeftNav ul li.active 
{
    background: url(../img/iconArrowUSERRA.png) #fff no-repeat 160px center !important;
}

.custom-USERRAPage .custom-LeftNav ul li:hover {
	background: #fff;
}
/* END USERRA SPECIFIC */

/* Slider */
.custom-Carousel
{
    border: 1px solid #d3d3d3;
}

.custom-Carousel .custom-Picture, .custom-Banner-Header .custom-Picture
{
	position:relative;
}

.custom-Carousel .custom-Picture .custom-Image-Placeholder {
  position: relative;
  overflow: hidden;
  display: block;
  margin:0 auto;
  height: 300px;
  text-align: center;
}

.custom-Carousel .custom-Picture .custom-Image-Placeholder img {
  height: 100%;
  margin: 0 auto;
}

.custom-Carousel .custom-Image-txtHolder dl {
	display: none;
}

.custom-Carousel .custom-Image-txtHolder dl dt
{
    font-size: 22px;
    font-weight: bold;
    color: #ccc;
}

.custom-Carousel .custom-Picture
{
	z-index:1;
}

.custom-Carousel .custom-Description
{
	background:#f6f6f4;
}

.custom-Carousel .custom-Description
{
	background: url(../img/opacity90.png) repeat;
	padding:10px 0;
}

.custom-Carousel .custom-Description dl
{
	margin:0 auto;
	width:612px;
}

.custom-Carousel .custom-Description dt
{
	font-size:26px;
	margin:0 0 5px 0;
}

.custom-Carousel .custom-Description dd
{
	margin:0;
	font-size: 13px;
	color: #fff;
}

.custom-Carousel .custom-Description .custom-PageControl
{
	text-align:center;
	margin:10px 0 0 0;
}

.custom-Carousel .custom-Description .custom-PageControl a{
	margin: 0 5px 0 0;
}