/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
DEFAULTS
LAYOUT
LIGHTBOX
PICACHOOSE
UNIVERSAL
HEADERS
COMMUNITIES
WHAT WE DO
SITEMAP
*/

/* ----- DEFAULTS ----- */
body {
	background:#e4e4e4;
	font:12px Arial, Helvetica, sans-serif;
	color:#202c5c;
} 
i, .gone {
	display:none;
}
div {
	overflow:hidden;
}
div, a, img, #logo, .headers, #newsletter { behavior: url(iepngfix.htc) }

h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}
p {
	margin-bottom:15px;
	line-height:1.4em;
}
h1 {
	font-size:2em;
}
	h1 span {
		font-size:.6em;
	}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
	margin-top:15px;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
}
a:link {
	color:#993333;
}
a:visited {
	color:#4d0705;	
}
a:hover, a:active  {
	color:#ba2d26;
}
hr {
	margin:10px 0;
	clear:both;
	height:1px;
	background:#141c45;
	border:1px solid #141c45;
}
dl {
	margin-left:10px;
}
dt {
	font-weight:bold;
	margin-bottom:3px;
}
dd {
	margin:0 0 10px 20px;
}
textarea {
	font:1em Arial, Helvetica, sans-serif;
}
li ul {
	margin:0 0 10px 30px;
}
blockquote {
	margin:0 40px;
}
.dots {
	list-style-type:circle;
	margin-bottom:20px;
}
	.dots li {
		margin-left:30px;
	}
.small {
	font-size:.8em;
}
/* ----- LAYOUT ----- */
.wrap, #flash, #pagehead {
	width:980px;
	margin:0 auto;
}
#top, #top-inner {
	position:absolute;
	top:0;
	left:0;
	right:0;
	border-bottom:1px solid #1f2a5c;
	background:#f3f4f5 url(images/back_top.jpg) repeat-x;
}
#top {
	height:370px;
}
#top-inner {
	height:258px;
}
	#nav {
		background:url(images/back_nav.png) no-repeat center 39px;
		height:114px;
	}
		#logo{
			margin:24px 0 0 10px;
			width:234px;
			height:90px;
			background:url(images/winspear-homes-logo.png);
			display:block;
			float:left;
		}
		#nav_contacts {
			text-align:right;
			height:39px;
			margin-top:23px;
			width:670px;
			padding-right:50px;
			background:url(images/nc_leaf.png) no-repeat right bottom;
		}
			#nav_contacts img {
				vertical-align:middle;
				margin-left:14px;
			}
		.navli {
			display:inline;
		}
		#navul a {
			text-decoration:none;
			overflow:hidden;
			display:block;
			float:left;
			margin-left:20px;
		}
		#n_home:hover, #n_home:active {
			background-image:url(images/n_home2.png);
		}
		#n_homedesigns:hover, #n_homedesigns:active {
			background-image:url(images/n_homedesigns2.png);
		}
		#n_modelhomes:hover, #n_modelhomes:active {
			background-image:url(images/n_modelhomes2.png);
		}
		#n_whoweare:hover, #n_whoweare:active {
			background-image:url(images/n_whoweare2.png);
		}
#flash, #pagehead {
	clear:both;
}
#pagehead {
	text-align:right;
}
	#pagehead img {
		clear:both;
	}
#center, #center-inner {
	background:#dadce4 url(images/back_center.jpg) repeat-x;
}
#center {
	margin-top:370px;	
}
#center-inner {
	margin-top:258px;
}
	#center2 {
		background: url(images/back_center2.gif) repeat-x bottom;
	}
		#content {
			background-color:#243167;
			padding:10px;
			width:960px;
			margin:0 auto;
		}
		.column1 {
			width:300px;
			float:left;
			margin-right:10px;
		}
			#communities img {
				margin-top:5px;
			}
			.column1 h3 {
				font-size:2em;
				color:#FFF;
			}
		.column2 {
			background-color:#FFF;
			float:left;
			padding:10px;
			width:630px;
		}
#footer {
	background: url(images/back_footer.gif) repeat-x;
	border-top:1px solid #1f2a5c;
	margin-bottom:-370px;
}
	#footer .wrap {
		padding:20px 0 10px 0;
	}
	#footer form {
		float:right;
		background:url(images/footer_newsletter.png) no-repeat;
		width:282px;
		height:136px;
	}
		.newsletterinput {
			width:245px;
			border:1px solid #96b0d1;
			margin:60px 0 15px 15px;
			padding:6px 2px;
		}
		.newslettersend {
			float:right;
			margin-right:15px;
		}
	.footerdiv {
		float:left;
		overflow:hidden;
		height:100px;
	}
		.footerdiv img {
			float:left;
			margin-right:50px;
		}
	.copy {
		clear:left;
	}
