html {
	height:100%;
}

body {
	height:100%;
	background-image:url(images/leland_bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}


a {
	color: #4f0044;
	text-decoration:underline;
}
a:hover {
	color: #b8ac1e;
	text-decoration: none;
}


/* Browser Fixes and Workarounds */
.nn6img { display : block; }
p { margin-top : 0px; }

.thumb {
	display : block;
	border:1px solid black;
	cursor:default;
}

.thumb_hover {
	display : block;
	border:1px solid silver;
	cursor:pointer;
}

.thumb_caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	color: #2F180B;
}

.thumb_caption a {
	color: #b8ac1e ;
	font-weight:bold;
	text-decoration:none;
}

.thumb_caption a:hover {
	color: #4f0044;
	font-weight:bold;
	text-decoration: none;
}

.community_title {
	font-family:'Times New Roman', Times, serif; 
	font-size:24px; 
	line-height:32px; 
	font-weight:normal; 
	color:#B8AC1E; 
	font-style:italic;
}

.community_title a {
	font-family:'Times New Roman', Times, serif; 
	font-size:24px; 
	line-height:32px; 
	font-weight:normal; 
	color:#B8AC1E; 
	font-style:italic;
	text-decoration:none;
}

.community_title a:hover {
	font-family:'Times New Roman', Times, serif; 
	font-size:24px; 
	line-height:32px; 
	font-weight:normal; 
	color:#4f0044; 
	font-style:italic;
	text-decoration:underline;
}

.community_name {
	font-family:'Times New Roman', Times, serif; 
	font-size:16px;
	line-height:18px; 
	font-weight:normal; 
	color:#B8AC1E; 
}

.community_name a {
	color: #b8ac1e ;
	text-decoration:none;
}

.community_name a:hover {
	color: #4f0044;
	text-decoration: none;
}

.community_sold_out {
	font-family:'Times New Roman', Times, serif; 
	font-size:12px;
	line-height:14px; 
	font-weight:normal; 
	color:#4f0044;
	text-align:right;
}

.inventory_title_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:19px; 
	font-weight:bold; 
	color:#000000;
	text-align:left;
}
.listing_lable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	color: #000000;
}

.listing_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}

.subNav {
	font-family:Arial; 
	font-size:12px;
	font-weight:bold;
	font-style:normal;
 	color: #4f0044;
	text-decoration: none;
	text-align: center;
	cursor:default;
}

.subNavHover {
	font-family:Arial; 
	font-size:12px;
	font-weight:bold;
	font-style:normal;
 	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	cursor:pointer;
}

.subNavActive {
	font-family:Arial; 
	font-size:12px;
	font-weight:bold;
	font-style:normal;
 	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
}

