@charset "UTF-8";
/* CSS Document */
body	{
	margin: 0px;
	padding: 0px;
	font: .8em arial; /*font-family: 0.8em verdana,helvetica,arial,sans-serif;*/
	background-color: #FFF;
}
div#container	{
	width: 974px;
	margin: auto;
	background-color: #E9E9E9;
}
a	{
	text-decoration: none;
	color: #036;
}
a:hover	{
	text-decoration: underline;
}
img	{
	border: 0px;
}
.bold	{
	font-weight: bold;
}
div#body	{
	clear: both;
	margin: 10px;
	padding-bottom: 20px;
}
/* ------- Start Header --------- */ 
div#header	{
	width: 974;
	height: 175px;
	background-color: #B9D11B;
	overflow: hidden;
}
div#header a	{
	color: #FFF;
	text-decoration: none;
}
div#header a:hover	{
	color: #FFF;
	text-decoration: underline;
}
div#header h2	{
	font-size: 1.1em;;
	margin: 0px;
	padding: 0px;
}
div#banner_image	{
	padding-top: 49px;
	width: 974px;
	background-image: url(http://www.worcester.gov.uk/fileadmin/Template_Folder/img/banner/bannner_dafodils_gheluvelt.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
}
div#crest	{
	margin-top: 71px;
	width: 224px;
	float: left;
}
div#top_bar	{
	background-image: url(../img/top_bar.png);
	width: 750px;
	height: 125px;
	margin-left: 224px;
}

div#header_boxes	{
	margin: 0px 0px 0px 230px;
	width: 487px;
	height: 106px;
}
div#my_local	{
	margin-right: 0px;
	float: left;
	color: #FFF;
	width: 225px;
}
div#header_boxes h2	{
	color:#FFF;
	margin-top: 7px;
}
div#search	{
	float: right;
	color: #FFF;
	width: 220px;
}

div#search_title, div#my_local_title	{
	font-weight: bold;
	width: 220px;
	padding-bottom: 5px;
	font-size: 1.2em;
	
}
form#search_form, form#my_local_form	{
	margin:0px;
	padding: 13px 0px 8px 0px;
	width: 225px;
}
input#search_button, input#my_local_button	{
	width: 30px;
}
div#atoz, div#my_local_footer	{
	margin: 0px;
	padding: 6px 0px 0px 0px;
	text-align: right;
	width: 215px;
}
div#header_bottom_bar	{
	width: 702px;
	margin: 0px 20px 0px 10px;
	color: #FFF;
}
div#tag_line	{
	width: 220px;
}
div#top_menu	{
	position: relative;
	top: -16px;
	left: 420px;
	width: 310px;
}
div#top_menu ul	{
	margin: 0px;
	color: #FFF;
}
div#top_menu li	{
	display: inline;
	margin: 0px;
}
	


/* ------ End Header ------*/

/* Start Left Navigation */
/* Start Left Nav */
div#service_index_left_nav	{
	width: 200px;
	float: left;
}
div#left_navigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#left_navigation ul li a	{
	padding: 5px;
	display: block;;
	border-bottom: 1px solid #CCC;
}
div#left_navigation ul li ul li	a {
	padding: 5px 5px 5px 10px;
}
div#left_navigation ul li ul li	ul li a {
	padding: 5px 5px 5px 20px;
	height: auto;
}
div#left_navigation	a:link, div#left_navigation	a:visited	{
	color: #000;
	text-decoration: none;
	display: block;
}
div#left_navigation	a:hover	{
	background-color: #B9D11B;
	color: #FFF;
}
/* End Left Nav */


/* End Left Navigation */

/* ---- Start Body Styles ----*/

/* Start Background boxes */
.top_col_header	{
	background-color: #FFF;
	background-image: url(../img/top_left_corner.png);
	background-repeat: no-repeat;
	height: 7px;
	overflow: hidden;
}
.top_right_corner_bg	{
	background-image: url(../img/top_right_corner.png);
	background-repeat: no-repeat;
	float: right;
	width: 7px;
	height: 7px;
	overflow: hidden;
}
.outer_nav_white_bg	{
	background-color: #FFF;
	padding: 3px 10px 3px 10px;
}
.inner_left_menu_box	{
	background-color: #DEDEDE;
	border: 1px solid #CCC;
	border-bottom: 0px solid #FFF;
}
.bottom_col_footer	{
	background-image: url(../img/bottom_left_corner.png);
	height: 7px;
	background-repeat: no-repeat;
	background-color: #FFF;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}
.bottom_right_corner_bg	{
	background-image: url(../img/bottom_right_corner.png);
	background-repeat: no-repeat;
	float: right;
	width: 7px;
	height: 7px;
	overflow: hidden;
}
.box_background	{
	background-color: #FFF;
}
/* Start Background boxes */
/*--------- End Body Styles -------*/

/* -------Start Footer Style------ */
div#footer	{
	clear: both;
	background-color: #999;
	height: 20px;
	padding: 8px 5px 0px 15px;
}
div#footer a:link, div#footer a:visited	{
	color: #FFF;
	padding-right: 10px;
	text-decoration: none;
}
div#footer a:hover	{
	color: #FFF;
	text-decoration: underline;
}
<!-- End Footer Styles -->
