<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	height: 100%;
}
body 
{
	margin: 0px 0px 0px 0px;
	 /* n6.01win-mac won't recognize top margin 
	 for middle box, so it goes here */
	padding: 0px 0px 0px 0px;
	font-family: Arial, tahoma, verdana, trebuchet MS, helvetica, sans-serif;
	color: #888;
	background:url('../images/background.jpg') top center;
	background-repeat: no-repeat;
	background-color: #fff;
	height: 100%;
}
#content
{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 150px; /* .push must be the same height as .footer */
	clear: both;
}
a
{
	color: #f99f1d;
}

#header
{
	height: 120px;
}
.logo
{
	margin: 30px 0px 0px 10px;
	float: left;
}
#horizontal-list {
	float: right;
	height: 34px;
	width: 450px;
	margin-top: 45px;
}
#horizontal-list li {
	display:block;
	float:left;
	margin-right: 20px;
}
a.menu_arollover {
    display: block;
    width: 142px;
    height: 29px;
    background: url("../images/about-menu.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.menu_arollover {
	height: 34px;
}
a.menu_brollover {
    display: block;
    width: 131px;
    height: 29px;
    background: url("../images/whatwedo-menu.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.menu_brollover {
	height: 34px;
}
a.menu_crollover {
    display: block;
    width: 113px;
    height: 29px;
    background: url("../images/contact-menu.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.menu_crollover {
	height: 34px;
}

#welcome-text
{
	margin-top: 290px;
	font-size: 12px;
	color: #888;
	line-height: 20px;
	width: 700px;
}
h1
{
	font-size: 26px;
	color: #322f31;
	margin-bottom: 20px;
}
h2
{
	font-size: 20px;
	color: #322f31;
	padding: 20px 0px 10px 0px;
}
#footer h2
{
	font-size: 20px;
	color: #fff;
	padding: 2px 0px 10px 0px;
	float: left;
	margin-right: 30px;	
}
strong
{
	font-size: 16px;
	color: #666;
	line-height: 22px;
	margin-bottom: 20px;
	display: block;
}
#link-sections
{
	width: 700px;
	height: 201px;
	background: url("../images/section-backgrounds.gif") 0 0 no-repeat;
	margin: 30px 0px;
}
.section
{
	width: 200px;
	font-size: 12px;
	color: #888;
	line-height: 22px;
	float: left;
	margin-right: 31px;
	margin-left: 10px;
}
.section:last-child
{
	margin-right: 0px;
}
.moreinfo
{
	float: right;
	margin-top: 20px;
}

#footer
{
	height: 150px;
	background:url('../images/footer.gif') top center repeat-x;
}
#footer_content
{
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	padding-top: 20px;
	font-size: 12px;
	color: #fff;
}
#footer_content a
{
	color: #fff;
}
#first-contact
{
	width: 230px;
	float: left;
	text-align: right;
}
.footer-contact
{
	width: 170px;
	margin: 0px 0px 10px 10px;
	padding: 3px;
}
.footer-message
{
	width: 445px;
	height: 50px;
	padding: 3px;
	margin-left: 10px;
}
#footer_content label
{
	float: left;
	margin: 5px 0px;
}
.submitbutton
{
	margin: 10px -2px 0px 0px;
}
.copyright
{
	font-size: 10px;
	margin-right: 10px;
	color: #b7b7b7;
}
#second-contact
{
	width: 520px;
	float: right;
	text-align: right;
}
#welcome-text label
{
	float: left;
	display: block;
	width: 70px;
	margin: 5px 0px;
}
.contact-text
{
	border: 1px solid #666;
	padding: 5px;
	width: 200px;
	margin: 5px 0px;
}
.contact-message
{
	border: 1px solid #666;
	padding: 5px;
	width: 310px;
	height: 118px;
	margin: 5px 0px;
}
#contact-left
{
	float: left;
}
#contact-right
{
	float: right;
	padding-bottom: 40px;
}</pre></body></html>