@charset "utf-8";
/* Author Jacques Choquette - jac@whistlergraphicdesign.com - 604 698-7825 */

/* this sets the style of your default links*/ 
a.visableLink {
	text-decoration: none;
	color: #333333;
}

a.visableLink:active {
	text-decoration: none;
	color: #333333;
}

a.visableLink2:active {
	text-decoration: bold;
	color: #333333;
}

/* this sets the style of your links on mouse over */ 
a.visableLink:hover {
	text-decoration: underline;
	color: #6D980F;
}

a.visableLink:visited {
	text-decoration: none;
	color: #333333;
}


/* This hides body links for seo reasons your links should look like this <a class="seoLink" href="javascript:void(0);">Whistler Accommodation</a>*/


.seoLink {
  color: #666; /* same color as the surrounding text */
  text-decoration: none; /* to remove the underline */
  cursor: auto; /* to make the cursor stay as a text cursor, not the hand */
}

.seoLink:hover {
  color: #6D980F;
  text-decoration: none; /* to remove the underline */
  cursor: auto; /* to make the cursor stay as a text cursor, not the hand */
}



.oneColFixCtrHdr #container #mainContent #contentTable #contentArea h1 {
	/* controls the SEO H1 tags */
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6D980F;
	/* color of the SEO H1 tag */
	margin-top: 0px;
	/* controls space after the H1 Tag */
	margin-bottom: 10px;

}

.oneColFixCtrHdr #container #mainContent #contentTable #contentArea h2 {
	/* controls the SEO H2 tags */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	/* color of the SEO H2 tag */
	margin-top: 0px;
	/* controls space after the H1 Tag */
	margin-bottom: 10px;

}



.oneColFixCtrHdr #container #mainContent #contentTable #contentArea p {
	margin-top: 0px;
	/* controls space between the paragraphs */
	margin-bottom: 10px;
}

.oneColFixCtrHdr #container #mainContent #contentTable #contentAreaLarge {
	width: 775px;
	padding-right: 8px;
	padding-left: 7px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#contentAreaLarge h1 {
	/* controls the SEO H1 tags */
	font-family:  "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6D980F;
	/* color of the SEO H1 tag */
	margin-top: 0px;
	/* controls space after the H1 Tag */
	margin-bottom: 10px;

}

#contentAreaLarge h2 {
	/* controls the SEO H2 tags */
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	/* color of the SEO H2 tag */
	margin-top: 0px;
	/* controls space after the H1 Tag */
	margin-bottom: 10px;

}

#contentAreaLarge p {
	margin-top: 0px;
	/* controls space between the paragraphs */
	margin-bottom: 10px;
}

.seoLink {
	text-decoration: none;
	color: #666666;
}

body {

	/* default font set */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* default font color */
	
	/*####################### Warning do not edit anything below here unless you are proficient with CSS ############################## */
	
	color: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFFFFF;
	background-image: url(images/template/background-image.gif);
	background-repeat: repeat-x;
	font-size: 100%;
}

.oneColFixCtrHdr #container {
	width: 990px;  /* using 34px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #container #header #logo {
	float: left; /* since this element is floated, a width must be given */
	width: 174px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 86px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0;

}

/* following code swaps out the top text link with the folloing image */
#logo A {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; OVERFLOW: hidden; PADDING-TOP: 86px; HEIGHT: 0px! important
}

.oneColFixCtrHdr #container #header #logo A {
	height: 86px;
	width: 174px;
	background-image: url(images/template/access-whistler-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* end */

.oneColFixCtrHdr #container #header #breadcrumbs {
	float: left; /* since this element is floated, a width must be given */
	width: 816px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 44px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	background-color: #FFFFFF;
	margin: 0;
}

/* breadcrumb styles */

.breadcrumb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	margin-top: 13px;
	margin-right: 26px;
	background-color: #FFFFFF;
}

