/* styles specific to the location details page */

div#columns {
	padding: 20px;
}

div#leftColumn {
/*	float: left;
	width: 62%;
*/
	width: auto;
}

div#rightColumn {
/*	margin: 0 0 0 65%;
	display: block;*/
	width: auto;
}

div#content h3 {
	color: #C81F07;
	font-size: 1.4em;
}

div#content .clearer {
	clear: both;
}

div#locationsBox table {
	margin-top: 10px;
	width: 100%;
	font-size: 9px;
	line-height: 12px;
	color: #114F91;
}

div#locationsBox td {
	width: 33%;
	vertical-align: top;
}

div#locationsBox a:link, div#locationsBox a:hover, div#locationsBox a:visited {
	font-weight: normal;
	text-decoration: none;
}

div#locationsBox a:hover {
	color: #C81F07;
}

hr {
	margin: 0 0 0 10px;
	padding: 0;
	margin-bottom: 15px;
	height: 1px;
	border: none;
	line-height: 1px;
	color: #00467f;
	background: #00467f url(../img/common/dot-h.gif); 
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C81F07;
	letter-spacing: normal;
}

p.quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url(../img/common/boxes/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #0066CC;
	font-style: italic;
}

/* Package Highlights */
div#packageHighlight {
	width: 100%;
	background-color: #F7F7F7;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	min-height: 65px;
	display: block;
}
div#booknow {
	float: left;
	width: 127px;
	margin: 10px;
}
div#packageDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 155px;
	margin-top: 10px;
	line-height: 15px;
	font-style: italic;
	width: 110px;
}
div#packageDescription p {
	margin: 0;
	padding: 0;
}
.packageTitle {
	font-size: 16px;
	font-weight: bold;
}

.dashed-box {
	border: 2px dashed #fff;
	padding: 10px;
	background-image: url(../img/bg/red-grade.gif);
	background-repeat: repeat-x;
	background-color: #c9220a;
	color: #fff;
}

.dashed-box h2 {
	color: #fff;
}