@charset "utf-8";
/* CSS Document */


/* ---- Page Styles ---- */
body {
	background-color: black;
	display: block;
	margin-top: 0px;
	margin-left: 0px;
}

body {
	background-image: url(../images/bkgrnd_swirlh.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: black;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
}

#containerCity {
	background-color: black;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 900px;
	border: 1px solid black;
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -450px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
}

/* ---- Main Nav ---- */
#main_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 7px 11px 8px 12px;
	background-color: #e3bb8a;
}

#main_nav a, #main_nav a:visited {
	color: black;
	text-decoration: none;
	padding: 6px 10px 0px 10px;
}

#main_nav a:hover {
	color: white;
	text-decoration: overline;
	padding: 6px 10px 0px 10px;
}

#main_nav #selected {
	color: white;
	text-decoration: overline;
	padding: 6px 10px 0px 10px;
}

/* ---- Footer ---- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: notmal;
	color: white;
	text-align: left;
	padding: 0px 0px 4px 0px;;
	position: absolute;
	left: 50%;
	top: 560px;
	margin-left: -450px;
}

#footer a, #footer a:visited {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
	text-decoration: overline;
}
/* ---- Horizontal Scrolling ---- */
#container{
	position: absolute;
	left: 0px;
	top: 24px;
	width: 884px;
	height: 520px;
	border: 1px solid black;
	overflow: auto;
	margin: 0 auto;
	margin-top:6px;
}
 
.slider {
	width: 2000px;
	height: 400px;
	padding:0px;
	background:#CCCCCC;
}

.section{
	margin:0 0 0 0;
	width:220px;
	float:left;
	margin-right:50px;
}

/*-----------------tooltip--------------*/

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

