@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.centre {
	text-align: center;
}

.cl {
	clear: both;
}

#Container {
	padding: 1em;
	width: 880px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	position: relative;
	height: 120px;
}
#Header h1 {
	position: absolute;
	width: 410px;
	left: 235px;
	top: 65px;
	margin: 0px;
	padding: 0px;
	font-size: 3em;
	color: #006546;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
}

#Logo {
	position: relative;
	height: 102px;
	width: 228px;
	font-size: 3em;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
}
#Logo a {
	display: block;
	height: 92px;
	width: 228px;
	padding-top: 10px;
	text-decoration: none;
	color: #006546;
	font-family: "Times New Roman", Times, serif;
}
#Logo a span {
	background-image: url(images/gifs/cardon.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 102px;
	width: 228px;
	left: 0px;
	top: 0px;
}
#LogoTag {
	color: #006546;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	position: absolute;
	height: 16px;
	width: 95px;
	overflow: hidden;
	left: 120px;
	top: 100px;
}
#LogoTag span {
	background-image: url(images/gifs/masterbldr.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 16px;
	width: 95px;
	left: 0px;
	top: 0px;
}
#TagLine {
	font-size: 1.5em;
	color: #006546;
	position: absolute;
	height: 100px;
	width: 234px;
	top: 15px;
	right: 10px;
	text-align: center;
}
#TagLine span {
	background-image: url(images/gifs/25logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100px;
	width: 234px;
	left: 0px;
	top: 0px;
}
#Sidebar {
	position: absolute;
	width: 150px;
}
#Sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Sidebar li {
	position: relative;
	height: 41px;
	width: 150px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
#Sidebar a {
	color: #006546;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	height: 31px;
	width: 150px;
}
#Sidebar a:hover {
	text-decoration: underline;
}
#Sidebar a span{
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:0;
	height:41px;
	width:150px;
}
#home a span{			background-position: 0px 0px;		}
#aboutus a span{		background-position: -150px 0px;	}
#portfolio a span{		background-position: -300px 0px;	}
#options a span{		background-position: -450px 0px;	}
#faq a span{			background-position: -600px 0px;	}
#accredit a span{		background-position: -750px 0px;	}
#contact a span{		background-position: -900px 0px;	}

#home a:hover span{			background-position: 0px -41px;		}
#aboutus a:hover span{		background-position: -150px -41px;	}
#portfolio a:hover span{	background-position: -300px -41px;	}
#options a:hover span{		background-position: -450px -41px;	}
#faq a:hover span{			background-position: -600px -41px;	}
#accredit a:hover span{		background-position: -750px -41px;	}
#contact a:hover span{		background-position: -900px -41px;	}
#Wrap {
	padding-left: 160px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#Content a{
	color:#046445;
	text-decoration:none;
}
#Content a:hover{
	text-decoration:underline;
}
#Content p {
	font-size: 1.4em;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 1.2em;
	padding-left: 0px;
}
.tools {
	background-image: url(images/jpegs/tools.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.folio {
	background-image: url(images/jpegs/doorway.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 150px;
}
.house {
	background-image: url(images/jpegs/roofline.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.faq {
	background-image: url(images/jpegs/question.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.trophy {
	background-image: url(images/jpegs/trophy.jpg);
	background-repeat: no-repeat;
	background-position: 65px center;
}
.contact {
	background-image: url(images/jpegs/phone.jpg);
	background-repeat: no-repeat;
	background-position: 300px top;
	height: 321px;
	padding-left: 100px;
	font-size: 1.2em;
}

#Content h3 {
	font-size: 1.8em;
	padding-bottom: 0.3em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#Content ul, #Content ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.6em;
	padding-left: 2em;
	font-size: 1.4em;
}
#Content ol li {
	padding-bottom: 0.4em;
}
.col1 {
	float: left;
	width: 300px;
}
#accred-list li {
	list-style-type: none;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9A509;
	margin: 0;
	width:475px
}
#awardlogos {
	width: 200px;
	text-align: center;
}
#port-images {
	text-align: center;
	width: 400px;
}
