body {
	font: normal 11px arial;
	}
	
A {
	text-decoration: underline;
	color: #085D39;
}

A:hover {
	text-decoration: underline;
	color: #000000;
}

.menu {width:800px; height:30px; font-size:11px; position:relative; z-index:100; border:1px solid #fff5dc; background:#ffd980; margin:0; padding:0; left:-1px; text-align: center}

.menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 800px; /* Width of Menu Items */
    display: block;
	}

/* Main */

.menu ul li {
	position: relative; 
	float: left; 
	display: block; 
	width: 140px;
	border-right: solid 1px #085d39;
	}
	
/* Second Level */

.menu li ul {
	position: absolute;
	left: 0px; 
	top: 29px;/* Set 1px less than menu height */
	display: none; 
	float: none; 
	width: 250px;
	background: #ffd980;

	}

.menu li ul li {
	display: block; 
	/*float: none; */
	width: 250px;
	}

/* Third Level */

.menu li ul ul {
	position: absolute;
	left: 259px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	width: 250px;
	padding: 0;
	margin: 0;
	}
	
.menu li ul li ul li{
	display: block; 
	float: none; 
	width: 250px;
	}
	
/* Styles for Menu Items */

/* Main */
.menu ul li a {
	display: block;
	text-decoration: none;
	color: #085d39;
	font-weight: bold;
	background: #ffd980; /* IE6 Bug */
	height: 30px;
	line-height: 29px;
	padding: 0px 1px;
	}

/* Second Level */
.menu ul ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background: #d4d8bd; /* IE6 Bug */
	height: 20px;
	line-height: 19px;
	padding: 3px 3px 3px 6px;
	text-align: left;
	width: 250px;
	}
	
