	@charset "utf-8";
/* CSS Document */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

html {
	background: url(images/purple_bg.png) center repeat-y;
	font-size: 62.5%;
}

body {
	background: none;
	color: #171717;
	font-family: Futura, Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#wrapper {
	margin: 0 auto;
	width: 934px;
}

.wrapper {
	margin: 0 auto;
	width: 934px;
}

#header {
	background: #fff;
	color: #4e2782;
	height: 167px;
	padding-top: 33px;
}

	.logo {
		margin: 7px auto auto 18px;
		float: left;
	}
	
	#header h2 {
		float: right; 
		margin: 0 27px 10px auto;
		font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-style: italic;
		font-size: 1.8em;
	}
#nav {
	height: 55px;
	float: right;
}

	#nav ul { 
		float: right; 
		width: 630px; 
		background: url(images/nav_bg.png) repeat-x; 
		height: 55px;
	}
	
	#nav ul li {
		float: left;
		height: 52px;
		line-height: 52px;
	}
	
	#nav ul li a {
		display: block;
		margin-top: 18px;
		padding: 0px 12px;
		color: #98999d;
		height: 20px;
		line-height: 20px;
		font-size: 1.5em;
		text-decoration: none;
		border-right: 1px solid #98999d;
	}
	
	#nav ul li a:hover, #nav ul li.active a {
		color: #4e2782;
		font-weight: bold;
	}
	
	#nav li.last a {
		border-right: none;
		padding: 0px 0px 0px 12px;
	}
	
	#nav ul li a.homeLink { padding: 0px 12px 0px 0px; }

	#nav ul li ul li { display: none; }

#featuredHome {
	background: url(images/header_bg.png) no-repeat; 
	width: 934px;
	height: 260px;
	margin-top: -62px;
}

#featuredTop { margin-top: -62px; background: url(images/content_header.png) no-repeat; height: 18px; }

#featured {
	background: url(images/content_bg.png) repeat-y; 
	width: 934px;
}


	#slideshow {
		float: left;
		margin: 5px 0 0 6px;
		position: relative;
		z-index: 5;
	}
	
		#slideshow	ul.slideshow {
			list-style:none;
			width:460px;
			height:255px;
			overflow:hidden;
			position:relative;
			margin:0;
			padding:0;
			
		}	
		
		#slideshow ul.slideshow li {
			position:absolute;
			left:0;
			right:0;
		}
		
	#slideshow	ul.slideshow li.show {
			z-index:500;	
		}
		
	#slideshow ul.slideshow img {
			border:none;	
		}
		
		
	#slideshow	#slideshow-caption {
			width:460px;
			height:70px;
			position:absolute;
			bottom:0;
			left:0;	
			color:#fff;
			background:#000;
			z-index:500;
			display: none;
		}
		
	#slideshow	#slideshow-caption .slideshow-caption-container {
			padding:5px 10px;		
			z-index:1000;
		}
		
	#slideshow	#slideshow-caption h3 {
			margin:0;
			padding:0;	
			font-size:14px;
		}
		
		#slideshow #slideshow-caption p {
			margin:5px 0 0 0;
			padding:0;
		}
		
	
	#featuredHome h1 {
		float: left; 
		margin: -225px 0px 0 520px;
		font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 2.5em;
		font-weight: 500;
		position: relative;
		z-index: 10;
		width: 800px;
		color: #4e2782;
	}
	
	.gold {
		float: left;
		margin: -135px 0px 0 468px;
		padding: 30px;
		width: 400px;
		height: 75px;
		clear: both;
		background: url(images/gold_strip_bg.png) right repeat-y;
		text-align: justify;
		color: #4e2782;
		font-weight: 400;
		font-size: 1.3em;
		line-height: 190%;
	}

#homeButtons {
	background: #e0d7ea url(images/home_buttons_bg_right.png) top right no-repeat;
	height: 81px;
	width: 922px;
	margin: 0 auto;
}


#homeButtons ul li {
	float: left;
}

#homeButtons ul li a {
	font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	font-weight: 600;
	color: #4e2782;
	text-decoration: none;
	display: block;
	width: 229px;
	text-align: center;
	line-height: 81px;
	border-right: 1px solid #421268;
}

	#homeButtons ul li a:hover { background: #F1F1DC; }
	#homeButtons ul li.first a { background: url(images/home_buttons_bg_left.png) no-repeat; }
	#homeButtons ul li.last a { border-right: none; }
	#homeButtons ul li.last a:hover { background: url(images/home_buttons_bg_right_hover.png) 0px 0px no-repeat; }
	#homeButtons ul li.first a:hover { background: url(images/home_buttons_bg_left_hover.png); }


#mainHome {
	background: url(images/home_content_bg.png) no-repeat;
	width: 923px;
	height: 232px;
	margin: 0 0 10px 6px;
}

