/* --------------- */
/* Text Formatting */
/* --------------- */
.rgtxt {
	padding-right: 5px; 
	padding-left: 5px; 
	font-size: 12px; 
	color: #000;
	font-family: Verdana, Tahoma, Arial;
}

.boldtxt {
	padding-right: 5px; 
	padding-left: 5px; 
	font-weight: bold; 
	font-size: 14px; 
	color: #000; 
	font-family: Verdana, Tahoma, Arial;
}

.invisible { display: none; }
.visible { display: inline; }
.visibleC {
	display: table;
	padding: 5px;
	background:transparent url(../images/opaque_blue.png); 
	background:#80C1FE;
	/* background:transparent filter: alpha(opacity=80); */
	/* FF only to create opacity */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
	width: 724px;
	height: 390px;
	border: #888 1px solid;
	overflow: hidden;
	position: relative;
}

.iframeStyle {
	width: 724px; 
	height:385px;
}


/* ----------------- */
/* Layout Formatting */
/* ----------------- */

#frame {
	width: 760px;
	margin-top: 10px; 
	padding: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
	color:#000;
	background-color: transparent;
}

#contentleft {
	width: 0px; 
	padding: 0px; 
	background: #fff; 
	float: left; 
	border: #000 1px solid;
	color:#000;
}

#contentcenter {
	width: 736px; /* 770px */
	padding: 0px;
	background: transparent; 
	float: left; 
	color:#000;
	border-top: #fff 12px solid;
	border-bottom: 0px;
	border-left: #fff 12px solid;
	border-right: #fff 12px solid;
}

#contentbottom {
	width: 760px;
	padding: 0px;
	background: #fff; 
	float: left; 
	color:#000;
	border-top: #fff 1px solid;
	border-bottom: #fff 40px solid;
	border-left: 0px;
	border-right: 0px;
}

#contentright {
	width: 0px; 
	padding: 0px; 
	background: #fff; 
	float: left; 
	color:#000;
}


/* -------------------------- */
/* GMap Detail Box Formatting */
/* -------------------------- */

.gDetails, .gDetails table {
	font-size: 11px;  
	color: #000; 
	width: 250px;
	padding-right: 0.2em; 
	padding-left: 0.2em; 
	font-family: Verdana, Tahoma, Arial;
	word-wrap: break-word;
	overflow: hidden;
}

.gDetails a {color: #0000cc;}
.gDetails a:hover {color: #33cc33;}

.gDetails b {
	font-size: 14px
}

.GMapStyle {
	width: 734px;
	height: 400px;
}