@charset "UTF-8";

#wrapper {
	width: 800px;
	text-align: left;
	margin-left: 40px;
}

#masthead {
	height: 110px;
	width: 800px;
	background-image: url(../images/masthead.jpg);
	background-repeat: none;
	margin-bottom: 5px;
	display: block;
}

#nav {
	height: 25px;
	width: 745px;
	margin-bottom: 5px;
	text-align: center;
	padding-left: 55px;
}

#nav a:link {
	color:#666666;
	text-decoration:none;
	font-size:10pt;
	font-family:Helvetica, Arial, "sans serif";
	width: 140px;
	display: block;
	float: left;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
}

#nav a:visited {
	color:#666666;
	text-decoration:none;
	font-size:10pt;
	font-family:Helvetica, Arial, "sans serif";
	width: 140px;
	display: block;
	float: left;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
}

#nav a:hover {
	color:#666666;
	text-decoration:none;
	font-size:10pt;
	font-family:Helvetica, Arial, "sans serif";
	width: 140px;
	display: block;
	float: left;
	vertical-align: middle;
	background-image: url(../images/nav_button_bg.jpg);
	background-repeat: repeat-y;
}


#purple_top {
	background-color: #6a2c91;
	height: 1px;
	width: 800px;
}

#footer {
	background-repeat: repeat-x;
	width: 780px;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}
cite {
	font-family: Helvetica, Arial, "sans serif";
	font-size: 10pt;
	font-style: italic;
}
#add_cart_button {
	width: 100px;
	float: left;
}

#map {
	width: 425px;
	border: solid 1px #666666;
}

#map_text {
	float: right;
	width: 365px;
}

#dhtmltooltip{
	position: absolute;
	width: 300px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
}
#terms {
	font-size: 11pt;
	padding-right: 50px;
	padding-left: 50px;
}
#center {
	font-size: 11pt;
	padding-right: 50px;
	padding-left: 50px;
}
.box {
	width: 160px;
	float: left;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #666666;
	margin-right: 10px;
	margin-left: 10px;
}
#services_bottom {
	background-image: url(../images/services_bottom.jpg);
	height: 18px;
	width: 900px;
}

