@charset "UTF-8";

.b0 { border: 0px; }
.inline {
	float: left;
	display: inline;
}

body {
	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 */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #eae5de;
}
#container  {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	
	/* START AGILE 2009-10-19 */
		background-color: #ffffff;
	/* END AGILE 2009-10-19 */	
	
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#header  {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/headerbar_bg.png);
	background-repeat: repeat-x;
	height: 85px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#right-links  {

	overflow:hidden;

	background-color: #eae5de;
	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-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
}
#bgrlholder  {
	right: 0px;
	top: 35px;
	position: absolute;
}
#mainContent  {

	overflow: hidden;
	
	/* START ORIGINAL */
	
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	/* END ORIGINAL */
}

	/* START AGILE 2009-10-19 */
	#agileWhiteBackgroundTicket40  {
		position: absolute;
		top:0px;
		left:0px;
	}
	/* END AGILE 2009-10-19 */
	
#footer  {
	background-color: #CCCCCC;
	height: 150px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#navbar  {
	height: 50px;
	width: 980px;
}
#featured  {
	padding: 10px;
	height: 280px;
	width: 190px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline;
	position: relative;
	overflow: visible;
}
#featuredleft  {
	padding: 10px;
	height: 280px;
	width: 190px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
#frontpagecontainer  {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/bg1x1.gif);
	background-repeat: repeat-y;
}
#area-left  {
	padding: 10px;
	height: 140px;
	width: 320px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
	clear: left;
	display: inline;
}
#niseko-area-guide  {
	display: inline;
	float: left;
	padding-top: 10px;
	width: 630px;
}
#area  {
	padding: 10px;
	height: 140px;
	width: 200px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	display: inline;
}
.text_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #333;
}
.text_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	color: #666;
}
.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	letter-spacing: 1pt;
}
.text_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1pt;
}
.text_shortdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333;
	text-align: justify;
	line-height: 17px;
}
.text_greyprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFF;
	background: #666666;
	letter-spacing: 1pt;
	padding-left: 5px;
}
#more-real-estate  {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	height: 120px;
	width: 301px;
	padding: 10px;
	overflow: visible;
}
#more-placer  {
	height: 26px;
	width: 73px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline;
}
#featured-title  {
	padding-top: 10px;
	background-color: #FFFFFF;
	width: 960px;
	position: relative;
	float: left;
	
	background-image:url('../images/1x750-white.jpg');
	
}
.bordered-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1pt;
	border: 1px solid #CC0000;
	margin-left: 60px;
	padding: 2px;
}
#lp_feed {
	display: none;
}

/* ===================== */
/* REPLACED PER TICKET #34 2009-10-06
a:link {text-decoration: none}
a:visited {text-decoration: none}
*/
a:link {
	text-decoration: none;
	color: #C00;
} 
a:visited {
	text-decoration: none;
	color: #000;
} 
/* ===================== */

a:active {text-decoration: none} 
a:hover {text-decoration:none}

#right-ad  {
	/* height: 130px; */
	width: 243px;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#footer-links  {
	background-color: #CCCCCC;
	height: auto;
	width: 280px;
	left: 0px;
	position: relative;
	display: inline;
	float: left;
	padding-left: 30px;
}
#copyright  {
	width: 940px;
	clear: left;
	padding: 10px;
	text-align: center;
}
#intro  {
	padding: 10px;
	width: 633px;
	border: 1px solid #CCCCCC;
	float: left;
	display: inline;
	overflow: visible;
	position: relative;
}
#search-result  {
	padding: 10px;
	width: 633px;
	border: 1px solid #CCCCCC;
	float: left;
	display: inline;
	overflow: visible;
	margin-top: 10px;
	position: relative;
}
/*

	GalleryView Stylesheet

*/

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos {
	visibility: hidden;
}

/* GALLERY CONTAINER */
.gallery { background: #ddd; border: 1px solid #aaa; padding: 5px;}

/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
#lr_feed {
	display: none;
}
#areanavbar {
	height: 35px;
	width: 633px;
}

/* ===================== */
/* REPLACED PER TICKET #34 2009-10-06 (looks same to me but...)

.text_second_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1pt;
}
.text_body_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}
*/
.text_second_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1pt;
}
.text_body_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}
/* ===================== */




/* ===================== */
/* ADDED PER TICKET #34 2009-10-06 */

.text_body_dark_wide {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 20px;
}
#social {
	width: 250px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
	margin-left: 22px;
	border: 1px solid #CCC;
}
#social_text {
	width: 192px;
	float: right;
	margin-top: 8px;
}
#real_estate_guide {
	width: 600px;
	padding: 5px;
	border: 1px solid #666;
	float: left;
	margin-left: 12px;
}
#real_estate_guide_text {
	width: 400px;
	float: right;
	margin-top: 10px;
}

/* ===================== */