@charset "utf-8";
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background: #ebebeb;
	text-align: center;
}
a {
	color: #003366;
}
#maincontainer {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.container {
	width: 752px;
	background: #ffffff url(images/pagebotbg.jpg) left bottom no-repeat;
	margin: 0 auto;
	text-align: center;
	padding: 11px 0 50px 0;
}

.header {
	width: 688px;
	margin: 0 auto;
	position: relative;
	height: 191px;
	overflow: hidden;
}
.header .headbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 688px;
	height: 191px;
	z-index: 21;
}
.header .logo {
	position: absolute;
	left: 23px;
	top: 22px;
	background: url(images/logo_stonehouse.gif) left top no-repeat;
	width: 186px;
	height: 135px;
	z-index: 31;
}
.header a {
	display: block;
	position: absolute;
	width: 688px;
	height: 191px;
	z-index: 41;
}
/************* top drop down menu ****************/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-left: 7px;
font-size: 11px;
line-height:14px;
padding: 16px;
z-index:100;
background-color: #c1bcbb;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-decoration: none;
font-weight: normal;
text-align: left;
color: #333333;
margin: 0 0 5px 0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image: none;
text-decoration: underline;
color: #003366;
}


.chromestyle {
	width: 688px;
	margin: 0 auto;
	position: relative;
	background: #003366;
	height: 23px;
}

.chromestyle ul {
	margin: 0;
	padding: 0;
}
.chromestyle ul li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}
.chromestyle ul li.sep {
	background: url(images/butsep.gif) left top no-repeat;
	height: 23px;
	width: 2px;
}
.chromestyle li a {
	height: 23px;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
}
.chromestyle li a span {
	display: none;
	visibility: hidden;
}
a.buthome {
	background-image: url(images/buthomeout.gif);
	width: 94px;
}
a.buthome:hover, a.buthomehover, #homepage a.buthome {
	background-image: url(images/buthomeover.gif);
}
a.butservices {
	background-image: url(images/butservicesout.gif);
	width: 119px;
}
a.butservices:hover, a.butserviceshover, #servicespage a.butservices {
	background-image: url(images/butservicesover.gif);
	width: 119px;
}
a.butfees {
	background-image: url(images/butfeesout.gif);
	width: 83px;
}
a.butfees:hover, a.butfeeshover, #feespage a.butfees {
	background-image: url(images/butfeesover.gif);
}
a.butcontactus {
	background-image: url(images/butcontactusout.gif);
	width: 143px;
}
a.butcontactus:hover, a.butcontactushover, #contactuspage a.butcontactus {
	background-image: url(images/butcontactusover.gif);
}
a.butnews {
	background-image: url(images/butnewsout.gif);
	width: 90px;
}
a.butnews:hover, a.butnewshover, #newspage a.butnews {
	background-image: url(images/butnewsover.gif);
}
a.butusefullinks {
	background-image: url(images/butusefullinksout.gif);
	width: 149px;
}
a.butusefullinks:hover, a.butusefullinkshover, #usefullinkspage a.butusefullinks {
	background-image: url(images/butusefullinksover.gif);
}

p {
	margin: 0 0 16px 0;
}

ul {
	list-style: none;
	margin: 10px 0 10px 0;
}


.clear {
	clear: both;
}
.wrapper {
	width: 688px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 20px 0;
}
.wrapper .content {
	padding: 0 25px 0 0;
	width: 480px;
	float: left;
	position: relative;
}
.wrapper .rightpanel {
	width: 183px;
	position: relative;
	float: left;
	padding: 0 0 0 0;
}
#newspage .wrapper .content {
	padding: 0 25px 0 0;
	width: 633px;
	float: left;
	position: relative;
}
#newspage .wrapper .rightpanel {
	width: 633px;
	position: relative;
	float: left;
	padding: 0 0 0 0;
}

