body {background-color: #70C1EB; margin-left: 0px; margin-top: 0px;	margin-right: 0px; margin-bottom: 0px;}
.xsmall-black {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#000000}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
.xsmall-white {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;}
.White_Header {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold;	color: #FFFFFF;}
.small-text-grey {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333;}
.small-grey-bold {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; font-weight: bold; }
.Blue_Header {font-size: 13px;	font-weight: bold; color: #00ADEF; font-family: Arial, Helvetica, sans-serif;}
.Orange_header {font-size: 13px; font-weight: bold; color: #EF6421; font-family: Arial, Helvetica, sans-serif;}
.text-links {font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FF0000;}
.xsmall-grey {color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

.parkingbg {
	background-image: url(images/home-parking.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 121px;
}
.hours {
	background-image: url(images/blank-box.png);
	background-repeat: no-repeat;
	height: 112px;
	width: 313px;
}
.services {
	background-image: url(images/blank-box-395.gif);
	background-repeat: no-repeat;
	height: 113px;
}

/*Post-it note script- by javascriptkit.com
Visit JavaScript Kit (http://javascriptkit.com) for script
Credit must stay intact for use*/

#postit{
position:absolute;
width:420px;
padding:5px;
background-color:#FFFFFF;
border:1px #cccccc;
visibility:visible;
z-index:100;
cursor:hand;
cursor: pointer;
}

#postit2{
	position:absolute;
	width:248px;
	padding:5px;
	background-color:#FFFF66;
	border:1px #cccccc;
	z-index:101;
	cursor:hand;
	cursor: pointer;
	visibility: visible;
}