.breadcrumb a{
	text-decoration: underline;
	padding-right: 18px; /*adjust bullet image padding*/
	color: #666666;
	background-image: url(images/template/breadcrumb-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.breadcrumb a:visited, .breadcrumb a:active{
	color: #666666;
}

.breadcrumb a:hover{
	text-decoration: none;
	color: #666666;
}

/*end */

.oneColFixCtrHdr #container #header #phoneNumbers {
	float: left; /* since this element is floated, a width must be given */
	width: 816px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 42px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/template/phone-numbers.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0;
}

.oneColFixCtrHdr #container #header #tagLineGrapic {
	float: left; /* since this element is floated, a width must be given */
	width: 570px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 149px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/template/tagline-graphic.jpg);

}

.oneColFixCtrHdr #container #header #tagLine {
	float: left; /* since this element is floated, a width must be given */
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 149px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/template/tagline.gif);
}

.oneColFixCtrHdr #container #header #headerDivLine {
	float: left; /* since this element is floated, a width must be given */
	width: 990px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/template/header-div-line.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #mainContent {
	float: left;
	/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/template/footer-bg.gif);
	background-repeat: repeat-x;
	height: 114px;
	padding-top: 0;
	padding-bottom: 0;
	width: 990px;
}

.oneColFixCtrHdr #container #footer #footerTable {
	margin-top: 35px;
	margin-right: 8px;
	margin-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;

}

.oneColFixCtrHdr #container #mainContent #contentTable #rightSidebar {
	width: 325px;
	padding-right: 8px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.oneColFixCtrHdr #container #mainContent #contentTable #contentArea {
	width: 442px;
	padding-right: 8px;
	padding-left: 7px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

.oneColFixCtrHdr #container #mainContent #contentTable #rightSidebar .RightSidebarItem {
	float: left;
	height: 115px;
	width: 325px;
	border: 1px solid #9e9e9e;
	background-color: #FFFFFF;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.oneColFixCtrHdr #container #mainContent #contentTable #rightSidebar .RightSidebarItem .RightSidebarImage {
	float: left; /* since this element is floated, a width must be given */
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c2cecd;
	border-right-color: #c2cecd;
	border-bottom-color: #c2cecd;
	border-left-color: #c2cecd;
}

.oneColFixCtrHdr #container #mainContent #contentTable #rightSidebar .RightSidebarItem .RightSidebarTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2cecd;
	margin: 0;
}

.oneColFixCtrHdr #container #mainContent #contentTable #rightSidebar .RightSidebarItem .RightSidebarContent {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c2cecd;
	border-right-color: #c2cecd;
	border-bottom-color: #c2cecd;
	border-left-color: #c2cecd;
	margin: 2px;
	height: 109px;
	line-height: 16px;
}

.RightSidebarLinks {
	padding-top: 0;
	margin-top:0 ;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.RightSidebarLinks li {
	padding-top: 0;
	margin-top: 0;
	padding-left: 7px;
}

.RightSidebarLinks a {
	text-decoration: none;
	color: #666666;
}

.RightSidebarLinks a:active {
	text-decoration: none;
	color: #666666;
}

.RightSidebarLinks a:hover {
	text-decoration: underline;
	color: #000;
}

.LeftSidebarLinks {
	padding-top: 0;
	margin-top:0 ;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.LeftSidebarLinks li {
	margin-top: 0;
	padding-top: 3px;
	padding-left: 1px;
	background-image: url(images/leftsidebar/mainMenuBg.gif);
	background-repeat: repeat-x;
	height: 30px;
}

.LeftSidebarLinks a {
	background-image: url(images/leftsidebar/menMenuArrow.gif);
	text-decoration: none;
	color: #999999;
	background-repeat: no-repeat;
	padding-left: 13px;
	font-size: 10;
	
}

.LeftSidebarLinks a:active {
	color: #7FB111;
	text-decoration: underline;
}

.LeftSidebarLinks a:hover {
	color: #7FB111;
	text-decoration: underline;
}

.oneColFixCtrHdr #container #mainContent #contentTable #leftSidebar #guestTestimonial {
	background-image: url(images/leftsidebar/guestTestimonialHeader.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 179px;
}

.oneColFixCtrHdr #container #mainContent #contentTable #leftSidebar #guestQuotes {
	background-image: url(images/leftsidebar/guestQuoteHeader.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 179px;
}

.oneColFixCtrHdr #container #mainContent #contentTable #leftSidebar #guestTestimonialWrapper {
	background-color: #dae1d1;
	background-image: url(images/leftsidebar/testimonialBg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	width: 177px;
	margin-bottom: 10px;
}

.oneColFixCtrHdr #container #mainContent #contentTable #leftSidebar #guestTestimonialWrapper #guestTestimonialText {
	padding: 15px;
	line-height: 20px;
	font-size: 10px;
}
.oneColFixCtrHdr #container #mainContent #contentTable #leftSidebar {
	background-image: url(images/template/leftSidebar-bg.gif);
	background-repeat: repeat-y;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

.oneColFixCtrHdr #container #mainContent #contentTable #rightSidebar .newslettersignup {
	float: left;
	height: 115px;
	width: 325px;
	border: 1px solid #9e9e9e;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/rightsidebar/newsletter-signup-bg.gif);
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #container #mainContent #contentTable #rightSidebar .newslettersignup #newsletter_signup #signuptable #email {
	background-color: #d4e5af;
	color: #666;
	border: 1px solid #8e8f8f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 17px;
	width: 150px;
	margin-left: 4px;
	margin-top: 2px;
}

