@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip {
	position: absolute;
	z-index: 10000;
	filter: alpha(opacity:0.1);
	height: 200px;
}
.tooltipContent {
	color: #FFF;
	width: 100%;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10000;
	background-image: url(../_images/Background-Black.png);
}
.AddressBottom #sprytrigger1 {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#PhonePopUp .PopUpPhone {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 6.1em;
	line-height: 0.8em;
	padding-left: 145px;
	padding-top: 60px;
	height:135px;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	position: relative;
	background-image: url(../_images/Graphic-Phone.png);
	background-repeat: no-repeat;
	background-position: left 35px;
	padding-left: 150px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#EmailPopUp .PopUpEmail {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 4em;
	line-height: 1.8em;
	padding-left: 145px;
	padding-top: 40px;
	height:135px;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	position: relative;
	background-image: url(../_images/Graphic-Email.png);
	background-repeat: no-repeat;
	background-position: left 30px;
	padding-left: 160px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#MapPopUp .PopUpMap {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	padding-left: 145px;
	padding-top: 45px;
	height:135px;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	position: relative;
	background-image: url(../_images/Graphic-Map.png);
	background-repeat: no-repeat;
	background-position: left 35px;
	padding-left: 160px;
	display: block;
}
#Logo a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sprytooltip4 {
	height: 30px;
	width: 80px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}

