/************General html and body styles*****************/
html, body, ul, ol, li {  
    margin: 0; 
    padding: 0; 
    border: 0; 
	background-color: #FFFFFF;
	color:#000000;
}
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */
body {
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;
	color: #000;
}
/*************************** Link styling*************************/
a, a:link, a:visited {
	color: #006699;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:hover{
	text-decoration: underline;
}


/***********************************************/
/* Layout Divs                                 */
/**********************************************/

/****Masthead for styling and changing the top photomontage: p for projects, s - services, l- leisure *****/
#masthead, #mastheadp, #mastheadl, #mastheads {
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 140px 0px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	float: left;
}
#masthead{
	background-image: url(/images/peoplemontagenew.jpg);
}
#mastheadp{
	background-image: url(/images/top_judo.jpg);
}
#mastheadl{
	background-image: url(/images/festivalbanner.jpg);
}
#mastheads{
	background-image: url(/images/peoplemontagenew.jpg);
}
/********Position divs: navbar=left, headlines= green/blue right**********/
div#wrapper {
	float:left;
	width:100%;
}
div#navBar {
	float:left;
	width:180px;
	margin-left:-100%;
	padding: 1em 0px 0px;
	background-color: #34b3d1;
}
div#headlines {
	float:left;
	width:160px;
	margin-left:-160px;
	margin-top: 1em;
	font-size: 80%;
	background-color: #34b3d1;
	background-image: url(/images/blue_corner1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#headlines p{
	padding: 5px 0px 5px 0px;
}
/******************* Content area ************************/
div#content{
	margin: 0 160px 0 180px;
	font-size: 80%;
	background-image: url(/images/blue_reverse_corner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	padding: 5px;
	list-style-position: outside;
	list-style-image: url(../images/idlist.gif);
	list-style-type: disc;
	line-height: 1.25em;
}
#content p{
	margin:0.6em 0em;
}
#content a:visited{
color:purple;}
#content ul {
	padding-left: 2em;
	margin-top: 0.3em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
#content ul li {
	padding: 0.1em;
	line-height: 1.2em;
}
/*Makes links in list bold*/
#content ul li a{
	font-weight:bold;
	line-height: 1.2em;}
/******************* Content area  for 2 column template********************/
div#content1{
	margin: 0 10px 0 180px;
	font-size: 80%;
	background-image: url(/images/blue_reverse_corner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	padding: 5px;
	list-style-position: outside;
	list-style-image: url(../images/idlist.gif);
	list-style-type: disc;
	line-height: 1.2em;
}
#content1 p{
	margin:0.6em 0em;
}
#content1 a:visited{
color:purple;}
#content1 ul {
	padding-left: 2em;
	margin-top: 0.3em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
#content1 ul li {
	padding: 0.1em;
}
#content1 ul li a{
	font-weight:bold;
	line-height: 1.2em;
}
/*********** #navBar styles ***********/
#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	background-color: #34b3d1;
}
/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}
/*** Direct Gov img styling ***/
#navBar img{
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*lists in navbar */
ul.navlist
{
	width: 93%;
	font-size:80%;
	background-color: #34b3d1;
	color: #34b3d1;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul.navlist li a, ul.navlist li a:visited
{
	display: block;
	width: 100%;
	padding: 0.4em 0 0.4em 1.0em;
	text-decoration: none;
	background-color: #34b3d1;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
ul.navlist li a:hover
{
	color: #000000;
	background-color: #99cf16;
	text-decoration: none;
}
a#active {
	background: #99cf16;
	color: #000000;
}
/*** Subsections list**/
ul.navlist1
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 99%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #34b3d1;
}
ul.navlist1 li
{
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #34b3d1;
}
ul.navlist1 li a, ul.navlist1 li a:visited
{
	display: block;
	padding: 0.2em 0 0.2em 1em;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	background-color: #3399CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
ul.navlist1 li a:hover {
	color: #ffffff;
	background: #99cf16;
}
a#active1 {
	background: #99cf16;
	color: #000000;
}
/*** Style for a subtitle, not linked in the left column navigation e.g. Council area ***/
.subtitlunav{
	font-weight:bold;
	margin-bottom:.3em;
	margin-top:.3em;
}
/************** a to z styles **************/
a.a2z {
	background: #34b3d1;
	color: #ffffff;
	padding-left: .1em;
	padding-right: .1em;
	height: 1.5em;
	white-space: nowrap;
	padding-bottom: .1em;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.a2z:visited{
	background: #34b3d1;
	color: #ffffff;
}
#az {
	float:left;
	width: 100%;
	margin: 0px;
	padding-bottom: 0.3em;
	padding-top: 0.1em;
	font-size: 70%;
	color:#ffffff;
	background-color: #34b3d1;
}
ul#azmainlist li, ul#azmainlist li a {
	display:inline;
	list-style-type:none;
	font-size:150%;
	list-style-image: none;
}
ul#azmainlist li a {
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	line-height:150%;
	background-color: #eeeeee;
}
/************** top-right horizontal navigation **************/
#topnav0 ul li{
	display: inline;
	list-style-type: none;
	font-size:0.7em;
	text-decoration:none;
	color:#333333;
	line-height: 0.9em;
	vertical-align: top;
}
#topnav0 ul li a{
	text-decoration:none;
	color:#333333;
	background-color: #ffffff;
	line-height: 1.2em;
}
#topnav0 ul li a:hover
{
	text-decoration:underline;
}
#topnav0 ul{
	background-color: #ffffff;
	float:right;
	text-align: right;
	display: block;
	clear: none;
	position: relative;
	top: 0px;
	right: 0px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
}
/*******************top boxes to put photomontage and right search area********************/
#left0 {
	float:left;
	margin: 0px;
	height: 82px;
	width:63%;
	clear: left;
	padding: 0px;
	top: 0px;
	border: 0px;
	position: relative;
}
#left0 a{
	background:transparent;
}
#right0 {
	float:right;
	width:36%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	text-align:right;
	background-image: url(/images/right_curve1.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	right: 0px;
	display: block;
	background-position: left;
	padding: 0px;
	height: 66px;
	border: 0px;
	 }
