/* Home ############################################ */
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body { behavior: url("csshover.htc"); margin-top: 0;}

.subHead { color: #BBAF93; }

.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

#primarynav { position: absolute; left: -10px; top: 52px;}

div#optbHomeImg {
	background: url(../images/building_home4.jpg) no-repeat top center;
	height: 832px;
	position: relative;
	border: 10px solid white;
}

div.item {
	border: 2px solid gray;
	display: none;
	background-color: transparent;
	position: absolute;
	-moz-opacity: 0.33;
	-khtml-opacity: 0.33;
	opacity: 0.33;
	-moz-border-radius: 120px;
	-webkit-border-radius: 120px;
	border-radius: 120px;
}

#optbHomeImg:hover div.item { display: block; /*background-color: gray;*/ }

div.item:hover {
	background-color: transparent;
	z-index: 100;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

div.item div.info { width: 0; display: none; height: 0; z-index: 100; }

div.item:hover div.info {
	/*padding-bottom: 10px;*/
	display: block;
	background-color: #222022;
	height: auto;
	position: absolute;
}

/* hover items ############################################# */
div#trubridge.item {
	width: 48px;
	border: 4px solid white;
	top: 700px;
	left: 550px;
	height: 48px;
}

div#trubridge.item:hover div.info {
	width: 240px;
	border: 8px solid #435667;
	top: -660px;
	left: 40px;
}

div#moreland.item {
	width: 48px;
	border: 4px solid red;
	height: 48px;
	left: 284px;
	top: 550px;
}

div#moreland.item:hover div.info {
	width: 240px;
	border: 8px solid #435667;
	top: -380px;
	left: -210px;
}

div#candywhistle.item {
	width: 48px;
	border: 4px solid white;
	height: 48px;
	left: 265px;
	top: 170px;
}

div#candywhistle.item:hover div.info {
	width: 240px;
	border: 8px solid #435667;
	top: -55px;
	left: 35px;
}

div#mclellan.item {
	width: 48px;
	border: 4px solid white;
	height: 48px;
	left: 250px;
	top: 680px;
}

div#mclellan.item:hover div.info {
	width: 224px;
	border: 8px solid #435667;
	top: -633px;
	left: -220px;
}

div#brown.item {
	width: 48px;
	border: 4px solid white;
	height: 48px;
	left: 420px;
	top: 745px;
}

div#brown.item:hover div.info {
	width: 400px;
	border: 8px solid #435667;
	top: -465px;
	left: 35px;
}

div#bailey.item {
	width: 48px;
	border: 4px solid white;
	height: 48px;
	left: 130px;
	top: 348px;
}

div#bailey.item:hover div.info {
	width: 350px;
	border: 8px solid #435667;
	top: -235px;
	left: -335px;

}

div#nuku.item {
	width: 48px;
	border: 4px solid white;
	height: 48px;
	left: 303px;
	top: 725px;
}

div#nuku.item:hover div.info {
	width: 600px;
	border: 8px solid #435667;
	top: -490px;
	left: 10px;
}

div.info p { margin-left: 10px; margin-right: 10px; }

/*div.info a { margin-left: 10px; margin-right: 10px; }*/

.item img { margin-bottom: 18px; }

