/* guidepost */


#GP_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.GP_overlayBG {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

* html #GP_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#GP_window, #GP_window2 {
	position: fixed;
	background: #B0240C;
	z-index: 1002;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}
#GP_window2 {
	background: #034974;
}

* html #GP_window, * html #GP_window2 { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#GP_window, #GP_window2 {
	font: 10px Verdana;
	line-height: 1em;
	color: #fff;
}
#GP_window a, #GP_window2 a { color: #fff; font-weight: bold; text-decoration: none; }
#GP_window h3, #GP_window2 h3 {
	color: #fff;
	font-size: 1.125em;
	line-height: 1.3333em;
	margin: 0 0 13px 13px;
	padding: 8px 0 12px 0;
	border-bottom: 1px solid #C0503D;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-weight: normal;
}
#GP_window2 h3 {
	border-bottom: 1px solid #356D90;
}

#GP_window p, #GP_window2 p {
	color: #fff;
	font-size: 0.95em;
	line-height: 1.3333em;
	margin: 0 0 3px 13px;
	padding: 0 0 0.25em 0;
}
#GP_window ul, #GP_window2 ul {
	color: #fff;
	font-size: 0.95em;
	margin: 3px 0 0 0;
	padding: 0 0 0 30px;
}
#GP_window li, #GP_window2 li {
	line-height: 1.3333em;
}

#GP_window img#GP_Image, #GP_window2 img#GP_Image2 {
	display:none;
	margin: 15px 0 0 10px;
	padding: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#GP_caption, #GP_caption2 {
	padding: 5px 25px 0px 10px;
	float: left;
	min-height: 480px;
	_height: 480px;
	overflow: hidden;
}

#GP_closeWindow, #GP_closeWindow2, #GP_closeWindow3, #GP_closeWindow4, #GP_closeWindow5, #GP_closeWindow6  {
	width: 270px;
	height: 38px;
	margin: 0 68px;
	padding: 0 0 14px 0;
	float: left;
	text-align: center;
}
#GP_closeWindow a, #GP_closeWindow2 a {
	display: block;
	width: 270px;
	height: 38px;
	background: url("images/gp_submit_r.gif") no-repeat top center;
	outline: none;
}

#GP_closeWindow2 a {
	background-image: url("images/gp_submit_b.gif");
}

#GP_closeWindow3 a, #GP_closeWindow4 a {
	display: block;
	width: 270px;
	height: 38px;
	background: url("images/gp_cz_r.gif") no-repeat top center;
	outline: none;
}

#GP_closeWindow4 a {
	background-image: url("images/gp_cz_b.gif");
}

#GP_closeWindow5 a, #GP_closeWindow6 a {
	display: block;
	width: 270px;
	height: 38px;
	background: url("images/gp_en_r.gif") no-repeat top center;
	outline: none;
}

#GP_closeWindow6 a {
	background-image: url("images/gp_en_b.gif");
}

#GP_closeWindow a span, #GP_closeWindow2 a span, #GP_closeWindow3 a span, #GP_closeWindow4 a span, #GP_closeWindow5 a span, #GP_closeWindow6 a span{
	display: none;
}