@charset "UTF-8";
body  {
	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: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #083d7f;
	background-image: url(../images/bodyBackground.png);
	background-repeat: repeat-x;
}
ol,ul {list-style:none;}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}

.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 75px;
	position: relative;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #contentArea #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.twoColFixLtHdr #contentArea #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	float: left;
	width: 640px;
} 
.twoColFixLtHdr #contentArea #mainContentOneCol {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	float: left;
	width: 889px;
} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	margin: 0 auto;
	width: 910px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #secondaryMenu {
	height: 25px;
	background-color: #999999;
	width: 940px;
	overflow: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #contentArea {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 950px;
	top: 0px;
	background-image: url(../images/contentAreaBgrnd.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #contentArea #sidebar2 {
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}

.twoColFixLtHdr #container #contentArea #sidebar1 ul#page-nav {
	margin-top:25px;
	overflow:hidden;
	border-top:1px dashed #999;
}
.twoColFixLtHdr #container #contentArea #sidebar1 ul#page-nav li {
	float:left;
	width:100%;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;

	border-bottom:1px dashed #999;
}
.twoColFixLtHdr #container #contentArea #sidebar1 ul#page-nav li a,
.twoColFixLtHdr #container #contentArea #sidebar1 ul#page-nav li span {
	display:block;
	text-decoration:none;
	color:#666;
	padding:10px 12px;
	list-style-type: none;
	border:none;
}
.twoColFixLtHdr #container #contentArea #sidebar1 ul#page-nav li span {
    color:#999;
}
.twoColFixLtHdr #container #contentArea #sidebar1 ul#page-nav li.active {
	color:#f60;
}
.twoColFixLtHdr #container #contentArea #sidebar1 ul#page-nav li a:hover {
	background-color:#fdc117;
}
.twoColFixLtHdr #container #contentArea #sidebar1 ul#page-nav li.active a,
.twoColFixLtHdr #container #contentArea #sidebar1 ul#page-nav li.active span{
	color:#1080c7;
}
.twoColFixLtHdr #container #header #topMenu {
	height: 45px;
	width: 420px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	left: 340px;
}
.twoColFixLtHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.twoColFixLtHdr #container #footer p a {
	text-decoration: none;
	color: #000;
}
.twoColFixLtHdr #container #footer p a:hover {
	text-decoration: underline;
	color:#960;
}
.twoColFixLtHdr #container #header #contactArea {
	position: absolute;
	left: 780px;
	top: 35px;
}
.twoColFixLtHdr #container #contentArea #homeContent {
	margin: 0px;
	display: block;
	padding: 25px;
	width: 890px;
}
.twoColFixLtHdr #container #contentArea #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-transform: none;
	color: #666;
	letter-spacing: normal;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #contentArea #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.twoColFixLtHdr #container #contentArea #mainContent ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
	color: #666;
	margin-top: 5px;
	text-indent: -12px;
}
.twoColFixLtHdr #container #contentArea #mainContent div #condoProjectMenu {
}
.twoColFixLtHdr #container #contentArea #mainContent div #condoProjectMenu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #contentArea #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	font-style: italic;
	font-weight: normal;
}
.twoColFixLtHdr #container #contentArea #mainContent #buildinggallery {
	width: 640px;
}
.twoColFixLtHdr #container #contentArea #mainContent #buildinggallery .bldgphoto {
	width: 125px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
	float: left;
	background-image: url(/condo-sales/images/photo-bground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	position: relative;
}
.twoColFixLtHdr #container #contentArea #mainContent .priceTable7col {
	width: 610px;
}
.priceTable7col table {
	padding: 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.priceTable7col caption {
	line-height: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #6633FF;
	margin-top: 10px;
	margin-bottom: 0px;
}
.priceTable7col th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #666666;
	background-color: #ebeade;
	text-align: left;
	line-height: 1.3em;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 0em;
}
.priceTable7col th.unitWh {
}
.priceTable7col th.unitCo {
	color: #333333;
	background-color: #f5fafa;
}
.priceTable7col th.sold {
	color: #ebeade;
	background-color: #999999;
}
.priceTable7col td {
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 0em;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.priceTable7col td.unitCo {
	background-color: #E5F6FE;
}
.priceTable7col td.sold {
	text-decoration: line-through;
	color: #999999;
	background-color: #CCCCCC;
}
.twoColFixLtHdr #container #contentArea .tenacity-image {
	float:left;
	margin-top:25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #container #contentArea .tenacity-image img {
	display:block;
	float:left;
	border:0;
}
.twoColFixLtHdr #container #contentArea #homeContent #opensThisWeek {
	float: left;
	width: 187px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	display: block;
}
.twoColFixLtHdr #container #contentArea #homeContent #individualForSale {
	padding: 10px;
	width: 394px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}
.twoColFixLtHdr #container #contentArea #homeContent #individualForSale .smTwoColumn {
	display: block;
	float: left;
	width: 49%;
}
.twoColFixLtHdr #container #contentArea #homeContent #opensThisWeek h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #666;
}
.twoColFixLtHdr #container #contentArea #homeContent #opensThisWeek p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	margin-bottom: 1px;
}
.twoColFixLtHdr #container #contentArea #homeContent #individualForSale h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 25px;
}
.twoColFixLtHdr #container #contentArea #homeContent #homeProperties {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
	width: 100%;
}
.twoColFixLtHdr #container #contentArea #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #036;
	letter-spacing: .1em;
}
.twoColFixLtHdr #container #contentArea #mainContent #priceTableContainer #markup #unitPricing thead tr th {
	text-align: center;
}
.twoColFixLtHdr #container #contentArea #mainContentOneCol .completedProject {
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.twoColFixLtHdr #container #contentArea #mainContentOneCol .completedProject img {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #contentArea #mainContent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666;
	letter-spacing: normal;
	word-spacing: normal;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #contentArea #mainContent #sidebar2 div.openHouse {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #1080c7;
}
.twoColFixLtHdr #container #contentArea #sidebar1 .remarks {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #contentArea #sidebar1 .remarks h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F60;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	letter-spacing: 0.1em;
}
.twoColFixLtHdr #container #contentArea #sidebar1 .remarks p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #contentArea #sidebar1 .remarks h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #contentArea #homeContent #emailSignup {
	padding: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 1px solid #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	float: right;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	width: 201px;
}
#emailSignup {
	padding: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 1px solid #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	float: left;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}
#emailSignup label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	line-height: 17px;
}
.twoColFixLtHdr #container #contentArea a {
	color: #666;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #container #contentArea a:hover {
	color: #960;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #960;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
a img {
	border: 0px;
}
.doubleSpaced {
	line-height: 1.5em;
}
.twoColFixLtHdr #container #contentArea #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #036;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: .1em;
}
.bldgImage {
	height: 115px;
	width: 115px;
	overflow: hidden;
}
#side_bar {
	line-height: 20px;
}
.twoColFixLtHdr #container #contentArea #sidebar1 h2 {
	margin-left: 10px;
}
.twoColFixLtHdr #container #contentArea #mainContent #sidebar2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.twoColFixLtHdr #container #contentArea #mainContent #sidebar2 h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-transform: none;
	color: #666;
	letter-spacing: normal;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #contentArea #mainContent #sidebar2 #openhouse p {
	font-weight: bold;
	color: #1080c7;
}
.twoColFixLtHdr #container #contentArea #homeContent #opensThisWeek div.openhouse p {
	margin: 0px;
	padding: 0px;
}

