@charset "UTF-8";
/* CSS Document */

body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	background-attachment: fixed;
	background-color: #18325d;
	background-image: url(Images/TamarackTower3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	text-align: center;
	padding: 8px;
}
.twoColFixLtHdr #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 29px;
	background-color: #18325D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	vertical-align: middle;
}
#titletext {
	padding-top: 7px;
	font-size: 1em;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

.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: 0px;
	visibility: hidden;
	display: none;
}
.oneColFixCtrHdr #smallcontainer {
	width: 550px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(Images/highlights_bkgrd.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #highContent {
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
}
.twoColFixLtHdr #mainContent {
	margin-left: 222px;
	padding-top: 49px;
	padding-right: 20px;
	padding-bottom: 36px;
	zoom: 1;
	background-position: right;
	background-color: #FFF;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-right: 16px;
	padding-left: 16px;
}
.twoColFixLtHdr #content .inside {
	padding: 16px;
}
#faqleft {
	width: 750px;
	float: none;
}



#content strong {
	font-size: 16px;
	font-weight: bold;
}
#footer {
	padding: 20px 12px 20px 12px;
	background-color: #18325d;
	text-align: center;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#footer strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.blackBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #18325d;
	padding: 3px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.txtBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
.leftBlk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.cellborder {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.hide {
	display: none;
}
.txtField {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 4px;
}
.leftBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.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;
}
#slopeContent {
	float: left;
	width: 387px;
	background-image: url(Images/lg_slopeside.jpg);
	background-repeat: no-repeat;
}
#servicesContent {
	float: left;
	width: 387px;
	background-image: url(Images/lg_services.jpg);
	background-repeat: no-repeat;
}
#amenitiesContent {
	float: left;
	width: 387px;
	background-image: url(Images/lg_amenities.jpg);
	background-repeat: no-repeat;
}
#studioContent {
	float: left;
	width: 387px;
	background-image: url(Images/lg_studiodeal.jpg);
	background-repeat: no-repeat;
	height: 405px;
}
#thankyouContent {
	float: left;
	width: 387px;
	background-image: url(Images/lg_thankyou.jpg);
	background-repeat: no-repeat;
}
#learnContent {
	float: left;
	width: 387px;
	background-image: url(Images/lg_learn.jpg);
	background-repeat: no-repeat;
}
#launchUnits {
	float: left;
	width: 387px;
	background-image: url(Images/lg_inventory.jpg);
	background-repeat: no-repeat;
}
.mainLeft {
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-right: 20px;
	margin-left: 20px;
	height: 240px;
	padding-top: 175px;
}
.mainLeftContact {
	margin-top: auto;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: auto;
	height: 150px;
	padding-top: 165px;
}
#background {
	background-image: url(Images/lg_line.jpg);
	background-repeat: repeat-y;
	padding: 30px;
}
#rsideContent {
	float: right;
	width: 412px;
}
#rsideContent #tblTitle {
	background: #000000;
	text-align: center;
	padding: 4px;
}
#tblTitle h3 {
	margin: 0px;
	color: #FFFFFF;
}
#developer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	padding: 30px 0px 0px;
	margin: 0px 25px 0px 15px;
}
#developer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	margin: -12px 0px 0px;
	padding: 0px;
}
#subnav {
	height:27px;
	width:554px;
}
#subnav ul {
	display:inline;
	width:554px;
	height:27px;
}
#subnav ul li {
	display:inline;
	list-style:none;
	float:left;
}
#subnav ul li a {
	display:block;
	height:15px;
}
#slopeside a {
	width: 89px;
	text-decoration: none;
	background-image: url(Images/07_slopeside.gif);
	background-position: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
