@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}

#shadowbox {
	width: 850px;
	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. */
	margin-top:20px;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;

	float:left;
}

#mainContent {
	padding-top: 30px;
	height: 478px;
	}
	
#banner-link {
	width: 135px;
	height:60px;
	margin-left:580px;
	margin-top:10px;
	display:block;
}

h1 {
	margin: 0px;
	}
	
#col1 {
	width:238px;
	float:left;
	}
	
#col2 {
	width:390px;
	float:left;
	padding: 26px 0 0 0;
	display:inline;
	}
	
p {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666666;
	}
	
#footer {
	font-size: 9px;
	clear:both;
	margin: 0 0 0 42px;
	color:#000000;
	}
	
#footer a, a:visited {
	text-decoration:none;
	color:#000000;
	}
	
#footer a:hover {
	text-decoration:none;
	color:#993366;
	}
	
.subhead {
	font-size: 10px;
	font-weight:bold;
	margin: 0 0 10px 0;
	color:#000000;
	}
	
.phone {
	color: #993366;
}

.email {
	color: #993366;
	font-size: 9px;

}
	
#quote {
	width:238px;
	float:left;
	margin-top: 100px;
	}
	
#col2-internal {
	width:390px;
	float:left;
	padding: 26px 0 0 0;
	margin-left: 239px;
	display:inline;
	}
	
#col2-internal a {
	color:#666666;
	text-decoration:underline;
	}
	
#col2-internal a:hover,a:visited {
	color:#993366;
	text-decoration:underline;
	}
	
#photos-contact {
	margin-left: 194px;
	margin-top: 25px;
	}
	
#photos-contact img {
	margin-right: 4px;
	}

.availability {
	color: #666666;
	padding-right: 30px;
}

.floorplan {
	color: #993366;
}

.boldblack {
	color: #000000;
	font-weight: bold;
	}
	
#popup-container {
	width: 390px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 486px;
	background-image: url(images/floorplan-lfc.jpg);
	background-repeat: no-repeat;
	background-color: #345678;
	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. */
	padding: 12px;
}

#floorplan-image {
	width: 362px;
	}
	
#popup-footer {
	width: 362px;
	text-align:right;
	}
	
#tl {
	width:23px;
	height:25px;
	background-image: url(images/tl.jpg);
	float:left;
}

#t {
	width:800px;
	height:25px;
	background-image: url(images/t.jpg);
	float:left;
}

#tr {
	width:23px;
	height:25px;
	background-image: url(images/tr.jpg);
	float:left;
}

#l {
	width:23px;
	height: 600px;
	background-image: url(images/l.jpg);
	float:left;
}

#r {
	width:23px;
	height: 600px;
	background-image: url(images/r.jpg);
	float:left;
}

#bl {
	width:23px;
	background-image: url(images/bl.jpg);
	float:left;
}

#b {
	width:800px;
	background-image: url(images/b.jpg);
	float:left;
}

#br {
	width:23px;
	background-image: url(images/br.jpg);
	float:left;
}