/* Map styles stylesheet */



#InfoBox {
	width: 200px;
	height: 500px;
	visibility: hidden;
	color: #FFF;
	font-family: Arial, Helvetica, san-serif;
	padding: 20px;
	position: absolute;
	top: 400px;
	left: 700px;
	z-index: 30;
}
#InfoBox h1 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 5px;
}
#InfoBoxText ul {
	padding-left: 20px;
	margin-left: 0px;
}
#InfoBoxText li {
	font-size: .8em;
	padding: 0px;
	margin: 0px;
}
#InfoBoxText {
	margin: 0;
	padding: 10px;
}
.spiffy {
	display:block
}
.spiffy * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#C08585
}
.spiffy1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #e3caca;
	border-right:1px solid #e3caca;
	background:#cfa3a3
}
.spiffy2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #f8f2f2;
	border-right:1px solid #f8f2f2;
	background:#cb9c9c
}
.spiffy3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #cb9c9c;
	border-right:1px solid #cb9c9c;
}
.spiffy4 {
	border-left:1px solid #e3caca;
	border-right:1px solid #e3caca
}
.spiffy5 {
	border-left:1px solid #cfa3a3;
	border-right:1px solid #cfa3a3
}
.spiffyfg {
	background:#C08585
}
#map_sidebar-container {
	position: absolute;
	top: 400px;
	margin: 0px 0 0px 0px;
	visibility:hidden;
	z-index: 3;
	background-color: #FFF;
}
#map_sidebar {
	background: url(/wp-content/themes/strategicanalytics/images/map_sidebar_background.jpg) repeat-x top left;
	border: 1px #cccccc solid;
	width: 100px;
	margin: 0px;
	padding: 0 10px 10px 10px;
	float: left;
	display: inline; /* floats are handled as block elements, this is to fix 

							   a margin collapsing bug in IE */
}
#map_sidebar-top {
 // background: url(images/level3-nav-top.gif) no-repeat;
	background: url(/wp-content/uploads/level3-nav-top.jpg) no-repeat;
	height: 40px;
}
#map_sidebar h1 {
	color: #800000;
	font-size: .9em;
	margin: 0;
	padding: 12px 0 5px 0;
	text-align: center;
	border-bottom: 1px dotted #999999;
	
}
#map_sidebar-bottom {
	background: url(/wp-content/uploads/level3-nav-bottom.gif) no-repeat;
	height: 20px;
	float: left;
	width: 184px;
}
#map_sidebar ul {
	padding: 0;
	margin: 0;
}
#map_sidebar li {
	margin: 0px;
	background: url(images/SA-bullet.gif) no-repeat left 3px;
	list-style: none;
	/* border-bottom: 1px solid #999999; */

	padding-bottom: 5px;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 0px;
	font-size: .75em;
}
#map_sidebar p {
	font-size: .75em;
}
.modal-overlay {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	/* background:#fff;

	opacity:.75;

	filter: alpha(opacity=75);

	-moz-opacity: 0.75; */

	z-index:101;
}
.modal-window {
	position:absolute;
	top:640px;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
	background:transparent url('images/modal1.jpg') no-repeat scroll right top;
}
.close-window {
	position:absolute;
	width:77px;
	height:27px;
	right:40px;
	top:30px;
	background:transparent url('images/close.png') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.close-window:hover {
	opacity:.99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
}
#tooltip {
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}
