#wb-sec ul {
list-style-type:none;
padding:0}

.clear {
	clear:both;
}

.homeBucket img {
	width: 100%;
}

.homeBucket h3 {
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom:10px;
}

.homeBucket h3 a, .homeBucket a h3, .homeBucket a {
	text-decoration:none;
}

.top-bottom-margins {
	margin-top:10px;
	margin-bottom:10px;
}
.bottom-margin{
	margin-bottom:10px;
}
.top-margin{
	margin-top:10px;
}

.carousel-s2 figure {
	color: #fff;
}

.carousel-s2 figure a {
  text-decoration:underline;
}

.homeAbout {
	padding-left:10px;
	padding-right:10px;
}

@media screen {
	.background-light {
	  background-color: #eee!important;
	}
}

h2.grayredhome{
    background: #555 url('/Common/themes/PMPRB/images/h-square.gif') no-repeat left top;
    color: #FFF!important;
    font-size: 1.2em;
    font-weight: 700;
    margin-left: 0;
    margin-right: 0;
    padding: 3px 3px 3px 25px;
    padding-left: 30px!important;
    margin: 0 0 1px!important; 
}

.homeTheAdministrator {
	padding-top: 10px;
}

.theAdministratorPortrait {
  float: left;
  margin-right: 10px;
}

.homeTheAdministrator h3 {
  background-color: #9fd7d2;
  background-image: none;
  color: #000!important;
  padding: 10px!important;
  text-transform: none;
  margin: 0!important;
  font-size: 15px;
}

.theAdministratorPortrait img {
  width:auto;
  height: auto;
  padding-left: 5px;
}

.wb-tabs, .wb-tabs.carousel-s1 figure, 
.wb-tabs.carousel-s2 figure {
	/*padding-left:15px;*/
	padding-right:15px;
}
/* font */
h1,h2,h3,h4,h5,h6{font-weight:700;margin:1em 0 .25em}

h1{font-size:170%}

h2{    
font-size: 24px;
}
/* table style  */
table{padding:5px 10px!important}

table th {
    background-color: #eee;
    color: #222;
}

table th, table td {
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    vertical-align: top;
}

table th, table td {
    border-color: #d4d4d4;
}




@media screen and (min-width: 992px) {
  #wb-sec ul li ul li a {
    background: #e6e6e6;
    color: #000;
    padding-left: 1.8em;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-top: -1px;
    text-decoration: none;
  }
  #wb-sec ul li ul li a:hover,
  #wb-sec ul li ul li a:focus {
    background: #666;
    color: #fff;
  }
}

