/* GLOBAL CONTENT: ADJUSTMENTS */

div#content {
	padding:0;
}

/** REGION LEFT COLUMN **/
div#region_select {
	float:left;
	width:551px;
	text-align:center;
}

div#region_select div.title {
	background:url(../img/to-begin.png) no-repeat;
	width:363px;
	height:44px;
	margin: 30px auto;
}

div#region_select div.callout {
	background:url(../img/region-dark.png);
	color:white;
	padding:28px;
	text-align:center;
	margin-top:15px;
}

div#region_select div.callout table {margin: 0 auto;}

div#region_select div.callout table a{
	font-weight:normal;
	font-size:18px;
	color:white;
	text-decoration:none;
	position:relative;
}

a.arrow {
	display:block;
	width:23px;
	height:17px;
	background:url(../img/left-arrow.png) no-repeat;
	cursor:hand;
}

a.arrow span{display:none;}

/* REGION MAP */

div#rmap_cont {
	position:relative;
	width:371px;
	height:304px;
	margin:0 auto;
}

div#rmap { 
	position:relative;
	width:371px;
	height:304px;
	background:url(../img/region_map.png) no-repeat; 
}

div#transmap {
	position:absolute;
	top:0;
	left:0;
	width:371px;
	height:304px;
}

div#transmap img {border:none;}

div#rollover {
	position:absolute;
	top:0;
	left:0;
	width:371px;
	height:304px;
}

/* REGION LIST */

div#region_select_nav {
	float:right;
	clear:none;
}

div#region_select_nav ul {
	list-style:none;
	width:309px;
}

div#region_select_nav ul li {
	border-left:1px thin white;
	border-bottom:1px thin white;
	display:block;
	float:left;
	width:309px;
	height:53px;
}

li.portland {background:url(../img/regions/portland.png) no-repeat;}
li.salem {background:url(../img/regions/salem.png) no-repeat;}
li.eugene {background:url(../img/regions/eugene.png) no-repeat;}
li.central {background:url(../img/regions/central.png) no-repeat;}
li.northeast {background:url(../img/regions/northeast.png) no-repeat;}
li.southwest {background:url(../img/regions/southwest.png) no-repeat;}
li.southeast {background:url(../img/regions/southeast.png) no-repeat;}
li.coastalnw {background:url(../img/regions/coastalnw.png) no-repeat;}
li.coastalsw {background:url(../img/regions/coastalsw.png) no-repeat;}
li.washingtonsw {background:url(../img/regions/washingtonsw.png) no-repeat;}

div#region_select_nav ul li a{
	display:block;
	position:relative;
	width:309px;
	height:53px;
}

div#region_select_nav ul li a:hover {
	background:url(../img/region-dark-gradient.png) repeat-x;
}

div#region_select_nav ul li a.shade {
	background:url(../img/region-dark-gradient.png) repeat-x;
}

/* GENERAL */

div#region_select div.title strong,div#region_select_nav ul li a strong {
	display:none;
}
