body {font: 12px Geneva, Arial, Helvetica, sans-serif; margin: 0; padding: 0; background: #fff url(images/back2.jpg) repeat-y 0 0;}
h1 {font-size: 18px; weight: normal; color: #009;}
h2 {font-size: 16px; weight: normal;}
.center {text-align:center;}
.highlight {font-size:16px; font-weight: bold; color: #900;}
.quote {font-style:italic; color:blue;}

#header {margin:0; height: 150px; background-color: #099e4e; padding: 0px; font: bold 24px Verdana, Arial, Helvetica, sans-serif; color: #fff;}

/* to make the name of the current page appear like other links in nav bar but be white and not a link */

.page{color: #000;
	font-weight: bold;
	text-indent: 8px;
	text-align: left;
	height: 25px;
	padding: 9px 0 0 0;
	border-bottom: 2px #fff dashed;
	background: #FFF;
	display: block;}
	
/* highlight boxes */
.attention {left: 5px; top: 10px; padding: 4px; background: #6f80b4; border: 2px groove #000; color:#fff;}
.attention a:link, .attention a:visited {color:#FF6;}
.attention a:hover {color:#3c0;}

/* orange box at bottom of home page with store location */

#location {position: relative; left: 0; top: 0; background: #f6602e; border-top: 2px dashed #000; padding: 3px; color:#fff;}
#location a:link {color:#009;}
#location a:hover {color:#FF0;}

/* blue box in nav bar with store hours and contact info */

#hours {position: relative; left: 5px; top: 10px; width: 125px; padding: 4px; background: #6f80b4; font-size: 10px; border: 2px groove #000; color:#fff;}
#hours a:link, #hours a:visited {color:#FF6;}
#hours a:hover {color:#3c0;}

#nav ul {
	list-style: none;
	margin: 0; padding: 0;
	}


#nav {
	position: relative; left: 0; top: 0;
	width: 155px;
	}
#nav li a {
	color: #000;
	font-weight: bold;
	text-indent: 8px;
	text-align: left;
	height: 25px;
	display: block;
	text-decoration: none;
	padding: 9px 0 0 10px;
	border-bottom: 2px dashed #fff;
	}

#nav li a:link, #nav li a:visited {
	color: #000;
	display: block;
	padding: 9px 0 5px 0;
	}

#nav li a:hover {
	color: #000;
	background: #FFF;
	padding: 9px 0 5px 0;
	}

#nav li a:active {
	color: #000;
	background: #FFF;
	padding: 5px 0 5px 0;
	}

#content {position: absolute; top: 150px; left: 160px; width: 600px; background: white; padding: 10px 0px 0px 15px; line-height:20px; font-size: 14px;}