@charset "utf-8";
/* CSS Document */
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #FFFFFF; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	width: 100%;
	text-align: center;
}
a {
	color: #545B6B; 
	text-decoration: none; 
}
a:hover {
	color: #545B6B; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px 5px 0px; 
}
p {
	margin: 0px 0px 0px 0px; 
}
#container { 
	width: 930px;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto; 
	padding: 0px 0px 0px 0px; 
	border: 0;
	text-align: left;
}
#logoHome { 
	padding: 30px 0px 0px 50px;
	background-image:url(../images/hylantHome.gif);
	background-repeat: no-repeat;
	background-position: 551px bottom;
}
#homeBrand { 
	background-color: #E1E7E2;
	padding: 0px 0px 0px 50px;
}
#homeFlash { 
	background-color: #545B6B;
	color: #FFFFFF;
	float: left;
	padding: 0px 0px 0px 0px; 
	width: 573px;
	height: 259px;
}
#brandCopy { 
	background-color: #545B6B;
	background-image: url(../images/groupHome.gif);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #E1E7E2;
	padding: 60px 60px 10px 30px; 
	height: 189px;
	width: 217px;
	float: right;
}
#navGlobalHome { 
	border-bottom: 1px dotted #000000;
	margin: 10px 0px 20px 50px; 
	padding: 0px 0px 10px 0px; 
	font-size: .8em;
	color: #545B6B;
}
#navGlobalHome a { 
	color: #545B6B;
	text-decoration: none;
}
#navGlobalHome a:hover { 
	color: #600034;
}
#footerHome { 
	padding: 20px 40px 10px 50px;
}
#footerHome #footerLeft { 
	float: left;
	width: 400px;
}
#footerHome #footerLeft .tagline { 
	color: #778E7B;
	font-weight: bold;
}
#footerHome #footerRight { 
	float: right;
}
.clearfloat {
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}