﻿.pzContent
{
	padding-left: 5px;
	
}

.NewsListRSSIcon, .EventListRSSIcon
{
	float: right;
	margin-top: 2px;
	margin-right: 2px;	
}

.pzNewsList {
    margin-left: 0px;
    padding-left: 0px;
}

.pzListHeadings
{
  padding-top : 3px;
  padding-bottom: .75em;
  margin-top:0px;
  font-size:28px;
  color:#2c5fb3;
  
}
	
.pzBulletList
{

    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid transparent;
    color: #666666;
    font-size: 13px;
    
    font-weight: 700;
    
	list-style-type: disc;
	margin-left: 20px;
	
}

.pzBulletList li
{

    font-size: 14px;
    font-weight: 700;
    right: 15px;
    top: 9px;
    color: #7D7D7D;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    
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;
    
    
}

#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 : 235px;
  background-color: #e6e6e6;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
/*  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;
  }
  
}
