@charset "utf-8";
/* CSS Document */

/* --------------------  general rules ----------------------*/
body {
	font: 100% arial, geneva, helvetica, san-serif;
	margin: 0px;
	padding: 0px;
	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: #5d5d5d;
	line-height: 1.6em;
	background-color: #fff;
}
a {
	outline: none;
	color: #0160a7;
	text-decoration: none;
}
a:hover {
	color: #e51937;
}
img, p {
	border: none;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: 100;
	border-bottom: 1px dotted #8cb3d0;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-size: 2em;
	letter-spacing: .05em;
	margin-top: 0px;
	padding-top: 0px;
	color: #005696;
}
#container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background: transparent url(../images/bg_container.gif) repeat-y top center;
}

/* --------------------  header ----------------------*/
#header {
	width: 1000px;
	height: 298px;
	background: transparent url(../images/bg_hdr.gif) no-repeat;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#logo {
	display: block;
	width: 300px;
	height: 150px;
	position: absolute;
	left: 125px;
	top: 40px;
}

/* --------------------  content ----------------------*/
#leftCol {
	width: 230px;
	margin: 0px;
	padding: 0px 0px 0px 130px;
	font-size: .8em;
}
#rightCol {
	width: 480px;
	margin: 0px;
	padding: 0px 130px 0px 0px;
	font-size: .9em;
/* 	border:solid 1px blue; */
}

/* --------------------  nav ----------------------*/
#nav {
        width:250px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: 100;
	font-size: 1.6em;
/* 	border:solid 1px red; */
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navItemA {
	display: block;
	background: transparent url(../images/bg_nav_a.gif) no-repeat top left;
	padding-left: 50px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	height: 33px;
}
.navItemB {
	display: block;
	background: transparent url(../images/bg_nav_b.gif) no-repeat top left;
	padding-left: 50px;
	margin-bottom: 10px;
	height: 33px;
}
.navItemC {
	display: block;
	background: transparent url(../images/bg_nav_c.gif) no-repeat top left;
	padding-left: 50px;
	margin-bottom: 10px;
	height: 33px;
}

/* --------------------  footer ----------------------*/
#footer {
	width: 800px;
	height: 24px;
	margin: 0px 100px;
	background: transparent url(../images/bg_ftr.gif) no-repeat;
	color: #888;
	font-size: .6em;
	padding: 0px;
	padding-top: 150px;
	position: relative;
}
#frenchLink {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 290px;
	height: 146px;
}
#footer p {
	padding-right: 30px;
}

/* --------------------  misc rules ----------------------*/
.fltLeft {
	float: left;
}
.fltRight {
	float: right;
}
.clearFlt {
	clear: both;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}
.clrPadding {
	padding: 0px;
}
.clrMargin {
	margin: 0px;
}
.clrBorder {
	border: none;
}
.hide {
	display: none;
}

#header_store_hours_spacer
{
    height:45px;
    margin-left:400px;
/*     border:solid 1px blue; */
}

#header_store_hours
{
    text-align:center;
    width:473px;
    height:147px;
    margin-left:425px;
    overflow:hidden;
/*     border:solid 1px red; */
}