@import url('weather.css');

#wrapper #pcccontent {
  display: block;
  overflow: auto;
}

#wrapper #pcccontent strong { font-weight: bold; }

#wrapper #pcccontent em { font-style: italic; }

#wrapper #pcccontent ul {
  list-style: outside;
  font-size: 15px;
}

#wrapper #pcccontent ul.mgDateList {
list-style-type: none;
}

#wrapper #pcccontent ul.siteMapUL {
  list-style: none outside none;
  margin: 0px 0px 0px 30px;
}

#wrapper #pcccontent ul.siteMapUL li {
  margin: 5px 0px;
}

#wrapper #pcccontent ul.siteMapUL ul {
  list-style:circle inside;
  margin: 0px 0px 0px 30px;
}

#wrapper #pcccontent ul.siteMapUL ul li {
  margin: 4px 0px;
}

#wrapper #pcccontent ul ul{
  list-style:circle inside;
}

#wrapper #pcccontent ol {
  list-style: outside;
  list-style-type:decimal;
  margin-left:40px;
  font-size: 15px;
}

#wrapper #pcccontent ol li { margin-bottom: 10px; }

#wrapper #sideMenuHolder {
  float: left;
  width: 200px;
  padding: 0px;
  margin: 5px 3px 5px 15px;
  display: block;
  border: 1px solid #dddddd;
  border-top: none;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  behavior: url(template/2012/css/PIE.htc);
}

#wrapper #bodyHolder {
  width: 740px;
  padding: 0px;
  margin: 5px;
  float: left;
  display: block;
  color: #000;
  background:#FFF;
  position: relative;
  z-index: 0;
}

#wrapper #bodyHolder a { color: #00C; }

#wrapper #bodyHolder a:hover { color: #C00; }

#wrapper #bodyHolder a:visited { color: #606; }

#wrapper #bodyHolder #pccGallery a { text-decoration: none; }

#wrapper #bodyHolder #pccGallery a img { border: 1px solid #CCC; padding: 1px; margin: 5px 3px; }

#wrapper #pcccontent #bodyHolder table, #wrapper #pcccontent #bodyHolder td, #wrapper #pcccontent #bodyHolder th {
  border:0px solid #FFFFFF;
  border-collapse:collapse;
  vertical-align:top;
}

#wrapper #pcccontent #bodyHolder table { width: 98%; }

#wrapper #pcccontent #bodyHolder table caption, wrapper #pcccontent #bodyHolder table.border caption { margin-bottom: 5px; }

#wrapper #pcccontent #bodyHolder table.border, #wrapper #pcccontent #bodyHolder table.border td, #wrapper #pcccontent #bodyHolder table.border th { border: 1px solid #999; }

#wrapper #pcccontent #bodyHolder table td, #wrapper #pcccontent #bodyHolder table.border td, #wrapper #pcccontent #bodyHolder table.border th { padding: 5px; }

#wrapper #pcccontent #bodyHolder table th, #wrapper #pcccontent #bodyHolder table.border th { padding: 5px; font-weight: bold;} 

#wrapper #pcccontent #bodyHolder table.fmnItemResults td { padding: 9px; }

#wrapper #pcccontent #bodyHolder table.tblLicensingApp { margin: 0px 0px 30px 10px; }

#wrapper #pcccontent #bodyHolder table.tblLicensingApp tr.dark { background: #DDD; }

#wrapper #pcccontent #bodyHolder td.SIDResults, #wrapper #pcccontent #bodyHolder th.SIDResults {
  border-top:1px solid #999; border-bottom:1px solid #999; vertical-align:top;}
	
#wrapper #pcccontent #bodyHolder table.crem td, #wrapper #pcccontent #bodyHolder table.crem th {
  border-top:1px solid #999; border-bottom:1px solid #999; vertical-align:top; font-size:90%;}

#wrapper #pcccontent #pcc_bread {
  font-size: 12px;
  line-height: 12px;
  margin-right: 11px;
  margin-left: 15px;
  height: 20px;
}

#wrapper #pcccontent #pcc_bread a {
  padding-top: 6px;
  line-height: 12px;
  font-size: 12px;
  color: #0066FF;
  text-decoration: underline;
  display: inline-block;
}

#wrapper #pcccontent #pcc_bread a:hover {
  line-height: 12px;
  font-size: 12px;
  color: #cc3300;
  text-decoration: underline;
  padding-top: 6px;
}