#main {
	width: 942px;
	overflow: hidden;
}

#contentHome {
	width: 450px;
	background: url(images/gold_border.png) 459px 20px no-repeat;
	padding: 8px 0px 0px 13px;
	float: left;
}

	#contentHome img { float: left; padding-right: 25px; }
	
	#contentHome h1 { 
		margin: -5px 0 1px 5px;
		float: left; 		
		font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 2.8em;
		font-weight: 500;
		color: #fff;
		width: 185px;
}

		#contentHome .p1 {
			margin: 0px;
			color: #fff;
			padding: 8px;
			padding-right: 12px;
			font-size: 1.4em;
		}
	
	.maphome a:hover {
		
		position: relative;
		z-index: 5;		
	}
	
#content {
	width: 610px;
	float: right;
	padding: 25px 55px 35px 5px;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	font-size: 1.3em;
}

	#content p { margin-bottom: 15px; }
	#content h1 {
		font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
		font-size: 2em;
		font-weight: bold;
		color: #4E2683;
		letter-spacing: 1px;
		line-height: 100%;
		margin-bottom: 10px;
	}
	
	#content h2 {
		font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
		font-size: 1.8em;
		font-weight: bold;
		color: #4E2683;
		letter-spacing: 1px;
		line-height: 100%;
		margin-bottom: 7px;
	}

	#content h3 {
		font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
		font-size: 1.6em;
		font-weight: bold;
		color: #4E2683;
		letter-spacing: 1px;
		line-height: 100%;
		margin-bottom: 5px;
	}

	#content h4 {
		font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
		font-size: 1.4em;
		font-weight: bold;
		color: #4E2683;
		letter-spacing: 1px;
		line-height: 100%;
		margin-bottom: 5px;
	}

	#content h5 {
		font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
		font-size: 1.3em;
		font-weight: bold;
		color: #4E2683;
		letter-spacing: 1px;
		line-height: 100%;
		margin-bottom: 5px;
	}

	#content h6 {
		font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
		font-weight: bold;
		color: #4E2683;
		letter-spacing: 1px;
		line-height: 100%;
		margin-bottom: 5px;
	}
	
	#content ul li {
		margin-left: 3em;
		display: list-item;
		list-style-type: disc;
		line-height: 150%;
	}
	
	#content ol li {
		margin-left: 3em;
		display: list-item;
		list-style-type: decimal;
		line-height: 150%;
	}
	
	#content ul, #content ol {
		margin-bottom: 15px;
	}

#content blockquote {
	color: #514c3a;
	font-style: italic;
	font-size: 1.3em;
	margin: 1.2em 0em 1em 3.5em;
	border-left: 3px solid #4D2683;
	padding-left: .8em;
}

#sidebarHome {
	width: 47%;
	float: left;
	padding: 27px 0 0 13px;
}

	#sidebarHome h2 { 
		margin-bottom: 5px;
		font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 2.8em;
		font-weight: 500;
		color: #fff;
}

		#sidebarHome p {
			color: #fff;
			font-size: 1.4em;
			margin-bottom: 20px;
		}

#sidebar {
	width: 242px;
	float: left;
	background: url(images/sidebar_bg.png) repeat-y;
	margin: 0px 0px 0px 15px;
	padding-top: 5px;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}

	#sidebar h6 {
		color: #4e2683;
		padding: 10px 0px 0px 10px; 
		font-size: 1.4em;
		font-weight: bold;
	}

	#gold {
		background: url(images/sidebar_gold_bg.png) repeat-y;
		margin: 39px 25px 0px -9px;
	}
		#gold ul { margin: 30px 0px 0px 0px; }
		#gold ul li { width: 226px; text-align: right; }
		#gold ul li a {
			text-align: left;
			display: block;
			padding: 10px 5px 10px 45px;
			color: #000;
			text-decoration: none;
			font-size: 1.4em;
		}
		#gold ul li a:hover, #gold ul li.active a { background: #fff url(images/sidebar_bg.png) top right repeat-y; border-top: 1px solid #EBEBEB; border-bottom: 1px solid #EBEBEB; padding: 9px 5px 9px 45px; }
#footer {
	height: 55px;
	background: url(images/footer_bg.png) no-repeat;
	line-height: 51px;
	color: #fff;
	padding: 0px 20px 0px 20px;
	font-size: 1.2em;
}

#footer a { color: #fff; text-decoration: none; padding: 0px 5px; }
#footer a:hover { text-decoration: underline; }


#mtgcalc { margin-left: 120px; }



