/* link stylesheets */

@import "base.css";


/* page backgrounds */

.bg-regions {background: url(/images/backgrounds/default-short.jpg) top right no-repeat;}
.bg-redhill {background: url(/images/backgrounds/locations-redhill.jpg) top right no-repeat;}
.bg-leeward {background: url(/images/backgrounds/locations-leeward.jpg) top right no-repeat;}
.bg-centraloahu {background: url(/images/backgrounds/locations-centraloahu.jpg) top right no-repeat;}
.bg-windward {background: url(/images/backgrounds/locations-windward.jpg) top right no-repeat;}
.bg-easthonolulu {background: url(/images/backgrounds/locations-easthonolulu.jpg) top right no-repeat;}


/* driving directions */

#content .directions {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 55px;
	margin: 10px 0;
	padding-left: 35px;
	background: url(/images/locations/compass-icon.png) center left no-repeat;
	line-height: normal;
	text-transform: uppercase;}
	
	#content .directions a {
		color: #594d36;
		border: none;}
	
	#content .directions a:hover {color: #e57a2e;}

#sb-content.html{overflow: hidden !important;}
#gmap {display: none;}


/* locations - border buttons */

.btn-link.redhill,
.btn-link.leeward,
.btn-link.centraloahu,
.btn-link.windward,
.btn-link.easthonolulu {
	clear: both;
	width: 603px;
	height: 78px;}

.btn-link.redhill a,
.btn-link.leeward a,
.btn-link.centraloahu a,
.btn-link.windward a,
.btn-link.easthonolulu a {
	width: 601px;
	height: 76px;}

.btn-link.redhill {background: url(/images/locations/btn-redhill.jpg) center center no-repeat;}
.btn-link.leeward {background: url(/images/locations/btn-leeward.jpg) center center no-repeat;}
.btn-link.centraloahu {background: url(/images/locations/btn-centraloahu.jpg) center center no-repeat;}
.btn-link.windward {background: url(/images/locations/btn-windward.jpg) center center no-repeat;}
.btn-link.easthonolulu {background: url(/images/locations/btn-easthonolulu.jpg) center center no-repeat;}