@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: #039;
}
a:hover	{
	text-decoration: underline;
}
img	{
	border: 0px;
}
div#body	{
	clear: both;
	margin: 10px;
	padding-bottom: 20px;
}
div#content	{
	margin: 0px;
	padding: 10px;
	padding-bottom: 0px;
}
div#main_content p	{
	margin: 0px;
	padding: 0px 10px 20px 20px;
	font-size: .9em;
}
div#main_content img	{
	border: 0px;
}
div#main_content h1	{
	margin: 0px;
	font-size: 1.4em;
	color: #95AB16;
	padding: 0px 10px 20px 10px;
	font-weight: bold;
	text-transform:capitalize;
}
div#main_content h2	{
	margin: 0px;
	font-size: 1.1em;
	color: #95AB16;
	padding: 10px 10px 20px 10px;
	text-transform:capitalize;
	/*border-top: 1px solid #B9D11B;
	background-color: #F5F5F5;*/
}
div#main_content h3	{
	margin: 0px;
	font-size: 1.1em;
	padding: 0px 10px 20px 10px;
	text-transform:capitalize;
	font-weight: bolder;
}
div#main_content ul	{
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 30px 30px;
}
div#main_content ol	{
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 30px 50px;
}
div#main_content table	{
	margin: 0px 10px 0px 20px;
	width: 90%;
}

div#main_content td	{
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}
div#main_content table	p {
	margin: 0px;
	padding: 2px;
	font-size: .9em;
}
div#main_content ul li {
	list-style-image:url('SiteWide_FILES/sidebar_bullet.gif');
	margin: 5px 3px 5px 10px;
}

.bold	{
	font-weight: bold;
}
a#content	{
	display: none;
}
/* ------- 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;
	background-color: ;
}
div#banner_image	{
	padding-top: 49px;
	width: 974px;
	background-image: url(http://www.worcester.gov.uk/fileadmin/Template_Folder/img/banner/bannercampionwarndon.jpg);
	background-repeat: no-repeat;
}
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;
	font-weight: bold;
}
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;
	padding: 0px;
}
div#header_image	{
	height: 1px;
	border-top: 1px solid #FFF;
	overflow: hidden;
}
/* ------ 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;
}
/* Level 0 Menu */
div#left_navigation ul li a	{
	padding: 5px;
	display: block;;
	border-bottom: 1px solid #CCC;
}
/* Level 1 Menu */
div#left_navigation ul li ul li	a {
	padding: 5px 5px 5px 20px;
}
/* Level 2 Menu */
div#left_navigation ul li ul li	ul li a {
	padding: 5px 5px 5px 40px;
}
/* Level 3 Menu */
div#left_navigation ul li ul li ul li ul li	a {
	padding: 5px 5px 5px 60px;
}
/* Level 4 Menu */
div#left_navigation ul li ul li	ul li ul li ul li a {
	padding: 5px 5px 5px 80px;
}
/* Level 5 Menu */
div#left_navigation ul li ul li	ul li ul li ul li ul li a {
	padding: 5px 5px 5px 100px;
}
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: #F5F5F5;
	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;
	padding: 0px 10px 0px 10px;
}
div#breadcrumbs	{
	margin: 0px 10px 0px 10px;
}
div#breadcrumbs	a	{
	text-decoration: underline;
}
.breadcrumbseperator	{
	color: #B9D11B;
}
/* Start Background boxes */
/*--------- End Body Styles -------*/

/* -------Start Footer Style------ */
div#footer	{
	clear: both;
	background-color: #999;
	border-top: 1px solid #FFF;
	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 -->

/* Start News Styles */
/* NEWS ARCHIVE */
span#more	{
	font-size:12px;
	color: blue;
	padding-left: 8px;
}
div#newsarchive h3 a	{
	color: #0066CC;
}
div#newsarchive2 h3 a	{
	color: #0066CC;
}
span#dateandtime	{
	font-size:12px;
	color:#999999;
	padding-left:8px;
}
div#newsarchive	{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 5px;
}
div#newsarchive2	{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 5px;
}

div#RSS_List_Item ul li	{
	list-style-image:url('tt_news_styles_FILES/rss.gif');
}

/* #### MAIL FORM STYLES ##### */ 

