body {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {color:#000; text-decoration:underline;}
a:active {color:#000; text-decoration:underline; }
a:visited {color:#000; text-decoration:underline;}
a:hover {text-decoration:underline; color:#A90533}

.logo h1{
	padding:0;
	margin:1px 0 0 0;
	text-indent:-9999px;
}
.logo h1 a {
	top: 5px;
	left: 0px;	
	height: 47px;	
	background-image:url(../images/insidepg/Final_Logo.gif);
	background-repeat: repeat-y;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:3;
}

#header {
	width: 700px; 
	height: 20px; 
	background-color: #A90533;
	margin-top:5px;
}
#header .menu {
	float: right;
	height: 12px;
	padding: 4px 14px;
}
#header .menu a {
	display: block;
	float: left;
	height: 12px;
	overflow: hidden;	
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header .menu a img {
	height: 12px;
}
#header .menu a:hover {
	background-position: 0 -12px;
}
#header .menu a.pay-online {
	width: 79px;
	margin-left: 15px;
	background-image: url( ../images/home-header/pay-online.gif ); 
}
#header .menu a.pay-online img {
	width: 79px;
}
#header .menu a.storage-tips{
	width: 96px;
	margin-left: 15px;
	background-image: url( ../images/home-header/storage-tips.gif ); 
}
#header .menu a.storage-tips img {
	width: 96px;
}
#header .menu a.faq{
	width: 31px;
	margin-left: 15px;
	background-image: url( ../images/home-header/faq.gif ); 
}
#header .menu a.faq img {
	width: 31px;
}
#header .menu a.online-coupon {
	width: 109px;
	margin-left: 15px;
	background-image: url( ../images/home-header/online-coupon.gif ); 
}
#header .menu a.online-coupon img {
	width: 109px;
}
#header .menu a.contact-us {
	width: 85px;
	margin-left: 15px;
	background-image: url( ../images/home-header/contact-us.gif ); 
}
#header .menu a.contact-us img {
	width: 85px;
}
#header .menu a.home {
	width: 41px;
	margin-left: 15px;
	background-image: url( ../images/home-header/home.gif ); 
}
#header .menu a.contact-us img {
	width: 41px;
}

	#header .menu a.feedback {
		width: 78px;
		margin-left: 15px;
		background-image: url( ../images/home-header/feedback.gif ); 
	}
	#header .menu a.feedback img {
		width: 78px;
	}	

#location {
	border-right: 3px solid #A90533;
}

#location h2 {
	margin-top: .2em;
	font-size: 1.1em;
	font-weight:bold;
	color: #A90533;
	line-height: 20px;}
	
#location .address {
	font-size:70%;
}
.email {
	font-size:80%;
}
.location_images {
	font-size:80%;
}

#title h2{
	margin-top: .2em;
	font-size: 1.1em;
	font-weight:bold;
	color: #A90533;
	line-height: 20px;
}

.star {
	color:#A90533;
}


/*Location Navigation*/
ul#locationNav {
	margin-left:0;
	list-style:none;
	padding-left:0;
}

ul#locationNav li {
	display:inline;
}

ul#locationNav a {
	font-size:12px;
	font-weight:bold;	
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	text-decoration: none;
	color: #000;		
}
ul#locationNav a:hover {
	text-decoration: underline; 
	color: #A90533;
}