/* Third Level */
.menu ul ul ul li a {
	display: block;
	text-decoration: none;
	color: #d4d8bd;
	font-weight: bold;
	background: #085d39; /* IE6 Bug */
	height: 20px;
	line-height: 19px;
	padding: 3px 3px 3px 6px;
	text-align: left;
	width: 250px;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */

/* Hover Styles */

/* Main */
.menu ul li a:hover { 
	color:#fff5dc; 
	background:#085d39;
	
	} 
	
/* 2nd Level */
.menu ul ul li a:hover { 
	color:#fff5dc; 
	background:#085d39;
	} 
	
/* 3rd Level */
.menu ul ul ul li a:hover { 
	color:#fff5dc; 
	background:#085d39;
	}

.menu a.drop:hover {
	background: #ffd980;
	color: #085d39;
	}
	
.menu a:hover, .menu ul ul a:hover{color:#fff5dc; background:#085d39;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff5dc;background:#085d39;}
		
.menu li:hover ul, li.over ul { display: block;} /* Hover Over First Level, Second Level Shows */
.menu li:hover ul ul, li.over ul ul { display: none;} /* Hides Third Level when hovering over First Level to show Second Level */

.menu li ul li:hover ul, li ul li.over ul{ display: block;} /* Hover Over Second Level to show Third Level */


body, html {height:100%;}

BODY 			{ 	color:#000; background: url(../images/BackgroundGradient_Shadow.jpg) #FFF5DC repeat-y top center; margin:0px; padding:0px;	}

.footer			{	font-family: arial, verdana, sans-serif; font-size:11px; line-height:15px;
					font-weight: bold; margin:0px; padding:0 0 0 10px; color: black; width: 800px;}

.footer	A		{	color: black }
		
H2				{	font-size:14px; line-height:18px; color: black }				
.content		{	width: 800px; font-family: arial, verdana, sans-serif; font-size:13px; line-height:16px;
					margin:0px 0px 20px 0px; padding:20px 0px; color: black; min-height: 100%; height: 100%}

.contentAlt		{	font-family: arial, verdana, sans-serif; font-size:13px; line-height:16px;
					margin-top:0px; padding:0px 0px 20px 10px; color: white }
.contentNo		{	font-family: arial, verdana, sans-serif; font-size:13px; line-height:16px;
					margin-top:0px; color: black }
.contentNoAlt		{	font-family: arial, verdana, sans-serif; font-size:13px; line-height:16px;
					margin-top:0px; color: white }
.contentSmallerNo	{	font-family: arial, verdana, sans-serif; font-size:13px; line-height:13px;
					margin-top:0px; color: black }
					
.contentAlt A		{	color: white }
					
.productColumnHeader {	font-family: arial, verdana, sans-serif; font-size:10px; line-height:16px; }
.productColumnMain {	font-family: arial, verdana, sans-serif; font-size:12px; line-height:18px; }
.productColumnSub {	font-family: arial, verdana, sans-serif; font-size:11px; line-height:16px; }

					
.nav			{	font-family: arial, verdana, sans-serif; font-size:11px; line-height:15px;
					font-weight: bold; padding:0 0 0 10px; color:#0F5E3F; }
.nav A			{	text-decoration: none; color: #3A532F; }	



#blurb			{	font-family: arial, verdana, sans-serif; font-size:14px; line-height:17px;
					padding:0px 0px 25px 0px; color: black }

#blurbsub		{	font-family: arial, verdana, sans-serif; font-size:11px; line-height:15px;
					padding:0px 0px 15px 0px; color: #333333; border-top: 1px solid #CCCCCC; }
#houseIMG		{	padding:10px 0px 10px 0px; color: black; margin: 0px 0px 10px 0px;}		
#sub			{	font-family: arial, verdana, sans-serif; font-size:12px; line-height:16px;
					padding:10px 10px 10px 0px; }
#sub A			{	color: black; }
#details		{ 	padding: 0px 0px 0px 0px; width: 550px; float: left; margin: 0px 60px 20px 0px; display:block}
#functions		{ 	padding:0px; width:180px; font-family: arial, verdana, sans-serif; font-size:12px; line-height:16px; margin-bottom:20px; display: block;
				}
*html #functions {width: 185px; padding:0 10px 0 0;}
#functions A	{	color: #3A532F; }

.textheader		{	font-family: Arial; font-size:14px; line-height:24px;
					font-weight: bold; color:#0F5E3F }	

.calloutTop		{	font-family: arial, verdana, sans-serif; font-size:11px; line-height:14px;
					font-weight: bold; color:black }
.calloutBottom 	{	font-family: arial, verdana, sans-serif; font-size:11px; line-height:14px;
					color:black }
.calloutBottom A	{ color:#0F5E3F }

H1 		{
	color:rgb(8,93,57);
	font:normal 30px/32px Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	margin-top:0px;
	display: block;
}
						
.tableBackground 	{background-color:#ccc;}
.tableForeground	{background-color:#fff;}

#callout1 		{
					position: absolute;
					left: 612px;
					top: 137px;
					width: 154px;
					visiblity: visible;
					z-index: 1;
}

#phone {
					position: absolute;
					left: 623px;
					top: 67px;
					width: 137px;
					visiblity: visible;
					z-index: 1;
}
					

	

#callout2 		{
					position: absolute;
					left: 612px;
					top: 137px;
					width: 160px;
					visiblity: visible;
					z-index: 1;
}

.leftbg {

background: #FF0000;

}
#container {display:block; margin: 0 auto; width:820px; background: #FFF5DC; position: relative; padding: 0px 0px 0px 20px; left: -10px; height:auto; min-height: 100%;}
*html #container {height: auto; min-height: 100%}

#otherplayhouses {display: block; padding:0px; width: 180px; font-family: arial, verdana, sans-serif; font-size:12px; line-height:16px; margin: 0px 0px 20px 0px; position:relative;}
#otherplayhouses A {background:url(../images/HomePage/arrow.gif) 0px 3px no-repeat; color:rgb(0,0,0); text-decoration:none;display:block; padding:0 0 0 10px;}
#otherplayhouses A:hover {background:url(../images/HomePage/arrow.gif) 0px 3px no-repeat;color:rgb(8,93,57);text-decoration:underline;}
#otherplayhouses EM {font-style:italic; color:rgb(8,93,57);font-size:16px; font-weight:bold; font-family: "Times New Roman", Georgia, Times, serif; }
em#phmodels {font-style:italic; color:rgb(8,93,57);font-size:16px; font-weight: bold; font-family: "Times New Roman", Georgia, Times, serif; }

div.content p a, #blurb a{color:#085d39; text-decoration:underline}
div.content p a:hover, #blurb a:hover{color:#000000}

/*Menu Styling*/

#info {position:relative;}
p.bold {padding-left:15px; color:#c00;}
a.linkup {position:relative;}
a.buttonup {position:absolute; top:200px; left:650px; border:0;}
a.buttonup img {border:0;}
.gleft {float:left; margin:25px 0 10px 0;}
.gright {float:right; margin:25px 5px 10px 0;}
.grc {margin:20px 0 0 10px;}




/* Popup Link Styles for House Pages */
.popuplink {font-size: 11px; color: #666666; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
.popuplink:hover {color: #085d39}
span.popup {font-size: 12px}
div#buytop {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	width: 200px;
	float: right;
	padding: 25px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	height: 40px;
	}

div#buytop img{
	margin-top: 5px;
	}

div#mast {
	display: block;
	width: 800px;
	height: 60px;
	margin: 0px 0px 60px 0px;
	}
	
div#header {
	width: 550px;
	display: block;
	float: left;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
ul#options {
	margin: 0px;
	padding: 0px;
	display: block;
	}
	
ul#options li {
	list-style-type: none;
	background: url(../images/HomePage/arrow.gif) no-repeat 0px 4px;
	padding-left: 9px;
	margin-bottom: 5px;
	}
	
ul#options li a {
	text-decoration: none;
	}
	
ul#options li a:hover {
	color: #085d39;
	}
	
ul#pplist {
	margin: 0px;
	padding: 0px;
	display: block;
	}
	
ul#pplist li {
	list-style-type: none;
	background: url(../images/HomePage/arrow.gif) no-repeat 0px 4px;
	padding: 0px 0px 0px 9px;
	margin: 5px 0px 0px 0px;
	}
	