#wrapper #bodyHolder .left { float:left; }

#wrapper #bodyHolder .right { float:right; }

.pcc_roundboxinnerlevel {
  margin: 0px 0 0 0;
  padding: 0px 11px 8px 0px;
}

.pcc_roundboxinnerlevel ul {
  list-style-position: outside;
  margin: 14px 3px 7px 14px;
  padding: 1px;
}


.pcc_roundboxinnerlevel ul li {
  margin-bottom: 0.5em;
  margin-left: 14px;
}

.pcc_roundbox_DIO {
  background: none repeat scroll 0 0 white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 10px 3px;
  padding: 3px 3px 2px;
}

.pcc_roundbox_DIO h2 {
  background-color: #dae9ff;
  color: #0066FF;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 2px;
  padding-left: 5px;
}

.side_arrows a {
  background-color: #fff;
  background-image: url("/PCCtemplate/images/arrowbullet.gif");
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #FFFFFF;
  color: #0066FF;
  display: block;
  margin-left: -6px;
  margin-right: 1px;
  padding-bottom: 4px;
  padding-left: 28px;
  padding-top: 4px;
  text-decoration: underline;
}

.side_arrows a:hover {
  background-color: #FFFFCC;
  background-image: url("/PCCtemplate/images/arrowbullet.gif");
  background-position: left center;
  background-repeat: no-repeat;
  color: #CC3300;
  padding-bottom: 4px;
  padding-left: 28px;
  padding-top: 4px;
  text-decoration: none;
}

.nav {
  background-color: #fff;
  list-style-type: none;
  line-height: 1.8;
  padding-left: 10px;
}

.nav a { color: #0066FF; }

.nav a:hover { color: #cc3300; }

.related {
  background-color: #eee;
  border-radius: 0px 0px 10px 10px;
  padding-left: 10px;
  clear: both;
}

.related a { color: #0066ff; }

.related a:hover { color: #cc3300; }

.related ul { list-style: none; }

#wrapper #pcccontent #bodyHolder p {
  font-size: 15px;
  margin: 5px 0px 16px 0px;
  line-height: 1.2em;
}

#wrapper #pcccontent #bodyHolder h4 {
  font-weight: bold;
}

#wrapper #pcccontent #bodyHolder img.imgRight { margin: 2px 0px 10px 10px; }

#wrapper #pcccontent #bodyHolder img.imgLeft { margin: 2px 10px 10px 0px; }

#wrapper #pcccontent #bodyHolder .page_header {
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  background-color: #dddddd;
  padding: 0px;
  margin: 2px 11px 10px 0;
  font-weight: bold;
  font-size:26px;
  height: 41px;
  line-height: 41px;
}

#wrapper #pcccontent #bodyHolder .twoCols {
  width:350px;
  margin-right:10px;
}

#wrapper #pcccontent #bodyHolder .twoCols ul {
  list-style: none;
  margin: 20px 0;
}

#wrapper #pcccontent #bodyHolder .twoCols ul li {
  margin: 5px 0;
  line-height: 20px;
}

#wrapper #pcccontent #bodyHolder .twoCols ul li.findItHeader {
  padding-left:0px;
  line-height: 32px;
  font-weight: bold;
  -moz-border-radius: 19px 0px 0px 19px;
  -webkit-border-radius: 19px 0px 0px 19px;
  border-radius: 19px 0px 0px 19px;
  behavior: url(template/2012/css/PIE.htc);
  background: #ccc;
  color: #333;
  border-right: 10px solid #575757;
  height: 32px;
}

#wrapper #pcccontent #bodyHolder .twoCols ul li a.iwt_link { margin-left: 15px; }

#wrapper #pcccontent #bodyHolder h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

#wrapper #pcccontent #bodyHolder h3.pccs {
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 25px 0 0 25px;
  font-size: 26px;
  height: 41px;
  line-height: 41px;
  padding: 0px;
}

#wrapper #pcccontent #bodyHolder h3.pccsYOURC { background-color:#016E63; color: #FFF; }

#wrapper #pcccontent #bodyHolder h3.pccsYOURCLanding {
  background-color:#016E63;
  color: #FFF;
  margin: 0px 9px 8px 0px;
}

#wrapper #pcccontent #bodyHolder h3.pccsTOUR { background-color:#A4D9F4; }

