/* Basic layout styles <---------------------------------------------------- */
body {	
	margin: 0px;
	padding: 0px;
	background: #C0C0C0;   /* WAS 8D6731 */
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
img {
	border:none;
	margin: 0px 0px 0px 0px;
}
#wrapper {	
	margin: 0px auto;
	width: 770px;
	margin-top:1px; /*Leave in for Opera*/
	padding:0px;
	background: #FFFFFF;
	border-top: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom:none; /*Bottom border is defined at the bottom of the footer*/
}
#masthead {
	background: #000000 url(i/headerbg11.jpg);   /* WAS F0EAE1 */
	background-repeat:no-repeat;
	height:125px;
	position:relative;
}
#columnone {	
	float: left;
	width:168px;
	height:100%;
	background: #f5f5f5; /* WAS F0EAE1 */
}
#columntwo {
	float: right;
	width:602px;
	height:100%;
	background: #FFFFFF;
}

#columnone1 {	
	float: left;
	width:168px;
	height:130%;
	background: #f5f5f5;  /* WAS F0EAE1 */
}
#columntwo1 {
	float: right;
	width:602px;
	height:130%;
	background: #FFFFFF;
}

#columnone2 {	
	float: left;
	width:168px;
	height:150%;
	background: #f5f5f5;   /* WAS F0EAE1 */
}
#columntwo2 {
	float: right;
	width:602px;
	height:150%;
	background: #FFFFFF;
}

#columnone3 {	
	float: left;
	width:168px;
	height:200%;
	background: #f5f5f5;   /* WAS F0EAE1 */
}
#columntwo3 {
	float: right;
	width:602px;
	height:200%;
	background: #FFFFFF;
}



#columnone4 {	
	float: left;
	width:168px;
	height:230%;
	background: #f5f5f5;   /* WAS F0EAE1 */
}
#columntwo4 {
	float: right;
	width:602px;
	height:230%;
	background: #FFFFFF;
}





#columntwoContent {
	padding:15px;
	background: #FFFFFF;
}
#singlecolumn {
	padding-top:20px;
	padding-bottom:20px;
	float: left;
	width: 768px;
}
#commercialfooter {
	float:right;
	width:602px;	
	height:62px;
	/*background: #002F76;*/
	background: #ffffff;
	padding: 2px 1px 1px 1px;
}
#footer {
	clear:both;
	height:80px;
	background: #ffffff url(i/footerbg4.gif);
	border-bottom:solid 1px #8D6731; /*Bottom border needed for Opera*/
}
#footercontent {
	margin:0px auto;
	width:400px;
	text-align:center;
	padding: 40px 0px 0px 0px;
	color:#FFFFFF;
	font-weight:bold;
}
#bosonfooter {	
	margin:0px auto;
	margin-top:10px;
	width:770px;
	text-align:center;
	color:#FFFFFF;
}
#notice {
	border: 2px solid #EF0400;
	margin-top:10px;margin-bottom:10px;	
	padding:5px;
}
DIV.spacer1 {
	font-size:1px;
	height:30px;
}



/* Header styles <---------------------------------------------------- */
#masthead DIV {
	position: absolute;
}
/*
#logo {
	height:93px;
	width:108px;
	left:20px;
	top:25px;
}*/
#logo {
	width:110px;
	height:105px;	
	left:20px;
	top:20px;
}
#logotext {
	width:108px;
	height:95px;
	left:160px;
	top:18px;
}


/*
#topnavigation {
	left:300px;
	top:7px;
}
#topnavigation a, #topnavigation a:active, #topnavigation a:focus, #topnavigation a:hover, #topnavigation a:link, #topnavigation a:visited {
	color: #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
} 
#topnavigation a:hover {
	text-decoration:underline;
}
#updated {
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	left:170px;
	top:108px;
	font-weight:bold;
}
*/


/* Main navigation styles <---------------------------------------------------- */
#mainnavigation {
	background:#f5f5f5;  /* WAS F0EAE1 */
}
#mainnavigation ul {
	padding:0;
	margin: 0;
	width:165px;/*Set to 165px to keep the bottom border in Opera/Firefox*/
	background: #f5f5f5;   /* WAS F0EAE1 */
	border-bottom:solid 3px #f5f5f5;  /* WAS F0EAE1 */
}
#mainnavigation li {
	display: block;
	width: 155px;
	margin:0;
	padding:0;
	list-style-type: none;
}
#mainnavigation a {
	text-decoration:none;
	font: 9px/25px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 25px;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 10px;
	color: #000000;
	width: 155px;
	border:solid 1px #f5f5f5;  /*WAS 8D6731 */
	border-top:0px;
	border-bottom:0px;
	letter-spacing: 1px;
	background: #f5f5f5 url(i/mainnavbg.gif) repeat-x 100%;    /*WAS F0EAE1 */
	text-transform:uppercase;
}

