@charset "utf-8";
/* The Club at Chula Vista CSS */

body
{
	background-color: #083f58;
	font-size: 11px;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	width: 1026px;
}

#home-ad
{
	position: absolute;
	top: 48px;
	left: 18px;
}

#accountLinks
{
	float: right;
	height: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
#accountLinksList li
{
	float: left;
	height: 17px;
	padding: 0 15px;
	border-right: 1px solid #FFFFFF;
}
#accountLinksList li.last
{
	padding-right: 0;
	border-right: none;
}
	#accountLinksList li a
	{
		display: block;
		height: 17px;
		text-indent: -50000px;
		background-position: left top;
		background-repeat: no-repeat;
	}
	#accountLinksList li.myAccountLink a
	{
		background-image: url('/images/my-account.png');
		width: 74px;
	}
	#accountLinksList li.logoutLink a
	{
		background-image: url('/images/logout.png');
		width: 43px;
	}

/*** Login/Home Styles ***/
#contentWrap
{
	position: relative;
	background: url('/images/home/main-bg.png') left top no-repeat;
}
#wrapper .login
{ padding-top: 40px; height: 636px; clear: both; }
#wrapper .home
{ padding-top: 0; height: 676px; clear: both; }

.login #logoHeader
{
	margin: 0 auto;
	width: 1000px;
	height: 298px;
	background: url('/images/home/cvr-login-logo.png') left top no-repeat;
	text-indent: -50000px;
}
.home #logoHeader
{
	margin: 0 auto;
	width: 987px;
	height: 265px;
	background: url('/images/home/cvr-home-logo.png') left top no-repeat;
	text-indent: -50000px;
}

#loginBox
{
	margin: 50px auto 0 auto;
	border: 8px solid #083f58;
	color: #FFFFFF;
	background-image: url('/images/home/login-box-bg.png');
	width: 500px;
	min-height: 200px;
}

#loginBox h3
{
	text-indent: -50000px;
	text-align: left;
}

#loginBox label
{
	color: #ffffff;
	font-weight: bold;
}

#loginBox a.loginLink:link, #loginBox a.loginLink:visited
{
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-left: 10px;
	background: url('/images/link-bullet.png') left 50% no-repeat;
	line-height: 18px;
	height: 18px;
}

#welcomeHead
{
	background: url('/images/home/welcome.png') transparent left top no-repeat;
	position: relative;
	text-indent: -50000px;
	top: -25px;
	width: 232px;
	height: 49px;
}

#loginInputs
{
	border-right: 2px solid #f9af12;
	float: left;
	padding: 5px 15px;
	position: relative;
	text-align: right;
	width: 60%;
}

#loginInputs input
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#loginInputs input[type="text"], #loginInputs input[type="password"] 
{
	border: 1px solid #CCCCCC;
	font-size: 13px;
	margin: 5px 2px;
	padding: 3px 4px;
	vertical-align: middle;
	width: 200px;
}

#beginTravelHead
{
	background: url('/images/home/please-login-title.png') transparent no-repeat right center;
	height: 20px;
	margin-bottom: 10px;
}

#createLostLinks
{
	float: left;
	padding-left: 15px;
	margin-top: 5px;
}

#newMemberHead
{
	background: url('/images/home/new-member-title.png') left top transparent no-repeat;
	height: 20px;
	margin-bottom: 2px;
	margin-top: 5px;
	width: 100px;
}

#troubleHead
{
	background: url('/images/home/trouble-title.png') left top transparent no-repeat;
	height: 20px;
	margin-bottom: 2px;
	margin-top: 15px;
	width: 60px;
}

#homeFlash
{
	position: absolute;
	top: -15px;
	right: -25px;
	width: 561px;
	height: 501px;
}

#homeBox
{
	margin: 80px auto 0 auto;
	border: 8px solid #083f58;
	color: #FFFFFF;
	background-image: url('/images/home/login-box-bg.png');
	width: 450px;
	padding-bottom: 10px;
}

#selectHead
{
	background: url('/images/home/select-journey-title.png') transparent left top no-repeat;
	position: relative;
	text-indent: -50000px;
	margin: 5px auto;
	width: 409px;
	height: 49px;
}

#homeLinksList
{
	border-left: 2px solid #f9af12;
	margin-left: 150px;
	margin-top: 5px;
	padding: 2px 0;
}
#homeLinksList li
{
	display: block;
	margin: 5px 0 15px -20px;
	padding-left: 30px;
}
#homeLinksList li:hover, #homeLinksList li.over
{
	background: url(/images/inside/landing-ro.png) no-repeat left 50%;
}
#homeLinksList li.contactNav
{
	margin-bottom: 5px;
}
	#homeLinksList li a
	{
		position: relative;
		display: block;
		height: 22px;
		text-indent: -50000px;
		z-index: 20;
	}
	#homeLinksList li.myAccountNav a
	{
		background: url(/images/home/menu/my-account.png) no-repeat left top;
	}
	#homeLinksList li.benefitsNav a
	{
		background: url(/images/home/menu/benefits.png) no-repeat left top;
	}
	#homeLinksList li.memberNav a
	{
		background: url(/images/home/menu/member-benefits.png) no-repeat left top;
	}
	#homeLinksList li.condoNav a
	{
		background: url(/images/home/menu/condo-vacations.png) no-repeat left top;
	}
	#homeLinksList li.travelNav a
	{
		background: url(/images/home/menu/travel-cruise.png) no-repeat left top;
	}
	#homeLinksList li.contactNav a
	{
		background: url(/images/home/menu/contact-us.png) no-repeat left top;
	}
/*** END Login/Home Styles ***/

/*** Inside Styles ***/
#wrapper .inside
{
	background: url('/images/inside/content-bg.png') transparent left repeat-y;
	float: left;
	width: 1026px;
	display: inline;
}

#wrapper p
{
	margin: 10px 0;
}

.inside h4
{
	font-size: 13px;
	margin: 10px 0 5px 0;
}
h3
{
	font-size: 14px;
}

#insideHead
{
	height: 161px;
	background: url('/images/inside/header.png') left top no-repeat;
	clear: both;
}

#logoHeaderInside
{
	text-indent: -50000px;
	float: left;
	width: 174px;
	height: 151px;
	margin: -10px 0 0 30px;
	background: url('/images/inside/header-logo.png') left top no-repeat;
	display: inline;
}

#leftBar
{
	background: url('/images/inside/left-bg.png') #FFFFFF top repeat-x;
	min-height: 475px;
	float: left;
	width: 178px;
	padding: 15px 10px;
	margin-left: 27px;
	display: inline;
	color: #FFFFFF;
	font-size: 11px;
}

#leftBar p
{
	margin: 5px 0 10px 0;
	color: #FFFFFF;
}
#leftBar a:link, #leftBar a:visited
{
	color: #FFFFFF;
	font-weight: bold;
}
	#leftBar .leftMemberREateCalendar
	{
		width: 172px;
		height: 24px;
		background: url('/images/inside/member-calendar-title.png') left top no-repeat;
		text-indent: -50000px;
	}
	#leftBar .rightTitleEndlessOpportunities
	{
		width: 166px;
		height: 24px;
		background: url('/images/inside/endless-title.png') left top no-repeat;
		text-indent: -50000px;
	}
	#leftBar .leftTitleWantToCondo
	{
		width: 147px;
		height: 24px;
		background: url('/images/inside/condo-title.png') left top no-repeat;
		text-indent: -50000px;
	}
	#leftBar .leftTitleVacationYourWay
	{
		width: 156px;
		height: 24px;
		background: url('/images/inside/vacation-title.png') left top no-repeat;
		text-indent: -50000px;
	}
	#leftBar .leftTitleQuickLinks
	{
		width: 98px;
		height: 24px;
		background: url('/images/inside/quick-links-title.png') left top no-repeat;
		text-indent: -50000px;
	}

#mainContent
{
	width: 755px;
	padding: 0 30px 0 15px;
	float: right;
}

#mainNav
{
	float: right;
	margin-right: 25px;
	margin-top: 120px;
	display: inline;
}
#mainNav li
{
	float: left;
	height: 16px;
	padding-left: 15px;
}
	#mainNav li a
	{
		text-indent: -50000px;
		display: block;
		height: 16px;
		background-position: left top;
		background-repeat: no-repeat;
	}
	#mainNav li.homeMainNav a
	{
		width: 40px;
		background-image: url('/images/inside/nav/home.png');
	}
	#mainNav li.cvBenefitsMainNav a
	{
		width: 138px;
		background-image: url('/images/inside/nav/cv-benefits.png');
	}
	#mainNav li.memBenefitsMainNav a
	{
		width: 116px;
		background-image: url('/images/inside/nav/member-benefits.png');
	}
	#mainNav li.condoMainNav a
	{
		width: 117px;
		background-image: url('/images/inside/nav/condo-vacations.png');
	}
	#mainNav li.travelMainNav a
	{
		width: 107px;
		background-image: url('/images/inside/nav/travel-cruise.png');
	}
	#mainNav li.contactMainNav a
	{
		width: 76px;
		background-image: url('/images/inside/nav/contact-us.png');
	}

.pageTitle
{
	height: 56px;
	text-indent: -50000px;
}
	.titleTravelCruise
	{
		background: url('/images/inside/titles/travel-cruise.png') right top no-repeat;
	}
	.titleCondoVacations
	{
		background: url('/images/inside/titles/condo-vacations.png') right top no-repeat;
	}
	.titleChulaVistaBenefits
	{
		background: url('/images/inside/titles/cv-benefits.png') right top no-repeat;
	}
	.titleBenefits
	{
		background: url('/images/inside/titles/member-benefits.png') right top no-repeat;
	}
	.titleContactUs
	{
		background: url('/images/inside/titles/contact-us.png') right top no-repeat;
	}
	.titleTerms
	{
		background: url('/images/inside/titles/terms-conditions.png') right top no-repeat;
	}
	.titleSiteMap
	{
		background: url('/images/inside/titles/site-map.png') right top no-repeat;
	}

.pageSubTitle
{
	font-size: 16px;
	margin: 2px 0 10px 0;
}

#landingNav li
{
	float: left;
	width: 320px;
	padding-left: 30px;
	margin: 10px 0;
}
#landingNav li:hover, #landingNav li.over
{
	background: url('/images/inside/landing-ro.png') 10px 5px no-repeat;
}
	#landingNav li a
	{
		display: block;
		width: 300px;
		height: 150px;
		border-left: 2px solid #f9af12;
		text-indent: -50000px;
	}
	#landingNav li.cruiseBox a
	{
		background: url('/images/inside/landing-boxes/cruise-privileges.png') 5px top no-repeat;
	}
	#landingNav li.resortBox a
	{
		background: url('/images/inside/landing-boxes/resort-privileges.png') 5px top no-repeat;
	}
	#landingNav li.bookBox a
	{
		background: url('/images/inside/landing-boxes/book-online.png') 5px top no-repeat;
	}
	#landingNav li.customBox a
	{
		background: url('/images/inside/landing-boxes/custom-packages.png') 5px top no-repeat;
	}
	#landingNav li.condoBox a
	{
		background: url('/images/inside/landing-boxes/condo-benefits.png') 5px top no-repeat;
	}
	#landingNav li.hotDealBox a
	{
		background: url('/images/inside/landing-boxes/hot-deals.png') 5px top no-repeat;
	}
	#landingNav li.weeklyBox a
	{
		background: url('/images/inside/landing-boxes/weekly-rentals.png') 5px top no-repeat;
	}
	#landingNav li.nightlyBox a
	{
		background: url('/images/inside/landing-boxes/nightly-stays.png') 5px top no-repeat;
	}

.benefitsList, .travelList
{
	margin: 5px 5px 5px 10px;
}
.travelList li
{
	padding: 2px 0 2px 15px;
	background: url('/images/inside/basic-bullet.gif') transparent left 8px no-repeat;
}

.benefitsList li
{
	padding: 2px 0 2px 15px;
	line-height: 16px;
	background: url('/images/link-bullet.png') transparent left 6px no-repeat;
	font-weight: bold;
	color: #555;
}

.chulaVistalist
{
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 10px;
}
.chulaVistalist li
{
	padding: 5px 0 5px 10px;
	line-height: 14px;
}
.chulaVistalist li strong
{
	display: block;
	line-height: 16px;
	color: #555;
}

.quickLinkList
{
	margin: 5px 0;
}
.quickLinkList li
{
	background: url('/images/link-bullet.png') transparent left 50% no-repeat;
	padding: 2px 0 2px 10px;
}

.twoColsList
{
	float: left;
	width: 475px;
}
.twoColsList li
{
	float: left;
	width: 200px;
}

.contactTable td
{
	padding: 2px;
	vertical-align: top;
}
.contactTable input[type=text], .contactTable textarea
{
	width: 200px;
	padding: 2px 1px;
	font-size: 12px;
}
.contactTable textarea
{
	height: 100px;
}

a.searchLink
{
	padding-left: 10px;
	background: url('/images/link-bullet.png') left 50% no-repeat;
	line-height: 16px;
	height: 16px;
	font-weight: bold;
	color: #083F58;
}

.siteMapList
{
	margin-left: 5px;
}
.siteMapList li
{
	background: url('/images/inside/basic-bullet.gif') left 7px no-repeat;
	padding-left: 10px;
	line-height: 16px;
}
.siteMapList li ul
{
	margin-left: 10px;
}

.clear
{ clear: both; }
/*** END Inside Styles ***/

#footer, #insideFooter
{
	text-align: center;
	padding-bottom: 10px;
	color: #3d8db9;
	font-size: 10px;
	line-height: 16px;
}
#footer a:link, #footer a:visited,
#insideFooter a:link, #insideFooter a:visited
{
	color: #3d8db9;
	font-size: 11px;
}
#insideFooter
{
	background: url('/images/inside/footer-bg.png') left top no-repeat;
	min-height: 37px;
	padding-top: 25px;
	clear: both;
}

.hidden
{
	display:none;
}

.error
{
	color:Red;
}

.sectionPic
{
	float:right;
}