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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed
}
.oneColFixCtr #header {
	height: 90px;
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
padding-left: 10px
}
.oneColFixCtr #greyborder {
height: 4px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #646464;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColFixCtr #menuholder {
	height: 32px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left
}
.oneColFixCtr #menuborder {
height: 1px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
.oneColFixCtr #homeimageholder {
	height: 212px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.oneColFixCtr #secondaryimageholder {
	height: 99px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtr #strapline {
	height: 50px;
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/index-strapline-holder.jpg);
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 20px;
	padding-top: 20px;
}
.oneColFixCtr #whiteborder {
height: 25px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
.oneColFixCtr #mainContent {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/content-back.gif);
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 20px;
	padding-top: 20px;
}
.oneColFixCtr #address {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 10px 15px 0px;
}
.oneColFixCtr #bodytext {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.oneColFixCtr #contactform {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.oneColFixCtr #footer {
	height: 40px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #8c8c8c;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: centre; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
	padding-bottom: 5px;
}
H1 {
	font-family: "Times New Roman", Times, serif;
	FONT-SIZE: 20px;
	COLOR: #333333;
}
H2 {
	font-family: "Times New Roman", Times, serif;
	FONT-SIZE: 15px;
	COLOR: #333333;
}
.bodytext {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #7D7373;
	FONT-FAMILY: "Times New Roman", Times, serif;
	TEXT-DECORATION: none;
	list-style-image: url(images/bullet_points.gif);
}

.bodytext A:link{ COLOR: #be2b3d; TEXT-DECORATION: none; padding-left: 0px; padding-right: 0px}
.bodytext A:visited { COLOR: #be2b3d; TEXT-DECORATION: none; padding-left: 0px; padding-right: 0px}
.bodytext A:hover { COLOR: #000000; TEXT-DECORATION: none;  padding-left: 0px; padding-right: 0px}

.footertext {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	FONT-FAMILY: "Times New Roman", Times, serif;
	TEXT-DECORATION: none;
	list-style-image: url(images/bullet_points.gif);
}

.footertext A:link{ COLOR: #333333; TEXT-DECORATION: none; FONT-WEIGHT: bold; padding-left: 0px; padding-right: 0px}
.footertext A:visited { COLOR: #333333; TEXT-DECORATION: none; FONT-WEIGHT: bold; padding-left: 0px; padding-right: 0px}
.footertext A:hover { COLOR: #be2b3d; TEXT-DECORATION: none;  FONT-WEIGHT: bold; padding-left: 0px; padding-right: 0px}

.floatleft
{
	float: left;
	margin: 0px 20px 10px 00px;
	border: 3px solid #dedede;
}

.floatleftonecolumn
{
	float: left;
	margin: 0px 20px 200px 0px;
	border: 3px solid #dedede;
}

