/*hide from ie on mac\*/
html {
	height: 100%;
	/*overflow: hidden*/
}

#flashcontent {
	width: 100%;
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
}

#addthis {
	width: 1px;
	height: 1px;
	position:absolute;
	right:2px;
	bottom:19px;
	z-index:99;
}

#map {
	width: 900px;
	height: 480px;
	position:absolute;
	left:40px;
	top:36px;
	z-index:2;
	display:none;
}

#noflash {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#noflashmsg {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-style:italic;
}

#maincontent {
	text-align:center;
}

#header {
	text-align:center;
}

#footer {
	text-align:center;
}

#noflashbtn {
	padding:8px;
}

#getFlash 
{
	color: #000;
}

/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.noflashBorder{
	position: absolute;
	z-index: 1002;
	font-size: 1px;
}

.noflashContent{
	position: relative;
	z-index: 1003;
	top: 15px;
	left: 15px;
	background-color: #fff;
	text-align:center;
	font-family:sans-serif;
}

.overlay{
	position:absolute;
	z-index:1000;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000000;
	opacity:0;
	filter:alpha(opacity=0);
}

a.getFlashLink										
{
	color: #0b4751;
	text-decoration:none;
}

.strong
{
	font-weight: bold;
}