body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .83em;
	
	background-color:#eeeeee;


}

a:link, a:visited {
	color:#333366;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}	
	
h1 {

	font: 160% Arial, Helvetica, sans-serif;
	color: #003366;
}

h2 {
	font: 130% Arial, Helvetica, sans-serif;
	font-style: oblique;

	color: #003366;
}
	
	
	
#wrapper {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:5px;
	background-color:#eeeeee;
}	


#header {
	position:relative;
	height:92px;
	background-color:#ffffff;	
	border-bottom: #CCCCCC thin solid;
}

#headerLogo {
	position:absolute;
	top:0px;
	left:5px
	width:500px;
	}
#headerRight {
	position:absolute;
	top:0px;
	right:0px;
	}	
#navigation {
	position:relative;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x; 
	height:52px;
}
#navigation-inner {
	position:relative;
	width:700px;
	height:52px;
	z-index:200;
	margin-left:auto;
	margin-right:auto;
	}
#contentWrapper {
	float:right;
	width:100%;
	margin-left:-350px;
}	

#leftSide {
	float:left;
	width:335px;
	padding-top:30px;
	/*background-image:url(../images/bkg-340.jpg);
	background-repeat:repeat-y;
	background-position:top left;*/

}
#leftSide p {
	padding-left:10px;
	}
	
#leftSide table {
	margin-left:10px;
	}	
#leftSide .darkText {
	color:#000000;
	}	
#content {
	margin-left:350px;
	padding-top:10px;
	padding-right:20px;
	

}
#content p {
	line-height: 1.6em; 
	padding-left: 1.2em;
} 
#footer {
	clear:both;
	color:#000000;
	text-align:center;
	}
#footer hr {
	color:#000000;
}

/* classes */
.leftAddress {
	color:#000000;
	font-weight:bold;
	padding-left:10px;
	}

.lightText {
	color:#ffffff;
	}
/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:52px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:100px; background:url(../images/navigation_01-over.jpg) no-repeat;;}
.menu li.p2 {width:100px; background:url(../images/navigation_02-over.jpg) no-repeat;;}
.menu li.p3 {width:100px; background:url(../images/navigation_03-over.jpg) no-repeat;;}
.menu li.p4 {width:100px; background:url(../images/navigation_04-over.jpg) no-repeat;;}
.menu li.p5 {width:100px; background:url(../images/navigation_05-over.jpg) no-repeat;;}
.menu li.p6 {width:100px; background:url(../images/navigation_06-over.jpg) no-repeat;;}
.menu li.p7 {width:100px; background:url(../images/navigation_07-over.jpg) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:100px; background:url(../images/navigation_01.jpg) no-repeat;}
.menu li a#locations {width:100px; background:url(../images/navigation_02.jpg) no-repeat;}
.menu li a#products {width:100px; background:url(../images/navigation_03.jpg) no-repeat;}
.menu li a#services {width:100px; background:url(../images/navigation_04.jpg) no-repeat;}
.menu li a#coupons {width:100px; background:url(../images/navigation_05.jpg) no-repeat;}
.menu li a#about {width:100px; background:url(../images/navigation_06.jpg) no-repeat;}
.menu li a#contact {width:100px; background:url(../images/navigation_07.jpg) no-repeat;}
/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#locations:hover, .menu li:hover a#locations,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#coupons:hover, .menu li:hover a#coupons,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#contact:hover, .menu li:hover a#contact {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:45px; background: #fff; padding:3px 0; border:1px solid #333366; white-space:nowrap; width:130px; height:auto; 
filter:alpha(opacity=85); -moz-opacity: 0.5; opacity: 0.5;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:128px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:126px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:2px solid #fff; border-width:0 0 0 2px;}
.menu :hover ul.sub li a:hover {background:#003366; color:#fff;filter:alpha(opacity=85); -moz-opacity: 0.5; opacity: 0.5;}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}


/* Upload Form */
input.txt {
  width: 200px;
}
form div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form div label {
  float: left;
  width: 40%;
  text-align: right;
  padding-right:5px;
}
fieldset {
  border: 1px solid #003366;
  margin-top: 1.4em;
  padding: 0.6em;
}
legend {
  font-weight: bold;
  color: #003366;
}	

#antispam {
	display:none;
	visibility:hidden;
	}

