﻿/* hide from ie on mac \*/
html, body {
	height: 100%;
}
* { margin: 0; padding: 0; border: 0; }
body { font-size: 80%; background: #ffffff url("images/contact_logo.gif") 0px 300px no-repeat; }

#blackBar { 
	position: absolute;
	top: 100px;
	left: 0px;
	width: 780px;
	height: 180px;
	z-index: 10;
}
#colorBar { 
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 180px;
	background-color: #889ab2;
	z-index: 1;
}
#contentPod {
	position: absolute;
	top: 325px;
	left: 163px;
	width: 437px;
}
#contentPod.splash {

	position: absolute;

	top: 325px;

	left: 150px;

	width: 437px;

	text-align: right;

}

#contentPod.smap {

	position: absolute;

	top: 325px;

	left: 150px;

	width: 437px;

	text-align: left;

}


input, textarea {

	border: 1px #c2c2c2 solid;

	font: 1em Arial;

}

input.send {

	font: bold 0.95em Verdana, sans-serif;

	color: #889ab2;

	letter-spacing: 1px;

	border: 0px;

	border-top: 1px #000000 solid;

	background-color: #ffffff;

}

input.radio {
	border: 0px;
}

p {
	font: 0.9em Arial;
	color: #000000;
	margin-bottom: 20px;
}
strong {
	font: 1em Arial;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}
h1 { /* White centered heading for content */
	display: block;
	font: bold 1em Verdana, sans-serif;
	color: #889ab2;
}
a {
	text-decoration: none;
	color: #9b9a9b;
}

ul.splashNav {
	list-style-type: none;
}
ul.splashNav li {
	margin-bottom: 5px;
}
ul.splashNav a {
	font: bolder 0.9em Verdana, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	color: #9b9a9b;
}
ul.splashNav a:hover {
	color: #000000;
}