#spacer {
	position:relative;
	height: 223px;
	width: 175px;
	text-align:left;
	padding:10px 0px 0px 10px;
	overflow:auto;
    vertical-align: bottom;
	bottom: 0px;
}
.leftText h2 {
	background-color:#68309E;
	font-size: 14px;
	color:#FFFFFF;
	padding: 5px 5px 5px 10px;
}
.rightText h2 {
	background-color:#007BB6;
	color:#FFFFFF;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
}
.rightText ul {
	list-style: disc;
	list-style-type:disc;
}
.rightText li {
	list-style: disc;
		list-style-type:disc;

}
.branchTitle {
	color: #007BB6;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
}
#address {
	font-size:11px;
}
.mybranch {
	background:url(../images/bttn_mybranch.png);
	width: 129px;
	height:12px;
	border:none;
	cursor:pointer;
}
.mybranch:hover{
	background:url(../images/bttnover_mybranch.png);
	width: 129px;
	height:12px;
	border:none;
	cursor:pointer;
}
.clearbranch {
	background:url(../images/bttn_clearbranch.png);
	width: 96px;
	height:12px;
	border:none;
	cursor:pointer;
}
.clearbranch:hover{
	background:url(../images/bttnover_clearbranch.png);
	width: 96px;
	height:12px;
	border:none;
	cursor:pointer;
}

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #007BB6;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #007BB6;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 10px;
}

#JT_close_right{
	background-color: #007BB6;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#FFFFFF;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #007BB6;
}

.jTip{
	cursor:help;
	width: 11px;
	height:11px;
	border:none;
}