/*-----------------------------------------------------------------------------------------
Basic Style Sheet for Worcester Citizens Advice Burea

Version: 1.0
Author: Barney Lockwood
Email: barney@ceefourbee.plus.com
Website: http://ceefourbee.co.uk
-----------------------------------------------------------------------------------------*/
*,html,body
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 62.5%;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

#container
{
	width: 770px;
	height: auto;
	margin: 1% auto;
	text-align: justify;
}

h1
{
	font: normal 4em Verdana, Arial, Helvetica, sans-serif;
	color: #242424;
	background-color: #FFFFFF;
	border-bottom: 2px solid #25699B;
	margin: 0 5px .4em 5px;
}

h1 a
{
	text-decoration: none;
	color: #242424;
	background-color: #FFFFFF;
}

h1 a:hover
{
	color: #666666;
	background-color: #FFFFFF;
}

#header
{
	background: url(/textpattern/txp_img/header.jpg) no-repeat center center;
	position: relative;
	width: 770px;
	height: 172px;
}

h2,h3
{
	font: normal 2.5em Verdana, Arial, Helvetica, sans-serif;
text-align: left;
	color: #242424;
	background-color: #FFFFFF;
	border-bottom: 2px solid #25699B;
}

h2
{
	margin: 0 0 .4em 0;
}

h3 a
{
	text-decoration: none;
	color: #242424;
	background-color: #FFFFFF;
}

h3 a:hover
{
	color: #666666;
	background-color: #FFFFFF;
}

h4
{
	font: normal 2em Verdana, Arial, Helvetica, sans-serif;
	color: #242424;
	background-color: #FFFFFF;
}

#content
{
	float: left;
	width: 520px;
	padding: 5px;
}

#content p,small
{
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 0 0 1em 0;
}

#content small a
{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #25699B;
}

#content small a:hover
{
	color: #25699B;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #25699B;
}

#content p a
{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #25699B;
}

#content p a:hover
{
	color: #25699B;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #25699B;
}

#content ul
{
	margin-bottom: 1em;
}

#content ul li
{
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 1em 3em;
}

#content ul li a
{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #25699B;
}

#content ul li a:hover
{
	color: #25699B;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #25699B;
}

#content fieldset
{
	border: 0;
}

#content legend
{
        display: none;
}

#content label,input
{
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
}

#content input,textarea
{
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	margin-bottom: 1%;
	padding: 1px;
	color: #000000;
	background-color: #FFFFFF;
}

#sidebar
{
	float: right;
	width: 220px;
	padding: 5px;
}

#sidebar h3
{
	margin: 0 0 8px 0;
}

#sidebar ul
{
	list-style: none;
}

#sidebar ul li
{
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
}

#sidebar ul li a
{
	display: block;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 4px 0 4px 4px;
	border-bottom: 1px solid #25699B;
}

* html body #sidebar a
{
	width: 100%;
}

#sidebar ul li a:hover
{
	color: #25699B;
	background: #FFFFFF url(/textpattern/txp_img/ftxt.gif) no-repeat right center;
	text-transform: uppercase;
	border-bottom: 1px dashed #25699B;
}

#sidebar label
{
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 1em 0 1em 4px;
}

#sidebar input
{
	margin: 0 0 0 4px;
}

#footer
{
	clear: both;
	border-top: 2px solid #25699B;
	margin: 0 5px 2em 5px;
}

#footer ul li
{
	display: inline;
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
}

#footer ul li a
{
	color: #25699B;
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #25699B;
}

#footer ul li a:hover
{
	color: #242424;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #25699B;
}