@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #8C949F;
	font-size: 13px;
}
a {
	color: #E44CD9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 100%;
	padding-top: 100px;
}
#welcome {
	width: 648px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/site/standard_home_apex.gif);
	background-repeat: no-repeat;
	padding-top: 325px;
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DA8AF;
}
#logo {
	height: 141px;
	width: 130px;
	float: left;
}
#logo #sam-logo {
	margin: 0px;
	padding: 0px;
	height: 141px;
	width: 150px;
	background-image: none;
	list-style-type: none;
}
#address {
	float: left;
	width: 518px;
}
div.address_item {
	font-style: italic;
	margin-bottom: 6px;
	line-height: 16px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DA8AF;
	padding-left: 3px;
	width: 250px;
}
div.type  {
	float: left;
	width: 55px;
	font-style: normal;
}
div.info  {
	float: left;
}
div.clear {
	clear: both;
}