/************** bottom for print and Firefox **************/
#footer {
	position: relative;
	font-size: 0.7em;
	border-top: 1px dotted #99cf16;
	text-align: center;
	left: 0px;
	padding-bottom: 2em;
	margin: 0px auto;
	top: 10px;
	clear: left;
	width: 80%;
	padding-top: 0.5em;
}
/********************************************************/
/* Right column blue and green boxes: do it online, forms, docs */
/********************************************************/
/************** top do it online blue box **************/
#online1{
	color: #000000;
	padding: .8em 0.3em 0.5em 1.0em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
	font-size: 95%;
	line-height:1.1em;
}
#online1 a, #online1 a:visited{
	color: #ffffff;
	background-color: #34b3d1;
	font-size:90%;
}
#online1 ul li a, #online1 ul li {
	color: #ffffff;
	background-color: #34b3d1;
	list-style-type: none;
	list-style-image: url(/images/idrc.gif);
	list-style-position: outside;
}
#online1 ul {
	font-weight: normal;
	margin-left: 1em;
}
#online1 select {
	font-size:90%;
}
/************** green boxes: forms, docs, links **************/
.forms{
	color: #ffffff;
	padding: 0.6em 0.3em 0.5em 1.0em;
	background-color:#99cf16;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
	font-size: 95%;
	line-height: 110%;
}
div.forms ul li{
	color: #000000;
	background-color: #99cf16;
	vertical-align: top;
	font-size:90%;
	margin-top:1px;
}
.forms a{
	color: #000000;
	background-color: #99cf16;
	text-decoration:none;
}
.forms a:visited {
	color: #000000;
	background-color: #99cf16;
	text-decoration:none;
}
.forms a:hover{
	color: #000000;
	background-color: #99cf16;
	text-decoration:underline;
}
.forms ul {
	font-weight: normal;
	margin-left: 1em;
	color: #000000;
	background-color: #99cf16;
	list-style-type: none;
	list-style-image: url(/images/idrc_g.gif);
	list-style-position: outside;
}
/************** right column contact **************/
#contact{
	color: #ffffff;
	padding: 0.6em 0em 0.5em 1.6em;
	background-color:#34b3d1;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
	font-size: 95%;
}
#contact a, #contact a:visited{
	color: #000000;
	background-color: #34b3d1;
}
#contact a:hover {
	text-decoration:underline;
}
#contact ul, #contact ul li {
	color: #000000;
	background-color: #34b3d1;
	list-style-type: none;
	list-style-image: url(/images/idrc.gif);
	list-style-position: outside;
	margin: 0.15em;
}
#contact ul {
	font-size:90%;
}
/************** general do it online bottom box **************/
#doonline{
	color: #ffffff;
	padding: 0.8em 0.3em 1.5em 1em;
	font-size: 95%;
	font-weight:bold;
	background-color: #99cf16;
	background-image: url(/images/green_corner1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#doonline a, #doonline a:visited{
	font-size:90%;
	font-weight:bold;
	background-color: #99cf16;
	color:#000000;
	text-decoration:none;
}
#doonline a:hover{
	text-decoration:underline;
}
#doonline select{
	width:130px;
}
label.doit {
	display:block;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0.2em 0 0;
}
#select1, #select2, #select3, #select4{
	font-size: 0.8em;
}
.small{
	font-size: 90%;
	color: #000000;
	line-height:normal;
}
/************** hidden and stuff for print*****************************/
.hide{
	display:none;
}
#noprint{
	border:0;
}
#print, #print2, #noprint2{
	display:none;
}
/************** form styles, mostly search *****************************/
form, fieldset  {
	margin: 0; 
    padding: 0; 
    border: 0; 
}
#submit{
	font-size: 0.9em;
	margin-right: 1em;
}
#textfield{
	font-size: 0.9em;
	margin-top: 2em;
	margin-right: .3em;
}
fieldset {
	background:transparent;
	border: 0;
}
legend {
	color:#000000;
}
/**** id searchtext for advanced search***/
#searchtext {
	color: #000000;
	text-decoration: none;
	background-color: #99cf16;
	padding-right: 3em;
}
a#searchtext:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/************ Default tables ********/
table
{
	height: auto;
	width: 95%;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	border: 0px;
}
table tr
{
	background-color: #FFFFFF;
}
/*************** default images *****************/
img {
	display:block;
	border: 1px solid #CCCCCC;
}
/****** Top horizontal green and white lines above A to Z ***8***/ 
#green{
	background-color: #99cf16;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0px;
	position: relative;
	height: 4px;
	font-size: 0.1em;
	line-height: 0.1em;
	float:left;
}
.white{
	background-color: #ffffff;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0px;
	position: relative;
	height: 1px;
	font-size: 0.01em;
	line-height: 0.01em;
	float:left;
}
/***************newsdat******************/
#newsdate{
font-weight:bold;
padding-bottom:1em;
padding-top:0.5em;
padding-left:2em;}

