﻿@import url('reset.css');
/* Import colour styles to check areas  */
/* @import url('colour-check.css');  */
body {
	background-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#background {
	background-image: url('../images/bg-footer.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	padding-top: 5px;
}
#container {
	border: 1px solid #999999;
	width: 929px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-color: #E6E6E6;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 6px;
}
#header {
	border: 1px solid #E6E6E6;
	background-position: center;
	width: 922px;
	height: 160px;
	float: left;
	display: inline-block;
	background-color: #FFFFFF;
	background-image: url('../images/Canham-Holdings-Logo.jpg');
	background-repeat: no-repeat;
}
#navigation {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: #999999;
	background-color: #E6E6E6;
	width: 924px;
	float: left;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 2px;
}
#navigation a {
	border-radius: 4px;
	margin: 5px 5px 5px 0px;
	border: 1px solid #C0C0C0;
	display: inline-block;
	color: #333333;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 13px;
	width: 224px;
}
#navigation a:visited {
	text-decoration: none;
	color: #333333;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #666666;
}
#navigation ul {
	list-style-type: disc;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	background-color: #1F1F1F;
}
#navigation_text {
	display: inline-block;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	text-align: center;
}
#nav_title_1 {
	display: inline-block;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	text-align: center;
	float: left;
	background-color: #CCFFFF;
	margin-right: auto;
	margin-left: auto;
}
#title {
	width: 920px;
	height: 36px;
	background-color: #FFFFFF;
	margin-bottom: 6px;
	clear: both;
	margin-left: 2px;
	float: left;
	padding-top: 6px;
}
#content00 {
	background-position: center;
	background-size: 6px;
	float: left; /* width seems to be 2px extra when set to 100%  */;
	width: 920px;
	background-color: #FFFFFF;
	margin-left: 2px;
	background-image: url('../images/divider-1x1-e6e6e6.gif');
	background-repeat: repeat-y;
}
#content01 {
	padding: 5px 25px 5px 25px;
	float: left;
	width: 407px;
	font-size: 14px;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E6E6E6;
	text-align: justify;
}
#content01 img {
	border: 1px solid #E6E6E6;
}
#content02 {
	padding: 5px 25px 5px 25px;
	width: 407px;
	font-size: 14px;
	float: right;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E6E6E6;
	text-align: justify;
}
#content02 img {
	border: 1px solid #E6E6E6;
}
#hp_image {
	background-color: #E6E6E6;
	padding-bottom: 2px;
}
.height_500 {
	height: 500px;
}
.height_1000 {
	height: 1000px;
}
.height_1500 {
	height: 1500px;
}
#footer {
	padding: 10px 0px 10px 0px;
	line-height: 20px;
	vertical-align: middle;
	clear: both;
	text-align: center;
	font-size: 12px;
	width: 900px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	margin-right: 8px;
	margin-left: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding-right: 9px;
	padding-left: 0px;
	color: #FFFFFF;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}
#footer_lower {
	margin: 6px auto 6px auto;
	vertical-align: middle;
	clear: both;
	text-align: center;
	font-size: 10px;
	width: 900px;
	color: #FFFFFF;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* Table formatting */
div.center_vertical {
	display: table-cell;
	vertical-align: middle;
}
.border-top-bottom {
	border-width: 1px;
	border-color: #000000;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
}
.no_border {
	border: 1px solid #FF0000;
}


