/*------------------------------------------------------

PRT Home page style

Updated: February 13, 2008
Tested in: IE6, Firefox 2, and Safari.

------------------------------------------------------*/


/*------------- Home page specific layout ------------*/
#main_right { 
	float: right; 
	width: 640px;
	height: 500px;
	text-align: left;
}

#main_left {
	float: left; 
	width: 310px;
	height: 500px !important;
	height: 490px;
}


#maintext { 
	width: 340px; 
	height: 480px;
	text-align: justify;
}

#newsbox { 
	border: 2px solid #000;
	background-color: #36C;
	padding: 5px;
	width: 310px;
	height: 110px;
	text-align: left;
	color: #FFF;
	margin: 5px 0px 0px 10px;
}	

	#newsbox a:link { color: #FFF; }
	#newsbox a:visited { color: #999; }
	#newsbox a:hover,
	#newsbox a:active { color: #00C; }

#mainmap { margin: 15px 0px 5px 10px; }

#right_bottom { 
	height: 110px; 
}

#instructions { width: 950px; height: 1px; float: left; clear: both; }

#linkbuttons { 
	float: left;
	text-align: left;
        clear: both;
	height: 90px;
	width: 432px;
}
	#linkbuttons img { padding-bottom: 2px;	}

#experticon { 
	float: left;
 	position: relative;
        z-index: 2;
	top: -20px !important;
	top: -10px; 		/* IE hack */
}

#buttons_2 { 
	text-align: right; 
}

#contactinfo {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
	#contactinfo a { color: #000; }

#window {
  margin-top: 10px;
  width: 310px;
  height: 500px !important;
  height: 490px;
}

/* CSS-based Image Maps
   Author: Frank Manno
   Version: Nov. 25, 2004
----------------------------------------------- */

/* ---------- hidden ONLY if CSS is enabled.  If disabled, image is rendered ---------- */
img.image { display: none; }

dl#nationMap {
	margin: 0;
	padding: 0;
	background: transparent url(images/map.jpg) top left no-repeat;
	height: 410px;
	width: 630px;
	position: relative;
}


dt{ margin: 0; padding: 0; position: absolute; display: none; }
dd{ margin: 0; padding: 0; position: absolute; }
dd a { text-decoration: none; }
dd a span { display: none; }
dd a:hover { cursor: default; }

/* ---------- Hotspot Declarations ---------- */
dd#AnchorageLink { top: 318px; left: 173px; }
dd#AnchorageLink a { position: absolute; width: 120px; height: 90px; }
dd#AnchorageLink a:hover{ background: transparent url(images/map.jpg) -173px -728px no-repeat; }

dd#HawaiiLink { top: 179px; left: 2px; }
dd#HawaiiLink a { position: absolute; width: 120px; height: 90px; }
dd#HawaiiLink a:hover{ background: transparent url(images/map.jpg) -2px -589px no-repeat; }

dd#SanFranciscoLink { top: 2px; left: 2px; }
dd#SanFranciscoLink a { position: absolute; width: 120px; height: 90px; }
dd#SanFranciscoLink a:hover{ background: transparent url(images/map.jpg) -2px -412px no-repeat; }

dd#LasVegasLink { top: 2px; left: 173px; }
dd#LasVegasLink a { position: absolute; width: 120px; height: 90px; }
dd#LasVegasLink a:hover{ background: transparent url(images/map.jpg) -173px -412px no-repeat; }

dd#DetroitLink { top: 2px; left: 341px; }
dd#DetroitLink a { position: absolute; width: 120px; height: 90px; }
dd#DetroitLink a:hover{ background: transparent url(images/map.jpg) -341px -412px no-repeat; }

dd#PhiladelphiaLink { top: 2px; left: 508px; }
dd#PhiladelphiaLink a { position: absolute; width: 120px; height: 90px; }
dd#PhiladelphiaLink a:hover{ background: transparent url(images/map.jpg) -508px -412px no-repeat; }

dd#LittleRockLink { top: 179px; left: 508px; }
dd#LittleRockLink a { position: absolute; width: 120px; height: 90px; }
dd#LittleRockLink a:hover{ background: transparent url(images/map.jpg) -508px -589px no-repeat; }

dd#TampaLink { top: 318px; left: 508px; }
dd#TampaLink a { position: absolute; width: 120px; height: 90px; }
dd#TampaLink a:hover{ background: transparent url(images/map.jpg) -508px -728px no-repeat; }

dd#SanDiegoLink { top: 318px; left: 341px; }
dd#SanDiegoLink a { position: absolute; width: 120px; height: 90px; }
dd#SanDiegoLink a:hover{ background: transparent url(images/map.jpg) -341px -728px no-repeat; }