#wrapper #pcccontent #bodyHolder h3.pccsTRANS {
  background-color:#C2BD31;
  color: #FFF;
}

#wrapper #pcccontent #bodyHolder h3.pccsEDU {
  background-color:#D10D25;
  color: #FFF;
}

#wrapper #pcccontent #bodyHolder h3.pccsEDULanding {
  background-color:#D10D25;
  color: #FFF;
  margin: 0px 9px 8px 0px;
}

#wrapper #pcccontent #bodyHolder h3.pccsENV { 
  background-color:#A17E59;
  color: #FFF;
}

#wrapper #pcccontent #bodyHolder h3.pccsENVLanding { 
  background-color:#A17E59;
  color: #FFF;
  margin: 0px 9px 8px 0px;
}

#wrapper #pcccontent #bodyHolder h3.pccsPLAN { 
  background-color:#4d8ac2;
  color: #FFF;
}

#wrapper #pcccontent #bodyHolder h3.pccsPLANLanding { 
  background-color:#4d8ac2;
  color: #FFF;
  margin: 0px 9px 8px 0px;
}

#wrapper #pcccontent #bodyHolder h3.pccsRECYCLanding { 
  background-color:#ffa304;
  color: #FFF;
  margin: 0px 9px 8px 0px;
}

#wrapper #pcccontent #bodyHolder h3.pccsWASTE { 
  background-color:#AF1A3A;
  color: #FFF;
}

#wrapper #pcccontent #bodyHolder h3.pccsWASTELanding { 
  background-color:#AF1A3A;
  color: #FFF;
  margin: 0px 9px 8px 0px;
}

#wrapper #pcccontent #bodyHolder h3.pccsHOUS {
  background-color:#702180;
  color: #FFF;
}

#wrapper #pcccontent #bodyHolder h3.pccsSS {
  background-color:#E58721;
  color: #FFF;
}

#wrapper #pcccontent #bodyHolder h3.pccsCOMM { background-color:#ACBAED; }

#wrapper #pcccontent #bodyHolder h3.pccsJOB {
  background-color:#43B1A5;
  color: #FFF;
}

#wrapper #pcccontent #bodyHolder h3.pccsJOBLanding {
  background-color:#43B1A5;
  color: #FFF;
  margin: 0px 9px 8px 0px;
}

#wrapper #pcccontent #bodyHolder h3.pccsBUS {
  background-color:#FFC000;
  color: #fff;
}

#wrapper #pcccontent #bodyHolder h3.pccsBUSLanding {
  background-color:#FFC000;
  color: #fff;
  margin: 0px 9px 8px 0px;
}

#wrapper #pcccontent #bodyHolder h3.pccFIS { 
  background-color:#A117B3;
  color: #FFF;
}

#wrapper #pcccontent #bodyHolder h3.pccsFMN { 
  background-color:#DDD;
  color: #000;
}

#wrapper #pcccontent #bodyHolder h3.pccsSPORT { 
  background-color:#AF1A3A;
  color: #FFF;
}

#wrapper #pcccontent #bodyHolder h3.pccsSPORTLanding { 
  background-color:#AF1A3A;
  color: #FFF;
  margin: 0px 9px 8px 0px;
}

/* *************************** */
/* FMN STYLE FOR THE NEW SITE  */
/* *************************** */

#wrapper #pcccontent #bodyHolder div.fmnBox {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#wrapper #pcccontent #bodyHolder div.fmnBox h3 {
  /*background: #CCC;*/
  border-radius: 25px 0px 0px 25px;
  -moz-border-radius: 25px 0px 0px 25px;
  -webkit-border-radius: 25px 0px 0px 25px;
  behavior: url(template/2012/css/PIE.htc);
  font-size: 22px;
  height: 41px;
  line-height: 41px;
  padding: 0px;
  margin: 0px;
  text-indent: 0px;
  cursor: pointer;
}

#wrapper #pcccontent #bodyHolder div.fmnBox div.fmnBoxContent {
  display: none;
  padding: 10px;
  margin: 0px;
}

#wrapper #pcccontent #bodyHolder div#fmnAddress {
  height: 205px;
}

#wrapper #pcccontent #bodyHolder div#fmnAddress div.info {
  margin: 10px 0px 5px 0px;
}

#wrapper #pcccontent #bodyHolder div#fmnAddress img {
  float: right;
  border: 1px solid #000;
  margin: 0px 0px 10px 10px;
  width: 200px;
  height: 200px;
}

