﻿div, ul, li, p{    
    margin: 0;
    padding: 0;
    border: none;
}
body{
    width: 860px;
    margin: auto;
   font-family: Verdana, sans-serif;
  /*   font-family: Arial, sans-serif;*/
    font-size: 0.8em;
    background: #a8c9ea url('../PCCBranding/images/gradient.png') repeat-x top left;
}
.skipnavigation{
    /* Move it off the screen */
    position: absolute;
    left: -5000px;
}
a{
    /*color: #0b2763;*/
    color: #00E;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
/* Place main header behind banner */
h1{
    font-size: 1.5em;
    margin: 1em 0 0 0;
    /*margin: 10px 10px 0 10px;*/
    /* remove bottom margin 06-05-2010 */
}
h2{
    font-size: 1.1em;
}
h3{
    font-size: 1.1em;
}
h4{
    font-size: 1.05em;
}
h5{
    font-size: 1em;
}
p{
    margin: 0 0 1em 0;
}
h2, h3, h4, h5{
    margin: 1em 0 1em 0;
}
ul, ol{
    margin: 0 0 1em 2em;
}
li{
    margin-bottom: 0.5em;
}
.dashedline{
    margin: 10px;
    border-top: 1px dashed #999;
    clear: both;
}
#greybackground{
    width: 100%;
    height: 100%;
  background-color: #e0e0e0;
   /*  background-color:Red;*/
    padding-bottom: 10px;
    position: relative;
}
img.middle{
    vertical-align: middle;
    /*width: 22px;
    height: 22px;*/
}
#ContentImg1{
    float: right;
    padding-left: 0.25em;
    margin: 1em 0 0 0;
}
#ContentImg2{
    float: left;
    margin-right: .25em;
    margin-bottom: 10px;
}
#panelDottedLine{
    background-image:url('../PCCBranding/images/BlackDot.GIF');
    height:1px;
    width:100%;
    margin:1em 0;
}
/* Start of header styles */
#banner{ 
    z-index: 1;
    margin: 10px 10px 5px 10px;
}

#tabs{
    clear: both;
    margin: 0 10px 0 10px;
}
.tab{
    width: 120px;
    float: left;
    background: url(../PCCBranding/images/tablight.png) no-repeat top left;
    /*BACKGROUND: url(../default/images/learning_new_left.gif) no-repeat left top;*/
    line-height: 30px;
    font-weight:bold;
 
}
.selectedtab{
    background: url('../PCCBranding/images/tabdark.png') no-repeat top left;
}
.tab a{
    color: #fff;
    display: block;
    text-align: center;
}
.tab ul{
    display: none;
    position: absolute;
    list-style: none;
    /*background: #2289cb;*/
   background: #0b2763;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 210px;
    z-index: 1000;
}
.tab ul li{
    padding: 0;
    margin: 0;
    width: 200px;
}
.tab ul li a{
    width: 100%;
    text-align: left;
    line-height: 1em;
    /*border-bottom: 1px #000 solid;*/
    padding: 8px 5px;
}
.tab ul li a:hover{
    /*background: #65b7ea;*/
    background: #2289cb;
}

#contactsearch{
    height: 41px;
    clear: both;
    margin: 0 10px 10px 10px;
    background: url('../PCCBranding/images/searchbar.png') no-repeat top left;
    overflow:hidden;    /* Stop IE from stretching it */
}
#q {        /* Shrink the google search box to fit */
width:200px
}
#applinks{
    height: 41px;
    clear: both;
    margin: 0 10px 10px 10px;
    background: url('../PCCBranding/images/iconbar.png') no-repeat top left;
}
/* Lose the spacing in the external links section */
#externallinks h2 {
    margin-bottom: 10px;
}
#externallinks ul{
    margin-top: 0;
    margin-bottom: 0;
}
.left{
    float: left;
    margin: 12px 0 0 10px;
}
.right{
    float: right;
    margin: 7px 10px 0 0;
}
/*label{
    display: none;
}*/
#searchbox{
    /*border: 1px solid #777;*/
    /*margin: -5px 5px 0 0;*/
    font-size: 1.5em;
}
#searchbutton{
    /*margin: 8px 15px 0 0;*/
    vertical-align: top;
    padding-top: 1px;
}
.searchdisplaynone{
    display: none;
}
/* End of header styles*/

/* Start of general template styles */
#navcontentwrapper{ /* Contains the left nav and content divs */
    clear: both;
    height: 100%;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
}
/*
.clearContent{
    clear: both;
    height: 10px;
}
*/
#leftnav{
    width: 180px;
    background: #fff;
    float: left;
    margin: 0 10px -5000px 0;
    padding: 10px 10px 5000px 10px;
    position: relative;
    /*
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;*/
}
#leftnav ul{
    margin-left: 1em;
    margin-top: 20px;
    margin-bottom: 30px;
}
#leftnav h2{
    /*background: #0b2763;*/
    /*background: #047cc4;*/
    background: #2289CB;
    color: #fff;
    margin: -10px;
    padding: 5px 20px 5px 20px;
    /*
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;*/
}
#content{
    /*width: 587px;*/
    width: 607px;
    background: #fff;
    float: left;
    margin: 0 0 -5000px 0;
    padding: 10px 10px 5010px 10px;
    position: relative;
}
#contentFullWidth{
    width: 817px;
    background: #fff;
    float: left;
    margin: 0 0 -5000px 0;
    padding: 10px 10px 5000px 10px;
    position: relative;   
   
}