.col1 {
	width: 45%;
	float: left;
}
.col2 {
	width: 55%;
	float: left;
}
.wrapper h1 {
	margin: 33px 0 19px 0;
	display: block;
}
h1 span {
	display: none;
	visibility: hidden;
}
.imgleft {
	float: left;
	margin: 0 22px 9px 0;
}
.imgright {
	float: right;
	margin: 0 0 9px 22px;
	text-align: right;
}
.font11 {
	font-size: 11px;
}
h4 {
	font-size: 15px;
	margin: 0 0 15px 0;
}
.wrapper li {
	background: url(images/arrowblue.gif) left 6px no-repeat;
	padding: 0 10px 5px 20px;
	line-height: 15px;
	color: #000000;
}
.wrapper li a {
	color: #000000;
	text-decoration: none;
}
.wrapper li a:hover {
	color: #003e7e;
	text-decoration: underline;
}
.rightpanel h2 {
	margin: 33px 0 6px 0;
}
.rightpanel h2 span {
	display: none;
	visibility: hidden;
}
.rightpanel img {
	margin: 0 0 0 1px;
}
.rightpanel p {
	font-size: 11px;
	color: #5b5b5b;
	margin: 0;
}
.rightpanel a{
	color: #5b5b5b;
}
#footer {
	width: 688px;
	margin: 0 auto;
	text-align: left;
	font-size: 12.5px;
}
.topaddress {
	font-size: 12.5px;
}
#footer p {
	padding: 5px 0 5px 0;
	margin: 0;
}
#footer p.footinfo {
	color: #9c9d9f;
	font-size: 10px;
}
#footer p.footinfo a {
	color: #9c9d9f;
}
.footenavi {
	margin: 15px 0 0 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.footnavi ul {
	margin: 0;
	padding: 0;
}
.footnavi ul li {
	display: inline;
	margin-right: 20px;
	line-height: 25px;
}
.footnavi ul li a {
	color: #666666;
	text-decoration: none;
}
.footnavi ul li a:hover {
	text-decoration: underline;
}
#menu-tags {
	margin: 5px 100px 25px 100px;
	color: #999999;
	font-size: 11px;
	text-align: left;
}
#menu-tags a {
	color: #999999;
}
#menu-tags p {
	padding: 0;
	margin: 0;
}
.bluetext {
	color: #003e7e;
}
.bluetext a {
	color: #003e7e;
	text-decoration: none;
}
.bluetext a:hover {
	text-decoration: underline
}
.size21 {
	font-size: 21px;
	margin-right: 10px;
}
hr {
	width: 100%;
	border: none;
	border-top: 1px solid #999999;
	height: 0;
	padding: 0px;
	margin: 0px;
}
.header {
	background: url(images/header_home.jpg) left top no-repeat;
}

#feespage .header {
	background: url(images/header_dictionary.jpg) left top no-repeat;
}

#changingaccountantspage .header {
	background: url(images/header_changing.jpg) left top no-repeat;
}
#usefullinkspage .header {
	background: url(images/header_usefullinks.jpg) left top no-repeat;
}
#newspage  .header {
	background: url(images/header_news.jpg) left top no-repeat;
}
#servicespage .header {
	background: url(images/stonehouse-dandelion.jpg) left top no-repeat;
}

#taxbizplanpage .header {
	background: url(images/stonehouse-moneybox.jpg) left top no-repeat;
}
#annualaccountspage .header {
	background: url(images/stonehouse-dandelion.jpg) left top no-repeat;
}
#soletraderspage .header {
	background: url(images/stonehouse-dandelion.jpg) left top no-repeat;
}
#bookkeepingpage .header {
	background: url(images/stonehouse-dandelion.jpg) left top no-repeat;
}
#partnershipspage .header {
	background: url(images/stonehouse-dandelion.jpg) left top no-repeat;
}
#limitedcompaniespage .header {
	background: url(images/stonehouse-dandelion.jpg) left top no-repeat;
}
#selftaxreturnspage  .header {
	background: url(images/stonehouse-dandelion.jpg) left top no-repeat;
}
#payrollpage   .header {
	background: url(images/stonehouse-dandelion.jpg) left top no-repeat;
}

