/* content */
.text-header { font-weight: bold; font-size: 12pt; font-family: Arial; color: #2C3239;}
.pageContent { font-size: 8pt; font-family: Tahoma, sans-serif; color: #8D8D8D; height:auto; }
 .pageContent a { font-size: 8pt; font-family: Tahoma, sans-serif; color: #8D8D8D; height:auto; }

/* top elements */
.company { 	font-size: 15pt;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold; }
	
.slogan { font-weight: bold; font-size: 14pt; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }

/*main menu*/
.menu {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
text-decoration: none text-align: center;; 		text-decoration: none;
	text-transform: uppercase;
}
.menu:hover {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline overline;
	text-align: center;
	text-transform: uppercase;
}
.amenu {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;
}

/*submenu*/
.submenu {	font-size: 8pt;
	font-family: Tahoma;
	color: #000000;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 2px; }
	
.asubmenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #000000; text-decoration: underline; }

/*bottom menu*/
.bmenu { font-size: 8pt; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; }
.bmenu:hover { font-size: 8pt; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: underline overline; }
.abmenu { font-size: 8pt; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: underline; }

/*copyright*/
.footer { font-size: 8pt; font-family: Arial, Helvetica, sans-serif; color: #B3C3D0; }

/*backgrounds*/
.main-bg {
	background-color: #ffffff;
}
.submenu-bg { background-color: #ffffff; }
.menu-hr { background-color: #6BA4CF; }
.line { background-color: #CACACA; }
.menu2 {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
.menu2b {
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.menu3{ font-size: 8pt; font-family: Tahoma, sans-serif; color: #8D8D8D; text-decoration: underline;}


/* -------===== HCSYS =========------------*/
/* TAGS */
img {
	border: none;
}

/* CLASS */
.topo{
	background-image: url(topo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.topo2{
	background-image:url(header02.jpg);
	background-repeat:no-repeat;
	height:194px ;
	width:208px ;
	
}
.imgpatro{
	border: 1px solid #000000;
	margin: 1px;
}
.btbusc {
	border: 1px solid #33386A;
	background-color:#5A749E;
}
.bpx {
	border: 1px solid #000000;
}
.Mural_Pt {
	background-color:#E6E6E6;
	color:#000000;
	font-size:12px;
	margin: 0px;
}

/* -==================== LIGHTBOX =============================- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

