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

body {
	padding: 0;
	margin: 0;
	background: Black url(../img/home/background.jpg) repeat-x left top;
}

div#homepage {
	width: 938px;
	height: 570px;
	margin: 0 auto;
	position: relative;
}
div#homepage.hideme {
	opacity: 0;
	filter: alpha(opacity=0);
}

h1 {
	display: none;
}

ul#homelinks,
ul#homelinks li {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#homelinks li,
span.extra {
	display: block;
	position: absolute;
	background: transparent url(../img/trans.png) no-repeat left top;
}
ul#homelinks li a {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent url(../img/trans.png) no-repeat left bottom;
	text-indent: -9999px;
}
div#homepage.showme ul#homelinks li a {
	opacity: 0;
	filter: alpha(opacity=0);
}
div#homepage.hideme ul#homelinks li a {
	opacity: 100;
}
div#homepage.showme ul#homelinks li a:hover {
	opacity: 100;
	filter: alpha(opacity=100);
}
ul#homelinks li a:active {
	outline: none;
	-moz-outline: none;
}

ul#homelinks li#about {
	width: 320px;
	height: 210px;
	top: 197px;
	left: 314px;
	background-image: url(../img/home/center-logo.jpg);
}
ul#homelinks li#about a {
	width: 320px;
	height: 210px;
	background-image: url(../img/home/h/center-logo.jpg);
}

ul#homelinks li#floorplans {
	width: 261px;
	height: 250px;
	top: 91px;
	left: 53px;
	background-image: url(../img/home/floorplans.jpg);
}
ul#homelinks li#floorplans a {
	width: 261px;
	height: 250px;
	background-image: url(../img/home/h/floorplans.jpg);
}

ul#homelinks li#additions {
	width: 252px;
	height: 250px;
	top: 91px;
	left: 634px;
	background-image: url(../img/home/additions.jpg);
}
ul#homelinks li#additions a {
	width: 252px;
	height: 250px;
	background-image: url(../img/home/h/additions.jpg);
}

ul#homelinks li#communities {
	width: 261px;
	height: 201px;
	top: 369px;
	left: 53px;
	background-image: url(../img/home/communities.jpg);
}
ul#homelinks li#communities a {
	width: 261px;
	height: 201px;
	background-image: url(../img/home/h/communities.jpg);
}

ul#homelinks li#green {
	width: 252px;
	height: 201px;
	top: 369px;
	left: 634px;
	background-image: url(../img/home/green.jpg);
}
ul#homelinks li#green a {
	width: 252px;
	height: 201px;
	background-image: url(../img/home/h/green.jpg);
}

/* left */
span#style-extra1 {
	width: 53px;
	height: 403px;
	top: 167px;
	left: 0px;
	background-image: url(../img/home/hl-left.jpg);
}
/* left-middle */
span#style-extra2 {
	width: 261px;
	height: 28px;
	top: 341px;
	left: 53px;
	background-image: url(../img/home/hl-left-middle.jpg);
}
/* right */
span#style-extra3 {
	width: 54px;
	height: 403px;
	top: 167px;
	left: 886px;
	background-image: url(../img/home/hl-right.jpg);
}
/* right-middle */
span#style-extra4 {
	width: 252px;
	height: 28px;
	top: 341px;
	left: 634px;
	background-image: url(../img/home/hl-right-middle.jpg);
}
/* top */
span#style-extra5 {
	width: 320px;
	height: 30px;
	top: 167px;
	left: 314px;
	background-image: url(../img/home/hl-top.jpg);
}
/* bottom */
span#style-extra6 {
	width: 320px;
	height: 126px;
	top: 406px;
	left: 314px;
	background-image: url(../img/home/hl-bottom.jpg);
}