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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #305794;
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color:black;
	text-decoration:none;
}
#container { 
	width: 804px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: justify; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #305794; 
	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. */
} 
#table_container {
	width: 804px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-collapse:collapse;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
#sidebar {
	width: 196px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #305794; /* the background color will be displayed for the length of the content in the column, but no further */
	background:url(images/sidebar_bg_expansion.jpg);
	background-repeat:repeat-y;
	padding: 0;
}
#sidenavBG {
		background:url(images/sidebar_bg_cropped.jpg);
		background-repeat:no-repeat;
		height: 422px;
		padding-top:117px;
}
.nav {
	margin-top:10px;
	margin-left:30px;
	font-size:14px;
}
.nav a:hover {
	color:#f00;
}
.nav a:active {
	color:#a00;
}
.nav a {
	color:#000;
	text-decoration:none;
}
.n26 {
	height:26px;
}
.n24 {
	height:24px;
}
.nactive a {
	color:#f00 !important;
}
#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#305794; 
	margin:0; padding:0;
	font-size:10px;
	color:#fff;
	text-align:right;
} 
#footer a {
	text-decoration:none;
	color:#fff;
	margin-right:10px;
}
#footer p {
	padding:0px;
	margin:0px;
	white-space:pre;
}
.brands {
	text-align:justify;
	border-bottom: 3px solid #305794;
	padding: 10px 10px 10px 0px;
}
h5 {
	margin-bottom:4px;
	font-size:15px;
}
.mattress-edu	{
	border:#305794 solid 1px; background-color:#E5E5E5; padding-bottom:3px;
}
.mattress-edu a	{
	text-decoration:none;
	color:#000;
}
.mattress-edu a:hover	{
	color:#f00;
}
.center {
	text-align:center;
}
#hours {
	float:right;
	width:150px; 
	background:#70B6FF; 
	border:1px solid #5B94CF; 
	padding:5px; 
	margin:0 10px 10px 20px; 
	font-size: 12px
}