#wrapper #pcccontent #bodyHolder div.fmnBox div.fmnBoxContent h4 {
  margin: 10px 0px 5px 0px;
  padding: 0px;
}

#wrapper #pcccontent #bodyHolder div.fmnBox div.fmnBoxContent table {
  border: 1px solid #CCC;
  width: 100%;
  margin: 0px 0px 20px 0px;
}

#wrapper #pcccontent #bodyHolder div.fmnBox div.fmnBoxContent table tr.fmnTblHeader {
  background: #CCC;
  color: #000;
}

#wrapper #pcccontent #bodyHolder div.fmnBox div.fmnBoxContent table tr.fmnTblRow1 {
  background: #EAEAEA;
  color: #000;
}

#wrapper #pcccontent #bodyHolder div.fmnBox div.fmnBoxContent table tr.fmnTblRow2 {
  background: #FFF;
  color: #000;
}

#wrapper #pcccontent #bodyHolder div.fmnBox div.fmnBoxContent table tr.fmnTblHeader td {
  font-weight: bold;
}

#wrapper #pcccontent #bodyHolder div.fmnBox div.fmnBoxContent table tr td {
  padding: 5px 3px;
}

#wrapper #pcccontent #bodyHolder div.fmnBox div.fmnBoxContent div.fmnViewMore {
  margin: 15px 0px 20px 0px;
}

#wrapper #pcccontent #bodyHolder div.fmnInfo {
  margin: 25px 0px 20px 0px;
  text-align: center;
}

/* *************************** */
/* From LANDING PAGE CSS 26673 */
/* *************************** */

.rightmenu {
  float:right;
  width:188px;
  top:0px;
  padding-right:8px;
}

.section_container {
  width:530px;
  float:left;
  top:0px;
}

.section_boxes {
  border: 1px solid #CCC;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius:0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}

.section_boxes_h2 {
  margin: 0px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 13px;
  font-weight:bold;
}

/* Waste section branding*/

#section_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#af1a3a;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#promo_scroll {
  margin-bottom: 10px;
  height: 210px;
}

#find_my_nearest {
  margin-bottom: 10px;
  background-color: #FDB11F;
  overflow: auto;
  border: 1px solid #ccc;
}

#find_my_nearest ul {list-style: none outside none;}

#find_my_nearest ul li {
  display: inline;
  float: left;
}

#find_my_nearest ul li form {margin-left: 10px;}

.welsh_fmn_title2 {margin-left:-20px;}

#find_my_nearest h2 {
  padding-left: 9px;
  padding-top: 3px;
  color: #333;
  display:inline;
  margin-right:50px;
  font-weight:bold;
}

/* grey version find my nearest */

#find_my_nearest_grey {
  margin-bottom: 10px;
  background-color: #DFDFDF;
  overflow: auto;
  border: 1px solid #ccc;
}

#find_my_nearest_grey ul {list-style: none outside none;}

#find_my_nearest_grey ul li {
  display: inline;
  float: left;
}

#find_my_nearest_grey ul li form {margin-left: 10px;}

#find_my_nearest_grey h2 {
  padding-left: 9px;
  padding-top: 3px;
  color: #333;
  display:inline;
  margin-right:50px;
  font-weight:bold;
}
/* END grey version find my nearest */

#fmn_grey {background-color: #CCC; border: 1px solid #999;}

#popular {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular p {
  font-size: .9em;
  margin: 10px;
}

#options {
  background: #FFF;
  padding-bottom: 10px;
  overflow: auto;
}

#options h2 {
  background-color: #AF1A3A;
  color: #FFF;
}

#popular h2 {
  background-color: #AF1A3A;
  color: #fff;
}

#popular ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

/*Your Council section branding*/

#section_your-council_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#46736c;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_your-council_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#popular_your-council {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular_your-council p {
  font-size: .9em;
  margin: 10px;
}

#popular_your-council h2 {
  background-color: #016E63;
  color: #fff;
}

#popular_your-council ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

#options_your-council {
  background: #FFF;
  padding-bottom: 10px;
  overflow: auto;
}

#options_your-council h2 {
  background-color: #016E63;
  color: #FFF;
}

/*END Your Council section branding*/

/*Planning section branding*/

