@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: #FBD985; */
  	background-position: 50% 0%;
  	text-align: center;											/*  centres a fixed width layout in other browsers  */
  	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 									
  	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: 220px;
	background-color:#FFFFFF;
	
}

#content {

	margin-top: -20px;
	
}

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;

}

.redheading		{ color: #c84237;}
.greenheading 	{ color: #5a867d;}
.goldheading 	{ color: #a38940;}
.blackheading 	{ color: #000000;}

.redparagraph 	{ color: #c84237;}
.greenparagraph { color: #496b64;}
.goldparagraph { color: #f7ff14;}
.blackparagraph { color: #000000;}

.redboldp 		{ color: #c84237; font-weight: bold;}
.greenboldp 	{ color: #496b64; font-weight: bold;}
.goldboldp 	{ color: #a38940; font-weight: bold;}
.blackboldp 	{ color: #000000; font-weight: bold;}

.tablegreenboldp { color: #5d5d3d; font-weight: bold; width: 200px;}

.greensmallp 	{ color: #496b64; font-size: 9px;}
.redsmallp 		{ color: #c84237; font-size: 9px;}
.goldsmallp	{ color: #a38940; font-size: 9px;}
.blacksmallp	{ color: #000000; font-size: 9px;}
.graysmallp 	{ color: #666666; font-size: 9px;}

.whiteout 	{ color: #FFFFFF; font-size: 0px;}


/* 	#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: 50px;
	
}

#title h1 {

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

}

#columnone {

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

#sidemenubox {

	margin: 18px 0px 0px 20px;
	line-height: 15px;
}

a:link { text-decoration: none;  }
a:visited { text-decoration: none }
a:active { text-decoration: none }
a:hover { text-decoration: none; color: #94afa4; }

#infoboxone {

	margin: 18px 0px 18px 20px;
	
}
	
#infoboxone p {

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

#infoboxone h1, h2, h3, h4 {

	padding-top: 5px;

}

#columntwo {

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

#title {

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

#title h1 {

	padding-top: 20px;
	
}

#columntwo p {

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

#columntwo p + h1, h2, h3, h4 {

	margin-top: 15px;
	
}

#columntwo h1, h2, h3, h4 {

	padding-top: 5px;
	
}

#columntwowide {

	float: left;
	width: 75%;
	background-color: #FFFFFF;
	
}

#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: 18px 0px 0px 17px;
	
}

#infoboxtwo p {

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

	
}

#infoboxtwo h1, h2, h3, h4 {

	padding-top: 5px;
	
}

#infoboxthree {

	margin: 18px 0px 0px 17px;
	
}

#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: 2px;
	text-align: left;	
	background-color: #000000;
}

#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/white.gif) 0 100% no-repeat #ffffff; width: 160px}
.br {background: url(images/template/white.gif) 100% 100% no-repeat}
.tl {background: url(images/template/white.gif) 0 0 no-repeat}
.tr {background: url(images/template/white.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 


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

.blf {background: url(images/template/black.gif) 0 100% no-repeat #000000; width: 760px; margin-left: 20px}
.brf {background: url(images/template/black.gif) 100% 100% no-repeat}
.tlf {background: url(images/template/black.gif) 0 0 no-repeat}
.trf {background: url(images/template/black.gif) 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;
	
}
