@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
margin: 0;
padding: 0;
border: 0;
}


body  {

	margin: 0;
  	padding: 0;
/*	background-image:url(images/backgrounds/chocolate.jpg);
	background-repeat: no-repeat;
	background-image: url(images/bodypixel.jpg); 	
	background-repeat: repeat;  */
	background-color: #BEBEBE;
  	background-position: 50% 0%;
  	text-align: center;											/*  centres a fixed width layout in other browsers  */
  	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 									
  	height: 100%;
}

img {

	 border-style: none;										/*  removes blue borders from all link images */
}

#container {

	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 800px;
	text-align: left;											/*  page content is aligned left despite body being centred */
}

#banner {

	float: left;
	width: 100%;
	height: 151px;
	background-color:#FFFFFF;
	
}

#content {

	margin-top: 0px;
	
}

h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;

}

h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;

}

h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;

}

h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;

}

.greyheading	{ color: #666666;}
.blueheading 	{ color: #3366ff;}
.blackheading 	{ color: #000000;}

.greyparagraph 	{ color: #666666;}
.blueparagraph  { color: #3366ff;}
.blackparagraph { color: #000000;}

.greyboldp 		{ color: #666666; font-weight: bold;}
.blueboldp 		{ color: #3366ff; font-weight: bold;}
.blackboldp 	{ color: #000000; font-weight: bold;}

.greysmallp 	{ color: #666666; font-size: 10px;}
.bluesmallp		{ color: #3366ff; font-size: 10px;}
.blacksmallp	{ color: #000000; font-size: 10px;}



/* 	#content a:link { text-decoration: none; color: #000000; }
	#content a:visited { text-decoration: none;	color: #000000; }
	#content a:active { text-decoration: none; color: #000000; }
	#content a:hover { text-decoration: none; color: #000000; }
*/

#title {

	padding-left: 200px;
	width: 600px;	
	height: 60px;
	
}

#title h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-top: 25px;
	padding-left: 7px;

}

#columnone {

	float: left;
	width: 25%;
	background-color: #FFFFFF;
	margin-top: -40px;
	
}

#sidemenubox {

	margin: 14px 0px 0px 20px;
/*	line-height: 20px;  */											/* use for p in menus */

}

#sidemenubox li {

	list-style-type: none;
	
	padding-bottom: 13px;
	
}


a:link { text-decoration: none; color: #333333; }
a:visited { text-decoration: none; color: #333333; }
a:active { text-decoration: none; color: #333333; }
a:hover { text-decoration: none; color: #3366ff; }


/*
#sidemenubox ul {

	margin-left:	0px;
	padding-left:	0px;
	text-indent: 25px;

}

#sidemenubox li {

	list-style-type: none;
	padding-bottom: 10px;
	margin-left:	0px;
	padding-left:	0px;

}
*/
#infoboxone {
	margin: 25px 0px 0px 20px;
	
}
	
#infoboxone p {

	font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px; 
	
}

#infoboxone h1, h2, h3, h4 {

	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 25px;
	
}

#infoboxone a:link { text-decoration: none; color: #3366ff; }
#infoboxone a:visited { text-decoration: none; color: #3366ff; }
#infoboxone a:active { text-decoration: none; color: #3366ff; }
#infoboxone a:hover { text-decoration: none; color: #666666; }

#columntwo {

	float: left;
	width: 40%;
	background-color: #FFFFFF;
	margin-top: 5px;
	
}

#title {

	width: 550px;
	margin-right: -280px;
	
}

#columntwo p {

	width: 340px;
	text-align: left;									
  	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; 
	margin: 15px 0px 0px 0px;

	
}

#columntwo p + h4 {

	margin-top: 15px;
	
}

#columntwo h1, h2, h3, h4 {

	padding-top: 5px;
	
}

#columntwowide {

	float: left;
	width: 73%;
	background-color: #FFFFFF;
	margin-top: 15px;
	padding-left: 7px;
	
}

#columntwowide img {

	margin: 4px;
	
}

#columntwowide p {

	width: 550px;
	text-align: left;									
  	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; 
	margin: 15px 0px 0px 0px;
	
}

#columntwowide h1, h2, h3, h4 {

	padding-top: 5px;
	
}

/*
#columntwo ul {

	list-style-type: none;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 25px;

}

#columntwo li {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-position: 0% 12px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;

}
*/

#columnthree {

	float: right;
	width: 32%;
	background-color: #FFFFFF;
	
}

#infoboxtwo {

	margin: 20px 0px 0px 23px;
	
}

#infoboxtwo p {

	margin-top: 6px; 
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px; 

	
}

#infoboxtwo h1, h2, h3, h4 {

	padding-top: 5px;
	
}

#infoboxthree {

	margin: 15px 0px 0px 23px;
	
}

#infoboxthree p {

	margin-top: 6px; 
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px; 

	
}

#infoboxthree h1, h2, h3, h4 {

	padding-top: 5px;
	
}

#footer {

	width: 100%;
	height: 25px;
	margin-top: 20px;
	text-align: left;	
	background-color: #D7D7D7;
}

#footernav {

	padding-top: 5px;
	width: 75%;
		
}

#footermenu ul {

	height: 15px;
	margin-top: 15px;
	list-style-type: none;
	padding-left: 30px;

}

#footermenu li {

	display: inline;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#honeystonelink {

	float: right;
	text-decoration: none;
	text-align: right;
	height: 2px;
	margin-top: -13px;
	font-size: 11px;
	
}

#bottom {

	width: 100%;
	height: 40px;
	text-align: center;
	margin-top: 10px;
	
}

#bottommenu ul {

	list-style-type: none;
	padding-left: 30px;
	text-align: center;
}

#bottommenu li {

	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	list-style-type: none;

}

#bottommenu p {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	
}

.bl {background: url(images/template/bl.gif) 0 100% no-repeat #D7D7D7; width: 160px}
.br {background: url(images/template/br.gif) 100% 100% no-repeat}
.tl {background: url(images/template/tl.gif) 0 0 no-repeat}
.tr {background: url(images/template/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 


.blw {background: url(images/template/bl.gif) 0 100% no-repeat #D7D7D7; width: 220px}
.brw {background: url(images/template/br.gif) 100% 100% no-repeat}
.tlw {background: url(images/template/tl.gif) 0 0 no-repeat}
.trw {background: url(images/template/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 

.blf {background:  0 100% no-repeat #D7D7D7; width: 100%}
.brf {background:  100% 100% no-repeat}
.tlf {background:  0 0 no-repeat}
.trf {background:  100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 


#clearfloats {													/*  vertical stretch of background in both columns despite content  */
	clear: both;
	line-height: 2px;

}

#clearfloats2 {													/*  vertical stretch of background in both columns despite content  */
	clear: both;
	line-height: 2px;

}

#clearfloats3 {													/*  vertical stretch of background in both columns despite content  */
	clear: both;
	line-height: 2px;

}

#clearfloats4 {													/*  vertical stretch of background in both columns despite content  */
	
	clear: both;
	line-height: 2px;
	
}

