body, html {
	padding: 0; margin: 0;
}

#map_canvas {
	width:381px;
	height:611px;
	float:left;
	border:#767686 solid 10px;
	position:relative;
	padding:0 0 10px 0;
}
.special {
	color:#7b2f54;
	font-weight: bold;
	display:inline;
}
body{
	font-family:Arial;
	font-size:12px;
}
.description{
	width:300px;
}
.infoWindow strong{
	font-size:16px;
}

#list-outer{
	/*position: absolute;
	left:1px;
	top: 117px;*/
	width:198px;
	height: 1%;
	background: none;
	color:#fff;
}

#list-inner{
	height:500px;
	overflow-y: auto;
	overflow-x: hidden;
}

#list{
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
}

#list a {
	display:block;
	padding-left: 10px;
	font-size:11px;
	color:white;
	text-decoration:none;
}
#list a:hover{
	background-color:darkGray;
	color:black;
}
#main{
	width:600px;
	position:relative;
	z-index:2px;
}
#topBar{
	float:left;
}
#rightBar{
	background-color:#46445b;
	float:left;
	width:198px;
	height:631px;
	position:relative;
	z-index:2px;
	border-right: 0px solid #46445b;
	padding:0 0 10px 0;
}
.links{
	clear:both;
}
#holder img{
	border:none;
}
h1{
	color:white;
	font-size:15px;
	margin:2px 13px 10px 2px;
	text-align:right;
}
#holder{
	float:left;
	margin-left:10px;
	display: inline;
	width:188px;
	height: 88px;
}
h2{
	font-size:12px;
	margin:0;
	margin-top:3px;
	margin-bottom:3px;
	text-transform: uppercase;
	color: #fff;
	padding: 3px 5px 3px 10px;
	background: #7A2F53;
}
.moreinfo {
	font-size: 10px; color: #fff; padding-left: 10px;
}

/* SCROLL PANE */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	display:block;
	position: absolute;
	cursor: pointer;
	right:0px;
	top: 0;
	height: 100%;
	background: url(../images/scroll_bar_bg.gif) top center repeat-y;
}
.jScrollPaneDrag {
	height:44px;
	position: absolute;
	top:0px;
	right:0px;
	cursor: pointer;
	overflow: hidden;
	background:#333 url(../images/scroll_drag.gif) no-repeat top center;
	padding:0;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	position: absolute;
	z-index: 1;
	top: -2px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/scroll_up_arrow.gif) top center no-repeat;
	height: 20px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/scroll_dwn_arrow.gif) top center no-repeat;
	height: 20px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
