/* block layout */

div#columns {
	position: relative;
	padding: 20px;
}

div#leftColumn {
	float: left;
	width: 49%;
}

div#rightColumn {
	margin: 0 0 0 49%;
}

/* shaded box styles */

div.shadedBox {
	width:352px;
}

div.shadedBoxTitle {
	background: url(../img/bookingpage1/booking-title.gif) top left no-repeat;
	height:31px;
	width:713px;
}

/* content styles */

div#blurb {
	padding: 10px 40px 0 24px;
}

div#blurb p {
	font-weight: bold;
}

div#greyBox {
	width: 380px;
	padding: 0 20px 0 20px;
	background: #dcdcdc;
	border: 1px solid #bcbcbc;
	margin-top: 15px;
	margin-left: 0px;
	color: #494949;
}

div#greyBox.agents {
	color: #0A4D7D;
	padding: 20px;
}

div#greyBox.agents h3 {
	margin-left: -20px;
	color: #0A4D7D;
}

div#greyBox .prop {
	height: 309px;
	float: right;
	width: 1px;
}

div#greyBox .clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

div#greyBox p {
	line-height: 15px;
}

div#greyBox p.nolocation {
	text-align: center;
	padding-top: 130px;
	font-weight: bold;
}

div#greyBox img {
	margin-left: -11px;
}

hr {
	margin: 12px 6px 12px 6px;
	color: #B0B0B0;
	background-color: #B0B0B0;
	height: 1px;
	border: none;
}

img {
	margin-left: 20px;
}

a img {
	margin-left: 0;
	/* margin-top: -5px; */
	vertical-align: middle;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
br {
	line-height: 14px;
}

.warning {
	color: #fff;
	font-size: 150%;
	background: #AC1C21;
	border: 1px dashed #fff;
	padding: 5px;
}

.warning a, .warning a:link {
	color: #fff;
	text-decoration: underline;
}

.warning a:hover {
	color: #fff;
	text-decoration: none;
}

div#response  {
	display: none;
	width: 239px;
	margin-left: 20px;
	z-index: 10;
	border: 1px solid black;
	background-color: #AC1C21;
	color: #FFFFFF;
}

div#response img {
	float: left;
}

div#response img.closeButton {
	float: right;
}

div#response p {
	color: white;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

span#priceBox {
	padding: 6px;
	background: #dcdcdc;
	border: 1px solid #bcbcbc;
	font-weight: bold;
}

div#quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	color: #0066CC;
	font-style: italic;
}