﻿/* homepage */


#header .login 
{
	background: url(images/top-blue-login.gif) 0 0 no-repeat;
}
#header .search 
{
	background: url(images/top-blue-search.gif) 0 0 no-repeat;
}
.search-button 
{
	background: url(images/top-blue-search-button.gif) 0 0 no-repeat;
}
#login-bar
{
	background: url(images/top-blue.gif) 0 0 repeat-x;
}

#content
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	height: 100%;
}
#content .container
{
	margin-top: 20px;
	overflow: hidden;
	font-size: 11px;
}

#content .container2
{
	margin-top: 12px;
	overflow: hidden;
	font-size: 10px;
}

#content h1
{
	color: #0a549a;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#content h2
{
	color: #157acf;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#content p
{
	margin-bottom: 1em;
}
#content ul
{
	margin-left: 1em;
	margin-bottom: 1em;
}
#content ul li
{
	margin-left: 1em;
}
#content a
{
	color: #157acf;
}
#content .rightAlign
{
	text-align: right;
}

#systems,
#services,
#software
{
	float: left;
	width: 200px;
}

#PReleases 
{
	float: left;
	width: 210px;
	border-left: solid 1px #000000;
	padding-left: 15px;	
	margin-left: 15px;
	
}

#services
{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.divHR
{
	border-top: 1px solid #999999; 
	margin-top: 18px; 
	margin-bottom: 8px;
}