
.xm_menu { /* menu  class */
	width: 100%; /*150px;/*navigation bar width , will also need to change "margin_left" for the "content_middle"*/
	FONT: bold 14px arial, san-serif;
	/*font-weight: normal; /**/
	COLOR:black; /* #aaa; /*#aaa; /*#FF0000; /* #eee; */
	/*background-color: #eeffee; /**/
	float:left; /**/
	/*border-right: none;/**/
	/*border-right: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000; /**/
	/*border: 1px solid #000000; /**/
	margin: 0px;
	padding: 0px;
	/*background: url(images/bgs/ww_marble.gif); /**/
}


.xm_menu LI {
	/*BORDER-bottom: #000000 1px solid;*/
	padding-top: 12px; /*25*/
	padding-bottom: 12px; /*0*/

	padding-left: 2px;
	/*border: 1px solid red; /**/
	/*font: bold 18px arial, san-serif;  /**/
	/*height: 1.5em; /**/	
}
.xm_menu LI A {
	/*font: bold 18px arial, san-serif;  /**/
	/*font-size: 30px; /**/
	/*font-weight: normal; /**/
	COLOR: #00f; /**/
	TEXT-DECORATION: none;


}
.xm_menu LI A:link {
	/*font-size: 18px; /**/
	PADDING-RIGHT: 4px; 
	DISPLAY: block; 
	/*PADDING-LEFT: 0px; */
	/*width: 88%; */
	COLOR: #00f; /*#000000;  /**/
	TEXT-DECORATION: none;
	/*background-color: #F96; /**/
	
	/*font-weight: normal;*/
}
.xm_menu LI A:visited {
	PADDING-RIGHT: 4px; 
	DISPLAY: block; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 4px; 
	/*width: 88%; */
	COLOR: #00f; 
	PADDING-TOP: 4px; 
	TEXT-DECORATION: none;
   /*font-weight: normal; /**/
}

.xm_menu LI A:hover {
	COLOR: #fff; /*#fff;  /*eee*/
	/*background-color: #a6f5f0; /*#6699CC;/**/
	/*height: 3.0em; /**/
	/*vertical-align: top; /**/
	/*opacity: 0.5; /**/
}
/*first level navegation*/
.xm_menu UL{
	padding:0px; /**/
	MARGIN: 0px;
	margin-top: 10px; /**/
	padding-left: 25px; /*5px*/
	margin-left:0px; 
	/*background-color: #eeffee; /**/
	/*opacity: 0.1; /**/
}
/*second level navegation*/
.xm_menu UL UL{
   padding:10px; /**/
	font-weight: bold; /*normal;/**/
	margin-top: 0px;
	margin-left: -5px;
	padding-left: 20px;
	/*background-color: #eeffee; /**/
	border: 1px none green;
}
/*third level navegtion */
.xm_menu UL UL UL {
	background-color: #eeffee;/**/
	/*TEXT-DECORATION: underline; /**/
}
.xm_menu UL UL UL LI A:link {
	/*TEXT-DECORATION: underline; /**/
}
.xm_menu UL UL UL LI A:visited {
	/*TEXT-DECORATION: underline; /**/
}
.xm_menu UL UL UL UL {
	background-color: #eeffee;
}
.xm_menu UL UL UL UL UL {
	background-color: #eeffee;
}
/*------------item for popup */
.xm_menu .xm_popupitem {
	color: black;
}
/*------------------sidbar -------------*/
.xm_sidbar {
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*xj: add to force use the font-family and to remove effect from USGS VI2 (2024-05-18) */
}
.xm_sidbar a:link {
	text-decoration: none;
	font-weight: bold;
}

.xm_sidbar a:hover {
	color: #fff; /*#fff;  /*eee*/
	background-color: #a6f5f0; /*#6699CC;/**/
}

.xm_sidbar span {
	font-weight: bold; 
	color: #000000; /*Specify color for non-linkable*/
}



@media print {
.xm_menu { /* menu  class */
	width: 1px;
   display: none;
}
.xm_idbar, .xm_sidbar { /* menu  class */
   display: none;
}
#sidebarfull {
  display: none;
}