#bizhealthpage .header {
	background: url(images/stonehouse-redcross.jpg) left top no-repeat;
}

#contactuspage .header {
	background: url(images/stonehouse-building.jpg) left top no-repeat;
}

.afewwords {
	background: url(images/text_afewwords.gif) left top no-repeat;
	width: 335px;
	height: 37px;
}
.changingaccountant {
	background: url(images/text_changing_accountants_peterborough.gif) left top no-repeat;
	width: 133px;
	height: 34px;
}
.bizhealthcheck {
	background: url(images/text_bizhealthchk.gif) left top no-repeat;
	width: 133px;
	height: 34px;
}
.taxbizplan {
	background: url(images/text_taxbizplan.gif) left top no-repeat;
	width: 179px;
	height: 36px;
}
.txtservices {
	background: url(images/txt_services.gif) left top no-repeat;
	width: 108px;
	height: 18px;
}
.txtfees {
	background: url(images/text_fees.gif) left top no-repeat;
	width: 57px;
	height: 18px;
}
.txtcontactus {
	background: url(images/text_contactus.gif) left top no-repeat;
	width: 142px;
	height: 16px;
}
.txtnews {
	background: url(images/text_news.gif) left top no-repeat;
	width: 68px;
	height: 16px;
}
.txtnewsarchive {
	background: url(images/text_newsarchive.gif) left top no-repeat;
	width: 137px;
	height: 15px;
}
.txtusefullinks {
	background: url(images/text_usefullinks.gif) left top no-repeat;
	width: 188px;
	height: 18px;
}
.txtbizhealth {
	background: url(images/text_businesshealth.gif) left top no-repeat;
	width: 289px;
	height: 18px;
}
.txtsitemap {
	background: url(images/text_sitemap.gif) left top no-repeat;
	width: 104px;
	height: 21px;
}
.txttaxbizplan {
	background: url(images/txt_taxbizplan.gif) left top no-repeat;
	width: 337px;
	height: 21px;
}
.txtannualaccounts {
	background: url(images/txtannualaccounts.gif) left top no-repeat;
	width: 375px;
	height: 21px;
}
.txtbookkeeping {
	background: url(images/txtbookkeeping.gif) left top no-repeat;
	width: 332px;
	height: 21px;
}
.txtpayroll {
	background: url(images/txtpayroll.gif) left top no-repeat;
	width: 361px;
	height: 37px;
}
.txtselfassessment {
	background: url(images/txtselfassessmentreturn.gif) left top no-repeat;
	width: 375px;
	height: 18px;
}
.txtlimitedcompanies {
	background: url(images/txtlimitedcompanies.gif) left top no-repeat;
	width: 233px;
	height: 21px;
}
.txtpartnerships {
	background: url(images/txtpartnerships.gif) left top no-repeat;
	width: 168px;
	height: 21px;
}
.txtsoletraders {
	background: url(images/txtsoletraders.gif) left top no-repeat;
	width: 403px;
	height: 18px;
}
.txtchangingaccountant {
	background: url(images/txtchangingaccountant.gif) left top no-repeat;
	width: 308px;
	height: 40px;
}
.marginleft10 {
	margin-left: 10px;
}
.paging {
	display: block;
	width: 200px;
	text-align: right;
	margin: 33px 0 19px 0;
}
.font10 {
	font-size: 10px;
}
.font10 a {
	color: #666666;
	text-decoration: none;
}
.font10 a:hover {
	text-decoration: underline;
}
#contactuspage .content {
	float: none;
	width: 100%;
}

.wrapper .content p {
	text-align: justify;
}
h2 {
	font-size: 18px;
	color: #003366;
	font-weight: normal;
	margin: 0 0 18px 0;
}
#sitemappage .sitemaplinks {
	padding: 0;
	margin: 0 0 10px 0;
}
.sitemaplinks a {
	text-decoration: none;
}
.sitemaplinks a:hover {
	text-decoration: underline;
}