html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: #373236 url(../images/glow.png) no-repeat center 82px;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 45px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

		
		p { text-align: left; margin: 15px 0 }
		
		p, ul { font-size: 12px; line-height: 1.4em } 
		
		p a, li a {text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { border: 1px solid #a00; background: #ffc3c3; color: #a00; font-size: 12px; line-height: 1.4em; text-align: left; padding: 20px; width: 100%; height: auto; z-index: 900;}
		noscript a { color: #a00; text-decoration: underline }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { margin-bottom: 5px; padding-bottom: 3px; text-align: left; font-size: 130%;}
		h4 { margin-bottom: 5px; text-align: left; font-size: 90%; }

		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 50px auto;
			position: relative;
			width: 880px;
			overflow: hidden;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 600px; background: transparent; overflow: hidden;}
		.csw .loading {margin: 300px 0 300px 0; text-align: center; font-size: 15px; color:#fff;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow:hidden; 
			margin: auto;
			width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 550px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			-moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 550px;
			position: relative;
			width: 800px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 15px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0 auto;
			text-align: center;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			width: 800px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 18px;
			text-align: center;
			line-height: 32px;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 10px 25px 15px 0;
		}
		
		
		.stripNav li a.current {
			font-size: 20px;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: transparent;
		}
		
		.stripNavR {
			background: transparent;
		}
		
		.logo {
		position: absolute;
		bottom: 7px;
		left: 63px;
		z-index: 990;
		}
		
		#floorplan{
		width: 750px;
		
		}
		
		#floorplan li{
		float: left;
		margin-right: 10px;
		margin-bottom:10px;
		height: 120px;
		color: #000; 
		}
		
		#floorplan img{
		display: block;
		}
		
		#Home{
		background: url(../images/Home.jpg) no-repeat top center;
		}
		
		#Location{
		background: url(../images/Location.jpg) no-repeat top center;
		}
		
		#Luxury{
		background: url(../images/Luxury.jpg) no-repeat top center;
		}
		
		#Lifestyle{
		background: url(../images/Lifestyle.jpg) no-repeat top center;
		}
		
		#History{
		background: url(../images/History.jpg) no-repeat top center;
		}
		
		#Floorplans{
		background: url(../images/Floorplans.jpg) no-repeat top center;
   /*background: url(../images/Floorplans.jpg) no-repeat -100px 0;*/
		}
		
		#Developer{
		background: url(../images/Developer.jpg) no-repeat top center;
		}
		
		#Contact{
		background: url(../images/Contact.jpg) no-repeat top center;
		}

