﻿body
{
	margin: 0;
	background-color: #333333;
	font-size: 12px;
	font-family: Arial;
}

.page
{
	width: 946px;
	margin: 0 auto;
}

.headerAndContent
{
	background: white;
	border: solid 6px white;
}

.banner
{
	display: block;
}

h1,h2,h3,b,strong
{
	color: #40627B;
	font-weight: bold;
}

h1
{
	background-color: #40627B;
	color: #ffffff;
	font-size: 20px;
	padding: 3px 10px 3px 10px;
	margin: 0px 0px 15px 0px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

.nav
{
	font-size: 14px;
	color: #40627b;
	height: 39px;
}

.nav ul
{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.nav li
{
	float: left;
	height: 39px;
}

.nav a
{
	display: block;
	color: #40627b;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	line-height: 38px;
	outline: none;
}

.selectedNav a
, .nav a:hover
{
	text-decoration: underline;
}

.nav li ul
{
	position: absolute;
	left: -9999px;
	width: 200px;
	margin: -5px 0px 0px 10px;
	clear: left;
	background-color: #ffffff;
	border: solid 1px #EFEFEF;
}

.nav li ul li
{
	width: 200px;
	height: auto;
}

.nav li ul li a
{
	font-weight: normal;
	font-size: 12px;
	height: auto;
	line-height: normal;
}

.nav li:hover ul
, .nav li.over ul
{
	left: auto;
	min-height: 0px; /* This, combined with the extra height from earlier fixes an IE7 bug */
}

.ValidationSummary ul
{
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
.ValidationSummary li
{
	color: Red;
	list-style: none none;
	padding: 1px 0px 1px 18px;
	background: url("../images/error.gif") no-repeat left 1px;
}
.clear
{
	clear: both;
	height: 0px;
}

.modalBackground
{
	background-color: Gray;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.search
{
	color: #ffffff;
	background-color: #40627B;
	margin-bottom: 6px;
	padding-bottom: 1px;
}

.search h2
{
	margin: 0px;
	height: 61px;
	background: url("../images/l-nav-lodging-search-header.jpg") no-repeat left top;
	text-indent: -9999px;
	font-size: 18px;
	border-bottom: solid 6px #ffffff;
}

.search ul
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.search li
{
	list-style: none;
}

.search a
{
	color: White;
	text-decoration: none;
}

.search a:hover
{
	text-decoration: underline;
}

.search p
{
	margin: 10px;
}

.search input
{
	border: solid 1px #black;
	width: 210px;
}

.search label
{
	display: block;
}

p.submitSearch
{
	text-align: right;
}

.submitSearch img
{
	cursor: pointer;
}

p.searchTitle
{
	margin-bottom: 8px;
	font-size: 12px;
}

input.date
{
	background: white url(/images/icon_Calendar.gif) no-repeat scroll 67px 2px;
	border: 1px solid #99B3D0;
	height: 16px;
	padding: 2px 1px 1px 2px;
}

.leftMainContent
{
	width: 236px;
	float: left;
}

.bodyContent
{
	float: right;
	width: 690px;
}

.tagLine
{
	background-color: #e8e8e8;
	color: #40627B;
	font-weight: bold;
	padding: 6px;
	height: 49px;
	margin-bottom: 6px;
}

.tagLine p
{
	text-align: center;
	font-size: 24px;
	margin: 0px 0px 2px 0px;
}

.tagLine ul
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.tagLine li
{
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 20px;
	background: url("../images/bullet.gif") no-repeat left 50%;
}

.requestAssistance
{
	color: #40627B;
	background-color: #E8E8E8;
	padding-bottom: 10px;
	margin-bottom: 6px;
}

.requestAssistance h2
{
	background: url("../images/l-nav-contact-header.jpg") no-repeat left top;
	height: 21px;
	font-size: 14px;	
	margin: 0px 0px 7px 0px;
	position: relative;
	padding-top:40px;
	padding-left:10px;
}

.requestAssistance p
{
	margin: 5px 10px 5px 10px;
}

.requestAssistance input
{
	border: solid 1px #99b3d0;
}

.requestAssistance label
{
	display: block;
	font-size: 10px;
	color: #868686;
}

.requestAssistance .checkIn, .requestAssistance .checkOut
{
	font-size: 10px;
	color: #868686;
	float: left;
	display: inline; /* To fix an IE6 double margin bug */
	width: 95px;
}

.requestAssistance .checkIn
{
	margin-right: 10px;
}

.requestAssistance .checkIn input, .requestAssistance .checkOut input
{
	width: 90px;
	background-position: 75px 2px;
}

.requestAssistance h1
{
	color: #6c6f70;
	margin-bottom: 0;
}

.requestAssistance input.text
{
	width: 210px;
}

.requestAssistance .requiredField
{
	font-size: 10px;
	padding-right: 2px;
	padding-top: 4px;
	text-align: right;
	clear: both;
}

.featuredProperties
{
	background-color: #e8e8e8;
	width: 100%;
	margin-bottom: 6px;
}

.featuredProperties th
{
	background-color: #40627B;
	color: #ffffff;
	vertical-align: middle;
	padding: 5px;
	width: 50%;
}

.featuredProperties .titleCell
{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

.featuredProperties .linkCell
{
	text-align: right;
}

.featuredProperties table
{
	margin: 8px;
}

.featuredProperties a
{
	color: #ffffff;
}

.featuredProperties .featuredProperty
{
	background-color: #ffffff;
	border: solid 1px #40627B;
}

a img
{
	border: 0 none;
	border-collapse: collapse;
}

.featuredRentals
{
}

.featuredRentals div
{
	float: left;
	display: inline; /* to fix a double margin bug in IE6 */
	width: 323px;
	background-color: #ffffff;
	border: solid 1px #909090;
	margin: 10px;
	height: 88px;
}

.featuredRentals .featuredProperty
{
}

.favoriteRentals
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.favoriteRentals .featuredProperty
{
	border: solid 2px #7D9AB8;
}

.featuredProperty
{
	display: block;
}
.featuredImage
{
	padding: 5px;
}
.featuredImage img
{
	border: solid 1px #868686;
	height: 70px;
}
.featuredDetails
{
	padding: 8px 5px 2px 0px;
	color: #6c6f70;
	white-space: normal;
	font-size: 10px;
	width: 100%;
}
.featuredDetails p
{
	margin: 0px;
}
.featuredDetails strong
{
	font-size: 12px;
}
.featuredPrice
{
	padding: 0px 5px 8px 0px;
	color: #f47b2b;
	white-space: nowrap;
	vertical-align: bottom;
	font-size: 10px;
	line-height: 9px;
	width: 100%;
}
.featuredPrice strong
{
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.featuredSelect
{
	padding: 0px 8px 10px 0px;
	vertical-align: bottom;
	text-align: right;
	width: 100%;
}

.viewSelectProperty
{
	background-image: url(../images/button-view.gif);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 63px;
}

.mainContent
{
	color: #40627B;
	background-color: #E8E8E8;
	padding-bottom: 10px;
}

.mainContent p
, .mainContent h2
, .mainContent h3
, .mainContent h4
, .mainContent table
{
	margin-left: 10px;
	margin-right: 10px;
}

.emailSignup
{
	background-color: #40627B;
	padding-bottom: 10px;
}

.emailSignup h2
{
	background: url("../images/l-nav-email-specials-header.jpg") no-repeat left top;
	text-indent: -9999px;
	height: 61px;
	font-size: 18px;
	color: #6c6f70;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: solid 6px #ffffff;
}

.emailSignup p
{
	font-size: 11px;
	color: #ffffff;
	margin: 10px;
}

.emailSignup strong
{
	color: #ffffff;
}

.emailSignup .requiredField
{
	font-size: 10px;
	color: #ffffff;
	clear: both;
	padding-right: 2px;
	padding-top: 4px;
	text-align: right;
	clear: both;
}

.emailSignup label
{
	font-size: 10px;
	color: #ffffff;
}

.emailSignup .privacyPolicy
{
	float: left;
	font-size: 10px;
}

.emailSignup .privacyPolicy a
{
	text-decoration: underline;
	color: #868686;
}

.emailSignup input.text
{
	width: 210px;
}

.emailSignup .signupSubmit
{
	float: right;
	margin-top: 12px;
}

.footer
{
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	padding-top:7px;
}

.footer .copyright
{
	color: #ffffff;
	padding-bottom:10px;
}

.footer a
{
	color: #ffffff;
	text-decoration: none;
}

.footer .navLink
{
	font-weight:bold;
	padding-right:7px;
	padding-left:7px;
}

.SpecialProperty, .LastSpecialProperty {width: 330px; border: solid 1px #99b3d0; float: left; background-color: #ffffff;}
.SpecialProperty {margin: 5px 10px 0px 10px;}
.LastSpecialProperty {margin: 5px 0px 0px 0px;}
.SpecialImage {padding: 8px 8px 12px 8px; width: 1%;}
.SpecialImage img {border: solid 1px #868686;}
.SpecialDetails {padding: 8px 8px 0px 0px; color: #425e85; white-space: normal; font-size: 10px; vertical-align: top;}
.SpecialDetails p {margin: 0px;}
.SpecialDetails strong {font-size: 12px;}
.SpecialSelect {padding: 0px 8px 8px 8px; color: #f47b2b; font-size: 11px; height: 40px;}
.SpecialSelect strong {display: block; float: left; width: 150px;}
.SpecialSelect .view
{
	display: block;
	background: url("../images/button-view.gif") no-repeat left top;
	height: 23px;
	width: 63px;
	text-indent: -9999px;
	outline: none;
	margin-left: auto;
	margin-right: 0px;
}

.footerTravelSpecialist { font-weight: bold; font-size: 13px; }
.footerPhoneNumber { color: #FFF; font-weight: bold; font-size: 20px; }

.calendarTravelSpecialist { font-weight: bold; font-size: 12px; letter-spacing: 1px; }
.calendarPhoneNum { font-weight: bold; font-size: 20px; letter-spacing: 1px; margin: 0; padding: 0; }

.calendarPhoneContainer { float: right; color: #F47B2B; position: relative; top: -2px; text-align: right; margin: 0; padding: 0; }

/**** Min Night Modal ****/
div.minNightModal { background-color: White; border: solid 1px #99b3cf; width: 400px; height: 230px; padding: 12px; }
div.minNightModal p.closeWindowContainer { margin: -4px 4px 4px; float: right; }
div.minNightModal div { color: #425e85; padding: 12px; clear: both; }
div.minNightModal div h2 { color: #425e85; font-size: 18px; font-weight: normal; font-style: italic; margin-top: 0; }
div.minNightModal div p span { color: #f47b2b; font-weight: bold; }