.container {
	margin: 0px auto;
	width: 1000px;
	height: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body{
padding:0px;
margin:0px;
background:#999999 url(none) no-repeat;
}
h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #171c4e;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #171c4e;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 2px;
	padding-left: 25px;
}
#navbar {
	position: relative;
	left: 0;	
	width: 100%;
	height: 23px;
	margin: 2px 0px;
	padding: 0px;
	border: 0px none;
	z-index: 5;
}
/* Navbar formatting */
/* commom style for all browsers */
ul.horizontal {
	text-align:center; 
	font: 12px Arial, Helvetica, sans-serif;
	position:relative; 
	background: #171c4e; 
	width: 100%;
	height: 21px;
	margin: 0; 
	padding: 0; 
	list-style-type:none;
	border: 0;
	border-top: 2px solid #fff;
}
#storesubnav ul.horizontal { /*For Online Store subnavigation bar */
	background: #fff; 
	border-top: 0px none;
}
ul.horizontal ul {
	padding:0; 
	margin:0; 
	list-style-type:none; /* for Firefox */
}
ul.horizontal li {
	float:left; 
	position:relative;
	background: #171c4e;
	text-align: center;
	margin: 0;
}
#storesubnav ul.horizontal li { /*For Online Store subnavigation bar */
	background: #666666;
}
ul.horizontal li a {
	display:block; 
	text-decoration:none; 
	color:#fff;   
	background: #171c4e;
	margin: 0; 
	padding: 3px 35px;
	border: 0;
	border-right: 2px solid #fff;
	font: 12px Arial, Helvetica, sans-serif;
}
#storesubnav ul.horizontal li a {
	padding: 3px 5px;
}
ul.horizontal li a:hover {
	background: #666666;
	color:#fff;
}
#storesubnav ul.horizontal li a, #storesubnav ul.horizontal li a:visited { /*For Online Store subnavigation bar */
	background: #666666;
}
ul.horizontal li ul {
	visibility:hidden; 
	position:absolute; 
	top: 21px; 
	left: 0; 
	overflow:hidden;
}

/* first line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
ul.horizontal li:hover a
ul.horizontal li.sfhover a {
	background: #666666;
	color: #fff;
}
#storesubnav ul.horizontal li a:hover { /*For Online Store subnavigation bar */
	background: #171c4e;
	color: #fff;
}
ul.horizontal li:hover ul,
ul.horizontal li.sfhover ul {
	visibility:visible; 
	height:auto; 
	width:11em; 
	background:#171c4e; 
	border: 1px solid #fff; 
	border-top: 2px solid #fff;
	border-bottom: 0;
	left: 0; 
	top: 21px; 
	overflow: visible;
}
ul.horizontal li:hover ul li a,
ul.horizontal li.sfhover ul li a {
	display: block; 
	font-weight: normal; 
	background: transparent; 
	text-decoration:none; 
	height: auto; 
	line-height: 1.5em;
	padding: 0.5em; 
	width: 10em;   
	background: #171c4e;
	margin: 0; 
	border: 0;
	border-bottom: 1px solid #fff;
	font: 12px Arial, Helvetica, sans-serif;
}
ul.horizontal li ul li:hover a,
ul.horizontal li ul li.sfhover a {
	background: #666666;
}
.right_shadow {
	background-image: url(../img/right_shadow.jpg);
	background-repeat: repeat-y;
}
.left_shadow {
	background-image: url(../img/left_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#content {
	padding-right: 20px;
	padding-bottom: 15px;
	text-align: left;
	color: #171C4E;
	padding-left: 5px;
}
#content h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #d2222c;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	margin-left: 10px;
}
.textbar {
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content {
	padding-right: 20px;
	text-align: left;
	color: #171C4E;
	padding-left: 28px;
}
.container_wide {

	margin: 0px auto;
	width: 1000px;
	height: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content_box_sides {
	background-image: url(../img/sides-home-box.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
}
ul {color: #171c4e;}.content_box_sides_top {

	background-image: url(../img/top-home-box.jpg);
	background-repeat: no-repeat;
}
.content_box_sides_bot {


	background-image: url(../img/bot-home-box.jpg);
	background-repeat: no-repeat;
}
.content-header {
	font-size: 24px;
	font-weight: bold;
}

