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

#nav {
	position:absolute;
	top:179px;
	line-height:24px;
	text-transform:uppercase;
	color:#fff;
	font-size:11pt;
	height:48px;
	overflow:hidden;
	width: 913px;
	left: 0px;
}
#nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	text-decoration:none;
	line-height:45px;
	display:block;
	overflow:hidden;
	position:relative;
	text-align:center;
}
#nav a.home {
	top:0px;
	left:17px;
	width:95px;
	background-image:url(../images/layout/homeBtn.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#nav a.about {
	top:-45px;
	left:113px;
	width:125px;
	background-image:url(../images/layout/aboutBtn.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#nav a.care {
	top:-90px;
	left:235px;
	width:160px;
	background-image:url(../images/layout/careBtn.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#nav a.info {
	top:-135px;
	left:525px;
	width:160px;
	background-image:url(../images/layout/infoBtn.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#nav a.policy {
	top:-180px;
	left:685px;
	width:125px;
	background-image:url(../images/layout/aboutBtn.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#nav a.contact {
	top:-225px;
	left:805px;
	width:105px;
	background-image:url(../images/layout/aboutBtn.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#nav a:hover {
	background-position:0px -45px;
}
.ltNav {
	width:243px;
	position:relative;
	background-image:url(../images/layout/navBkd.jpg);
	background-repeat:repeat;
	text-align:left;
}
.ltNav a {
	color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:0px 10px 0px 20px;
	text-decoration:none;
	font-size:10pt;
	line-height:20px;
	font-weight:bolder;
	overflow:visible;
}
.ltNav a.ltFeat {
	text-align:center;
}
.ltNav input.search {
	color:#666;
	text-transform:uppercase;
	border:none;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:3px 0px 0px 6px;
	font-size:10pt;
	height:20px;
	line-height:20px;
	float:left;
}
.ltNav .goBtn {
	padding:0px;
	background-color:transparent;
	background-image:url(../images/layout/goBtn.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:21px;
	width:54px;
	overflow:hidden;
	border:none;
	color:#fff;
	font-size:9pt;
	text-align: center;
}
.ltNav .goBtn:hover {
	background-position:0px -19px;
	padding: 0px 0px 12px 1px;
}