.innercol {
	width:47%;
	float:left;	
	margin-right:2%;
	margin-bottom:10px;
}
/* ----- PICACHOOSE ----- */

.pikachoose{width:720px;margin-bottom:50px;}
/* This is the ul you have all your images in */
.pikachoose ul{padding-left:0;margin:0;overflow:hidden;}
.pikachoose ul li{float: left;border:1px solid #555;padding:2px;background:#777;margin:0 4px 4px 0;position:relative;overflow:hidden;}
.pikachoose ul li div img{position:relative;cursor:pointer;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:706px;height:432px;margin-bottom:5px;display:block;position:relative;}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:relative;}
.pika_subdiv{position:relative;border:1px solid #555;background:#777;padding:2px;}
.pika_animationDivs{top:2px;left:2px;} /*must match top/left padding for subdiv */
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{width:500px;height:16px;padding-top:4px;text-align:center;position:absolute;bottom:7px;left:3px;background:url(images/black.png) top left;}
.pika_caption a{color:white;}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url(images/play.png) top center no-repeat;}
.pika_play a.pika_stop_button{background:url(images/pause.png) top center no-repeat;}

.pika_navigation{display:none;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:456px;width:100px;background:url(images/rewind.png) top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:456px;width:100px;background:url(images/fastf.png) top right no-repeat;}


/* ----- LIGHTBOX ----- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ----- UNIVERSAL ----- */
.right {
	float:right;
	margin:0 0 10px 10px;
}
.resources li {
	margin-bottom:5px;
}
.resources a {
	display:block;
	height:30px;
	font-size:1.8em;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}
	.resources a:link, .resources a:visited {
		background:url(images/resources-back.jpg) no-repeat;
	}
	.resources a:hover, .resources a:active {
		background:url(images/resources-back2.jpg) no-repeat;
	}
	.resources .resources2 {
		margin:5px 0 0 20px;
	}
	.resources .resources2 {
		font-size:.6em;
	}
	.resources2 a {
		text-decoration:none;
		display:block;
		padding:2px 5px;
		color:#FFF;
		line-height:20px;
	}
	.sideresources .resources2 a {
		margin-bottom:5px;
	}
	.sideresources a:link, .sideresources a:visited {
		color:#e4d0cf;
	}
	.sideresources a:hover, .sideresources a:active {
	color:#c3928f;
	}
		.resources2 a:link, .resources2 a:visited {
			background: #4f5984;
		}
		.resources2 a:hover, .resources2 a:active {
			background: #141c45;
		}
	.resources span {
		font-size:.5em;
	}
.sideresources {
	background:#141c45;
	margin-top:20px;
	padding:0 5px;
}
	#h_resources {
		background:url(images/h_resources.gif) no-repeat;
		height:19px;
		margin:10px 0;
	}
	#emergencynum {
		background:url(images/h_emergency2.gif) no-repeat;
		height:27px;
		margin:10px 0;
	}
	.sideresources * {
		color:#FFF;
	}
	.sideresources h4, .sideresources p {
		margin:5px 20px 10px 20px;
	}
	.sideresources h4 span {
		font-size:.8em;
	}
.warn {
	border:1px dotted #8c2a24;
	padding:5px 10px;
	margin:0 30px 10px 30px;
	background:#f3e9e9;
}
	.warn * {
		color:#8c2a24;
	}
/* ----- HEADERS ----- */
#index_comm {
	background-image:url(images/communities.gif);
	height:84px;
	margin:0;
}
#tarionforms {
	background-image:url(images/tarion-forms.gif);
	height:84px;
	margin:0 0 5px 0;
}
.headers {
	background-repeat:no-repeat;
	margin-top:20px;
		height:36px;
}
.headers2 {
	background-repeat:no-repeat;
	padding:10px;
	background-color:#141c45;
	background-position:10px 10px;
}
	#h_welcome {
		background-image: url(images/h_welcome.png);
	}
	#h_sitemap {
		background-image: url(images/h_sitemap.gif);
	}
	#h_celebrating {
		background-image:url(images/h_celebrating.gif);
	}
	#h_whowe {
		background-image:url(images/h_whowe.png);
		height:26px;
	}
	#h_harvest {
		background-image:url(images/h_harvestheights.gif);
	}
	#h_settlement {
		background-image:url(images/h_settlement.gif);
	}
	#h_contact{
		background-image:url(images/h_contact.gif);
	}
	#h_contact2{
		background-image:url(images/h_contact2.gif);
	}
	#h_amenities_hh{
		background-image:url(images/h_amenities_hh.gif);
	}
	#h_amenities_nf{
		background-image:url(images/h_amenities_nf.gif);
	}
	#h_amenities_std{
		background-image:url(images/h_amenities_std.gif);
	}
	#h_amenities_rws {
		background-image:url(images/h_amenities_rws.gif);
	}
	#h_floorplans {
		background-image:url(images/h_floorplans.gif);
		width:187px;
	}
	#h_bellagio {
		background-image:url(images/h_bellagio.gif);
		height:74px;
	}
	#h_renaissance {
		background-image:url(images/h_renaissance.gif);
		height:66px;
	}
	#h_commercial {
		background-image:url(images/h_commercial.gif);
	}
	#h_custom {
		background-image:url(images/h_custom.gif);
	}
	#h_tarion {
		background-image:url(images/h_tarion.gif);
	}
	#h_testimonials {
		background-image:url(images/h_testimonials.gif);
	}
	#h_emergency {
		background-image:url(images/h_emergency.gif);
	}
	#h_locations {
		background-image:url(images/h_locations.gif);
		height:74px;
	}
	#h_join {
		background-image:url(images/h_join.gif);
	}
	#h_suites {
		background-image:url(images/h_suites.gif);
	}
	#h_lifelease {
		background-image:url(images/h_lifelease.gif);
	}
	#h_health {
		background-image:url(images/h_health.gif);
	}
	#h_renovations {
		background-image:url(images/h_renovations.gif);
	}
	#h_email {
		background-image:url(images/h_email.gif);
	}
	#h_niagara {
		background-image:url(images/h_niagara.gif);
	}
	#h_reno_contact {
		background-image:url(images/h_reno_contact.gif);
		height:17px;
	}
	#h_application {
		background-image:url(images/h_application.gif);
		height:23px;
	}
	#h_location {
		background-image:url(images/h_location.gif);
		height:23px;
	}
