@charset "UTF-8";
.oneColFixCtrHdr #container {
	width: 738px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #newlocationtab {
	background-image: url(../media/index/new_locationtab.png);
	height: 142px;
	width: 178px;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #CCCCCC;
	background-image: url(../media/index/homebanner_new.jpg);
	height: 414px;
	width: 738px;
	text-align: left;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #homenavbar {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #CCCCCC;
	height: 72px;
	width: 738px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #CCCCCC;
	background-image: url(../media/index/homebg.jpg);
	text-align: center;
	background-repeat: no-repeat;
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #000000;
	height: 300px;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #mainContent a {
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #000000;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #CC3333;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../media/index/footerbg.jpg);
	background-repeat: no-repeat;
	height: 75px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Lucida Grande";
	font-size: 9px;
	vertical-align: middle;
	color: #FFFFFF;
	line-height: 17px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.oneColFixCtrHdr #footer p a {
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p a:hover {
	color: #CC3333;
}
#findlocaltab {
	z-index: 200;
	position: relative;
	top: 0px;
	right: 0px;
}
#findlocalpopup {
	background-image: url(../media/index/findlocalFRtab/findFRbg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 160px;
	width: 142px;
	visibility: hidden;
	margin-left: 12px;
	margin-top: -16px;
	font-family: "Lucida Grande";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 200%;
	z-index: 1;
}
#findlocalpopup ul {
	font-family: "Lucida Grande";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 20px;
	padding-left: 20px;
}
#findlocalpopup li {
	text-align: center;
	padding-left: 0px;
	list-style-type: none;
	padding-right: 20px;
}
#findlocalpopup    a:link  {
	font-family: "Lucida Grande";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-left: 20px;
}
#findlocalpopup   a:hover  {
	font-family: "Lucida Grande";
	font-size: 10px;
	font-weight: bold;
	color: #CC3333;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC3333;
}
a:active {
	text-decoration: none;
}
.footertext {	font-size: 10px;
	color: #FFFFFF;
	font-family: "Lucida Grande";
	text-align: center;
	vertical-align: middle;
	line-height: 2;
}
#findlocalpopup a {
	padding-left: 20px;
	color: #000000;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../media/index/backgroundgradient.png);
	background-repeat: repeat-x;
}
