/* Chestnut Commons www_in_php page */

html {
	min-height: 100%;
	height: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 100%;
}

table tr td {
	font-size: 11px;
}

img {
	border-width: 0;
	margin: 0;
	padding: 0;
}

div.Wrapper {
	width: 604px;
	height: 550px;
	position: relative;
}

td.LegalText {
	height: 120px;
	vertical-align: top;
	text-align: center;
}

td.LegalText p {
	font-size: 9px;
	font-style: italic;
	color: #aaaaaa;
	width: 560px;
}

/* backgrounds for each page */

.background_home {
	width: 604px;
	height: 553px;
	background: url(../images/home.jpg) top left no-repeat;
}

.background_neighborhood {
	width: 607px;
	height: 552px;
	background: url(../images/neighborhood.jpg) top left no-repeat;
}

.background_photos_gardens {
	width: 604px;
	height: 550px;
	background: url(../images/photos_gardens.jpg) top left no-repeat;
}

.background_photos_sitemap {
	width: 604px;
	height: 550px;
	background: url(../images/photos_sitemap.jpg) top left no-repeat;
}

.background_photos_interiors_metro {
	width: 604px;
	height: 550px;
	background: url(../images/photos_interiors_metro.jpg) top left no-repeat;
}

.background_photos_interiors_urban {
	width: 604px;
	height: 550px;
	background: url(../images/photos_interiors_urban.jpg) top left no-repeat;
}

.background_photos_gallery {
	width: 604px;
	height: 550px;
	background: url(../images/photos_gallery.jpg) top left no-repeat;
}

.background_prices {
	width: 604px;
	height: 550px;
	background: url(../images/prices.jpg) top left no-repeat;
}

.background_reserve {
	width: 604px;
	height: 550px;
	background: url(../images/reserve.jpg) top left no-repeat;
}

.background_reserve_thanks {
	width: 604px;
	height: 550px;
	background: url(../images/reserve_thanks.jpg) top left no-repeat;
}

.background_welcome {
	width: 604px;
	height: 550px;
	background: url(../images/welcome.jpg) top left no-repeat;
}

.background_news_and_awards {
	width: 604px;
	height: 550px;
	background: url(../images/news_and_awards.jpg) top left no-repeat;
}

.background_about_us {
	width: 604px;
	height: 550px;
	background: url(../images/about_us.jpg) top left no-repeat;
}


/* for testing purposes, put a black border around the div */
div.Starholder{
/*	border: 1px solid #000;  */
}

a {
	text-decoration: none;
}

.Starholder a {
	display: block;
}

a.Star {
	float: left;
	_float: none;
}

a.Star:hover {
	background-repeat: no-repeat;
	display: block;
	opacity: .7;
	filter: alpha(opacity=70);
}


/* Link areas on the home page */
.HomeDiv {
	right: 0;
	bottom: 30px;
	width: 200px;
	height: 75px;
	position: absolute;
}

	a.Star.Home {
		width: 200px;
		height: 75px;
	}
	
	a.Star.Home:hover {
		background-image: url('../images/stars/home.gif');
		background-position: 80px 0px;
		background-repeat: no-repeat;
	}

.NeighborhoodDiv {
	left: 373px;
	top: 28px;
	width: 110px;
	height: 145px;
	position: absolute;
}

	a.Star.Neighborhood {
		width: 110px;
		height: 145px;
	}
	
	a.Star.Neighborhood:hover {
		background-image: url('../images/stars/neighborhood.gif');
		background-position: 50px 65px;
		background-repeat: no-repeat;
	}

.PricesDiv {
	left: 100px;
	top: 120px;
	width: 145px;
	height: 180px;
	position: absolute;
}

	a.Star.Prices {
		width: 145px;
		height: 180px;
	}
	
	a.Star.Prices:hover {
		background-image: url('../images/stars/prices.gif');
		background-repeat: no-repeat;
	}

.WelcomeDiv {
	left: 7px;
	top: 270px;
	width: 130px;
	height: 175px;
	position: absolute;
}

	a.Star.Welcome {
		width: 130px;
		height: 175px;
	}
	
	a.Star.Welcome:hover {
		background-image: url('../images/stars/reserve.gif');   /* star images got switched with Reserve star */
		background-position: 10px 10px;
		background-repeat: no-repeat;
	}

