html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../img/bg.jpg) repeat-x 0 0 #5E7192;
}

body {
	width:838px;
	height: 100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.6em;
}

a:link{ color: #2C4470; }

a:visited{ color: #2C4470; }

a:hover, a:focus{ color: #737373; text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em; }

h1, h2, h3, h4, h5, h6{ color: #2C4470;  font-family: "Times New Roman Italic","Times New Roman", Times, serif;}

h1{ font-size:22px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{ font-style:italic; font-weight:bold; }

#container {
	display:block;
	position: relative;
	width:100%;
	overflow:hidden;
	background: url(../img/bgInner.jpg) repeat-x 0 0 #fff;
	border:6px solid #a4b1ca;
	top:13px;
}

#bar{
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:183px;
	background:#677898;
}

#curve{
	display:block;
	position: fixed;
	left:0;
	bottom:0;
	width:575px;
	height:232px;
	background: url(../img/bg_curve.gif) no-repeat 0 0;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:190px;
}

#logo-bearCommunities{
	display:block;
	position: absolute;
	width:342px;
	height:71px;
	background: url(../img/bearCommunitiesLogo.gif) no-repeat 0 0;
	right: 80px;
	top:54px;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	margin:0;
}

#logo-bearHomes{
	display:block;
	position: absolute;
	width:148px;
	height:148px;
	background: url(../img/bearHomesLogo.gif) no-repeat 0 0;
	left: 80px;
	top:15px;
	margin: 0;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
}

.metaContent{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#content{
	position:relative;
	display:block;
	width:94%;
	left:0;
	margin:30px 0 0 0;
	padding:2.5% 3% 80px 3%;
	top:0;
	overflow:hidden;
}

#aside{
	position:relative;
	display:block;
	width:22%;
	float:right;
	left:0;
	list-style:none;
	padding:2.5%;
	margin:0 0 0 -27%;
	z-index:6;
	top:20px;
}

#aside + #content{ width:62%; padding:2.5% 4% 40px 4%; left:0;}

#footer {
	position: relative;
	bottom: 0;
	height:20px;
	margin:-20px 0 0 0;
	width:100%;
	text-align:center;
	background:#ccc;
	left:0;
}

#imageFade{
	display:block;
	position:relative;
	left:0;
	margin:0 ;
	width: 380px;
	height: 235px;
}
/*
#goExplore{
	display:block;
	float:right;
	font-style:italic;
}

*/

#content.home, #aside.home{
	background-color:transparent;
}

#content.home, #content.home h1, #content.home h2, #content.home h3, #content.home h4, #content.home h5, #content.home h6, #content.home a, #content.home a:visited
#aside.home, #aside.home h1, #aside.home h2, #aside.home h3, #aside.home h4, #aside.home h5, #aside.home h6, #aside.home a, #aside.home a:visited{ 
	color:#fff;
}



.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

#map, #map2{
	display:block;
	position:relative;
	width:790px;
	height:599px;
	left:50%;
	margin:0 0 0  -395px;
	background: url(../img/map.jpg) no-repeat 0 0;
}

#map2{
	background: url(../img/map2.jpg) no-repeat 0 0;
}

#map a, #map li, #map2 a, #map2 li{
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	top:0;
	left:0;
}

#map li, #map2 li{
	width:0;
	height:0;
	overflow:visible;
}

#map a, #map2 a{
	width:30px;
	height:34px;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	list-style:none;
	margin:-34px 0 0 -11px;
	z-index:1;
}

#map a.blue, #map2 a.blue{
	background: url(../img/bluePin.png) no-repeat 0 0;
}

#map a.red, #map2.red{
	background: url(../img/redPin.png) no-repeat 0 0;
}

.tipWrapper, .tipWrapper2{
	display:block;
	position:absolute;
	z-index:1000000000;
	font-size:12px;
	margin:0 0 0 10px;
	line-height:1.2em;
	width:275px;
}

.tipWrapper .tip{
	background:#4069DD;
	padding:5px 15px;
	color:#EEEF4C;
}

.tipWrapper2 .tip{
	background:#D74443;
	padding:5px 15px;
	color:#EEEF4C;
}
.tip-title{font-weight:bold; font-size:13px;}

/*---[ begin pin positions ]---*/
#map a#pin-stateStreetVillage{
	left:200px;
	top:100px;
}

#map a#pin-meadowsCondos{
	left:169px;
	top:492px;
	z-index:2;
}

#map a#pin-northPointeCourt{
	left:672px;
	top:218px;
}

#map a#pin-huntersRidge{
	left:660px;
	top:244px;
	z-index:3;
}

#map a#pin-northbrookPlace{
	left:645px;
	top:268px;
	z-index:5;
}

#map a#pin-sunPointeVillage{
	left:647px;
	top:218px;
}

#map a#pin-springbrookPlace{
	left:652px;
	top:558px;
}

#map2 a#pin-theReserve{
	left:195px;
	top:439px;
}

#map2 a#pin-meadowsSFH{
	left:94px;
	top:480px;
}

#map2 a#pin-parkviewHeights{
	left:620px;
	top:204px;
}

#map2 a#pin-westfieldHeights{
	left:324px;
	top:392px;
}

#map2 a#pin-ashburyCreek{
	left:414px;
	top:499px;
}
/*---[ end pin positions ]---*/

.mapContainer{
	display:block;
	position:relative;
}

#mapNav, #mapNav2{
	display:block;
	position:absolute;
	background:#fff;
	top:150px;
	border:2px solid #939A70;
	border-bottom:1px solid #939A70;
	margin:0;
	padding:0;
	font-size:12px;
}

#mapNav li, #mapNav2 li{
	list-style:none;
	padding:0;
	margin:0;
	border-bottom:1px solid #939A70;
}

#mapNav a, #mapNav2 a{
	display:block;
	position:relative;
	padding:2px 5px;
	text-decoration:none;
}

#mapNav a:hover, #mapNav a:focus, #mapNav2 a:hover, #mapNav2 a:focus{
	background:#737373;
	background:#D74443;
	color:#fff;
}

#mapNav a.red:hover, #mapNav a.red:focus, #mapNav2 a.red:hover, #mapNav2 a.red:focus{
	background:#D74443;
	color:#fff;
}

#mapNav a.blue:hover, #mapNav a.blue:focus, #mapNav2 a.blue:hover, #mapNav2 a.blue:focus{
	background:#4069DD;
	color:#fff;
}

td, th{
	padding:5px;
}

#footer{
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:20px;
	background: url(../img/footer.gif) no-repeat center top;
}

.homeTable td{
	padding:5px;
}

.homeCondos-Link{
	margin:0 2px 0 0;
}

.homeSFM-Link{
	margin:0 0 0 2px;
}

#goExplore{
	display: inline-block;
	position:relative;
	width:105px;
	height:13px;
	background: url(../img/goExplore.gif) no-repeat 0 0;
	line-height:999em;
	text-indent:-999em;
	overflow:hidden;
	margin:0 0 -3px 4px;
}

/*
.tipWrapper, .tipWrapper2{
	top:0 !important;
	right:0 !important;
	width:400px !important;
	left:auto !important;
}

*/