@charset "utf-8";
/* ----- Uncomment the global selector below to over-ride the default margin and padding added to all tags  ----- */

*{padding: 0; margin: 0;}

/* ----- global default/initial styles ----- */
body {background-color:#000000; margin: 10px; padding: 0;}

/* ----- base default font size, type, and line height ----- */
html body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}
html>body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}

/* ----- add selectors here for font sizing ----- */
p, table, ul, dl {font-size: 1.2em}
caption {font-size: 1.4em}
h2 {font-size: 1.6em}

p {line-height:1.4em;margin:10px 0;
}


/* ----- base links ----- */
a:link {
	color: #00aae9;
	font-family:"tahoma", "宋体";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
a:visited {color: #00aae9;
	font-family:"tahoma", "宋体";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;}
a:hover {color: #00aae9;
	font-family:"tahoma", "宋体";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;}
a:active {color: #00aae9;
	font-family:"tahoma", "宋体";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;}
a:focus{color: #00aae9;
	font-family:"tahoma", "宋体";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;}

/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 550px;
border: 2px solid #00aae9;
padding: 6px 0px 0px 10px;
background-color: #FcFcfC;
visibility: hidden;
z-index: 100;

}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-family:"tahoma", "宋体";
font-size: 1.1em;
color: #333333;
text-align:justify;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #592C16;
margin-right:10px;
}



#mainFlash {
	width:800px;
	height:600px;
	border:#00aae9 solid 2px;
	padding: 0px;
	margin-top: 5px;
	
}
#building{
	width:800px;
	height:1240px;
	border:#00aae9 solid 2px;
	padding: 0px;
	margin-top: 5px;
	
}

#leftBanner{
margin-top:5px; 
margin-left:5px	
	}