body {
	font: 1em/1.5 Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	background-color: #8BAAE1;
}

a:visited, a:active {
	color: #0000FF;
}

/* ----------------------------- Main Box -------------------------- */
div.mainBox {
	background: url(../images/bannerHeader.jpg.gif);
	width: 923px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

div.mainBoxBody {
	background: url(../images/mainBoxVertBg.gif) top left repeat-y;
	padding: 10px 7px 30px 7px;
}
div.clear {
	clear: both;
}


div.mainBoxFooter {
	background: url(../images/mainBoxFooter.gif) bottom left no-repeat;
	text-align: center;
	margin: -2em 0 0 0;
}

div.mainBoxFooter p {
	font-size: 0.8em;
	margin-top: 0;
	padding-bottom: 5px;
}

div.mainBoxFooter ul {
	padding: 10px 0 0;
	font-size: 0.8em;
	margin-bottom: 0;
}

div.mainBoxFooter ul li {
	display: inline;
	border-right: 1px solid #CCCCCC;
	margin-right: 5px;
	padding-right: 5px;
}

div.mainBoxFooter ul li.last {
	border: 0;
}

div.mainBoxFooter div.tourist-logos {
	display: none;
}

/* ----------------------------- Blue Box -------------------------- */
div.blueBox {
	background: url(../images/blueBoxTopLeft.gif) top left no-repeat;
	background-color: #336699;
	color: #FFFFFF;
	width: 49%;
}
div.blueBox h2 {
	background: url(../images/blueBoxTopRight.gif) top right no-repeat;
	font-size: 2em;
	text-align: right;
	padding: 5px 30px 0 0;
	margin: 0;
}
div.blueBoxBody {
	background-image: url(../images/blueBoxVertRight.gif);
	background-repeat: repeat-y;
	background-position: top right;
	margin: -2em 0 0 0;
	padding: 15px 30px; 
	font-size: .8em;
}
div.blueBoxFooter {
	background-image: url(../images/blueBoxHorizBtm.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
div.blueBoxFooter p {
	background-image: url(../images/blueBoxbtmRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding: 15px 30px;
	margin: -2em 0 0 0;
	text-align: right;
}
div.blueBoxBtm {
	background-image: url(../images/blueBoxBtmLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* ----------------------- End Blue Box -------------------------- */

/* ----------------------------- Green Box -------------------------- */
div.greenBox {
	background: url(../images/greenBoxTopLeft.gif) top left no-repeat;
	background-color: #85A42F;
	color: #FFFFFF;
	width: 49%;
}
div.greenBox h2 {
	background: url(../images/greenBoxTopRight.gif) top right no-repeat;
	font-size: 2em;
	text-align: right;
	padding: 5px 30px 0 0;
	margin: 0;
}
div.greenBoxBody {
	background-image: url(../images/greenBoxVertRight.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: -2em 0 0 0;
	padding: 30px 30px;
	font-size: .8em;
	line-height: 1.4em;
}
div.greenBoxFooter {
	background-image: url(../images/greenBoxHorizBtm.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
div.greenBoxFooter p {
	background-image: url(../images/greenBoxbtmRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding: 15px 30px;
	margin: -1.9em 0 0 0;
	text-align: right;
}
div.greenBoxBtm {
	background-image: url(../images/greenBoxBtmLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* ----------------------- End Green Box -------------------------- */
div.leftmenu {
	width: 180px;
	float: left;
}
div.introContent {
	margin-bottom: 30px;
	text-align: justify;
}
div.leftmenu ul li {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
div.leftmenu ul li a {
	background-image: url(../images/menuFlowerOnWhite.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 45px;
	display: block;
	height: 35px;
	padding-top: 5px;
	color: #000000;
	text-decoration: none;
}
div.leftmenu ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #336699;
	background-image: url(../images/menuFlowerOnBlue.gif);
}

.menu-2-line {
	line-height: 15px;
}

div.leftmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.hmPageImg {
	float: left;
	margin-right: 15px;
}

div.singleMidColumn {
	width: 713px;
	float: right;
}

h1 {
	margin-top: 0;
	font-size: 1.8em;
}

div.greenBoxBody th {
	padding-right: 5px;
	padding-bottom: 5px;
}

div.greenBoxBody table {
	margin-top: 10px;
}

div.blueBoxBody ul, div.greenBoxBody ul {
	margin: 0;
	padding: 0;
}

div.blueBoxBody li {
	font-size: 1.2em;
	list-style-type: none;
	background-image: url(../images/flowerOnBlue.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}

div.greenBoxBody li {
	list-style-type: none;
	background-image: url(../images/flowerOnGreen.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 1.2em;
}

div.blueBoxBody a, div.greenBoxBody a {
	color: #ffffff;
}

div.greenBoxBody form {
	margin: 0px;
	padding: 0px;
}
div.resultBox img {
	float: left;
	margin-right: 15px;
}
div.resultFeatures {
	float: left;
	width: 55%;
}

div.resultPrice {
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
}
div.resultFeature {
	float: left;
	background-image: url(../images/flowerOnBlue.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	display: inline;
	width: 110px;
	height: 25px;
}
div.resultBox h3 {
	margin-top: 0px;
}
div.resultBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #336699;
}

table.factsTable th, table.factsTable td {
	padding: 5px;
}

div.blueBoxBody ul.valetingList li, div.greenBoxBody ul.valetingList li {
	font-size: 1em;
}

table.localattractions {
	margin-top: 10px;
}

table.localattractions td {
	border-bottom: 1px solid #999999;
}

.photoLibImageNumbers {
	width: 640px;
}

.pLibImg {
	position: absolute;
	display: none;
	border: 3px solid #ffffff;
}

div.pLibLinkHldr {
	float: left;
	text-align: center;
	width: 25px;
	height: 25px;
}

div.pLibLinkHldrCurrent {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #666666;
	border: 1px solid white;
}

a.pLibLink {
	position: absolute;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 15px;
	height: 15px;
	padding: 5px;
}

a.pLibLink:hover {
	background: #CCCCCC;
}

#pLibDesc {
	clear: both;
}

.middle-column {
	float: left;
	width: 443px;
}

.right-column {
	float: right;
	width: 260px;
}

.right-column-img {
	margin-bottom: 10px;
}