@charset "utf-8";
/* CSS Document */
@import "styles.css";
@import "cities.css";
@import "events.css";
body {
	background: #ffffff;
	margin:0;
	padding:0;
	color:#898989;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:17px;
}
#container {
	width:830px;
	margin-left:190px;
	margin-top:-10px;
/*	position:absolute;*/
}
#container #left{
	float:left;
	width:500px;
}
#container #right{
	width:220px;
	padding-top:40px;
	float:right;
}
#header {
	height:135px;
}
#header span, #header_logo span{ display:none; }
#header_graphic {
	position:absolute;
	top:-1px;
	left:788px;
	height:180px;
	width:190px;
	background:url(../images/logos/header_graphic.gif) no-repeat;
}
#header_logo {
	position:absolute;
	top:44px;
	left:112px;
	width:256px;
	height:78px;
	background:url(../images/logos/header_logo.gif) no-repeat;
}

#header_bar {
	background:#ed1c24;
	height:76px;
	width:100%;
	margin-top:44px;
}
#header_city_select{
	left:440px;
	top:30px;
	position:absolute;
	width:71px;
	height:11px;
	background:url(../images/titles/select_city.gif);
}
#header_cities{
	left:485px;
	top:0px;
	position:relative;
	width: 110px;
	background:#ffffff;
}
#header_cities #nav_phx{
	background:url(../images/titles/phx_nav.gif) bottom left;
	top:0; left:0;
	position:absolute;
	height:19px;
	width:110px;
}
#header_cities #nav_portland{
	background:url(../images/titles/portland_nav.gif) bottom left;
	top:19px; left:0;
	height:19px;
	width:110px;
	position:absolute;
}
#header_cities #nav_minn{
	background:url(../images/titles/minn_nav.gif) bottom left;
	top:57px; left:0px;
	height:19px;
	width:110px;
	position:absolute;
}
#header_cities #nav_slc{
	background:url(../images/titles/slc_nav.gif) bottom left;
	top:38px; left:0px;
	height:19px;
	width:110px;
	position:absolute;
}
#header_cities #nav_phx:hover,#header_cities  #nav_minn:hover,#header_cities  #nav_slc:hover,#header_cities  #nav_portland:hover{
	background-position: top left;
}
#cities {
	position:relative;
	margin-top:40px;
	height:460px;
}
#cities #phx {
	position:absolute;
	left:0;
	top:0px;
}
#cities #minn {
	position:absolute;
	left:292px;
	top:0px;
}
#cities #slc {
	position:absolute;
	left:0;
	top:210px;
}
#cities #portland {
	position:absolute;
	left:292px;
	top:210px;
}
#cities .city_graphic {
	margin-top:25px;
}
#phx_link {
	width:256px;
	height:15px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/titles/phx_go.gif) top left no-repeat;
}
#slc_link {
	width:256px;
	height:15px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/titles/slc_go.gif) top left no-repeat;
}
#minn_link {
	width:256px;
	height:15px;
	position:absolute;
	left:0;
	background:url(../images/titles/minn_go.gif) top left no-repeat;
}
#portland_link {
	width:256px;
	height:15px;
	position:absolute;
	left:0;
	background:url(../images/titles/portland_go.gif) top left no-repeat;
}
#phx_link:hover, #minn_link:hover, #slc_link:hover, #portland_link:hover {
	background-position:bottom left;
}
.city_copy {
	font-style:italic;
	font-size:11px;
	top:400px;
	position:relative;
}
.event_gallery .event_details{
	margin-top:-10px;
	margin-bottom:20px;	
	margin-left:20px;
	color:#616060;
	line-height:20px;
}
.event_gallery .event_details strong{
	color:#616060;
}
.event_gallery .event_details a{
	color:#ed1c24;
}

#footer{
	clear:both;
	margin-left:190px;
	padding-top:30px;
	font-size:11px;
	height:20px;
	width:700px;
}
#footer a{
	color:#898989;
}