@charset "UTF-8";
.newheading {
	background: #666666;
	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 */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* 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 */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FF6600;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 400px;
	padding-left: 20px;
	padding-right: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.navbar {
	padding-left: 10px;
}
.oneColFixCtrHdr #container #logo {
	padding-top: 20px;
	padding-bottom: 0px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FF6600;
	font-weight: normal;
	line-height: 16pt;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #FF6600;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
	text-indent: 0px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #right {
	float: right;
	width: 295px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-right: 20px;
	border: thin solid #666666;
}
.rightpic {
	float: right;
}
.pic {
	float: right;
	width: 200px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	background-color: #DEDEDE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
}
a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
}
a.footer:hover {
	color: #FFCC00;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FFCC00;
}
.oneColFixCtrHdr #container #notfinished {
	width: 760px;
	float: none;
	margin-left: 20px;
}
#notfinished {
	background-color: #DCDCDC;
	width: 760px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	height: 40px;
	padding-top: 10px;
	margin-bottom: 20px;
	border: thin solid #333333;
}
.boldblacktxt {
	font-size: 12pt;
	font-weight: bold;
}
.centrehead {font-size: 24pt}
.sidebar {
	float: right;
	width: 310px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}
.headingCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FF6600;
	font-weight: bold;
	line-height: 16pt;
	padding-left: 25px;
}
.oneColFixCtrHdr #quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
a.quote:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.quote:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.bodycopyCopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	line-height: 18px;
}
.newheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FF6600;
	font-weight: normal;
	line-height: 20pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}
.quoteheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-align: right;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	padding: 5px;
	margin-left: 0px;
	margin-right: 8px;
}
.copy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.padding {
	padding: 5px;
}
.border {
	border: thin solid #FF6600;
}
.prices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	text-indent: 5px;
}
.pricesCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 5px;
}
.tableborder {
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #000000;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
}
.cellborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-indent: 5px;
}
.sideborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-indent: 5px;
}
#bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
