/*-----------------------GENERAL STYLES----------------------------*/
html{
	color: #5a5a5a ;
}
h1, h2, h3, h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
}
h2{
	background: url(../images/dot.gif) repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 200%;
	font-weight: normal;
}
ul{
	margin-top: 0;
	margin-left: 0;
}
ul li{
	margin-left: 0;
	list-style-type: none;
}
a{
	color: #0066cc;
}
a:hover{
	text-decoration: none;
}

/*-----------------------CLEAR FIXES--------------------------------*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/*-----------------------LAYOUT STYLES----------------------------*/
#container{
	width: 980px;
	margin: 10px auto;
}

/*----header----*/
#header{
	height: 95px;
	position: relative;
	background: url(../images/header-bg.gif) repeat-x 0 50%;
	margin-bottom: 20px;
}

/*-----footer----*/
#footer{
	background-color: #ededed;
	padding: 10px;
	border-top: 1px solid #dfdfdf;
	font-size: 11px;
}

/*-----------------------HEADER----------------------------------*/
#header h1{
	background: url(../images/s1local-logo.gif) no-repeat;
	width: 265px;
	height: 50px;
	top: 22px;
	left: 12px;
	position: absolute;
}
#header h1 a{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -11000em;
	width: 265px;
	height: 50px;
	outline: none !important;
}
.header-img{
	display: block;
	width: 125px;
	height: 95px;
	border: 1px solid #fff;
	position: absolute;
}
.img-one{
	right: 415px;
	background: url(../images/image-one.jpg) no-repeat;
}
.img-two{
	right: 280px;
	background: url(../images/image-two.jpg) no-repeat;
}
.img-three{
	right: 145px;
	background: url(../images/image-three.jpg) no-repeat;
}
.img-four{
	right: 10px;
	background: url(../images/image-four.jpg) no-repeat;
}

/*-----------------------FOOTER----------------------------------*/
#footer .other-sites{
	width: 380px;
	float: right;
	text-align: right;
}
#footer .other-sites li,
#footer .tcs li{
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
	padding-right: 5px;
	border-right: 1px solid #5a5a5a;
}
#footer .other-sites .first,
#footer .other-sites .last,
#footer .tcs .last{
	border-right: none;
	padding-right: 0;
}
#footer .tcs-cotnainer{
	float: left;
}
#footer .tcs li{
	float: left;
}

/*-----------------------SPECIFIC STYLES----------------------------*/
.intro-text{
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 0;
	margin: 10px 0;
	/*width: 980px;
	height: 284px;
	background: url(../images/introtext.gif) no-repeat 0 10px;
	text-indent: -11000em;*/
}
#local-authorities ul{
	float: left;
	width: 23%;
}
#local-authorities ul li{
	margin-bottom: 8px;
}
#landing #google-map{
	width: 980px;
	height: 680px;
	margin-bottom: 10px;
}
#area-page #google-map{
	width: 620px;
	height: 640px;
	margin-bottom: 10px;
	float: left;
}
#area-page #local-areas-list{
	float: left;
	width: 340px;
	margin-right: 20px;
}
#contact-page #contact-block{
	padding: 10px;
	background-color: #f0f0f0;
	border: 1px solid #dfdfdf;
	width: 240px;
	margin: 0 auto 20px auto;
	line-height: 1.6;
	text-align: center;
}
#contact-page #contact-block p{
	margin-bottom: 0;
}
.font14{
	font-size: 14px;
}