/***********************************************/
/* Bolton Council internet site (print)        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html, body { /*always specify at the beginning of a style sheet */
margin: 0;
padding: 0;
width: 100%;
min-width: 800px;

}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.9em;
	line-height: 1.25em;	
	margin: 0px;
	padding: 0px;
	background: #fff;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: black;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
	color: red;
	background-color: inherit;	
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font-weight: bold;
 font-size: 130%;
 color: #007BB5;
 background: #fff;
 margin: 0px;
 padding: 0px;
}

h2{
 font-weight: bold;
 font-size: 114%;
 font-family: Arial, Helvetica, sans-serif;
 color: #007BB5;
 background: #fff;
 margin: 0px;
 padding: 0px;
}

h3{
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #007BB5;
 background: #fff;
 margin: 0px;
 padding: 0px;
}

h4{
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 color: #007BB5;
 background: #fff;
 margin: 0px;
 padding: 0px;
}

h5{
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 color: #007BB5;
 background: #fff;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-image: url(http://www.bolton.gov.uk/pls/portal92/url/ITEM/16D299B671100E99E0440003BA1DCDD2);
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font-weight: bold;
 font-size: 1em;
 font-family: Arial, Helvetica, sans-serif;
 color: #334d55;
 background: #fff;

}
				
input{
 font-family: Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Home page                                   */
/***********************************************/
#pagecell1{
	position: relative;
	width: auto;
	border: 0px;
	padding: 0px;
	float: none !important;
}

div#pagecell1 {
	margin-top: 5%;
	}


#masthead{
	position: relative;
	top: 0px;
	left: 0px;
	width:98%;
	float: none !important;
	
}


#breadcrumb {
float:left;
padding-left: 19px;
padding-bottom: 15px;
font-size: 90%;
width: 85%;
display: none;
}

#leftcol{
	float: left;
	width: 17%;
	padding-left: 19px;
	padding-bottom: 10px;
	height: 100%;
	line-height: 1.3em;
	font-size: 1em;
	display: none;	
}

#leftcola{
	width: 100%;
	height: 100%;
	padding-top: 15px;
	line-height: 1.25em;
	font-size: 1em;	
	color: #666;
	background-color: white
	
}

#leftcola a:link, #leftcola a:visited {
	color: #666;
	background-color: white;
	text-decoration:underline;
}

#leftcola a:hover{
	color: red;
	background-color: white;
	text-decoration: underline;
}

#middlecol{
	float: left;
	width: 37%;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 100%;

}

#middlecol .h1 {
 font-size: 170%;
 margin: 0px;
 padding: 0px;
}

#middlecol2{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	
}

#middlecol2a {
  float: left;
  width: 186px;
  padding-top: 1em;
  padding-right: 0.5em;
}


#middlecol .h2 {
 font-size: 130%;
 color: #007BB5;
 background: #fff;
 margin: 0px;
 padding: 0px;
}

#middlecol a:link, #middlecol a:visited {
	color: #007BB5;
	background-color: white;
	text-decoration:underline;
}

#middlecol a:hover{
	color: red;
	background-color: white;
	text-decoration:underline;
}

#middlecol3{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	
}

#middlecol3a {
  float: left;
  width: 186px;
  padding-top: 1em;
  padding-right: 0.5em;
}

#rightcol{
    float:left;
	width: 37%;
	padding-left: 15px;
	padding-bottom: 10px;
	height: 100%;
}

#rightcola {
	width: 100%;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#rightcolb{
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#rightcolb a:link, #rightcolb a:visited {
	color: #992822;
	background-color: white;
	text-decoration:underline;
}

#rightcolb a:hover {
	color: red;
	background-color: white;
	text-decoration:underline;
}

#rightcolc {
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#rightcold{
	width: 100%;
	border-style: dotted;
	border-width: 1px;
	border-color: #cccccc;
	padding: 10px;
}

#spotlight {
	position: relative;
	float:left;
	padding-top: 7px;
	padding-left: 19px;
	padding-bottom: 10px;
	width: 85%;
	font-size: 90%;

}
html>body #spotlight {
width: 85%;
}

#spotlight1 {
float:left;
width: 17%;

}

#spotlight1a {
float: left;
padding-left: 37px;
padding-bottom: 10px;
width: 75%;
}


#bottombar{
	position: relative;
	width: 100%;
	float: left;
	display: none;	
}

#footer {
	position: relative;
	top: 7px;
	left: 19px;
	width: 95%;
	font-size: 90%;
	display: none;	

}

#footer1 {
float:left;
width: 30%;

}

