﻿.container
{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:873px;
	position:relative;
}
.boxContainer
{
	display: block;
	position: relative;
	float: left;
	color: black;
	text-decoration: none;
	background-color: #e5e6e7;
}
.boxContainer div.headContainer
{
	width:100%;
	margin-top:0px;
	display: block;
	position: relative;
}
.boxContainer div.headContainer h1
{
	margin-top:0px;
	padding-top:5px;
	display: block;
	position: relative;
	background-color: #e5e6e7;
	color:White;
	font-size:medium;
	font-family:Arial;
	float:left;
	background-image:url('/CSS/images/boxContainerHeadContent.png');
	background-repeat:repeat-x;
	height:29px;
}
.boxContainer div.headContainer h2
{
	margin-top:0px;
	padding-top:5px;
	display: block;
	position: relative;
	background-color: #e5e6e7;
	color:White;
	font-size:small;
	font-family:Arial;
	float:left;
	background-image:url('/CSS/images/boxContainerHeadContent.png');
	background-repeat:repeat-x;
	height:29px;
}
.boxContainer div.headContainer div.headLeft
{
	display: block;
	position: relative;
	background-color: #e5e6e7;
	float:left;
	background-image:url('/CSS/images/boxContainerHeadLeft.png');
	background-repeat:no-repeat;
	width:27px;
	height:29px;
}
.boxContainer div.headContainer div.headRight
{
	display: block;
	position: relative;
	background-color: #e5e6e7;
	float:left;
	background-image:url('/CSS/images/boxContainerHeadRight.png');
	background-repeat:no-repeat;
	width:27px;
	height:29px;
}
.boxContainer div.headContainer div.footLeft
{
	display: block;
	position: relative;
	background-position:bottom;
	background-color: #e5e6e7;
	clear:left;
	float:left;
	background-image:url('/CSS/images/boxContainerFootLeft.png');
	background-repeat:no-repeat;
	width:45px;
	height:52px;
}
.boxContainer div.headContainer div.footRight
{
	display: block;
	position: relative;
	float:left;
	background-color: #e5e6e7;
	background-image:url('/CSS/images/boxContainerFootRight.png');
	background-repeat:no-repeat;
	background-position:bottom;
	width:45px;
	height:52px;
}
.boxContainer div.footContainer
{
	margin-top:0px;
	padding-top:5px;
	display: block;
	position: relative;
	background-color: #e5e6e7;
	background-position:bottom;
	float:left;
	background-image:url('/CSS/images/boxContainerFootContent.png');
	background-repeat:repeat-x;
	height:47px;
}
.boxContainer div.boxContainerContent
{
	padding: 13px;
}
.boxContainer div.boxContainerContent hr
{
	background-color:Black;
	clear:both;
}
div.addressField
{
	background-image:url('/CSS/images/addressField.png');
	background-repeat:no-repeat;
	display:block;
	position:relative;
	width:315px;
	height:35px;
	margin-left:-5px;
	padding:5px;
	padding-left:10px;
}
div.addressField SPAN
{
	font-weight:bold;
	border:0px;
	float:left;
	width:50px;
	font-size:smaller;
}
div.addressField INPUT
{
	background:transparent;
	font-weight:bold;
	border:0px;
	float:left;
	width:250px;
}
.boxContainer div.boxContainerContent INPUT.searchbutton
{
	margin-top:30px;
	width:70px;
	height:70px;
	background-image:url('/CSS/images/searchbutton2.png');
	background-repeat:no-repeat;
	margin-left:230px;
	border:0px;
	cursor:pointer;
}
.boxContainer div.boxContainerContent div.corporateLogoContainer
{
	float:none;
	clear:both;
}
.boxContainer div.boxContainerContent div.corporateLogoContainer a img
{
	border:0px;
	margin:10px;
}
.boxContainer div.boxContainerContent div.corporateProfileContainer
{
	padding-top:10px;
	padding-bottom:20px;
	font-family:Arial;
	font-size:12px;
	color:Gray;
	float:left;
}
.boxContainer div.boxContainerContent div.corporateProfileContainer div.box div.icon
{
	float:left;
	width:45px;
}
.boxContainer div.boxContainerContent div.corporateProfileContainer div.box
{
	float:left;
	width:210px;
	margin-bottom:20px;
	margin-left:20px;
}
.boxContainer div.boxContainerContent div.corporateProfileContainer div.box div.content b
{
	color:#494a4f;
	font-size:11px;
}
.boxContainer div.boxContainerContent div.corporateProfileContainer div.box div.content
{
	float:left;
}
.boxContainer div.boxContainerContent div.corporateProfileContainer div.box img.corporateImages
{
	float:left;
	margin-bottom:20px;
	margin-left:10px;
}