body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #013567;
	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;
}
#container
{
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: -17px auto; /* the auto margins (in conjunction with a width) center the page */
 * margin-top:0px;
 _ margin-top:-5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom:0px;
}
#OuterWrapper
{
	width:100%;
	background-color:#FFFFFF;
	position:relative;
	margin:auto;
	margin-top:0px;
	padding-top:25px;
	background-image:url(../images/HeaderGradientBlue.jpg);
	background-repeat:repeat-x;
}
/*Header*/


#header
{
	width:770px;
	height:110px;
	margin:auto;
	position:relative;
}
#header #TopDiv
{
	width:470px;
	height:20px;
	background-repeat:no-repeat;
	background-color: #013567;
	background-image: url(../images/HeaderBlueBack.jpg);
	margin-left:-115px;
* margin-left:-515px;
}
#BottomDiv img { margin-top:-190px; }
/*HeaderNav*/
#HeaderNavContainer
{
	padding-top: 50px;
	padding-bottom:-50px;
}
HeaderNavContainer UL
{
	list-style: none;
	border: none;
}
#HeaderNavContainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
#HeaderNavContainer A
{
	color: white;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px;
	background-color: black;
	background-image: url(../images/Tab.gif);
	background-repeat: no-repeat;
	font-size:13px;
}
#HeaderNavContainer A:hover, #HeaderNavContainer A:active
{
	background: #181D23;
	background-image:url(../images/TabHighlite.gif);
}
#HeaderNavContainer A.active:link, #HeaderNavContainer A.active:visited
{
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}
body.Home #Homenav a, body.Coupons #Specialsnav a, body.Products #Productsnav a, body.Services #Servicesnav a, body.About #Aboutnav a { background-image:url(../images/TabHighlite.gif); }
#HeaderSubNav
{
	position: relative;
	top: -1px;
	z-index: 101;
	margin: 0;
	padding: 0px 0 3px 0;
	background: #BBBBBB;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	width:48px;
}
#HeaderSubNav UL
{
	list-style: none;
	margin: 1px 0 0px 13px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
}
#HeaderSubNav LI
{
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
#HeaderSubNav A
{
	color: #fff;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 12px 2px 10px;
}
#HeaderSubNav A:hover, #HeaderSubNav A:active { color: #444; }
#HeaderSubNav A.active:link, #HeaderSubNav A.active:visited { color: #444; }
#HeaderSubNav BR, #HeaderNavContainer BR { clear: both; }
#header h1
{
	position:relative;
	overflow:hidden;
	margin-left:0px;
	margin-top:10px;
	margin-right:70px;
	width:334px;
	height:90px;
	float:left;
	margin-bottom:-20px;
	color:#FFF000;
_ margin-left:0px;
}
#header h1 span
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-image: url(../images/LogoBlueBack.gif);
}
#header h1 span a
{
	width:100%;
	height:100%;
	display:block;
	color:#013567;
	padding-left:5px;
}
#header h1 span a:visited { color:#013567 }
/* left Side */	
  #SideBar1
{
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	padding: 0px 0px 0px 5px;
	margin-top:-16px;
 * margin-top:0px;
	font-size:12px;
	color: #003069;
}
#SideBar1 p { padding-left:10px }
#SideBar1 img { padding-left:10px; }
#SideBar1 h3
{
	font-size:14px;
	color:white;
	text-transform: uppercase;
	padding:10px;
	margin-bottom:-10px;
 * margin-bottom:-20px;
	padding-top:3px;
	margin-top:17px;
	background-image:url(../images/RoundedGrayBar.gif);
	background-repeat:no-repeat;
}
#SideBar1 img { margin-bottom:10px; }
.specials
{
	width: 210px;
	font-size:14px;
}
.specials ul
{
	margin-top:5px;
 * margin-top:15px;
	margin-left: 0px;
	padding-left:10px;
 _ margin-top:15px;
	font-weight: bold;
	font-size:12px;
	list-style-type: none;
}
.SpecialsNavList li
{
	list-style-image: url(../images/Bullet.gif);
	margin-left:20px;
}
.specials a
{
	display: block;
	padding: 3px;
	width: 175px;
	background-color: white;
}
.specials a:link, .specials a:visited
{
	color: #003366;
	text-decoration: none;
}
.specials a:hover
{
	background-color: #003366;
	color: #fff;
}
/*Center Content*/
#mainContent
{
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
}
#mainContent h2
{
	color:#FFFF00;
	text-transform: none;
	text-transform: uppercase;
	font-size:14px;
	padding:10px;
	padding-top:3px;
	margin-top:17px;
	margin-bottom:-10px;
	background-image:url(../images/RoundedBlueBarLong.gif);
	background-repeat:no-repeat;
}
#mainContent h3
{
	font-size:14px;
	color:#003366;
	margin-bottom:-10px;
	margin-top:6px;
	margin-left:7px
}
#mainContent p { padding-left:10px; }
#mainContent img { margin-left:5px; }
.Home #mainContent img, .Coupons #mainContent img, .Services #mainContent img
{
	float:left;
	padding:10px;
	padding-left:0px;
	padding-bottom:5px;
}
.ServicesList { margin-left:-15px;  * margin-left:25px;
}
.Products #mainContent div { height:200px;  * height:auto;
}
.Products #mainContent div ul {
* padding-left:30px; margin-top:20px; }
.Products #mainContent img
{
	float:left;
	margin-left:-5px;
	margin-bottom:10px;
}
.EmploymentBoilerplate {
	color:#003069;
	padding:15px;
}
.productslist
{
	float:left;
	margin-left:20px;
* margin-bottom:10px;
	margin-bottom:3px;
	margin-top:10px;
}
body.Products #mainContent ul { margin-left:-35px; _ margin-left:-55px;
}
.About #mainContent img { margin-top:5px; }
.Home #mainContent .imgdiv { margin-bottom:20px; * margin-bottom:25px;
}
.Services #mainContent .imgdiv { margin-bottom:10px; * margin-bottom:5px;
}
/*Footer*/
#footer
{
	width:100%;
	height:35px;
	margin:auto;
	margin-top:10px;
	font-size:11px;
	background-color: #D1D2D3;
	text-align: center;
}
#footer p
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a { color: #003366; }
# footer a:visited {
color: #003366;
}
.fltrt
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin:10px;
}
#Jasper { display:none }
.Products #Jasper { display:block }