#footer1a {
float: left;
color: #007BB5;
background-color: white;
width: 65%;
}

#footer1a a:link, #footer1a a:visited {
	color: #007BB5;
	background-color: white;
	text-decoration:underline;
}

#footer1a a:hover{
	color: red;
	background-color: white;
	text-decoration:underline;
}


/****************** Your Services *****************/

#col1{
	width: 82%;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-color: #ccc;
	float: none !important;
	position: relative;

}

#col2{
	float: left;
	width: 37%;
	padding-bottom: 10px;
	height: 100%;

}

#col3{
	float: left;
	width: 37%;
	padding-bottom: 10px;
	height: 100%;

}

/****************** 2nd level *****************/

#col4{
	position: relative;
	width: 80%;
	float: none !important;

}

#col5{
	float: none !important;
	width: 60%;
	padding: 10px;
	border-style: dotted;
	border-width: 1px;
	border-color: #ccc;
}

#slevel7{
	width: 83%;
	float: none !important;

}

#slevel9{
	font-size:small;
	float:left;
	overflow: visible;
	width: 83%;
	
}

#slevel9a{
	width: 83%;
}



#slevel9b{
	padding-bottom: 25px;
	padding-top: 15px;
	width: 83%
}



#usefullinks {
	font-size: small;
	float:left;
	width: 315px;
}

/************* Top bar ****************/

#topbar{
	position: absolute;
	width: 100%;
	height: 1.5em;
	background-color: black;
	color: white;
	margin: 0px;
	top: 97px;
	left: 0px;
	display: none;
}

#topbar2{
	position: absolute;
	height: 1.5em;
	margin: 0px;
	top: 98px;
	left: 19px;
	display: none;
}

#topbar2 a:link, #topbar2 a:visited {
	font-size:95%;
	color: white;
	background-color: black;
	text-decoration:underline;
}

#topbar2 a:hover{
	font-size:95%;
	color: white;
	background-color: black;
	text-decoration:underline;
}


/*************** search styles *****************/

#search{
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	color: black;
	background-color: #fff;
	font-size: 90%;
	left: 60%;
	width: 285px;
	height: 27px;
	top: 30px;
}

#search input{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin: 0px  0px 0px 0px;
 }

#search2{
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	color: black;
	background-color: #fff;
	font-size: 90%;
	left: 40%;
	width: 50%;
	height: 27px;
	top: 25px;
	display: none;
}
#search2 input{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin: 0px  0px 0px 0px;
 }
  
.goButton {
	BORDER-RIGHT: medium none; 
	PADDING-RIGHT: 0.5em; 
	BORDER-TOP: medium none; 
	MARGIN-TOP: 0.3em; 
	PADDING-LEFT: 0.5em; 
	FONT-WEIGHT: bold; 
	PADDING-BOTTOM: 0.1em; MARGIN-LEFT: 0.3em; 
	BORDER-LEFT: medium none; 
	COLOR: black;
	BACKGROUND-COLOR: #ccc;
	PADDING-TOP: 0.1em; 
	BORDER-BOTTOM: medium none; 
	TEXT-ALIGN: right; TEXT-DECORATION: none
}

/************** title/bottom styles ****************/

#title{
	position:absolute;
	padding: 0px 0px 0px 10px;
	top: 2px;
	width: 70%;
	left: 7px;
	}

#bottom{
	position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 100%;
	top: 97%;
	left:0px;
}


/************** subtitle styles ****************/

#subtitle{
	position:absolute;
	padding: 0px 0px 0px 10px;
	width: 41%;
	left: 7px;
	top: 51px;
	}

#subtitle2{
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	top: 51px;
	left:52%;
	width:21%;
	}

/**************** styles ******************/

.boxedblack {
	color: black;
	background-color: white;
	border-style:solid;
	border-width: 1px;
	padding-left:7px;
	padding-right:7px;
	padding-top:8px;
	padding-bottom:8px;
}

.boxedgrey {
	color:#666666;
	background-color: white;
	border-style:solid;
	border-width: 1px;
	padding-left:7px;
	padding-right:7px;
	padding-top:8px;
	padding-bottom:8px;
}

.shadedblack {
	color:#fff;
	background-color: black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;

}

.shadedblue {
	color:#fff;
	background-color: #007BB5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.doitonline {
	color: black;
	background-color: #ccc;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.bluetext {
	font-family: Arial, Helvetica, sans-serif;
 	color: #007BB5;
	background-color: white;
}

.greytext {
	font-family: Arial, Helvetica, sans-serif;
 	color:#666666;
	background-color: white;
}

#container {
	width: auto; 

}