.PhotosDiv {
	left: 260px;
	top: 115px;
	height: 50px;
	width: 110px;
	position: absolute;
}

	a.Star.Photos {
		height: 50px;
		width: 110px;
	}
	
	a.Star.Photos:hover {
		background-image: url('../images/stars/photos.gif');
		background-repeat: no-repeat;
	}

.ReserveDiv {
	top: 370px;
	left: 320px;
	width: 115px;
	height: 60px;
	position: absolute;
}

	a.Star.Reserve {
		width: 115px;
		height: 60px;
		background-position: 10px 0;
	}
	
	a.Star.Reserve:hover {
		background-image: url('../images/stars/welcome.gif');  /* star images got switched with Welcome star */
		background-repeat: no-repeat;
	}

.NewsAndAwardsDiv {
	top: 10px;
	left: 10px;
	width: 95px;
	height: 100px;
	position: absolute;
}

	a.Star.NewsAndAwards {
		width: 95px;
		height: 100px;
		background-position: 10px 0;
	}
	
	a.Star.NewsAndAwards:hover {
		background-image: url('../images/stars/welcome.gif');
		background-repeat: no-repeat;
	}


.AboutUsDiv {
	top: 120px;
	left: 500px;
	width: 80px;
	height: 110px;
	position: absolute;
}

	a.Star.AboutUs {
		width: 80px;
		height: 110px;
		background-position: 10px 0;
	}
	
	a.Star.AboutUs:hover {
		background-image: url('../images/stars/photos.gif');
		background-repeat: no-repeat;
	}

#MacmoraDiv {
	position: absolute;
	right: -50px;
	bottom: 100px;
	width: 221px;
	height: 222px;
	display: none;
}

#LegalInfo {
	font: 12px/12px "Times New Roman", Times, serif;
	position: absolute;
	right: 18px;
	bottom: 24px;
}

#LegalInfo a {
	color: #7F5A38;
}


/* --------------- NAV BAR LINKS ---------------------- */

#main_nav {
	width: 380px;
	height: 35px;
	background: url(../images/chestnut-nav-bar.gif) top left no-repeat;
	position: absolute;
	top: 483px;
	left: 12px;
}

.WelcomeNav {
	top: 0px;
	left: 0px;
	width: 68px;
	height: 35px;
	position: absolute;
}

	a.Star.NavWelcome {
		width: 68px;
		height: 35px;
	}
	
	a.Star.NavWelcome:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 25px 0px;
		background-repeat: no-repeat;
	}
	
.PlansNav {
	top: 0px;
	left: 69px;
	width: 90px;
	height: 35px;
	position: absolute;
}

	a.Star.NavPlans {
		width: 90px;
		height: 35px;
	}
	
	a.Star.NavPlans:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 20px 0;
		background-repeat: no-repeat;
	}
	
.PhotosNav {
	top: 0px;
	left: 160px;
	width: 64px;
	height: 35px;
	position: absolute;
}

	a.Star.NavPhotos {
		width: 64px;
		height: 35px;
	}
	
	a.Star.NavPhotos:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 8px 0;
		background-repeat: no-repeat;
	}
	
.NeighborhoodNav {
	top: 0px;
	left: 225px;
	width: 55px;
	height: 35px;
	position: absolute;
}

	a.Star.NavNeighborhood {
		width: 55px;
		height: 35px;
	}
	
	a.Star.NavNeighborhood:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 15px 0;
		background-repeat: no-repeat;
	}
	
.ReserveNav {
	top: 0px;
	left: 281px;
	width: 95px;
	height: 35px;
	position: absolute;
}

	a.Star.NavReserve {
		width: 95px;
		height: 35px;
	}
	
	a.Star.NavReserve:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 30px 0;
		background-repeat: no-repeat;
	}


#FaqDiv {
	position: absolute;
	right: -175px;
	bottom: 10px;
	width: 137px;
	height: 146px;
}

.Email {
	left: -470px;
	top: -125px;
	height: 40px;
	width: 110px;
	position: absolute;
}




/* --------------- NAV BAR 2 LINKS ---------------------- */

#main_nav2 {
	width: 255px;
	height: 34px;
	background: url(../images/chestnut-nav-bar2.gif) top left no-repeat;
	position: absolute;
	top: 520px;
	left: 80px;
}