/******* MAP HOVER STYLES ************/

	#map  {
		background: url(../../images/map.jpg) no-repeat;
		width: 509px;
		height: 509px;
		position: relative;
		margin: 0 auto;
		border: 3px solid #CCC;
	}	
	
	#encantos {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 45px;
		left: 345px;
	}
	
	#loslibros {
		width: 30px;
		height: 30px;position: absolute;
		top: 118px;
		left: 323px;
	}

	#lapaz {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 150px;
		left: 365px;
	}
	
	#candlelight {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 300px;
		left: 125px;
	}
	
	#toyland {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 430px;
		left: 54px;
	}
	
	#novels {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 417px;
		left: 102px;
	}
	
	#trissino {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 459px;
		left: 115px;
	}
	
	#southglen {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 457px;
		left: 165px;
	}
	
	#map a { text-decoration: none; }
	#map a:hover { background: transparent; text-decoration:none; cursor: pointer;  } /*BG color is a must for IE6*/
    #map a.tooltip span { display:none; width:186px; height: 186px; }
    #map a.tooltip:hover span { display:block; position:absolute;  }
	
	#map a.tooltip:hover span.encantos { top: 65px; left: 155px; }
	#map a.tooltip:hover span.loslibros { top: 110px; left: 153px; }
	#map a.tooltip:hover span.lapaz { top: 150px; left: 195px; }
	#map a.tooltip:hover span.candlelight { top: 150px; left: 150px; }
	#map a.tooltip:hover span.toyland { top: 255px; left: 65px; }
	#map a.tooltip:hover span.novels { top: 242px; left: 113px; }
	#map a.tooltip:hover span.trissino { top: 284px; left: 126px; }
	#map a.tooltip:hover span.southglen { top: 283px; left: 176px; }



/*LISTING STYLES*/

#listings .listing { clear: both; margin: 20px 0px 0px 0px; border-bottom: 1px solid #eaeaea; }
#listings .listing .address, .listing .price, .listing .description, .listing .moreinfo { margin-bottom: 3px; }
#listings .listing img.listingThumb { float: left; margin: 0px 8px 0px 0px; padding: 5px; border: 1px solid #EAEAEA; }
#listings .listing p.address a { margin-bottom: 0px; font-family: Futura, Century Gothic, Arial, Helvetica, sans-serif; font-size: 1.4em; font-weight: bold; color: #4E2683; text-decoration: none; }
#listings .listing p.address a:hover { color: #000; }
#listings .listing p.price { font-weight: bold; }
#listings .listing p.description { padding-left: 147px; }
#listings .listing p.moreinfo { text-align: right; margin-top: -10px; padding-bottom: 10px; }
#listings .listing p.moreinfo a { color: #4e2683; }
#listings .listing p.moreinfo a:hover { text-decoration: none;  }


#listingPage { clear: both; margin: 8px 0px; }
#listingPage  .address,  .price,  .description { margin-bottom: 3px; }
#listingPage  img.listingThumb { float: left; margin: 0px 10px 10px 0px; padding: 5px; border: 1px solid #EAEAEA; }
#listingPage  p.address { margin-bottom: 0px; font-family: Futura, Century Gothic, Arial, Helvetica, sans-serif; font-size: 1.4em; font-weight: bold; color: #4E2683; text-decoration: none; }
#listingPage  p.address a:hover { color: #000; }
#listingPage   p.model { font-style: italic; font-size: 1.4em; }
#listingPage  p.price { font-weight: bold; font-size: 2.2em; font-family: Arial, Helvetica, sans-serif; }
#listingPage  p.description { clear: left; }

#googleMap { width: 200px; height: 200px; margin: 10px; float: right; border: 3px solid #CCC; overflow: hidden; }
#breadcrumbs { float: right; margin-top: -22px; margin-bottom: 10px; }
#breadcrumbs a { padding: 0px 5px; }
#breadcrumbs a:hover { text-decoration: none; }

#buyerSignup img, #agentSignup img { margin: 7px 0px 0px 15px; }

#homeThumbs { position: relative; z-index: 5; }
#homeThumbs img { }
#thumb1 { padding: 0px 15px 0px 4px; }
#thumb2 { padding: 0px 15px 0px 8px; }
#thumb3 { padding: 0px 0px 0px 5px; }
#homeThumbs2 {
	position: relative;
	margin-top: -102px;
	z-index: 10;
	width: 433px;
	height: 100px;
	background: url(images/home_thumbs.png) no-repeat;
}

#homeThumbs2 ul li a {
	display: block;
	width: 135px;
	height: 100px;
	float: left;
	margin-right: 10px; 
	text-decoration: none;
}

#homeThumbs2 ul li.last a { margin-right: 0px; }

#gallery ul li { list-style-type: none;  }

.thumbscontainer ul.thumbs li { list-style-type: none; }

.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.clearRight { clear: right; }
strong { font-weight: bold; }
em { font-style: italic; }