#mainnavigation li a:hover {
	background: #C0C0C0 url(i/mainnavbg_on.gif) repeat-x 100%;    /*was set to FDF3C5 for BG*/
	color: #000000;
}

#mainnavigation a.main_on {
	background: #C0C0C0 url(i/mainnavbg_on.gif) repeat-x 100%;    /*was set to FDF3C5 for BG*/
	color: #FFFFFF;
}

/* Standard text styles <---------------------------------------------------- */
a, a:active, a:focus, a:hover, a:link, a:visited {
	color: #000000;
	text-decoration:none;	
	letter-spacing:0pt;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
} 
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4{
	font-weight:bold;
}
h1{
	font-size:13px;
	text-transform:uppercase;
}
h2{
	font-size:12px;
}
h3{

	font-size:14px;
}
#columnone P {
	margin:10px;
}
#columnone h1, h2, h3, h4, h5 {
	margin:0px;
}
#columntwo h1, h2, h3, h4, h5 {
	margin:0px;
}
#singlecolumn P {
	margin:10px;
}
#singlecolumn h1, h2, h3, h4, h5 {
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
}
#footer P {
	margin:10px;
	margin-bottom:0px;
}
h4{
	font-size:11px;
	color:#D10246;
	padding:0;margin:0;
}



#footercontent a, #footercontent a:active, #footercontent a:focus, #footercontent a:hover, #footercontent a:link, #footercontent a:visited {
	color: #FFFFFF;
	font-weight:bold;
	font-size:8pt;
} 
#footercontent a:hover {
	text-decoration:underline;
}

#bosonfooter a, #bosonfooter a:active, #bosonfooter a:focus, #bosonfooter a:hover, #bosonfooter a:link, #bosonfooter a:visited {
	color: #FFFFFF;
	font-weight:bold;
	font-size:8pt;
} 
#bosonfooter a:hover {
	text-decoration:none;
}
span.red {
	color:#D10246;
	font-weight:bold;
}
p.red {
	color:#D10246;
	font-weight:bold;
}

/* Forward and back styles <---------------------------------------------------- */
#prev_next {
	float:right;
	padding:10px;
}





/* Form styles <---------------------------------------------------- */


/*

#form1 input, #form1 select, #form1 textarea {
	width:378px;
	height:16px;
	border:1px solid #002F76;
	padding:4px;
	background: #026EA1 url(i/formbg.gif);
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
}
#form1 textarea {
	height:200px;
}
#form1 input.button {
	width:67px;
	height:24px;
	padding:0;
	border:solid 1px #6E6E6E;
	font-weight:bold;	
	color:#001D49;
	background: #C3C2C2 url(i/mainnavbg.gif);
}
#form1 TD.req, #form1 strong.req {
	font-weight:bold;
	color:#D10246;
	font-size:20pt;
	vertical-align:top;
	padding-top:10px;
	line-height:20px;
}
#form1 input.tick {
	height:auto;
	width:auto;
	background-image:none;
}
#form1 td {
	padding:5px 0 5px 0;
}
#form1 td.formIns {
	padding:0 0 5px 0;
}
#form1 input.checkbox {
	background:none;
	width:15px;
	height:15px;
	margin-right:5px;
	border:solid 0px #000000;
}
#error h1 {
	color:#D10246;
	text-transform:uppercase;
}

*/
/* Site specific styles <---------------------------------------------------- */
/* Advert styles <---------------------------------------------------- */

/*



div.commercialbg_one {
	width:auto;
	height:62px;
	background:#002F76;
	background:#ffffff;
	padding: 2px 1px 0px 1px;
	text-align:center;
}

*/

/* Sidebox styles <---------------------------------------------------- */


/*

div.sideboxhead {
	width:163px;
	height:25px;
	background:#002F76;
	color:#F0EAE1;
	padding: 5px 0px 0px 5px;
	font-weight:bold;
}
div.sidebox {
	width:161px;
	background: #FFFFFF url(i/sidebarcontent_bg.gif) top repeat-x;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#F0EAE1;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	margin:0px
}
div.sidebox img {
	border:solid 1px #FFFFFF;
	margin: 5px 2px 10px 15px;
}

div.sidebox a, div.sidebox a:active, div.sidebox a:focus, div.sidebox a:hover, div.sidebox a:link, div.sidebox a:visited {
	color: #FFFFFF;
	font-weight:bold;
	font-size:8pt;
} 
div.sidebox a:hover {
	text-decoration:underline;
}


*/