.NewsAndAwardsNav {
	top: 0px;
	left: 0px;
	width: 85px;
	height: 34px;
	position: absolute;
}

	a.Star.NavNewsAndAwards {
		width: 85px;
		height: 34px;
	}
	
	a.Star.NavNewsAndAwards:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 25px 0px;
		background-repeat: no-repeat;
	}
	
.AboutUsNav {
	top: 0px;
	left: 86px;
	width: 77px;
	height: 34px;
	position: absolute;
}

	a.Star.NavAboutUs {
		width: 77px;
		height: 34px;
	}
	
	a.Star.NavAboutUs:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 20px 0;
		background-repeat: no-repeat;
	}
	
.HomeNav {
	top: 0px;
	left: 164px;
	width: 77px;
	height: 34px;
	position: absolute;
}

	a.Star.NavHome {
		width: 77px;
		height: 34px;
	}
	
	a.Star.NavHome:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 20px 0;
		background-repeat: no-repeat;
	}
	




/* --------------- RESERVE PAGE LINKS ---------------------- */

.ReserveTable {
	padding: 115px 0 0 10px;
}

.ReserveMapDiv {
	left: 35px;
	top: 155px;
	width: 280px;
	height: 20px;
	position: absolute;
	z-index: 10;
}

	a.Star.ReserveMap {
		width: 280px;
		height: 20px;
	}

	a.Star.ReserveMap:hover {
		background-image: url('../images/reserve_page_link.gif');
		background-position: 0 0;
		background-repeat: no-repeat;
	}

form#Reserve {
	width: 540px;
	height: 200px;
	position: absolute;
	left: 30px;
	top: 150px;
}

form#Reserve td {
	font-weight: bold;
	text-align: left;
}

form#Reserve input,
form#Reserve textarea,
form#Reserve select {
	font-size: 10px !important;
}

form#Reserve .Info {
	font-size: 12px;
	line-height: 120%;
	font-style: italic;
	letter-spacing: 0.05em;
}

form#Reserve .Info .Even {
	color: #533c22;
}

.error {
	color: #c00;
}

.AreaReserve {
	top: 390px;
	left: 40px;
	width: 95px;
	height: 40px;
	position: absolute;
}

	a.Star.AreaReserve {
		width: 95px;
		height: 40px;
	}
	
	a.Star.AreaReserve:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 0px 0;
		background-repeat: no-repeat;
	}



/* css for sub pages */

img.Info {
	position: absolute;
	left: 40px;
	bottom: 120px;
}

.PhotosSitemapDiv {
	left: 30px;
	top: 160px;
	width: 105px;
	height: 40px;
	position: absolute;
}

	a.Star.PhotosSitemap {
		width: 105px;
		height: 40px;
	}
	
	a.Star.PhotosSitemap:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 45px 0px;
		background-repeat: no-repeat;
	}

.PhotosGardensDiv {
	left: 30px;
	top: 200px;
	width: 105px;
	height: 30px;
	position: absolute;
}

	a.Star.PhotosGardens {
		width: 105px;
		height: 30px;
	}
	
	a.Star.PhotosGardens:hover {
		background-image: url('../images/stars/nav_star_small.gif');
		background-position: 70px 0px;
		background-repeat: no-repeat;
	}

.PhotosVideoDiv {
	left: 30px;
	top: 230px;
	width: 105px;
	height: 30px;
	position: absolute;
}

	a.Star.PhotosVideo {
		width: 105px;
		height: 30px;
	}
	
	a.Star.PhotosVideo:hover {
		background-image: url('../images/stars/nav_star_small.gif');
		background-position: 50px 0px;
		background-repeat: no-repeat;
	}

.PhotosInteriorsDiv {
	left: 30px;
	top: 260px;
	width: 105px;
	height: 40px;
	position: absolute;
}

	a.Star.PhotosInteriors {
		width: 105px;
		height: 40px;
	}
	
	a.Star.PhotosInteriors:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 70px 0px;
		background-repeat: no-repeat;
	}

.PhotosInteriorsUrbanDiv {
	left: 30px;
	top: 335px;
	width: 95px;
	height: 40px;
	position: absolute;
}

	a.Star.PhotosInteriorsUrban {
		width: 95px;
		height: 40px;
	}
	
	a.Star.PhotosInteriorsUrban:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 55px 0px;
		background-repeat: no-repeat;
	}