/* ----- WHO WE ARE ----- */
#team h2 {
	width:300px;
	height:84px;
	background:url(images/team.gif);
	margin-bottom:5px;
}
#team div {
	padding:2px;
	background: #4f5984;
	height:81px;
	margin-bottom:5px;
}
	#team img {
		float:left;
		margin-right:10px;
	}
	#team h3, #team p, #team a {
		color:#FFF;
	}
	#team h3 {
		font-size:1.2em;
		margin:4px 0;
		line-height:.8em;
	}
	#team span {
		font-size:.7em;
	}
	#team p {
		font-size:.9em;
		line-height:1.2em;
	}

/* ----- COMMUNITIES ----- */
.map, .map2{
	height:350px;
	border:1px solid #1f2a5c;
}
.map {
	width:630px;
}
.map2 {
	width:290px;
}
.linkslist {
	padding-left:20px;
	margin-bottom:10px;
}
	.linkslist li {
		margin-bottom:3px;
		background:url(images/subnav_bullit.png) no-repeat 0 5px;
		padding-left:10px;
	}
#contactform, #suitesflash {
	border:1px solid #141c45;
	background:#d9dbe3;
	padding:15px 20px;
}
#contactform {
	font-size:1.4em;
	font-weight:bold;
	overflow:hidden;
}
	.txtinput, .txtarea {
			border:1px solid #96b0d1;
			padding:6px 2px;
			font-size:1.2em;
			margin-bottom:10px;
		}
		.txtinput {
			width:245px;
		}
		.txtarea {
			width:590px;
			height:250px;
		}
#suitesflash {
	width:582px;height:400px;margin-bottom:20px;
}
	#suitesflash div {
		border:1px solid #afb5c6;width:550px;height:400px;margin:0 auto;padding-left:30px;background:#FFF;
	}
.hp_head {
	border-bottom:1px solid #7c849d;
	padding-bottom:5px;
	clear:both;
}
.homeplan {
	width:260px;
	padding:5px 10px;
	background:#afb5c6;
	float:left;
	border:1px solid #7c849d;
	margin:0 15px 30px 15px;
}
.hp_thumb {
	border:1px solid #7c849d;
}
.b_homeplan {
	background: #FFF url(images/b_homeplans.gif) repeat-x bottom;
	height:15px;
	padding:3px 4px 3px 3px;
	display:block;
	float:left;
	border:1px solid #7c849d;
	text-decoration:none;
	overflow:hidden;
	font-size:.8em;
	margin:5px 3px 0 0;
}
	.b_homeplan img {
		vertical-align:middle;
		margin-right:3px;
	}

#refine {
	background: url(images/refine_back.gif);
	width:331px;
	padding:0 0 0 90px;
	margin-top:15px;
	float:right;
}
	#refine select {
		font-size:.8em;
		margin-top:7px
	}
	#brefine {
		float:right;
		margin:8px 0 0 0;
	}
.hh_siteplan {
	float:right;
	margin-left:10px;
	width:221px;
	display:block;
	text-align:center;
	text-decoration:none;
}


/* ------- WHAT WE DO ----- */
#gallerytabs {
	width:200px;
	float:left;
	margin-top:10px;
}
	#gallerytabs a {
		padding-left:10px;
	}
/* ----- SITEMAP ----- */
.sitemap a {
	text-decoration:none;
}