form#mailform {
	padding: 0px;
	margin: 0px 20px 0px 20px;
}
.csc-mailform	{
	border: 1px #CCCCCC solid;
	margin-left: 5px;
	background-color: #EAEAEA;
	padding: 0px 10px 20px 0px;
}

.csc-mailform-field{
	font-size: .9em;
	margin: 5px 0px 5px 0px;
	clear: both;
	vertical-align: top;
	padding-left: 10px;
}
form#mailform legend	{
	padding: 10px;
}
form#mailform label, .csc-mailform-label{
	margin: 10px 10px 0px 0px;
	padding-left: 5px;
	clear: both;
	vertical-align: top;
	display:block;
	width: 175px;
	font-weight: normal;
	font-size: 1em;
	color: #333333;
	float: left;
}
.csc-mailform-label {
	clear: both;
	margin-top: 20px;
	color: #000000;
	font-weight: bold;
	font-size: .9em;
	text-align: left;
	width: 90%;
}
form#mailform input, form#mailform textarea, form#mailform select {
	margin-top: 10px;
	vertical-align: top;
	float: left;
	text-align: left;
	margin-bottom: 15px;
}
.csc-mailform-radio	{
	clear: both;
}
.csc-mailform-submit {
	margin: 30px 0px 0px 190px;
	margin-top: 30px;
	padding: 5px;
	clear: both;
	font-weight:bold;
	text-align: center;
}
/* END MAIL FORM STYLES */

/* Google Styles */

div#google p	{
	font-size: 1em;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#google_nav	{
	text-align: center;
}

/****  FE User Styles ****/

.tx-srfeuserregister-pi1-error {
	color:#FF0000;
	font-weight:bold;
	font-style:italic;
}
.centerp	{
	text-align: center;
}
.HideLabelTag	{
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
}
br	{

}
.align_center	{
	text-align: center;
}
.float_right {
    float: right;
}
.float_left {
	float: left;
	padding-right: 10px;
}
.clear_both	{
	clear: both;
}
.align-left	{
	text-align: left;
}
.align-right	{
	text-align: right;
}
.align-center	{
	text-align: center;
}

/* A to Z */
#newatozlinks {
	border: 1px solid #999999;
	background-color: #FCFDEE;
	margin: 20px;
	padding: 5px;
}
.newatozlinks	{
	font-size: 1em;
	padding: 3px;
	margin: 2px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	line-height: 2.2em;
}


/* Start Google Search */
div#google p	{
	font-size: 1em;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#google h1	{
	margin-top: 0px;
	font-size: 1.4em;
}
div#google h2	{
	margin: 15px 7px 1px 7px;
	padding: 5px;;
	background-color: #F4F4F4;
	border-top: 1px solid #B9D11B;
}
div#google_suggestions	{
	background-color: #F5F9DF; 
	margin:0px 7px 10px 7px; 
	padding: 10px 10px 15px 10px; 
	font-size: .9em;
	color: #999;
	line-height: 15px;
}
div#google_suggestions ul {
	margin: 0px;
	font-size: 1.1em;
	padding: 0px;
}
div#google_suggestions li {
	margin: 0px;
	display: inline;
	padding: 0px;
	line-height: 20px;
}
div#google_nav	{
	text-align: center;
	margin-left: 60px;
}
div#google_nav	td img	{
	padding: 0px;
	margin: 0px;
}
div#google a	{
	text-decoration: underline;
	color: #0066CC;
}
div#google_nav a	{
	text-decoration: none;
}
div#google ul li {
	list-style-image:url('SiteWide_FILES/sidebar_bullet.gif');
	list-style-position:outside;
	margin: 2px 0px 2px 0px;
	padding: 0px 8px 5px 0px;
}
input#q, input#google_search_button	{
	font-size: 1.3em;
}
/* End Google Search */

/* News Styles */

span#dateandtime	{
	padding: 5px 20px 10px 0px;
	display: block;
}

/****  FE User Styles ****/

.tx-srfeuserregister-pi1-error {
	color:#FF0000;
	font-weight:bold;
	font-style:italic;
}
.centerp	{
	text-align: center;
}
.HideLabelTag	{
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
}
br	{

}
.align_center	{
	text-align: center;
}
.float_right {
    float: right;
}
.float_left {
	float: left;
	padding-right: 10px;
}
.clear_both	{
	clear: both;
}
.align-left	{
	text-align: left;
}
.align-right	{
	text-align: right;
}
.align-center	{
	text-align: center;
}

