@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0; outline: none;}

body {
	background: #fff url(../_img/bg.jpg) repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #8e8f91;
}

#wrapper {
	background: url("../_img/68-main-street-markham.jpg") no-repeat;
	width: 960px;
	height: 720px;
	margin: 10px auto 10px auto;
	position: relative;
}
#register {
	position: absolute;
	top: 198px;
	left: 554px;
}
#logosm {
	width: 85px;
	height: 106px;
	position: absolute;
	top: 57px;
	left: 609px;
}
#btmPic {
	width: 890px;
	height: 226px;
	position: absolute;
	left: 35px;
	bottom: 35px;
	
}
	
#sloganHome {
	position: absolute;
	top: 203px;
	left: 454px;
}
#springBonus {
	position: absolute;
	top: 578px;
	left: 755px;
	width: 107px;
	height: 100px;
	z-index: 100;
}
#nav {
	position: absolute;
	top: 179px;
	left: 460px;
	width: 402px;
	height: 17px;
	list-style: none;
	z-index:200;
}
#nav li {
	float:left;
	position:relative;
	z-index: 250;
	}
#nav ul {
	display: none;
	position: absolute;
	margin: 0px;
	top: 100%;
	left:0px;
	width: 150px;
	background: #ffffff;
	font-size: 10px;
	border: 1px solid #d7d8da;
	}
#nav ul ul {
	display: none;
	position: absolute;
	margin: 0px;
	top: 0;
	left:100%;
	width: 150px;
	background: #ffffff;
	font-size: 10px;
	border: 1px solid #d7d8da;
	z-index: 11;
	}
li>ul {
	top: auto;
	}
#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
	display: none;
}
#nav ul li:hover ul, #nav ul li.over ul {
	display:block;
}
#nav li:hover ul, #nav li.sfhover ul, #nav li:hover ul li:hover ul, #nav li.sfhover ul li.sfhover ul {
	display: block;
	}
#nav li.over ul, #nav li.over ul ul {
	display: block;
	}
#nav li:hover ul ul, #nav li.over ul ul {
	display:none;
}
#nav li:hover ul ul ul, #nav li.over ul ul ul {
	display:none;
}
#nav li li, #nav li li li {
	width:100%;
	margin:0px;
	display: block;
	clear: both;
	border-left: 0;
	border-bottom: 1px solid #e6e6e6;
	}
#nav li li.last {
	border-bottom:0;
	}
#nav li li a {
	padding: 7px 6px 7px 6px;	
	display: block;
	color: #717174;
	text-decoration: none;
	}

#nav li li a:hover {
	display: block;
	text-decoration: none;
	background: #489278;
	color: #fff;
	}
#nav a {
	display: block;
	text-decoration: none;
	}
#nav a:hover {
	display: block;
	text-decoration: none;
	}
#contentOther {
	width: 411px;
	height: 390px;
	position: absolute;
	top: 275px;
	left: 454px;
}
#contentOther ul {
	list-style-image: none;
	list-style: none;
}
#contentOther li {
	display: block;
	padding:7px 3px;
	border-bottom: 1px solid #eee;
}
#contentOther li a {
	color: #8e8f91;
	text-decoration:none;
}
#contentOther li a:hover {
	color: #479178;
}
#floorplanNav {
	width: 280px;
	height: 450px;
	position: absolute;
	top: 220px;
	right: 80px;
	/*left: 653px; */
	color: #8e8f91;
	z-index: 10;
	background: transparent;
}
#floorplanNav ul {
	list-style: none;
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px;
	margin-bottom: 3px 0 3px 0;
}
#floorplanNav ul li a {
	display: block;
	padding: 3px;
	color: #8e8f91;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#floorplanNav ul li a.last {
	border: none;
}
#floorplanNav ul li a:hover {
	color: #3b896e;
}
#floorplanTitle {
	position: absolute;
	top: 98px;
	left: 95px;
	width: 227px;
	height: 98px;	
}
#floorplanTitle img {
	border:0;
}
#floorplan {
	position: absolute;
	left: 95px;
	top: 220px;
	width: 552px;
	height: 455px;
}
#floorplanDesc {
	position: absolute;
	left: 95px;
	top: 223px;
	width: 368px;
	height: 449px;
}
#pdfdownload {
	width: 114px;
	height: 30px;
	position: absolute;
	top: 620px;
	left: 544px;
	z-index: 5;
}
#buildingContent {
	width: 264px;
	height: 273px;
	position: absolute;
	top: 350px;
	left: 635px;
}
#regForm {
	width: 470px;
	height: 287px;
	position: absolute;
	top: 275px;
	left: 454px;
}
#contentHome {
	width: 431px;
	height: 264px;
	position: absolute;
	top: 391px;
	left: 454px;
}
#regForm, #contentOther, #buildingContent, #contentHome p {
	color: #8e8f91;
}
#contentOther p, #buildingContent p, #floorplanNav p, #floorplanDesc p {
	margin-bottom: 8px;
	line-height: 17px;
}
#buildingContent p.largeFont {
	font-size: 18px;
	color: #8e8f91;
	color: #3f311a;
	line-height: 21px;
}
p.largeFont {
	font-size: 18px;
	color: #8e8f91;
	color: #3f311a;
}
#regForm td {
	padding: 0 10px 4px 0;
}
#regForm label {
	float: left;
	width: 130px;
	color: #8e8f91;
	text-align:right;
	padding-right: 8px;
	padding-top: 3px;
}
#regForm label.error {
	float:right;
	color: #C00;
	width: auto;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: -14px;
}
#regForm input, #regForm textarea {
	width: 180px;
	margin-bottom: 3px;
	padding: 2px 4px;
	border: 1px solid #8E8F91;
	}
#regForm br {
	clear: left;
}
#regForm textarea {
	height: 60px;
}
#regForm #submitbutton{
margin-left: 138px;
margin-top: 5px;
width: 80px;
background: #489278;
color: #fff;
font-weight: bold;
font-size: 11px;
border: none;
}

#copyright {
	position: absolute;
	top: 670px;
	width: 70px;
	height: 50px;
}
#contactus {
	position:absolute; top: 110px; right: 107px; color: #999; font-size: 12px;
}
#contactus a {
	color: #999;
	text-decoration: none;
}
#contactus a:hover {
	color: #302d20;
	text-decoration: none;
}

#galleryTitle {
	position: absolute;
	top: 138px;
	left: 91px;
	width: 219px;
	height: 69px;
}
#galleryTitle img {
	border:0;
}

div.thumb {
	position: absolute;
	top: 249px;
	right: 60px;
	width: 286px;
	height: 367px;
	z-index: 100;
}
#main_view {
	position: absolute;
	top: 231px;
	left: 51px;
	z-index: 99;
	width: 548px;
	text-align: center;
}
.thumbLeft {
	width: 140px;
	float: left;
}
.thumbRight {
	width: 140px;
	float: right;
}
div.thumb img {
	margin-bottom:6px;
}
#radiobtns {
	position: absolute;
	width: 30px;
	height: 20px;
	z-index: 300;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #636466;
	font-size: 12px;
	top: 560px;
	right: 58px;
}
#radiobtns a {
	height:12px;  
	width:12px;
	display:block;
	float: left;
	margin-right: 3px;
	background: transparent url("../_img/radio-btns.gif") no-repeat scroll left 0;
}
#radiobtns a:hover {
	background: transparent url("../_img/radio-btns.gif") no-repeat scroll right 0;
}
#radiobtns a.active {
background: transparent url("../_img/radio-btns.gif") no-repeat scroll right 0;
}
#radiobtns span {
	display: none;
}

