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

/* 2ColumnWide Template Version 1.3 */

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

/*Replace font families and colours throughout*/

/*----------------------*/
/*//GENERAL FORMATTING//*/
/*----------------------*/

body {												/* Applies background of website layout, height and default text settings */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../templates/images/template/background_edge_1000.jpg); 
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	height: 100%;
}


#container {										/* Centers the website layout and applies width */
	background-color: #FFFFFF;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	text-align: left;								/* page content is aligned left despite body being centred */
	border-left-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-right-style: solid;
}


img {												/* removes default blue border from all link images */
	border-style: none;
}

/*-----------------------*/
/*//TEXT COLOUR STYLING//*/
/*-----------------------*/

.black 		{ color: #000000; }
.grey		{ color: #666666; }				
.white   	{ color: #FFFFFF; }
.blue	 	{ color: #333366; }	
.red		{ color: #CC3300; }

.turquoise	{ color: #008080; }

/*-------------------*/
/*//HEADING STYLING//*/
/*-------------------*/

h1 {
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
	
}

h2 {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
}

h3 {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
}

h4 {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
}

/*---------------------*/
/*//HYPERLINK STYLING//*/
/*---------------------*/

#columnone a:link { text-decoration: none;  color: #008080; font-size: 12px;}
#columnone a:visited { text-decoration: none; color: #008080; font-size: 12px;}
#columnone a:active { text-decoration: none;  color: #008080; font-size: 12px;}
#columnone a:hover { text-decoration: none; color: #333366;; font-size: 12px;}

table a:link { text-decoration: none; font-weight: bold; color: #666699; }
table a:visited { text-decoration: none; font-weight: bold; color: #666699; }
table a:active { text-decoration: none; font-weight: bold; color: #666699; }
table a:hover { text-decoration: none; font-weight: bold; color: #CC0000; }

#footermenu a:link { text-decoration: none; color: #FFFFFF; }
#footermenu a:visited { text-decoration: none;	color: #FFFFFF; }
#footermenu a:active { text-decoration: none; color: #FFFFFF; }
#footermenu a:hover { text-decoration: none; color: #CC0000; }

#honeystonelink a:link { text-decoration: none; color: #008080; }
#honeystonelink a:visited { text-decoration: none;	color: #008080; }
#honeystonelink a:active { text-decoration: none; color: #008080; }
#honeystonelink a:hover { text-decoration: none; color: #008080; }

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

/*--------------------------*/
/*//BANNER AREA FORMATTING//*/
/*--------------------------*/

#banner {
	background-color: #FFFFFF;
	float: left;
	height: 110px;
	width: 985px;
}

#topmenu {
	padding-top: 5px;
	width: 985px;
	height: 40px;
	background-color: #FFFFFF;
}

/*-------------------------*/
/*//COLUMN ONE FORMATTING//*/
/*-------------------------*/

#columnone {
	float: left;
	width: 590px;
	background-color: #FFFFFF;
	padding-left: 20px;
	margin: 7px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
}


#title {
	width: 590px;
	background-color: #FFFFFF;
}

#title h1 {														/*this overides the general h1 styling above, specifically for the page title*/
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#333366;
	padding-top: 12px;
	padding-bottom: 4px;
}

#columnone p {
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px 20px 0px 20px;
}

#columnone p + h1, h2, h3, h4 {
	margin-top: 8px;
}


#columnone ul {													/*this styles bullet points in column one*/
	list-style-type: none;
	color: #666699;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 20px;
}

#columnone li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	list-style-type: none;
	background-image:url(../templates/images/round-bullet.gif);
	background-position: 0% 12px;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	text-align: left;
}

/*-------------------------*/
/*//COLUMN TWO FORMATTING//*/
/*-------------------------*/

#columntwo {
	width: 370px;
	float: right;
}

#rightboxone {
	margin: 0px 0px 20px 0px;
	width: 350px;
	background-color: #FFFFFF;
	padding: 10px;
}

#rightboxtwo {
	margin: 0px 0px 20px 0px;
	width: 350px;
	background-color: #FFFFFF;
	padding: 10px;
}

#rightboxthree {
	margin: 20px 0px 20px 0px;
	width: 350px;
	background-color: #FFFFFF;
	padding: 10px;
}

/*-------------------------------------------*/
/*//FOOTER AREA FORMATTING AND MENU STYLING//*/
/*-------------------------------------------*/

#footer {
	width: 100%;
	height: 50px;
	text-align: left;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}

#footermenu {
	padding-top: 5px;
	width: 90%;
	height: 30px;
}

#footermenu ul {
	float: left;
	height: 15px;
	margin-top: 4px;
	list-style-type: none;
	padding-left: 20px;
}

#footermenu li {
/*	display: inline;*/										/*remove comments to display links horizontally*/
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 10px;
	padding-left: 12px;
}

#honeystonelink {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	height: 2px;
	margin-top: -20px;
	margin-right: 20px;
	font-size: 11px;
}

#bottom {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#bottommenu ul {
	list-style-type: none;
	text-align: center;
}

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

#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;
}
