/*
 * Copyright Somers Technology and Bob Somers 2009
 * www.somerstechnology.com
 */

@CHARSET "ISO-8859-1";

#left
{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #2c3f6e;
}

#swoosh
{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 385px;
	margin-top: -100px;
	background: url('bighalfswoosh.gif') top center no-repeat;
}

#logo
{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 68px;
	margin-top: -260px;
	background: url('logohalf.gif') top center no-repeat;
}

h2
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 430px;
	margin-left: -450px;
	margin-top: -120px;
	font: italic 28px Times;
	color: #ddd;
	line-height: 45px;
	text-align: left;
}

h3
{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 60px;
	width: 300px;
	margin-left: 100px;
	font: bold 40px Arial;
	color: #4b5c84;
	line-height: 60px;
	text-align: center;
	border: 1px solid #fff;
}

#who
{
	margin-top: -140px;
}

#what
{
	margin-top: -60px;
}

#contact
{
	margin-top: 20px;
}

.over
{
	border-color: #aaa;
	color: #2c3f6e;
	cursor: pointer;
}

.content
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 480px;
	height: 285px;
	margin-top: -115px;
	margin-left: 15px;
	display: none;
	font: 14px Arial;
	color: #444;
}

li
{
	padding-bottom: 5px;
}