/*********** Advaced styles for showing pdf icon and external icon and striping tables********************/
a[href$=".pdf"] {
	background:url(/images/pdf.gif) no-repeat right bottom;
	padding-right: 14px;
}
a[href^="http:"] {
	background: url(/images/external.gif) no-repeat right top;
	padding-right: 12px;
}
a[href^="http://www.dartford.gov.uk"], 
a[href^="http://idoxdmz.dartford.gov.uk"], 
a[href^="http://committeedmz.dartford.gov.uk"], 
a[href^="http://www.dartford.gov.uk"], 
a[href^="http://www.dartford.gov.uk/choice"], 
a[href^="http://www.direct.gov.uk"]{
	background-image:none;
	padding-right: 0;
}
tr.odd td {
  color: #000000;
  background-color: #f2f2f2;
}
.pdfFile{
	background:url(/images/pdf.gif) no-repeat scroll right bottom;
	padding-right: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: compact;
}
/*******************Clearing stuff ****************************/
.clear {
	clear:both;
}
/************** slide style for consultation page - see the homepage *****/
.display {
	background-image: url(/images/idh.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFFFFF;
}
/********************festival images***************************/
img.festival {
	margin: 5px 5px 5px 30px;
}
/*********** H1, H2, H3 added here to be picked up by Moderngov ***********/
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 144%;
	color: #1c6272;
	margin: 0px;
	padding: 0.3em 0 0.8em 4em;
}

h2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 125%;
	color: #1c6272;
	margin: 0px;
	padding: 0.4em 0 0.2em 0.5em;
}

h3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 114%;
	color: #1c6272;
	margin: 0px;
	padding-top: 0.4em;
	padding-right: 0;
	padding-left: 0.5em;
}
/***************************** MODERN GOV INTRANET **********/
div#wrapper00 {
	float:left;
	width:100%;
background-color:#FFFFFF;
}
div#content00{
	margin: 0 10px 0 10px;
	font-size: 80%;
	background-color: #FFFFFF;
	padding: 5px;
	list-style-position: outside;
	list-style-image: url(../images/idlist.gif);
	list-style-type: disc;
	line-height: 1.2em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #34b3d1;
	border-left-color: #34b3d1;
}
#content00 p{
	margin:0.6em 0em;
color:#333333;

}
#content00 ul {
	padding-left: 2em;
	margin-top: 0.3em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
#content00 ul li {
	padding: 0.1em;
}
#content00 ul li a{
	font-weight:bold;
	line-height: 1.2em;
}
#navcontainer ul{
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: 0;
	font-weight: bold;
	color: white;
	float: left;
	width: 100%;
	font-family: Verdana, arial, helvetica, sans-serif;
}
#navcontainer ul li
{
	display: inline;
padding-bottom:2px;
}
#navcontainer ul li a
{
	
	padding: 4px 5px 4px 5px;
	background-color: #3399CC;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 2px solid #006699;
	border-bottom: 2px solid #006699;
	border-left: 2px solid #34b3d1;
	border-top: 2px solid #34b3d1;
}
#navcontainer ul li a:hover
{
	background-color: #006699;
	color: #fff;
	border-right: 2px solid #006699;
	border-bottom: 2px solid #006699;
	border-left: 2px solid #34b3d1;
	border-top: 2px solid #34b3d1;
}
body#intranet{
background-color:#FFFFFF;
}
content00 img{
display:inline;}
/*********CAPITA SCRIPTS********************/
#horiznavbar{
	background-color:#34b3d1;
	text-align:center;

}
ul.horiznavlist{
	color: #FFFFFF;
	background-color: #34b3d1;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	margin:auto;
border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 100%;
padding:5px 0 5px 0;

}
ul.horiznavlist li {
list-style-image: none;
list-style-type: none;
background-color: #34b3d1;
color:#FFFFFF;
display:inline;
padding-left:35px;
padding-right:35px;
border-left:1px solid #ffffff;}
ul.horiznavlist li a, ul.horiznavlist li a:visited{
text-decoration:none;
background-color: #34b3d1;
color:#FFFFFF;
display:inline;
font-size:90%;
font-weight:bold;
}
ul.horiznavlist li a:hover{
text-decoration:underline;}
html>body#intranet {
background-color:ffffff;}
