﻿/*home styles*/
#home-top #home-flash
{
	width: 960px; height: 423px;
	position: absolute; top: 0; left: 0;
	z-index: 0;
}

/*content*/
#home-content
{
	margin-top: 423px; padding: 10px 42px 10px 42px;
	border-top: 17px solid #6ca8d3;
	background: white;
	float: left;
	width: 876px;
}
#home-content p
{
	font-size: 70%;
	margin: 5px 0;
	padding: 0;
}
#home-content a
{
	color: #3B3C3B;
	text-decoration: none;
	font-weight: normal;
}
#home-content .home-box
{
	width: 260px; 
	float: left; 
	padding-right: 25px;
}
#home-content .home-box select
{
	margin-left: 5px;
}
#home-content .home-box img
{
	vertical-align: middle;
	padding-right: 15px;
}
#home-content #home-right {
	width: 293px;
	float: right;	
	display:inline;
	overflow: hidden;
}
	#home-content #home-right #home-search-box
	{
		width: 253px;
		background: url(/App_Images/Internet/home/search-bg.gif);
		padding: 0 20px 0 20px;
		color: #475152;
		float: right;	
		margin-top: 15px;
	}

	#home-content #home-right #employees-login{
		width:292px;
		float: right;	
		padding: 15px 0 0 20px;
	}

	#home-content #home-right #employees-login a {
		color: #436188;
		font-weight: bold;
	}

#home-content .left-float
{
	float: left; 
	padding: 0 !important; margin: 2px 0 !important;
	width: 130px;
}
#home-content .right-float
{
	float: right; 
	padding: 0 !important; margin: 2px 0 !important;
	width: 90px;
}
#home-content .input
{
	width: 150px; 
	height: 33px;
	position: absolute; 
	top: 184px; 
	right: 0px; 
	margin-top: -20px; 
	background: transparent; 
	border: 0; 
	cursor: pointer
}