/* Content box styles <---------------------------------------------------- */


/*

div.alphasearchbg {
	float:center;
	width:533px;
	height:55px;
	
	padding: 1px 1px 1px 1px;
	background: #FFFFFF url(i/alphasearch_navbg.gif) top repeat-x;
	background-repeat:no-repeat;
}

div.contentbox {
	float:left;
	width:266px;
	height:350px;
	border:solid 1px #002F76;
	padding: 10px 7px 7px 7px;
	background: #FFFFFF url(i/boxheaderbg.gif) top repeat-x;
}

*/

/* The first Padding Spec has been changed to 3px from 10px 
div.contentbox2 {
	float:left;
	width:266px;
	height:350px;
	border:solid 1px #002F76;
	padding: 3px 7px 7px 7px;
	background: #FFFFFF url(i/boxheaderbg2.gif) top repeat-x;
}
*/


/*


div.contentbox3 {
	float:left;
	width:266px;
	height:400px;
	border:solid 1px #002F76;
	padding: 10px 7px 7px 7px;
	background: #FFFFFF url(i/boxheaderbg.gif) top repeat-x;
}

h1.boxheader, h2.boxheader {
	color:#FFFFFF;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 5px 0px 0px 7px;
}
h2.boxheader {
 margin:0px;
 margin-bottom:10px;
 padding: 5px 0px 0px 7px;
 
 }

div.contentbox h2.boxheader {
 margin:0px;margin-top:-5px;
 margin-bottom:10px;
 padding: 0px 0px 0px 7px;
}
div.contentbox img {
	padding: 0px 7px 0px 0px;
}

div.largebox {
	width:auto;
	height:154px;
	border:solid 1px #002F76;
	padding: 0px 7px 7px 7px;
	background: #FFFFFF url(i/boxheaderbg.gif) top repeat-x;
	position: relative;
}
div.testibox {
	width:auto;
	height:auto;
	border:solid 1px #002F76;
	padding: 7px 7px 7px 7px;
}

#helpboxone {
	position:absolute;
	width:250px;
	top:40px;	
}
#helpboxtwo {
	position:absolute;
	width:250px;
	top:40px;
	left:310px;	
}
#helpboxthree {
	position:absolute;
	width:250px;
	top:100px;	
}
#helpboxfour {
	position:absolute;
	width:250px;
	top:100px;
	left:310px;	
}
div.helpimg {
	float:left;
	border:solid 1px #002F76;
}
div.helptext {
	float:right;
	font: 11px/11px Verdana, Arial, Helvetica, sans-serif;
	width:200px;
}
div.largeheader {
	width:auto;
	height:30px;
	padding: 0px 7px 0px 0px;
	background: #FFFFFF url(i/boxheaderbg.gif) top repeat-x;
}
a.largeheader {
	color:#FFFFFF;
}

a.largeheader, a.largeheader:active, a.largeheader:focus, a.largeheader:hover, a.largeheader:link, a.largeheader:visited {
	color: #FFFFFF;
	text-decoration:none;	
	letter-spacing:0pt;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.largeheader:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
form.google {
	margin:10px 0 0 0;
}
input.googleSearch {
	width:145px;
	height:15px;
}
input.searchbg{
	padding:0;
	margin:15px 0 0 0;
	border:none;
}
img.homeProject {
	padding:0;
	margin:0 0 5px 5px;
	border:solid 1px #002F76;
}


*/



/*Locate a specialist styles <---------------------------------------------------- */


