﻿.pzContent
{
	padding-left: 5px;
	
}

.NewsListRSSIcon, .EventListRSSIcon
{
	float: right;
	margin-top: 2px;
	margin-right: 2px;	
}

.pzListHeadings
{
  padding-top : .75em;
  padding-bottom: .75em;
  font-size:11px;
  
}
	
.pzBulletList
{
	list-style-type: disc;
	margin-left: 20px;
	
}

.pzBulletList li
{
padding-bottom: 5px;

}

.pzBulletSummary
{
    color:Black;
}


.pzHorizontalList li  
{
    display: inline; 
    padding: 20px; 
    margin: 20px;
}

/* Used with NewsWithList and EventsWithList */
.NewsHeaderRSSIcon, .EventHeaderRSSIcon
{
	float: right;
	margin: 0;
	padding: 0;
}

.pzNewsThumbNail, .pzEventsThumbNail
{
   margin: 0;
   padding: 0;
}

.pzThumbListContainer
{
    width: 100%;  
    
}

.pzNewsHeadline, .pzEventHeadline
{
    font-weight: bold;
    
    
}

.pzNewsList
{
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
}

.pzNewsList li
{
	padding-bottom: 5px;
}

#pzContractors
{
    margin-left: 25px;
}

#pzContractors .firstCol
{
    text-align: right;
	font-weight: bold;
	padding-right: 5px;
	width: 20%;
}

#pzContractors #heading
{
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
}

#pzSearch
{
    margin-left: 15px;
    margin-bottom: 5px;    
}


/* rounded corner box for list control menus*/
.menuList {
  width : 215px;
  background: url(images/menuList/bottom-left.gif) no-repeat left bottom;
  margin: 5px;
}
 
.menuList-outer {
	background: url(images/menuList/bottom-right.gif) no-repeat right bottom;
	padding-bottom: 1px;
}
 
.menuList-inner 
{

	background: url(images/menuList/top-left.gif) no-repeat left top;
}
 
.menuList p {
	padding-left: 1em;
	padding-right: 1em;
}
 
.menuList h6 
{
	background: url(images/menuList/top-right.gif) no-repeat right top;
	padding-left: .5em;
	padding-right: .5em;
}

/* For responsive web sites */
@media screen and (min-width: 48em) {
  #content:before {
    content: '';
    float: right;
    display: block;
    width: 300px;
    /* height: 150px;*/
    margin: 0 0 15px 15px;
  }

  .inThisSection {
    position: absolute;
    top: 0;
    right: 0;
    width: 225px;
  }
  
}

div.language-switcher {
    float: right;
}

img.language-switcher {
    width: 50px;
    height: 25px;
}


/* Inside Right Nav - Sub Pages - ULW7*/

.nav-type-main-header a,
.nav-type-main-header span,
.nav-type-main-header * {
    font-weight: bold !important;
    font-size: 24px !important;
    color: #007bff !important; /* Light color */
    text-decoration: none !important;
    display: block;
    margin: 0; /* Remove margin from nested elements */
    padding: 0; /* Remove padding from nested elements */
    letter-spacing: 0.5px;
    text-align: left !important;
}

 /* Override only the color for normal type links to maintain link styling */
.nav-type-normal a {
    color: #007bff !important;
        }

.nav-type-normal,
.nav-type-normal a,
.nav-type-normal span,
.nav-type-normal * {
    color: #007bff !important; /* Bootstrap primary link color */
    text-decoration: none !important;
    font-size: inherit !important;
    font-weight: normal !important;
    text-align: left !important;
        }

.navigation-menu-item a {
    display: block;
    color: #007bff; /* Standard link color */
    text-decoration: none;
    padding: 3px 0;
        }