#section_plan_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#4d8ac2;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_plan_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#popular_plan {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular_plan p {
  font-size: .9em;
  margin: 10px;
}

#popular_plan h2 {
  background-color: #4d8ac2;
  color: #fff;
}

#popular_plan ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

#options_plan {
  background: #FFF;
  padding-bottom: 10px;
  overflow: auto;
}

#options_plan h2 {
  background-color: #4d8ac2;
  color: #FFF;
}

#plan_fmn_form {height:76px; width:420px;  float:right; position:absolute; top:232px; margin-left:0px; padding-left:100px; overflow:hidden;}

/*END Planning section branding*/

/*Sport Pembrokeshire section branding*/

#section_sport_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#c1393b;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_sport_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#popular_sport {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular_sport p {
  font-size: .9em;
  margin: 10px;
}

#popular_sport h2 {
  background-color: #c1393b;
  color: #fff;
}

#popular_sport ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

#options_sport {
  background: #FFF;
  padding-bottom: 10px;
  overflow: auto;
}

#options_sport h2 {
  background-color: #c1393b;
  color: #FFF;
}

#sport_fmn_form {height:76px; width:420px;  float:right; position:absolute; top:232px; margin-left:0px; padding-left:100px; overflow:hidden;}

/*END Sport Pembrokeshire section branding*/

/* Tourism section branding*/

#section_tourism_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#A4D9F4;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_tourism_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#popular_tourism {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular_tourism p {
  font-size: .9em;
  margin: 10px;
}

#popular_tourism h2 {
  background-color: #A4D9F4;
  color: #000;
}

#popular_tourism ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

#options_tourism {
  background: #FFF;
  padding-bottom: 10px;
  overflow: auto;
}

#options_tourism h2 {
  background-color: #A4D9F4;
  color: #000;
}


#i_want_to.tourism h2 {
  background-color: #A4D9F4;
  color: #000;
}

#section_al.tourism h2 {
  background-color: #A4D9F4;
  color: #000;
}
#section_al.tourism ul li {
  list-style: none outside none;
margin: 0px;
padding: 8px 0px 0px 0px;
line-height: 18px;
}
/*END Tourism branding*/

/* Transport section branding*/

#section_transport_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#E6E4A1;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_transport_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#popular_transport {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular_transport p {
  font-size: .9em;
  margin: 10px;
}

#popular_transport h2 {
  background-color: #C2BD31;
  color: #000;
}

#popular_transport ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

#options_transport {
  background: #FFF;
  padding-bottom: 10px;
  overflow: auto;
}

#options_transport h2 {
  background-color: #C2BD31;
  color: #000;
}
#i_want_to.transport h2 {
  background-color: #C2BD31;
  color: #fff;
}

/*END Your Transport branding*/

/*Health Challenge section branding*/

#section_health-challenge_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#8277c5;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_health-challenge_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#popular_health-challenge {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular_health-challenge p {
  font-size: .9em;
  margin: 10px;
}

#popular_health-challenge h2 {
  background-color: #8277c5;
  color: #fff;
}

#popular_health-challenge ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

#options_health-challenge {
  background: #FFF;
  padding-bottom: 10px;
  overflow: auto;
}

#options_health-challenge h2 {
  background-color: #8277c5;
  color: #FFF;
}

/*END Health Challenge section branding*/

/*Community section branding*/

#section_community_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#253F9E;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_community_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#popular_community {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular_community p {
  font-size: .9em;
  margin: 10px;
}

#popular_community h2 {
  background-color: #253F9E;
  color: #fff;
}

#popular_community ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

#options_community {
  background: #FFF;
  padding-bottom: 5px;
  overflow: auto;
}

#options_community h2 {
  background-color: #253F9E;
  color: #FFF;
}

#options2_community {
  background: #FFF;
  padding-bottom: 10px;
  overflow: hidden;
}

#options2_community h2 {
  background-color: #253F9E;
  color: #FFF;
  line-height: 25px;
  padding-left: 10px;
  font-weight:bold;
}

#options2_community li {
  font-size: 90%;
  padding: 5px;
	
}#i_want_to.community h2 {
  background-color: #253F9E;
  color: #FFF;
}

/*END Community section branding*/

/*Jobs section branding*/

#section_jobs_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#002269;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_jobs_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#popular_jobs {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular_jobs p {
  font-size: .9em;
  margin: 10px;
}