.PhotosInteriorsMetroDiv {
	left: 30px;
	top: 375px;
	width: 95px;
	height: 40px;
	position: absolute;
}

	a.Star.PhotosInteriorsMetro {
		width: 95px;
		height: 40px;
	}
	
	a.Star.PhotosInteriorsMetro:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 55px 0px;
		background-repeat: no-repeat;
	}

.EnlargeMapDiv {
	left: 410px;
	top: 165px;
	width: 140px;
	height: 25px;
	position: absolute;
}

	a.Star.EnlargeMap {
		width: 140px;
		height: 25px;
	}
	
	a.Star.EnlargeMap:hover {
		background-image: url('../images/stars/nav_star_small.gif');
		background-position: 45px 0px;
		background-repeat: no-repeat;
	}

.MomarkLinkDiv {
	left: 30px;
	top: 375px;
	width: 100px;
	height: 60px;
	position: absolute;
}

	a.Star.MomarkLink {
		width: 100px;
		height: 60px;
	}
	
	a.Star.MomarkLink:hover {
		background-image: url('../images/stars/nav_star_small.gif');
		background-position: 45px 0px;
		background-repeat: no-repeat;
	}

.BenchmarkLinkDiv {
	left: 131px;
	top: 375px;
	width: 125px;
	height: 60px;
	position: absolute;
}

	a.Star.BenchmarkLink {
		width: 125px;
		height: 60px;
	}
	
	a.Star.BenchmarkLink:hover {
		background-image: url('../images/stars/nav_star_small.gif');
		background-position: 45px 0px;
		background-repeat: no-repeat;
	}

.ArmadilloLinkDiv {
	left: 257px;
	top: 375px;
	width: 120px;
	height: 60px;
	position: absolute;
}

	a.Star.ArmadilloLink {
		width: 120px;
		height: 60px;
	}
	
	a.Star.ArmadilloLink:hover {
		background-image: url('../images/stars/nav_star_small.gif');
		background-position: 45px 0px;
		background-repeat: no-repeat;
	}

.AustinCommunityLinkDiv {
	left: 378px;
	top: 375px;
	width: 185px;
	height: 60px;
	position: absolute;
}

	a.Star.AustinCommunityLink {
		width: 185px;
		height: 60px;
	}
	
	a.Star.AustinCommunityLink:hover {
		background-image: url('../images/stars/nav_star_small.gif');
		background-position: 45px 0px;
		background-repeat: no-repeat;
	}

.WelcomePageDiv {
	left: 501px;
	top: 414px;
	width: 27px;
	height: 24px;
	position: absolute;
}

	a.Star.WelcomePage {
		width: 27px;
		height: 24px;
	}

	a.Star.WelcomePage:hover {
		background-image: url('../images/welcome_page_link.gif');
		background-position: 3px 4px;
		background-repeat: no-repeat;
	}

img.Prices {
	position: absolute;
	left: 130px;
	top: 160px;
}

.PricesText {
	left: 420px;
	top: 270px;
	width: 145px;
	height: 90px;
	position: absolute;
/*	border: 1px solid #000000; */
	list-style-position: outside;
	text-align: left;
	font-family: futura, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#444444;
	font-style: italic;
}

.PricesFlatDiv {
	left: 30px;
	top: 157px;
	width: 100px;
	height: 38px;
	position: absolute;
}

	a.Star.PricesFlat {
		width: 100px;
		height: 38px;
	}
	
	a.Star.PricesFlat:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 55px 0px;
		background-repeat: no-repeat;
	}

.PricesCottageDiv {
	left: 30px;
	top: 195px;
	width: 100px;
	height: 35px;
	position: absolute;
}

	a.Star.PricesCottage {
		width: 100px;
		height: 35px;
	}
	
	a.Star.PricesCottage:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 63px 0px;
		background-repeat: no-repeat;
	}

.PricesBungalowDiv {
	left: 30px;
	top: 230px;
	width: 100px;
	height: 35px;
	position: absolute;
}

	a.Star.PricesBungalow {
		width: 100px;
		height: 35px;
	}
	
	a.Star.PricesBungalow:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 60px 0px;
		background-repeat: no-repeat;
	}

