﻿body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#00539b;
}

#page {
	background:#00539b;
	margin:0;
}

#left_shadow {
	background:url(siteart/left_shadow.gif) repeat-y right;
	width:20px;
}

#right_shadow {
	background:url(siteart/right_shadow.gif) repeat-y left;
}

#logos {
	background:url(siteart/logosbg.gif) no-repeat left top;
	padding:17px 20px 20px 10px;
	text-align:center;
	height:659px;
}

#content {
	vertical-align:top;
	width:800px;
	border:1px #fff solid;
	background:#fff;
}

#topbar {
	background:#00539b;
}

#nav {
	width:530px;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	width:128px;
	display:inline;
	position:relative;
	float:left;
	margin-right:2px;
}

#nav ul li a {
	text-decoration:none;
	background:url(siteart/button_off.gif) no-repeat left bottom;
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:bottom;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
}

#nav ul li a:hover {
	background:url(siteart/button_on.gif) no-repeat left bottom;
	color:#00539b;
}

#left {
	background-color:#efefef;
	vertical-align:top;
	padding:10px;
}

#address {
	border-top:1px #00539b dotted;
	border-bottom:1px #00539b dotted;
	padding:5px 0;
	color:#00539b;
	font-size:8pt;
	width:194px;
	vertical-align:top;
}

#address a {
	text-decoration:underline;
	color:#00539b;
}

#address a:hover {
	color:#000;
}

#weather {
	border-top:1px #00539b dotted;
	border-bottom:1px #00539b dotted;
	padding:5px 0;
	color:#00539b;
	font-size:8pt;
	width:194px;
	vertical-align:top;
}

#weather a {
	text-decoration:underline;
	color:#00539b;
}

#weather a:hover {
	color:#000;
}


#main {
	vertical-align:top;
	padding:5px 10px;
	width:590px;
}

.pageheader {
	font-size:12pt;
	font-weight:bold;
	color:#00539b;
	margin-bottom:5px;
	display:block;
}

.highlight {
	font-style:italic;
	font-weight:bold;
	color:#00539b;
}

#inventory {
	background:#00539b;
	padding:5px;
	margin:5px 0;
	text-align:center;
}

#footer {
	border:1px #00539b solid;
	padding:15px;
	text-align:center;
}