#header {
/*	background-color: #f5a01a;*/
/*	background-image: none;*/
	background-image: url('/img/propertyHeaderBkgd.png');
	background-repeat: no-repeat;
	height: 180px;
	position: relative;
	width: 850px;
}

h2 {
	position: static;
}


div.stateMap {
	background-position: left top;
	position: static;
	height: 400px; width: 520px;
	border-bottom: 1px solid #fff;
}

div.stateMap div {
	position: relative;
	height: 400px; width: 520px;
	z-index: 10;
}

table.demographics {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.demographics th {
	border-bottom: 1px solid #999;
	font-weight: bold;
	padding: 5px;
}
table.demographics td {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 5px;
}


ul#developmentList {
	margin: 0px;
}
ul#developmentList li {
	background-image: url(/img/developmentList_bullet.gif);
	background-position: 2px 4px;
	background-repeat: no-repeat;	
	list-style: none;	
	padding-left: 15px;
}
ul#developmentList li a {
	display: block;
}
ul#developmentList li a strong {
	color: #000;
}
ul#developmentList li a:hover {
	background-color: #e5e5e5;
/*	color: #f5a01a;*/
}


div.propertyMapNavLink {
	padding-top: 20px;
}
div.propertyMapNavLink a {
	border-bottom: 1px solid #F5A01A;
	color: #000;
	font-weight: bold;
}
div.propertyMapNavLink a:hover {
	background-color: #F5A01A;
	color: #fff;
}



div#aboutPopup p {
	clear: left;
}
div.aboutPopupColumn {
	float: left;
	margin-right: 20px;
	width: 250px;
}


div#propertyNavWrapper {
/*	background-color: #ddd;*/
	color:#fff;
	height: 100px;
	position:absolute;
	top:70px;
	right:20px;
	width: 600px;
	z-index:50;	
}
div#propertyNavWrapper p {
	text-align: left;
}
div#propertyNavWrapper_Category {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 172px;
}
div#propertyNavWrapper_State {
	position: absolute;
	left: 192px;
	top: 60px;
	width: 172px;
}
div#propertyNavWrapper_AlphabeticalListing {
	position: absolute;
	left: 384px;
	top: 60px;
	width: 172px;
}



div.propertyNavMenu ul {
	display:none;
	margin:0;
	padding:0;
	position: relative;
	list-style:none;
	width: 172px;
}
div.propertyNavMenu ul li {
	background:#6e480e;
	border-bottom: 1px solid #452d07;
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
}
div.propertyNavMenu ul li a:link, 
div.propertyNavMenu ul li a:hover, 
div.propertyNavMenu ul li a:visited,
div.propertyNavMenu ul li a:active {
	color:#FFFFFF;
	display:block;
	font-size: 10px;
	padding:2px 1px 2px 5px;
	text-decoration:none;
}
div.propertyNavMenu ul li a:hover {
	background-color: #f9c573;
	color:#000;
}



/* ---------->>> jtip <<<---------------------------------------------------------------*/
#JT_close_left, #JT_close_right {
	font-size: 10px;
}
#JT_copy h3, #JT_copy p, #JT_copy ul {
	font-size: 10px;
}

#JT_arrow_left{
	background-image: url(/img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(/img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #000000;
	background-color: #F5A01A;
}

#JT_copy{
	padding:5px;
	color:#333333;
}

.JT_loader{
	background-image: url(/img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #000;
	text-align: left;
/*	padding-left: 8px;*/
/*	padding-bottom: 5px;*/
/*	padding-top: 2px;*/
	margin: 0px; padding: 0px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #000;
	text-align: left;
/*	padding-left: 8px;*/
/*	padding-bottom: 5px;*/
/*	padding-top: 2px;*/
	font-weight:bold;
	margin: 0px; padding: 0px;
}

#JT_copy h3{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin:0 0 2px 0;
}
#JT_copy p{
	color: #ffffff;
	font-size: 13px;
	line-height: 14px;
	margin:5px 0 0 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}