.PricesTownhouseDiv {
	left: 30px;
	top: 265px;
	width: 100px;
	height: 42px;
	position: absolute;
}

	a.Star.PricesTownhouse {
		width: 100px;
		height: 42px;
	}
	
	a.Star.PricesTownhouse:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 52px 3px;
		background-repeat: no-repeat;
	}

.PricesXlTownhouseDiv {
	left: 30px;
	top: 307px;
	width: 100px;
	height: 42px;
	position: absolute;
}

	a.Star.PricesXlTownhouse {
		width: 100px;
		height: 42px;
	}
	
	a.Star.PricesXlTownhouse:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 63px 2px;
		background-repeat: no-repeat;
	}

.PricesElevationDiv {
	left: 410px;
	top: 163px;
	width: 100px;
	height: 35px;
	position: absolute;
}

	a.Star.PricesElevation {
		width: 100px;
		height: 35px;
	}
	
	a.Star.PricesElevation:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 63px 0px;
		background-repeat: no-repeat;
	}

.PricesDownstairsDiv {
	left: 410px;
	top: 198px;
	width: 100px;
	height: 27px;
	position: absolute;
}

	a.Star.PricesDownstairs {
		width: 100px;
		height: 27px;
	}
	
	a.Star.PricesDownstairs:hover {
		background-image: url('../images/stars/nav_star_small.gif');
		background-position: 70px 0px;
		background-repeat: no-repeat;
	}

.PricesUpstairsDiv {
	left: 410px;
	top: 225px;
	width: 100px;
	height: 35px;
	position: absolute;
}

	a.Star.PricesUpstairs {
		width: 100px;
		height: 35px;
	}
	
	a.Star.PricesUpstairs:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 60px 0px;
		background-repeat: no-repeat;
	}

.PricesButtonDiv {
	left: 465px;
	top: 397px;
	width: 100px;
	height: 35px;
	position: absolute;
}

	a.Star.PricesButton {
		width: 100px;
		height: 35px;
	}
	
	a.Star.PricesButton:hover {
		background-image: url('../images/stars/nav_star.gif');
		background-position: 60px 0px;
		background-repeat: no-repeat;
	}

.PricesGalleryDiv {
	left: 160px;
	top: 180px;
	width: 370px;
	height: 300px;
	position: absolute;
/*	border: 1px solid #000000; */
}



img.NeighborhoodImage {
	position: absolute;
	left: 110px;
	top: 160px;
}

.NeighborhoodLiveDiv {
	left: 22px;
	top: 163px;
	width: 85px;
	height: 35px;
	position: absolute;
}

	a.Star.NeighborhoodLive {
		width: 85px;
		height: 35px;
	}
	
	a.Star.NeighborhoodLive:hover {
		background-image: url('../images/stars/nav_star_small.gif');
		background-position: 30px 0px;
		background-repeat: no-repeat;
	}

.NeighborhoodEatDiv {
	left: 22px;
	top: 198px;
	width: 85px;
	height: 37px;
	position: absolute;
}

	a.Star.NeighborhoodEat {
		width: 85px;
		height: 35px;
	}
	
	a.Star.NeighborhoodEat:hover {
		background-image: url('../images/stars/nav_star_small.gif');
		background-position: 45px 0px;
		background-repeat: no-repeat;
	}
	
.NeighborhoodShopDiv {
	left: 22px;
	top: 235px;
	width: 85px;
	height: 35px;
	position: absolute;
}

	a.Star.NeighborhoodShop {
		width: 85px;
		height: 35px;
	}
	
	a.Star.NeighborhoodShop:hover {
		background-image: url('../images/stars/nav_star_small.gif');
		background-position: 25px 0px;
		background-repeat: no-repeat;
	}
	
.NeighborhoodPlayDiv {
	left: 22px;
	top: 270px;
	width: 85px;
	height: 35px;
	position: absolute;
}

	a.Star.NeighborhoodPlay {
		width: 85px;
		height: 35px;
	}
	
	a.Star.NeighborhoodPlay:hover {
		background-image: url('../images/stars/nav_star_small.gif');
		background-position: 40px 0px;
		background-repeat: no-repeat;
	}

.NewsAndAwardsText {
	left: 40px;
	top: 260px;
	width: 520px;
	height: 90px;
	position: absolute;
/*	border: 1px solid #000000; */
	list-style-position: outside;
	text-align: left;
	font-family: futura, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#444444;
	font-style: italic;
}

