﻿div#col1,
div#col2
{
	position: absolute;
	top: 0;
	height: 493px;
}
div#col1
{
	width: 470px;
	left: 0;
}
div#col2
{
	left: 509px;
	width: 248px;
}
div#col1 div.scroller
{
	height: 466px;
	overflow: auto;
	padding-right: 30px;
}
div#sbImage
{
	position: absolute;
	left: 0;
	bottom: 150px;
	width: 248px;
}

div#sbContent
{
	position: absolute;
	left: 0;
	bottom: 64px;
	width: 208px;
	padding: 30px 20px 20px 20px;
	background: #b8cde8;
	color: #3966A9;
	font-size: 14px;
}
div#sbContent p.quote
{
	font-weight: bold;
}
div#sbContent p.citee
{
	font-size: 12px;
}

div#sbEnquiryLink
{
	position: absolute;
	top: 428px;				/* Body Height 493px - Enquiry Link Height 65px = 428px */
	left: 0;
	padding: 5px 0;
	width: 248px;
	height: 55px;
	background: #3F71BC url(img/enquiryLinkBkGrnd.gif) no-repeat right bottom;
	color: #fff;
	text-align: center;
}
div#sbEnquiryLink div.single
{
	margin-top: 10px;
}
div#sbEnquiryLink div.double
{
	margin-top: 0;
}

div#sbEnquiryLink span,
div#sbEnquiryLink a
{
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
div#sbEnquiryLink a:hover
{
	text-decoration: underline;
}