#popular_jobs h2 {
  background-color: #002269;
  color: #fff;
}

#popular_jobs ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

#options_jobs {
  background: #FFF;
  padding-bottom: 5px;
  overflow: auto;
}

#options_jobs h2 {
  background-color: #002269;
  color: #FFF;
}

#options2_jobs {
  background: #FFF;
  padding-bottom: 10px;
  overflow: hidden;
}

#options2_jobs h2 {
  background-color: #002269;
  color: #FFF;
  line-height: 25px;
  padding-left: 10px;
  font-weight:bold;
}

#options2_jobs li {
  font-size: 90%;
  padding: 5px;
}

#no-table-borders { border: 0px solid #fff; }

#no-table-borders table { border: 0px solid #fff; }

#no-table-borders table, th, td { border: 0px solid #fff; }

/*END Jobs section branding*/

/*Business section branding*/

#section_business_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#FDE18C;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_business_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#popular_business {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular_business p {
  font-size: .9em;
  margin: 10px;
}

#popular_business h2 {
  background-color: #FFC000;
  color: #fff;
}

#popular_business ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

#options_business {
  background: #FFF;
  padding-bottom: 10px;
  overflow: auto;
}

#options_business h2 {
  background-color: #FFC000;
  color: #fff;
}

#options_business h2 {
  background-color: #FFC000;
  color: #fff;
}

#i_want_to.bis h2 {
  background-color: #FFC000;
  color: #fff;
}

/*END Business section branding*/

/*Libraries section branding*/

#section_libraries_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#993366;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_libraries_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#pccSlider.libraries { height: 165px; }

#pccSlider.libraries ul.pccSliderControls { top: 190px; }


#popular_libraries {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular_libraries p {
  font-size: .9em;
  margin: 10px;
}

#popular_libraries h2 {
  background-color: #993366;
  color: #fff;
}

#popular_libraries ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

#options_libraries {
  background: #FFF;
  padding-bottom: 10px;
  overflow: auto;
}

#options_libraries h2 {
  background-color: #993366;
  color: #FFF;
}

/*END Libraries section branding*/

/*Property section branding*/

#section_property_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#2B838F;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_property_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#popular_property {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular_property p {
  font-size: .9em;
  margin: 10px;
}

#popular_property h2 {
  background-color: #2B838F;
  color: #fff;
}

#popular_property ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

#options_property {
  background: #FFF;
  padding-bottom: 10px;
  overflow: auto;
}

#options_property h2 {
  background-color: #2B838F;
  color: #FFF;
}

#i_want_to.property h2 {
  background-color: #2B838F;
  color: #fff;
}

/*END Property section branding*/

/*Environment section branding*/

#section_environment_brand {
  height:44px;
  margin-bottom: 10px;
  margin-right:9px;
  background-color:#40A0D0;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
}

#section_environment_brand h2 {
  padding-left: 13px;
  padding-top: 3px;
  font-size: xx-large;
  color: #fff;
  font-weight:bold;
}

#popular_environment {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#popular_environment p {
  font-size: .9em;
  margin: 10px;
}

#popular_environment h2 {
  background-color: #A17E59;
  color: #FFF;
}

#popular_environment ul li {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 122px;
  text-align:center;
}

#options_environment {
  background: #FFF;
  padding-bottom: 10px;
  overflow: auto;
}

#options_environment h2 {
  background-color: #A17E59;
  color: #FFF;
}

#i_want_to.env h2 {
  background-color: #A17E59;
  color: #fff;
}

/*END Environment section branding*/


#right_col { background: #fff; }

#i_want_to {
  background: #FFF;
  margin-bottom: 10px;
  padding-bottom:10px;
}

#i_want_to ul li {
  list-style: none outside none;
  margin-left: 0px;
  margin-top: 0px;
  padding: 8px 0px 0px 10px;
}

#i_want_to h2 {
  background-color: #01776B;
  color: #FFF;
}

#i_want_to a { font-size: 95%; }

#events {
  background: #FFF;
  margin-bottom: 10px;
}

#main_menu ul li a {
  color: #336;
  text-decoration: underline;
}

#main_menu ul li a:hover {
  color: #336;
  text-decoration: none;
}

#events ul li {
  list-style: none outside none;
  margin-left: 0px;
  margin-top: 10px;
  font-size: 0.9em;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 10px;
}

#events h2 {
  background-color: #01776B;
  color: #FFF;
}