.oneColFixCtrHdr #container #mainContent #contentTable #rightSidebar .newslettersignup #newsletter_signup #signuptable {
	margin-left: 95px;
	margin-top: 37px;
}

.promo {
	
	width: 325px;
	float: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 7px;
	margin-left: 0px;
}

.oneColFixCtrHdr #container #mainContent #contentTable #rightSidebar .newslettersignup #newsletter_signup #signuptable #subbut {
	margin-top: 4px;
	font-size: 10px;
	color: #666666;
}

.oneColFixCtrHdr #container #footer #footerTable a {
text-decoration: none;
color: #333333;
}

.oneColFixCtrHdr #container #footer #footerTable a:active {
text-decoration: none;
color: #333333;
}

.oneColFixCtrHdr #container #footer #footerTable a:hover{
	text-decoration: underline;
	color: #333333;
	
}

.redBold {
	color: #990000;
	font-weight: bold;
}

.awGreen {
	text-decoration: none;
	color: #6D980F;
}

.awGreenSm {
	font-weight: bold;
	color: #6D980F;
}

.awGreenMed {
	font-weight: bold;
	font-size: 12px;
	color: #6D980F;
}

.awGreenLg {
	font-weight: bold;
	font-size: 18px;
	color: #6D980F;
}

.PkgsHeaderLg {
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}

.PkgsSubHeaderGry {
	font-weight: bold;
	font-size: 8px;
	color: #333333;
}

.PkgsSubHeaderWht {
	font-weight: bold;
	font-size: 8px;
	color: #FFFFFF;
}
.PkgsTextGry {
	font-size: 10px;
	color: #333333;
}

.PkgsHeaderLgGrn {
	font-size: 20px;
	color: #6D980F;
}


/* Contact ---------------------------------------------------------------------*/

#cform {position: relative; left: 30px;}

label, label.inquiry {position: relative; float: left; width: 134px; text-align: left; padding: 15px 10px 0 0;}

label.inquiry {width: 180px;}

input.contact, input.number {position: relative; float: left; width: 200px; text-align: left; margin-top: 10px;}

.propertytitle {margin-top: 10px; position: relative; top: 10px;}

input.number {width: 50px; text-align: center;}

#cform select {margin-top: 10px; font-size: 0.95em; font-family: Verdana, Arial, Helvetica, sans-serif;}

textarea.contact {width: 344px; height: 125px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 1em;}

br {clear: both;}

.csubmit {margin-top: 10px; position: relative; left: 120px;}

.red {font-size: 0.9em; color: #990000;}

.checkboxes {font-size: 0.8em; position: relative; top: -10px;}

