@charset "utf-8";
/* CSS Document */
img {
	border:0px;
}
html {
	height:100%;
}
body {
	background:#1d74a7;
	margin:0px;
	height:100%
}
#background {
	width:100%;
	height:auto;
	background:url(images/bg_body.gif) repeat-x;
	text-align:center;
}
#main_frame {
	width:974px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background:url(images/main_frame_bg.gif) repeat-y;
}
#content_top {
	padding:0px 14px 0px 15px;
	text-align:left;
	margin:0px;
	font-size:0px;
}
#locator_home_postalcode {
	margin-top:3px;
	text-align: center;
}
#locator_home_text {
	margin-top:5px;
	text-align:center;
}
#locator_home_submit {
	text-align:center;
	margin-top:3px;
}

#locator_home_postalcode input {
	width:140px;
	height:16px;
	border:1px solid #bbbaba;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin-top:3px;
}
.locator_home_find_zipcode
{
	margin-top:3px;
	text-align:center;
	font-size:9px;
}
.locator_home_countries
{
	width:225px;
	margin-top:4px;
	position:absolute;
	visibility:hidden;
	display:none;
	background-color:#ffffff;
	border:solid 1px #97AEBE;
	float:left;
}
.locator_home_countries_title
{
	background-color:#97AEBE;
	padding:4px;
	color:White;
	font-size:11px;
}
.locator_home_countries .countryItem
{
	padding-bottom:3px;
}
#space_bottom {
	height:0px;
	margin:0px;
	font-size:0px;
}
#footer {
	width:945px;
	height:27px;
	background:url(images/footer.gif) no-repeat;
	padding:6px 15px 0px 15px;
	font:12px Arial, Helvetica, sans-serif;
	color:#39486b;
}
#footer a {
	text-decoration:none;
	color:#39486b;
}
#footer a:hover {
	color:#999999;
}
#footer_left {
	float:left;
	width:515px;
}
#footer_right {
	float:left;
	text-align:right;
}
.home_links {
	list-style-type:none;
	padding-left:0px;
	padding-right:25px;
	margin-left:0px;
}
.home_links li {
	padding-left:0px;
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.home_links li a {
	color:#273850;
	text-decoration:none;
}
.home_links li a:hover {
	color:#cccccc;
	text-decoration:underline;
}
.links_home {
	color:#273850;
	text-decoration:none;
}
.links_home:hover {
	color:#cccccc;
	text-decoration:underline;
}

#nav-footer {
  float: right;
  width: 480px;
  margin-right: 5px;
}

#nav-footer li {
  list-style-type: none;
  position: relative;
  float: left;
  border-right: 1px dotted;
  margin-bottom: 4px;
}

#nav-footer li a {
  padding: 0px 8px;
  line-height: 1.0em;
  white-space: nowrap;
}

#info-footer {
  float: left;
  width: 450px;
}

#H1TabName {
  color: #fff;
}