/* /////////////////////////////////
	Go Rentals "Explore" CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

.breadcrumb {
	margin: 0 0 0 270px;
	padding-top: 17px;
	float: left;
	display: inline;
}

.exploreSearch {
	float: right;
	width: 204px;
	height: 24px;
	margin-top: 16px;
}

.exploreSearch .input {
	border: solid 1px #c2c7da;
	font: normal 12px arial, tahoma, 'trebuchet ms', 'lucida sans unicode', 'sans serif', verdana;
	padding: 2px;
	width: 164px;
	margin: 0 3px 0 0;
	float: left;
}

.exploreSearch .button {
	float: left;
}

.mapBox {
	border: solid 3px #293685;
	margin: -14px 0 24px 0;
}

.mapBox img {
	display: block;
}

.mapTabs {
	height: 35px;
	float: right;
	margin: 8px 20px 0 0;
	display: inline;
}

.mapTabs li {
	width: 99px;
	height: 70px;
	float: left;
	margin-right: 4px;
}

.mapTabs a,
.mapTabs a:visited {
	display: block;
	width: 99px;
	height: 70px;
	text-align: center;
	line-height: 35px;
	background: #cccfe1 url('../i/map-tab.gif') no-repeat left top;
}

.mapTabs a.current,
.mapTabs a.current:visited,
.mapTabs a.current:hover {
	background-position: left -35px;
	color: #fff;
	text-decoration: none;
}

#mapRegion {
	position: relative;
}

#mapNorth, #mapSouth {
	background: #b9cae7;
}

#textSouth {
	display: none;
}

object {
	display: block;
}

/* /////////////////////////////////
	REGION NAV
///////////////////////////////// */

#regionNav {
	width: 218px;
	height: 484px;
	padding: 1px 18px 0 18px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #cfdbef;
	line-height: 16px;
}

#regionNav h3 {
	margin: 32px 0 12px 0;
}

.guideList {
	margin-top: 18px;
}

.guideList li {
	border-top: solid 1px #bec9e3;
	padding: 6px 0 6px 22px;
	background: transparent url('../i/bullet-more3.gif') no-repeat left center;
}

.guideList li a,
.guideList li a:visited {
	text-decoration: none;
}

.guideList li.current {
	background: transparent url('../i/bullet-more4.gif') no-repeat left center;
}

.guideList li.current a,
.guideList li.current a:visited,
.guideList li.current a:hover {
	color: #293583;
	text-decoration: none;
}

.guideNav {
	height: 39px;
	width: 254px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #8d99c5;
	margin: 0;
}

.guideNav .prev {
	float: left;
	width: 100px;
}

.guideNav .next {
	float: right;
	width: 100px;
}

.guideNav .prev a,
.guideNav .prev a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	background: transparent url('../i/region-prev.gif') no-repeat left 4px;
	padding: 0 14px;
	margin: 12px 18px 0 18px;
}

.guideNav .next a,
.guideNav .mext a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	background: transparent url('../i/region-next.gif') no-repeat right 4px;
	padding: 0 14px;
	margin: 12px 18px 0 18px;
	text-align: right;
}

.guideNav .prev a:hover,
.guideNav .next a:hover {
	padding: 0 15px;
	margin: 12px 17px 0;
}

/* /////////////////////////////////
	SUB MENU BOX
///////////////////////////////// */

.col1 h2 {
	background: transparent url('../i/box1-top-dark.gif') no-repeat left top;
	padding-bottom: 12px;
}

h2#h2choosearegion {
	background: transparent url('../i/h2-choosearegion.gif') no-repeat left top;
	text-indent: -5000px;
}

#menuSouth {
	display: none;
}

.subMenu {
	background: #e4e5ee url('../i/box1-bottom.gif') no-repeat left bottom;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.subMenu h4 {
    margin-top: 12px;
    margin-bottom: 0;
    clear: both;
    float: none;
    width: 200px;
    display: inline-block;

}

.subMenu h4 a,
.subMenu h4 a:visited {
	text-decoration: none;
	color: #293583;
}

a.open span,
a.open:visited span {
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	background: transparent url('../i/button-expand.gif') no-repeat -15px 0px;	
}

a.open:hover span {
	background-position: -15px -15px;
}

a.closed span,
a.closed:visited span {
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	background: transparent url('../i/button-expand.gif') no-repeat 0px 0px;	
}

a.closed:hover span {
	background-position: 0px -15px;
}

.subMenu ul {
    margin: 6px 18px 0px 18px;
    line-height: 22px;

}

.subMenu ul li {
	padding-left: 0px;
}

.subMenu ul li.current a,
.subMenu ul li.current a:visited {
	color: #293583;
	font-weight: bold;
	text-decoration: none;
}

/* /////////////////////////////////
	GUIDE TEXT
///////////////////////////////// */

h3.guideLocation {
	margin-top: 28px;
}

ul.summary {
	background: transparent url('../i/bg-dotline.gif') repeat-x left top;
	padding: 11px 0 0 0;
	color: #293685;
	font-size: 13px;
	overflow: hidden;
	height: 1%;
	margin: 0 0 10px 0;
}

ul.summary li {
	float: left;
	padding-left: 20px;
	background: transparent url('../i/bullet-more2.gif') no-repeat left center;
	margin-right: 18px;
}

div.guideDivide {
	height: 1px;
	background: transparent url('../i/bg-dotline.gif') repeat-x left top;
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;	
	width: 554px;
	float: right;
}
/*
#em {
	margin-bottom: 10px;
}
*/
h3.marginLeft {
	margin-left: 0px; 	
}

p.marginLeft {
	text-align:justify;	
	margin-left: 0px; 	
}
p.intro {
	font-style: italic;
	padding-top: 11px;
	text-align:justify;	
}

.guide {
	clear: both;
}


.guide p {
	margin-left: 0px; 
	text-align:justify
	
}

.guide h4 {
	margin-left: 0px; 
	margin-top: 24px;
}

.guide .hightlightbox {
	border: 1px solid #cccccc; 
	background-color: #f0f8ff; 
	padding-left: 13px;
	padding-top: 13px;
	padding-right:13px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.guide  .hightlightbox  h4 {
	margin-left: 0px; 
	margin-top: 4px;
}


.guide h4 .number {
	color: #fff;
	background: #293685;
	padding: 3px 6px;
	margin-right: 10px;
}

.miniMap {
	float: left;
	margin: 0 18px 12px 0;
}

.mapWide {
	display: block;
	margin: 18px 0 18px 0;
}

.mapTall {
	float: right;
	margin: 6px 0 12px 18px;
}

.mapSquare {
	float: right;
	margin: 6px 0 12px 18px;
}

.photoWide {
	display: block;
	margin: 18px 0 12px 0;
}

.photoLeft {
	float: left;
	margin: 6px 18px 10px 0;
}

.photoRight {
	float: right;
	margin: 6px 0 10px 18px;
}

.photoRightFloat {
	float: right;
}

.photoRightImageOnly {
	margin: 6px 0 0px 18px;
}


.photoDesc {
	margin: 0px 0 0px 0px;
	font-style: italic;
	color: #293583;
	
}
.photoDescRight {
	margin: 0px 0 0px 18px;
	font-style: italic;
	color: #293583;
	
}

#textNorth,
#textSouth {
	text-align:justify
	
}
