#header {
	position: absolute;
	height: 100px;
	width: 800px;
	left: 0px;
	top: 0px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#navigation #navhome a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	position: absolute;
	left: 51px;
	top: 64px;
	text-decoration: none;	
}

#navigation #navhome a:hover {
	color: #000000;
}
#navigation #navcontactus a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	position: absolute;
	left: 140px;
	top: 64px;
  text-decoration: none;
}
#navigation #navcontactus a:hover {
	color: #000000;
}
#container {
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer {
	position: absolute;
	height: 60px;
	width: 800px;
	left: 0px;
	top: 670px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	left: 545px;
	top: 40px;
	background-image: url(images/moffat.jpg);
	background-repeat: no-repeat;
}
#logo h1 {
	visibility: hidden;
}
#menu ol {
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
#menu li {
	background-image: url(images/menuback.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 27px;
	left: 0px;
	width: 137px;
	padding: 0px;
	margin: 0px;	
}
#menu li:hover {
	background-image: url(images/menubackhover.gif);
}
#menu li a {
	position: relative;
	left: 15px;
	top: 3px;
	font-size: 12px;
	color: #A12330;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.section {
	background-image: url(images/sectionglyph.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #E5E5E5;
}
h2 {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #A12330;
	background-image: url(images/sectionhead.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-left: 35px;
	margin: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
#isocert {
	position: absolute;
	background-image: url(images/isocert.gif);
	height: 46px;
	width: 60px;
	left: 10px;
	top: 6px;
	background-repeat: no-repeat;
}
#isocert p {
	visibility: hidden;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#copyright {
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 25px;
	width: 800px;
	text-align: center;
}
#address {
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 5px;	
	width: 800px;
	text-align: center;
}
