* {
	margin: 0px;
	padding: 0px;
}
body, textarea {
	background-color: #94AFC4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
p  {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
p, li {
	font-size: 90%;
}
textarea {
	background-color:#FFFFFF;
}


h1 {
	font-size: 120%;
	font-weight: bold;
}
h2{
	font-weight:bold;
	text-transform: uppercase;
	font-size: 100%;

}
.clearer {
	clear: both;
}
.offleft{
	position:absolute;
	left:-9000px;
}
a span {
	display: none;
}
#container {
	background-color: #CAD6E2;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	position: relative;
}
#header {
	position: relative;
	height: 118px;
	border-bottom: 2px solid #CAD6E2;
	border-top: 2px solid #EFF5F7;
}
#footer {
	width: 800px;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	border-top: 0px solid #FFFFFF;
	border-bottom: 2px solid #EFF5F7;
}
#footer #footer_inner {
	text-align: center;
}
#footer a {
	color: #3C5A6F;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	color: #333333;
	font-size: 0.9em;
}
#navigation {
	position: relative;
	background-color: #3C5A6F;
	width: 800px;
	text-align: center;
	height: 33px;
	font-size: 110%;
}
#navigation ul  {
	margin: 0 0 0 0;
	padding: 0; /* no need for margins or padding */
	/*width: 100%  important for later */
}
#navigation  ul li {
	list-style: none; /* remove the bullets */
	margin:0px;
	text-align: center; /* center all text */
	display: inline;
	height:33px;
	line-height:33px;
}
#navigation ul li a {
	margin:0px;
	padding:9px 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#navigation  ul  li a:hover {
	color: #5E0000;
	background-color: #DBE0E6;
}
#logo {
	width: 305px;
	float: left;
	background-color: #FFFFFF;
	height: 118px;
}
#logo img {
	display: block;
}
#collage img {
	display: block;
}
#collage {
	width: 495px;
	float: right;
	height: 80px;
}
#phone {
	width: 495px;
	float: right;
	background-color: #FFFFFF;
	color: #3C5A6F;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	height: 38px;
	line-height: 38px;
}