#content_middle {
  margin-left: 0px;
}

#xm_content { /* content id */
	PADDING-LEFT: 5px;
	BACKGROUND: #fff;
	MARGIN-LEFT: 0px;
	margin-right: auto;
	PADDING-TOP: 5px;
	/*background-color:#FFEFD4; /**/
}
}

@media screen {
#popitmenu{
	position: absolute;
	color: white;
	background-color: #a6f5f0; /*#6699cc; /*white; /**/
	border:0px solid black;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px; 
	padding-bottom: 6px;
}
#popitmenu hr {
	color: #CCC;
}
#popitmenu a{
	text-decoration: none;
	padding-left: 6px;
	color: blue;
	display: block;
}

#popitmenu a:hover{ /*hover background color*/
	background-color: #a6f5f0; /*#aaa; /*#6699CC; /**/
	/*filter:alpha(opacity=50); /* For IE */
	/*opacity: 0.5; /* For CSS */
	color: white;
}

#popitmenu span {
	color: #000;
	padding-left: 6px;
}


body {
	 /*
    background: -moz-linear-gradient(left, #ebecf8, #afbee5);
    background: -webkit-gradient(linear,left top, right top, from(#ebecf8), to(#afbee5));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ebecf8', EndColorStr='#afbee5', GradientType=1); 
	 */
	 /*background-image: url('images/bgs/gradient_blue.gif'); /**/
	 
}
#xp_container {
	background-color: transparent;
}

#xp_framewrap {
	width: 860px; margin: 0px auto 40px; border: 1px solid red;  padding: 5px 7px 5px 5px; 
	background: transparent; /* #8289c0; /**/
}

#xp_frame{
   width: 100%; 
	height: 100%; 
	background: transparent; /**/
	/*
	border: 1px solid #000080; 
	overflow-x: hidden;',
    background: #008800;
    background: -moz-linear-gradient(left, #ebecf8, #afbee5);
    background: -webkit-gradient(linear,
                left top, right top, from(#ebecf8), to(#afbee5));
   filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#00FF00', EndColorStr='#000000', GradientType=1);
	
	backgroud: transparent;
	*/
}
#xp_content { /*radius border */
	-moz-border-radius: 30px; 
	-webkit-border-radius: 30px; 
	border-radius: 30px; 
	/*behavior: url(xhtcs/border-radius.htc); /**/
	/*Add shadow */
	-moz-box-shadow: 0px 0px 30px #666; /*x-offset y-offset shadow radius color */
	-webkit-box-shadow: 0px 0px 30px #666;
   box-shadow: 0px 0px 30px #666;
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#666666')"; /*ie8 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135 Color='#666666');	/*ie5.5-7*/
	/*filter: progid:DXImageTransform.Microsoft.DropShadow(offX=5 offY=5 color='#666666' positive=1); /**/
	/*filter:progid:DXImageTransform.Microsoft.Glow(Color=#666666, Strength=10); /*this is not working for shadow */
	
	margin-bottom: 50px;
	margin-left: 60px; /*20*/
	/*margin-right: 20px; /**/
	padding: 20px;
	border: 1px solid #aaa; /*10px double #aaa */
	overflow-x: hidden;
	background: white;
	/*set content width and center */
	margin-left:auto;
	margin-right: auto;
	width: 700px;
}

.rel {
	margin: 50px 0 0 33px;
	padding: 25px;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}
}
#ww_title_box {
	margin-top: 15px; 
	padding-bottom: 15px; 
	height: 50px; 
	border: 0px solid green;
}
#ww_title {
 	float: left; 
	font-size: 36px; 
	color: #000080; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	margin-left: 20px; 
}
#ww_search {
	float: right; 
	vertical-align: middle; 
	border: 0px solid green; 
	padding-top: 7px; 
	padding-right: 15px;
}

@media print {
#ww_title_box {
	margin: 0px;
	padding: 0px; 
	height: 0px; 
}
a, a:link, a:visited {
	color: black;
}
#ww_title, #ww_title a {
	margin-left: 0px; 
	color: black;
}
}
	