@charset "utf-8";
/* CSS Document */


	
body	{
	font-family: Arial, Helvetica, sans-serif;
	border-top: 0px;
	vertical-align: top;
	margin: auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #6D6D6D;
}

.wrapper {
	height: auto;
	width: 960px;
	margin: auto;
	border-top: 0px;
	vertical-align: top;
}
.home_wrapper {
	height: auto;
	width: 960px;
	border-top: 0px;
	vertical-align: top;
	margin-top: 300px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.banner	{
	float: left;
	height: 280px;
	width: 960px;
}
.banner_image	{
	float: left;
	height: 280px;
	width: 495px;
}
.blue_block	{
	float: left;
	height: 280px;
	width: 294px;
	background-image: url(../images/blue_block.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.logo	{
	float: left;
	height: 280px;
	width: 170px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu_space	{
	float: left;
	height: auto;
	width: 790px;
	font-size: 12px;
	font-weight: normal;
	color: #303C46;
	letter-spacing: 1.9px;
	text-align: right;
	margin-right: 170px;
}
.menu_space	a	{
	color: #303C46;
	text-decoration: none;
}
.menu_space	a:hover	{
	color: #FFF;
	text-decoration: none;
}
.content	{
	float: left;
	height: auto;
	width: 500px;
	margin-top: 20px;
	margin-left: 290px;
}
.header_space	{
	float: left;
	height: auto;
	width: 170px;
	margin-top: 20px;
}
.corp_logos_space	{
	float: left;
	height: auto;
	width: 170px;
	margin-top: 170px;
}
.footer	{
	float: left;
	height: auto;
	width: 520px;
	color: #999;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 290px;
}

.footer a	{
	color: #999;
	font-style: normal;
	text-decoration: none;
}
.footer a:hover	{
	color: #303C46;
	font-style: normal;
}
