﻿body 
{	
	position: relative;
	min-height: 100%;
	background-color: #ffffff;
	font-family: Helvetica, Verdana, sans-serif;
}

div.banner
{
	margin: 0px 0px 0px 40px;
}

div.banner > h1
{
    font-size: 36px;
	font-weight: lighter;
	text-align: left;
	color: #009988;
}

div.banner-sub
{
	font-size: 14px;
	font-weight: normal;
	margin: -20px 0px 10px 20px;
	color: #777777;
}

div.header
{
	width: 905px;
	margin: 12px;
	padding: 10px 15px 10px 20px;
	background-color: #009988;
}

div.header > p
{
	text-align: center;
	font-size: 32px;
	font-weight: lighter;
	color: white;
	line-height: 0.65;
}

div.textbox
{
	float: left;
	width: 300px;
	height: 200px;
	margin: 15px 5px 25px 12px;
	border: 1px solid #009988;
}

div.textbox-heading
{
	background-color: #999999;
	color: white;
	font-size: 24px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

div.textbox-text
{
	margin: 0px 0px 0px 20px;
	color: #555555;
	font-size: 18px;
	text-align: left;
}

div.textbox-address
{
	margin: -15px 0px 0px 15px;
}

div.footer
{
	clear: left;
	width: 940px;
	height: 20px;
	margin: 10px;
	padding: 10px 0px 5px 0px;
	background-color: #009988;
	color: white;
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
}