ul#pplist li a {
	text-decoration: none;
	}
	
ul#pplist li a:hover {
	color: #085d39;
	}
	
span#smallheaders {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(8,93,57);
	font-size: 14px;
	font-weight: bold;
	}
	
ul#sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	}
	
ul#sitemap li {
	margin-bottom: 5px;
	}
	
ul#sitemap li a {
	text-decoration: none;
	color: #333333;
	}
	
ul#sitemap li a:hover {
	text-decoration: none;
	color: #3e6815;
	}
	
#homes_container {
	width: 800px !important;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	}
	
#homes_left {
	width: 550px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
	}
	
#homes_right {
	width: 180px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	}
	
#homes_clear {
	clear: both;
	width: 800px;
	display: block;
	float: left;
	}
	
div#ppfurn {
	width: 728px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	text-align: center;
	display: block;
	float: left;
	border-bottom: 1px solid #666666;
	height: auto;
	min-height: 100%;
	}
	
div#ppfurn.last {
	border: 0px;
	}
	
div#ppfurn div#col {
	width: 180px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-right: 1px solid #666666;
	text-align: center;
	display: block;
	float: left;
	}
	
div#ppfurn div#col.last {
	border-right: 0px;
	}
	
div#ppfurn div#col div#innercol {
	width: 150px;
	margin: 0 auto;
	text-align: left;
	}
	
div#ppfurn div#col div#innercol div#describecol {
	height: 160px;
	margin-bottom: 10px;
	display: block;
	}
	
div#abc {
	height: 120px;
	display: block;
	}
	
div#ppfurn div#colfurn {
	width: 180px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-right: 1px solid #666666;
	text-align: center;
	display: block;
	float: left;
	}
	
div#ppfurn div#colfurn.last {
	border-right: 0px;
	}
	
div#ppfurn div#colfurn div#innercol {
	width: 150px;
	margin: 0 auto;
	text-align: left;
	}
	
div#ppfurn div#colfurn div#innercol div#describecol {
	height: 160px;
	margin-bottom: 10px;
	display: block;
	}
	
#mininav {
	position: absolute; 
	z-index: 4; 
	width: 300px; 
	height: 20px; 
	text-align: right; 
	left: 512px; 
	top: 10px
	}
	
#mininav a {
	color: #085d39;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	}
	
h1.furniture {
	text-align: left;
}

div.subheader {
	font-size: 9pt;
	color: #000000;
	font-family: Arial;
	font-variant: normal;
	display: block;
	top: -21px;
	position: relative;
	font-weight: bold;
	left: 90px;
	margin: 0px;
}

div.furnintro {
	color:rgb(8,93,57);
	font:normal 13pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	position: relative;
	left: 7%;
	display: block;
}

table.furntable {
	margin: 15px 0px 20px 0px;
	width: 100%;
	position: relative;
	left: -8px;
	
}

table.furntable td {
	text-align: center;
	font-weight: bold;
	font-size: 7.5pt;
	line-height: 11pt;
	padding-bottom: 10px;
}


/*table.furntable td a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}*/

table.furntable td a:hover {
	text-decoration: none;
	color: #085d39;
}

table.furntable td img {
	margin: 0 auto 5px auto;
	border: 0px;
}

table.furntable td.furnsent {
	font-size: 7.9pt;
	padding-top: 20px;
}


.homeCallouts {
	width: 801px;
	height: 113px;
	margin: 1px 0 20px 0;
}

.homeCallouts .disneyCallout {
	float: left;
	width: 400px;
	height: 113px;
	background: url(/images/HomePage/callout-disney.jpg) no-repeat;
}

.homeCallouts .disneyCallout .disneyCalloutInner {
	margin: 8px 0 0 152px;
	}
	
.homeCallouts .disneyCallout .disneyCalloutInner .copy {
	display: block;
	float: left;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #64512f;
	width: 246px;
	position: relative;
	left: 0;
	line-height: 18px;
	clear: right;
	margin-top: 5px;
	}
	
.homeCallouts .disneyCallout .disneyCalloutInner .action {
	display: block;
	float: left;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #64512f;
	background: url(/images/HomePage/callout-arrow.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
	margin: 4px 0 0 0;
	position: relative;
	left: 0;
	clear: left;
	}

.homeCallouts .newsCallout {
	float: left;
	width: 400px;
	height: 113px;
	background: url(/images/HomePage/callout-newsletter.jpg) no-repeat;
	margin: 0 0 0 1px;
}

.homeCallouts .newsCallout .newsCalloutInner {
	margin: 8px 0 0 148px;
	}

.homeCallouts .newsCallout .newsCalloutInner .copy {
	display: block;
	float: left;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #64512f;
	width: 246px;
	position: relative;
	top: 11px;
	line-height: 18px;
	clear: right;
	}
	
.homeCallouts .newsCallout .newsCalloutInner .action {
	display: block;
	float: left;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #64512f;
	background: url(/images/HomePage/callout-arrow.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
	position: relative;
	top: 14px;
	clear: left;
	}