/*


#map {
	float:left;
}
#locatebox {
	float:right;
	width:229px;
	height:auto;
	border:solid 1px #002F76;
	padding: 0px 7px 7px 7px;
	background: #FFFFFF url(i/boxheaderbg.gif) top repeat-x;
}
#locateboxSm {
	float:right;
	width:185px;
	height:auto;
	border:solid 1px #002F76;
	padding: 0px 7px 7px 7px;
	background: #FFFFFF url(i/boxheaderbg.gif) top repeat-x;
}
div.specialistDetailBox{
	width:auto;
	height:auto;
	border:solid 1px #002F76;
	padding: 0px 7px 7px 7px;
	background: #FFFFFF url(i/boxheaderbg.gif) top repeat-x;
	
}
div.specialistDetail{
	width:271px;
	padding: 15px 0 0 7px;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
div.tel {
	padding: 4px 0 4px 25px;
	background: #FFFFFF url(i/locate/phone.gif) no-repeat 0%;
}
div.fax {
	padding: 4px 0 4px 25px;
	background: #FFFFFF url(i/locate/fax.gif) no-repeat 0%;
}
div.clear {/*stops the div.specialistDetail from jumping up*/
	/*
	
	clear:both;
	font: 0px/0px Verdana, Arial, Helvetica, sans-serif;
	width:100px;
}




*/

/* Appointments (Contact) page styles <---------------------------------------------------- */

/* Specialist detail page table styles (Tables used with PHP code) <---------------------------------------------------- */


/*

th {
	background: #FFFFFF url(i/boxheaderbg.gif) top repeat-x;
	color:#FFFFFF;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 0px 0px 0px 15px;
	text-align:left;
	text-transform:capitalize;
	height:29px;
}
#specialistTbl td h2 {
	padding:0;margin:0;
	margin-top:20px;
}

td.specialistTd {
	padding: 0 10px 0px 10px;
}

div.fullSizeBox {
	width:auto;
	height:auto;
	border:solid 1px #002F76;
	padding: 0px 7px 7px 7px;
	background: #FFFFFF url(i/boxheaderbg.gif) top repeat-x;
}
#alert {
	height:26px;
}
#alert img {
	float:left
}
#alert p {
	float:left;
	padding:4px 0 0 15px;
	font-weight:bold;
	color:#D10246;
}
img.commercialBorder {
	border:solid 1px #002F76;
}

div.rep{
	width:auto;
	margin:0 auto;
	text-align:center;
}
div.rep img {
	margin:0 60px 0 60px;
	vertical-align: middle;
}


*/


/* Tool store styles <---------------------------------------------------- */


/*

div.top5tool {
	height:50px;
	margin: 0 0 5px 0;
}
div.top5tool img {
	float:left;
	border:solid 1px #002F76;
}
div.top5tool p {
	float:left;
	padding:7px 0 0 20px;
	border:solid 0px #000000;
	width:460px;
	height:43px;
	margin:0;
}
div.offerBox {
	width:230px;
	border:solid 1px #002F76;
	text-align:center;
	padding: 0px 7px 7px 7px;
	background: #FFFFFF url(i/boxheaderbg.gif) top repeat-x;
	margin: 0 0 20px 0;
}
div.offerBox img {
	border:solid 0px #000000;
}
div.offerBox p {
	text-align:left;
}
div.offerBox h2.offerHeader {
	color:#FFFFFF;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 0;
	text-align:left;
}
div.toolIntro {
	float:left;
	width:290px;
}

a.whiteTitleLink, a:active.whiteTitleLink, a:focus.whiteTitleLink, a:hover.whiteTitleLink, a:link.whiteTitleLink, a:visited.whiteTitleLink {
	color: #FFFFFF;
	text-decoration:none;	
	font: 11px/27px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
} 
a:hover.whiteTitleLink {
	text-decoration:underline;
}


*/



/* Bookstore styles <---------------------------------------------------- */


/*


div.recommendedBooks {
	width:auto;
	margin:0 auto;
	text-align:center;
}
div.recommendedBooks img {
	margin:0 20px 0 20px;
	vertical-align: middle;
}
td.recommendedBookDesc {
	vertical-align:top;
	padding: 10px 2px 0 2px;
}
#bookDetailTbl td {
	width:33%;
	vertical-align:top;
	padding:0 8px 10px 0;
}


*/


/* Supplier styles <---------------------------------------------------- */

/*


div.supplierBox {
	width:auto;
	height:auto;
	border:solid 1px #002F76;
	padding: 0 7px 7px 7px;
	background: #FFFFFF url(i/boxheaderbg.gif) top repeat-x;
	text-align:center;
}
div.supplierBox img {
	padding: 10px 0 0 0;
}
div.centerImg {
	text-align:center;
	padding: 10px 0 0 0;
}
*/


/* Links styles <---------------------------------------------------- */


/*


div.linkDetails td {
	width:33%;	
}
td.linkImg {
	text-align:center;
	padding:0;
	vertical-align: middle;
	padding:10px 0 10px 0;
}
td.linkText {
	vertical-align: top;
	padding:20px;
}

*/



/* Button styles <---------------------------------------------------- */