#membership {
  background: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}

#membership h2 {
  background-color: #01776B;
  color: #FFF;
}

#membership form input[type="text"] {
  width: 130px;
  float: left;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#membership form input[type="submit"] {
  width: 40px;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

#contact_us {
  background: #FFF;
  margin-bottom: 10px;
}

#contact_us ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#contact_us h2 {
  background-color: #01776B;
  color: #FFF;
}

#useful_links {
  background: #FFF;
  margin-bottom: 10px;
}

#useful_links ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#useful_links h2 {
  background-color: #01776B;
  color: #FFF;
}

/*Options-Two-Col */
.optionsCols ul {
  list-style:none;
  float:left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
}

.optionsCols li {
left;
  float:left;
  padding:0px;
  width:255px;
}

.optionsCols li a {
  padding:10px 0px 5px 0px;
  float:left;
  font-size:93%;
  line-height:17px;
}

.optionsCols li a:hover { }

/* End Options-Two-Col*/


/* Contact Us Text-rightbox*/

#pcc_contacttxt {
  font-size: 0.84em;
  padding: 2px;
  line-height:150%;
}

#pcc_emailtxt {
  font-size: 0.84em;
  padding: 1px;
}

/* CMS FORMS CSS */

.formcontainer {
  width:98%;
  padding:10px;
  background-color:#fcfcfc;
	color: #000;
}

.formrow {
  padding-top:4px;
  padding-bottom:4px;
  padding-right:4px;
  margin-top:15px;
  border-bottom:0px solid #DDDDDD;
  background-color:#fcfcfc
}

.formlabel {
  display:inline-block;
  width:250px;
  vertical-align:top;
	font-size: 90%;
}

.forminput {
  display:inline;
  margin:2px;
  padding:2px;
	font-size: 80%;
}

.formcheckboxlegend {
  text-align:left;
  width:95%;
  padding-right:8px;
}

.formfieldset {
  border:1px solid #eeeeee;
  padding:5px;
	background-color:#FFF;
	font-size: 90%;
}

.formtext-area {
  width:60%;
  background:#F7F7F7;
}

.formselect { width:50%; }

.formoption { }

/* Additional COMS FORMS CSS   */
img.formcaptcha {
  margin:2px;
  text-align:left;
}

div.formcaptcha {
  margin-left:0px;
  text-align:left;
  width:320px;
  padding: 5px 5px 5px 21px;
  max-width:320px;
}

div.formcaptcha input {
  clear:both;
  display:block;
  margin-left:0px;
  padding-left:0px;
}

div.formcaptcha label {
  width:0px;
  margin:0px;
  padding:0px;
}

.formtab {
  width:591px;
  height:auto;
}

.formsubmit { margin-left:4px; }

.formcheckbox { width:auto; }

div.formcheckbox fieldset.formfieldset legend.formcheckboxlegend {
  display:block;
  margin-top:20px;
  padding:0px;
  width:auto;
}

div.comstable {
  width:400px;
  height:400px;
  overflow:auto;
  background-color:#ffeeee;
  margin:10px;
  padding:20px;
}

table.comstable {
  border:2px double black;
  background-color:#888888;
}

