/* SRS HEADER */
#header
{
	background-color: white;
	border-top: 8px solid #0D4159;		/* dark blue */
	clear: both;
	height: 100px;
}

#company
{
	background: url(../images/logo.gif) no-repeat left;
	float: left;
	font-size: 190%;								/* size? */
	margin: 5% 0 0 0; padding: 0 0 0 80px;
	width: 210px;
}

#slogan
{
	background: white;
	border-left: 2px solid gray;
	float: left;
	line-height: 95%;
	margin: 5% 0 0 3px; padding: 2px 0 5px 15px;
	width: 192px;
}

#date
{
	float: right;
	margin: 3% 0 0 0;
	width: 28%;
}

.date
{
	color: #79D700;				/* neon-green */
	font-weight: bold;
}

.tm 
{ 
	vertical-align: top; 
	font-size: 33%; 
	font-weight: bold; 
}