/*

div.subButton ul {
	padding:0;
	margin: 0;
	width: 151px;
	background: #999999;
	border-bottom:solid 1px #6E6E6E;
}
div.subButton li {
	display: block;
	width: 151px;
	margin:0;
	padding:0;
	list-style-type: none;
}
div.subButton a.subLink {
	text-decoration:none;
	font: 8px/25px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 25px;
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	text-align:center;
	color: #001D49;
	width: 151px;
	border:solid 1px #6E6E6E;
	letter-spacing: 1px;
	border-top:0px;
	border-bottom:0px;
	background: #999999 url(i/mainnavbg.gif) repeat-x 100%;
	text-transform:uppercase;
}
*/



/* Tools table styles <---------------------------------------------------- */

/*

table.toolsTbl {
	margin: 10px 0 20px 0;
}

table.toolsTbl td {
	width:25%;
	text-align:center;
}
#vericaltools {
	text-align:center;
	width:auto;
	padding:0 5px 0 5px;
}
#vericaltools a {
	font-size:90%;
	font-weight:normal;
}

*/

/* -------------------------------------- */



/* Main table styles <---------------------------------------------------- */

/*

table.main1 {
	margin: 10px 0 20px 0;
}

table.main1 td {
	width:25%;
	text-align:center;
}

*/

/* -------------------------------------- */

/*

#data table {border:1px solid #000000;border-right:0px;}
#data th, #data td {
	border-right: 1px solid #000000;
	background:none;
	padding: 5px;
	color:#000000;
}
em {
	font-size:14pt;
	font-weight:bold;
	color:#828484;
	font-style:italic;
}

*/

/* ----------------- 5 advert footer styles --------------------- */

/*

#fiveFooter td {
	text-align:center;
	width:20%;
}


*/
/*******************HEADER******************/


/*


#docMainNav {
	background:#000000;
	text-align:center;
	margin:0;
	padding:0;
}
#docMainNav ul {
	list-style-type: none;
	margin:0;
	padding:0;
	width:770px;
	background: #0384C0 url(forums/templates/subSilver/images/docNavBg.gif);
	border-top:solid 1px #FFFFFF;
}
#docMainNav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#docMainNav ul li a {
	font: 9px/35px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform:uppercase;
	height: 35px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 154px;
}
#docMainNav ul li a:hover {
	background:#8D6731;
	color:#FFFFFF;
}


*/


/* ------------------------ Red Central Heating Question Box ---------- */



/*

.redBox{
	width:300px;
	height:auto;
	background:red;
	color:#ffffff;
	font-weight:bold;
	padding:3px;
	margin:0 0 0 10px;
}


#charity a{
position:absolute;
left:270px;
top:105px;
color: #FFFFFF;
font-size: 9px;
letter-spacing: 1px;
width: 450px;
}

td.gensmall{
border:solid 0 #000000;
height:auto;
width:auto;

}

*/

/* ***** Register logos ***** */

/*


#reg1{
	top: 15px;
	left: 115px;
	color: #FFFFFF;
	font-size: 12px;
}

#reg2{
	top: 55px;
	left: 310px;
	color: #FFFFFF;
	font-size: 12px;
}


*/

/* Top Nav Tabs */


/*

#toptabs{
	margin: 0px auto;
	width: 770px;
}

#toptabs td{
	margin: 0;
	padding: 0;
}

#toptabs ul{
	list-style: none;
	margin: 0;
	padding:0;	
	width:770px;
	background-color: #8D6731;
}

#toptabs li{
	display: inline;
	margin:0px;
	padding:0;
	list-style-type: none;
	border: solid 1px;
}

#toptabs a{
	text-decoration:none;
	font: 12px/35px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	color: #00337f;
	padding:0;
	height: 35px;
	
}


*/

/* ******************  Tab navigation styles  ************** */
/*


#tabnavigation {
	text-align:left;
	margin: 0px auto;
	width: 772px;
	padding: 5px 0 0 0px;
}
#tabnavigation ul {
	list-style: none;
	margin:0;
	padding:0;	
	width:770px;
	height:33px;
	background-color: #8D6731;
}

#tabnavigation li {
	display: inline;
	margin:0;
	padding:0;
	text-decoration: none;
}
#tabnavigation a {
	text-decoration:none;
	font: 12px/34px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin:0;
	color: #FFFFFF;
	padding:15px 23px 11px 10px;
	border: solid 0px;
}
#tabnavigation li a:hover {
	color: #00337f;
}


*/