td.comstable { background-color:#aaaaaa; }

th.comstable { background-color:#cccccc; }
/* End of Forms*/

/************************/
/* CONSULTATIONS STYLES */
/************************/

.article-body-consult {margin-left: 10px;}

.onlinetabstrip {
  background-color:lightblue;
  padding-bottom:2px;
  padding-top:2px;
  padding-left:10px;
}



.title {
  background-color: #E6F0EF;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: #E6F0EF;
  border-right-color: #E6F0EF;
  border-bottom-color: #E6F0EF;
  border-left-color: #E6F0EF;
  padding: 2px 2px 2px 0px;
  text-indent: 3pt;
}

.outerborder { border: 1px solid #E6F0EF; }

.status {
  float: right;
  margin-right: 2px;
}

.cons_body {
  padding: 2px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 3px;
}
.dates {
font-size: x-small;
float: right;
}
/* END OF CONSULTATIONS STYLES */	 

/* START OF PARKING STYLES */	 

.onlinetabstrip-parking {
  background-color:#c6ebff;
  padding-bottom:2px;
  padding-top:2px;
  padding-left:10px;
  width:682px;
}
.onlinetabstriptop-parking {
  background-color:#c6ebff;
  padding-bottom:2px;
  padding-top:2px;
  padding-left:10px;
  width: 682px;
  position: relative;
  top: -7px;
}
.parkingH1 {
  color:#ffffff;
  background-color:#007bbe;
  margin-top:10px;
  padding-bottom:2px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}
.parkboxes {
  text-align: center;
  height: 225px;
  border: 1px solid #c6ebff;
  background-image: url(http://www.pembrokeshire.gov.uk/pcctemplate/images/Section-Headers/signs-bg2.jpg);
  width: 228px;
  margin: 0px;
  padding: 0px;
}

.parkboxes p {
  position: relative;
  top: -15px;
}

.parktitle {
  font-weight: bold;
  background-color: #c6ebff;
  padding-bottom: 3px;
  width: 100%;
}
.parkboxes img {
  position: relative;
  top: 0px;
}

#parkfront {
  position: relative;
  top: 0px;
}

.parkboxes a { color: #000000; }

.parkboxes a:hover { color: #007BBE; }

#parkfooter { text-align: center; }

/* END OF PARKING STYLES */	

/* === External Links Styles ===*/
.ExtLinks {font-size: small;}

.ExtLinks img {
  BORDER: 0px;
  MARGIN-LEFT: 6px;
  VERTICAL-ALIGN: middle;
  MARGIN-RIGHT: 6px;
}

#section_popularBox.jobs, #section_iwt.jobs, #section_optionsBox.jobs, #section_latest.jobs, #section_featured.jobs {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border: 1px solid #CCC;
  behavior: url(template/2012/css/PIE.htc);
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
}

#section_popularBox.jobs {
  height: 155px;
}

#section_popularBox.jobs h2, #section_iwt.jobs h2, #section_optionsBox.jobs h2, #section_latest.jobs h2, #section_featured.jobs h2 {
  background-color: #43B1A5;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0px 5px 10px;
  margin: 0px 0px 10px 0px;
}

#wrapper #pcccontent #twoBoxHolder {
  width: 530px;
  height: 275px;
}

#wrapper #pcccontent #twoBoxHolder #section_latest.jobs, #wrapper #pcccontent #twoBoxHolder #section_featured.jobs {
  width: 260px;
  height: 250px;
  display: block;
}

#wrapper #pcccontent #twoBoxHolder #section_latest.jobs { float: left; }

#wrapper #pcccontent #twoBoxHolder #section_featured.jobs { float: right; }

#wrapper #pcccontent #section_popularBox.jobs ul, #wrapper #pcccontent #section_iwt.jobs ul, #wrapper #pcccontent #section_latest.jobs ul, #wrapper #pcccontent #section_featured.jobs ul, #wrapper #pcccontent #section_optionsBox.jobs ul {
  list-style: none outside none;
  margin: 0px 0px 0px 5px;
  padding: 0px;
}

#wrapper #pcccontent #section_latest.jobs ul, #wrapper #pcccontent #section_featured.jobs ul {
  width: 250px;
  height: 220px;
  overflow: auto;
  display: block;
  position: relative;
}


#wrapper #pcccontent #section_optionsBox.jobs ul {
  width: 530px;
  height: 200px;
  overflow: auto;
  display: block;
  position: relative;
}

#wrapper #pcccontent #section_popularBox.jobs ul li {
  float: left;
  width: 130px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

#wrapper #pcccontent #section_optionsBox.jobs ul li {
  float: left;
  width: 250px;
  height: 25px;
  margin: 5px 5px 10px 10px;
}

#wrapper #pcccontent #section_iwt.jobs ul li {
  margin: 0px;
  padding: 8px 0px 0px 10px;
  line-height: 18px;
}

#wrapper #pcccontent #section_latest.jobs ul li, #wrapper #pcccontent #section_featured.jobs ul li {
  margin: 0px;
  padding: 8px 0px 0px 2px;
  line-height: 18px;
}

div.jobs_advert { 
  width: 160px;
  margin: 20px auto 0px auto;
}

#iFrameNoBorder { border: 0px; }

.one-line-block {
  display: block;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 8px;
}

.multicol {width: 100%; float: left; margin-bottom: 8px;}

.tenPC {float: left; width: 10%;}

.fifteenPC {float: left; width: 15%;}

.thirtyPC {float: left; width: 30%;}

.thirtyfivePC {float: left; width: 35%;}
