@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}

h1 {
	margin: 0px;
	}
	
#col1 {
	width:238px;
	float:left;
	}
	
#col2 {
	width:390px;
	float:left;
	padding: 26px 0 0 0;
	}
	
p {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	}
	
#col2 a {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	}
	
#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;
	}
	
.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;
	}
	
#photos-contact {
	margin-left: 194px;
	margin-top: 25px;
	}
	
#photos-contact img {
	margin-right: 4px;
	}

.floorplan {
	color: #993366;
}

.boldblack {
	color: #000000;
	font-weight: bold;
	}
	
#popup-container {
	width: 483px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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: 483px;
	height:613px;
	text-align:center;
	}
	
#popup-footer a {
	text-decoration:none;
	color:#000000;
	}
	
#popup-footer {
	}
	
.close {
	text-align:right;
	margin-right:20px;
	text-decoration:none;
	color:#666666;
	}
	
#available p {
	font-size:9px;
	color: #666666;
	min-height: 10em;
    display: table-cell;
    vertical-align: middle;
}

.subhead {
	font-size: 12px;
	margin: 0 0 6px 0;
	color:#000000;
	}
	
#space {
	padding:4px 0 4px 0;
}

#space p {
	margin:0px;
	display:inline;
	font-size:9px;
}