#slopeside a:hover {
	background-image: url(Images/07_slopeside_over.gif);
}
#amenities a {
	width: 87px;
	text-decoration: none;
	padding-top: 6px;
	background-image: url(Images/07_amenities.gif);
	background-position: center;
	padding-bottom: 6px;
}
#amenities a:hover {
	background-image: url(Images/07_amenties_over.gif);
}
#services a {
	width: 83px;
	padding-top: 6px;
	background-image: url(Images/07_services.gif);
	background-position: center;
	padding-bottom: 6px;
}
#services a:hover {
	background-image: url(Images/07_services_over.gif);
}
#units a {
	width: 96px;
	padding-top: 6px;
	background-image: url(Images/07_units.gif);
	background-position: center;
	padding-bottom: 6px;
}
#units a:hover {
	background-image: url(Images/07_units_over.gif);
}
#plans a {
	width: 98px;
	padding-top: 6px;
	background-image: url(Images/07_floorplans.gif);
	background-position: center;
	padding-bottom: 6px;
}
#plans a:hover {
	background-image: url(Images/07_floorplans_over.gif);
}
#learn a {
	width: 99px;
	text-decoration: none;
	padding-top: 6px;
	background-image: url(Images/07_learnmore.gif);
	background-position: center;
	padding-bottom: 6px;
}
#learn a:hover {
	background-image: url(Images/07_learnmore_over.gif);
}
.twoColFixLtHdr #container #bar {
	background-image: url(Images/bar.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
}
#redTopbar {
	text-align: center;
	background-color: #18325D;
	height: 27px;
	width: 800px;
}
#redTopbar ul {
	display: inline;
	height: 27px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#redTopbar  ul li {
	list-style: none;
	width: 800px;
	display: inline;
}
#redTopbar ul li a {
	height: 27px;
	display: block;
	background-position: center;
}
#inventory a {
	background-image: url(Images/inventory.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
}
#redtopbartext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FC0;
	padding-top: 7px;
}
#redtopbartext a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	clear: none;
}
#redtopbartext a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #92332E;
	text-decoration: none;
	clear: none;
}

#inventory a:hover {
	background-image: url(Images/inventory_blk.gif);
	background-repeat: no-repeat;
	background-color: #383535;
}
#linenav {
	height:27px;
	width:800px;
}
#linenav ul {
	display:inline;
	width:273px;
	height:27px;
	margin: 0em;
	padding: 0em;
}
#linenav ul li {
	display:inline;
	list-style:none;
	float:left;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	clear: none;
}
#linenav ul li a {
	display:block;
	height:27px;
	background-repeat:no-repeat;
	background-position:top left;
}
#discover a {
	width: 173px;
	text-decoration: none;
	background-image: url(Images/bar_02.gif);
	padding-top: 13px;
}
#discover a:hover {
	color: #000000;
	background-image: url(Images/bar_over_02.gif);
}
#highlights a {
	width: 273px;
	text-decoration: none;
	padding-top: 13px;
	background-image: url(Images/bar_04.gif);
}
#highlights a:hover {
	color: #000000;
	background-image: url(Images/bar_over_04.gif);
}
#location a {
	width: 116px;
	padding-top: 13px;
	background-image: url(Images/bar_06.gif);
	text-decoration: none;
}
#location a:hover {
	color: #000000;
	background-image: url(Images/bar_over_06.gif);
	margin: 0px;
	padding: 0px;
}
.unitsLeft {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background: #92332E;
	padding: 0.25em;
	text-align: center;
	visibility: inherit;
}
.border {
	border: 1px solid #000000;
}
#construct a {
	width: 238px;
	padding-top: 13px;
	background-image: url(Images/bar_08.gif);
	text-decoration: none;
}
#construct a:hover {
	color: #000000;
	background-image: url(Images/bar_over_08.gif);
	margin: 0px;
	padding: 0px;
}
#contact .lefttxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#contact #location {
	visibility: hidden;
}
td    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td a    {
	color: #92332e;
	font-weight: bold;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	padding: 6px;
}
#twitter {
	float: right;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content a {
	color: #92332E;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #333;
}
