@charset "utf-8";

/*tags*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d4990;
	text-align: center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d4990;
	text-decoration: none;
	border-bottom: 1px dotted #0d4990;
}
a:hover {
	color: #33a6dc;
	text-decoration: none;
	border-bottom: 1px dotted #33a6dc;
}
a:visited {
	color: #0d4990;
	text-decoration: none;
	border-bottom: 1px dotted #0d4990;
}

/*classes*/

.center {
	text-align: center;
}
.clearBoth {
	clear: both;
}
.imgLink {
	border: none;
	outline: none;
}
.imgLink:hover {
	border: none;
	outline: none;
}
.imgLink:visited {
	border: none;
	outline: none;
}
.hr75{
	width: 85%;
}

/*IDs*/

#mainContainer {
	width: 840px;
	margin: 0px auto;
	text-align: left;
}

#headerContainer {
	width: 840px;
	height: 205px;
	background: url(../images/header_image.jpg) no-repeat;
}

#midContainer {
	position: relative;
	width: 840px;
}

/*center section*/

#leftContainer {
	float: left;
	width: 608px;
}
#leftBox {
	margin: 0px 0px 0px 20px;
	border: 1px solid #0099FF;
}
#panoContainer {
	border: 1px solid #02a1d8;
	text-align: center;
	height: 149px;
	width: 562px;
}
#panocontrolContainer {
	background: #def1fa url(../images/main_nav_back.jpg) top repeat-x;
	border-left: 1px solid #02a1d8;
	border-right: 1px solid #02a1d8;
	border-bottom: 1px solid #02a1d8;
	text-align: center;
	height: 24px;
	width: 562px;
}
#mainNavContainer {
	background: #def1fa url(../images/main_nav_back.jpg) top repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #bac9d1;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
#mainNavContainer a {
	border-bottom: none;
}
#contentContainer {
	position: relative;
	border-top: 1px solid #0099FF;
	padding: 10px;
	/*min-height: 360px;
	overflow: visible;*/
}


/* 	*:first-child+html #contentContainer {height: 360px;} * html #contentContainer {height: 360px;} /*IE7 and below hack - img moves down 1 pixel in IE*/

#rightBox {
	float: right;
	padding-right: 20px;
	width: 200px;
}

/*availability and address*/

#bottomTopContainer {
	position: relative;
	width: 840px;
	height: 98px;
	margin-top: 10px;
	background: #FFFFFF url(../images/bottom_section_top.jpg) top repeat-x;
	overflow: hidden;
}

#availabilityContainer {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 320px;
}
#checkAvailability {
	display: block;
	margin-bottom: 5px;
}
#availabilityLeftBox {
	float: left;
}
#availabilityFormRow1 {
	margin-bottom: 5px;
}
.availSelect {
	width: 80px;
	border: 1px solid #CCCCCC;
	color: #0d4990;
	margin: 0px;
}
.accomTypeSelect {
	width: 163px;
	border: 1px solid #CCCCCC;
	color: #0d4990;
	margin: 0px;
}
#availabilityRightBox img{
	float: left;
	margin: 0px 0px 0px 5px;
}
#availabilityContainer button {
	float: left;
	width: 80px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #0099FF;
	background: #E1ECF2;
	cursor: pointer;
}

#addressContainer {
	position: absolute;
	top: 30px;
	left: 350px;
	width: 465px;
	text-align: right;
}

/*bottom nav*/

#bottomNavContainer {
	background: url(../images/bottom_section_mid.jpg) top repeat-y;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
#bottomNavContainer a{
	border-bottom: none;
	font-size: 10px;
	font-weight: bold;
}

/*footer sections*/

#bottomBottom {
	height: 5px;
	background: url(../images/bottom_section_bottom.jpg) top no-repeat;
}
#credits {
	text-align: center;
	font-size: 10px;
	margin: 5px 0px 5px 0px;
}
#socialBookmarks {
	text-align: center;
}