#container {
	position:relative;
	width: 760px;
	height: 1240px;
	background: url(../images/body-bg1.jpg);
	background-color: #252525;
	margin: 0px auto;
	text-align: left;
	font-family: Trebuchet MS, Helvetica Neue, Verdana, Arial, sans serif;
}
#body-img {
	position: center;
	margin: 16px 16px;
}
#promos {
	margin:0 10px 0 0;
	float: right;
	padding: 0;
}
#promos li {
	list-style: none;
	float: right;
}
#promos li img {
	margin: 0 5px 0 0;
	padding: 0px;
}
#copyright {
	text-align: left;
	margin-left: 10px;
	color: #ffffff;
	font-size: 12.25px;
	margin-top: 150px;
}
#footer {
	margin: 0 0 -50px 0;
}
#map {
}
.city {
	margin: 10px 0 0 40px;
}
.city a {
	color: white;
}
.city a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

/* HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/

ul#us-map {	
	width:712px;
	list-style:none;
	height:404px
}

ul#us-map li {
	display:inline
}

ul#us-map li a {
	height:404px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#us-map  li a span {
	float:left;
	display:block
}

ul#us-map li#us-map-1 a {
	width:335px;
	background:url(../images/map-popup.jpg) no-repeat 0px 0
}

ul#us-map li#us-map-1 a:active,
ul#us-map li#us-map-1 a:hover {
	background-position:0px -404px
}
ul#us-map li#us-map-1 a.current {
	background-position:0px 0px -404px
}

ul#us-map li#us-map-2 a {
	width:147px;
	background:url(../images/map-popup.jpg) no-repeat -335px 0
}

ul#us-map li#us-map-2 a:active,
ul#us-map li#us-map-2 a:hover {
	background-position:-335px -404px
}
ul#us-map li#us-map-2 a.current {
	background-position:-335px -335px -404px
}

ul#us-map li#us-map-3 a {
	width:230px;
	background:url(../images/map-popup.jpg) no-repeat -482px 0
}

ul#us-map li#us-map-3 a:active,
ul#us-map li#us-map-3 a:hover {
	background-position:-482px -404px
}
ul#us-map li#us-map-3 a.current {
	background-position:-482px -482px -404px
}