/* Index page images */
.ContentGallery1{float:left; width:49%; vertical-align:top; padding-bottom:1em;}
.BlockGallery1{width:100%;}
.ContentGallery1 Img{
    float:left; margin: .25em;
}
.ContentGallery{float:left; width:33%; vertical-align:top; height:100px; padding-bottom:1em;}
.BlockGallery{width:100%;}
.ContentGallery Img{
    float:left; padding-right:.25em;
}
/* End of general template styles */
/* Home page specific styles */

#doitonline{
    float: left;
    width: 298px;
}
#doitonline img{
    width: 278px;
    height: 66px;
    margin: 8px 0 0 10px;
}

/* For non-visual media, show all the campaigns but not the buttons */
/* Current screen readers don't even use this though */
@media aural, braille, embossed{
    .campaignbutton{
        display: none;
    }
}


.columns{
    clear: both;
    overflow: hidden;
    height: 100%;
    margin-left: 10px;
}
.box{
    float: left;
    background-color: #fff;
    /*border: 1px solid #cccccc;*/
    /* Trick to get equal-height boxes */
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}
.box a {
color: #0b2763;
}    
.box1{
    width: 278px;
    left: 0;
    margin-top: 10px;
    margin-right: 10px;
}
.box2{
    width: 270px;
    margin-top: 10px;
    margin-right: 5px;
}
.box1 p, .box2 p, .box3 p {
    margin: 0 10px 5px 10px;
}
.box1 h3, .box2 h3, .box3 h3 {
    margin-left: 10px;
    margin-right: 10px;
}
.box3{
    width: 270px;
    margin-top: 10px;
    margin-left: 5px;
}
.box ul{
    list-style-type: none;
    margin: 10px;
    padding: 0;
}
.box li{
    margin-bottom: 15px;
}
.box h2{
    height: 38px;
    padding: 10px 0 0 10px;
}
.date{
    float: left;
    width: 50px;
    height: 50px; /*72px;*/
    margin: 0 5px 10px 5px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}
.date div{
}
#whatson .date{
    background-color: #e22;
}
#news .date{
    background-color: #f70;
}

#communityevents .date{
    background-color: #e22;
}

.box img{
    float: left;
    clear: right;
    margin-bottom: 5px;
}
#wardens img{
    margin: 0 10px 0 10px;
}
#attractions img{
    margin: 0 10px 0 10px;
}
#communityevents img{
    margin: 0 10px 0 10px;
}
#survey img{
    margin: 0 10px 0 10px;
}
#footer{
    background: #2289CB;
    color: #fff;
    float: left;
    clear: both;
    width: 100%;
    /* Looks better full-width? */
    /*margin: 0 10px 0 10px;*/
}
#footer a{
    color: #fff;
}
.footercolumn{
    width: 25%;
    float: left;
    background: url('../PCCBranding/images/footertop.png') no-repeat 20px 3em;
}
.footercolumndouble{
    width: 50%;
    float: left;
}
.footercolumndouble .footercolumn{
    width: 50%;
}
.bar{
    background-color: #0b2763;
    line-height: 3em;
}
.bar h2{
    margin: 0 0 0 20px;
}
#footer ul{
    margin: 15px 0 20px 20px;
    list-style-image: url(../PCCBranding/images/tribullet.png)
}
#bottomfooter{
    background-color: #0365ab;
    color: #fff;
    clear: both;
    line-height: 2em;
}
#bottomfooter a{
      color: #fff;
}
#bottomfooter p{
    padding: 5px;
    margin: 0;
}
#bottomfooter img{
    float: right;
}
a img {
    border: 0;
}
.clear {
    clear: both;
    height: 10px;
}
.rd{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:red;
    font-size:x-small;
}
.rdBold{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:red;
    font-size:small; font-weight:bold;
}

.pagedata{
    color:#808080;
    font-size: 0.8em;
}
.floatleft {
float: left;
margin-top: 0px; 
margin-bottom: 10px;
margin-left: 0px;
margin-right: 10px;
}
.floatright {
float: right;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 0px;
}







/*Waste Collection styles*/

#main {
  background: #FFFFFF;
}
#mainContainer 
{
		background:url(../PCCBranding/images/recyclebinworld_small.jpg) no-repeat top right;
		width: auto;
		padding: 5px;
	    /*height: 425px;*/
}

#datacontent 
{
	float: left;
	width: 50%;
}
#recyclelinks 
{
	padding: 0 0 1em 0.5em;
	float: left;
	width: 100%;
	overflow: hidden;
}

#recyclelinks a
{
	/*color:#798902;*/
}

.errormsg 
{
	color: Red;
}

.gvResult
{
	position:relative;
	left: 0px;
	margin-left:0px;
}




.clearall 
{
	clear:both;
}
#sectioncolor{
 height:1.1em;
 /*background-color:#E4E4E4;*/
 background-color: #FFFFFF;
 width:100%;
 border-bottom:.07em solid #FFFFFF;
 border-top:.07em solid #FFFFFF;
}







