body { height:100%; background-color:#F2F3D3; padding:0px; margin:0px;}

img { behavior: url(../iepngfix.htc); border:1px none #000; }

#pageBox { 
	width:1000px;
	margin:0px auto 0px auto;
	padding:5px 0px 0px 0px;
	background:#FFF;
	background-image: url(../image/searchPgBkGnd.jpg);
	background-repeat:no-repeat;
	height:100%;
	}
#resultBox {
	width:960px;
	/* height:568px; */
	margin:0px auto 0px auto; padding:0px;
	/*background:url(../image/blackground_opacity75.png) !important;*/
	/*background-image:url(../image/blackground_opacity75.png) !important; */
	background-color:#000000;
	filter:alpha(opacity=75);		
	/*opacity:.75;*/
	/*behavior: url(../iepngfix.htc);*/
	/* background-color: rgba(0, 0, 0, 0.75); */
	/* filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75; */
}

#rcBound { 	width:960px; height:6px; margin:0px 20px; padding:0px; }

#rc1 { margin:0 26px; border-top:1px solid #000; filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;}
#rc2 { margin:0 24px; border-top:1px solid #000; filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;}
#rc3 { margin:0 23px; border-top:1px solid #000; filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;}
#rc4 { margin:0 22px; border-top:1px solid #000; filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;}
#rc5 { margin:0 21px; border-top:1px solid #000; filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;}
#rc6 { margin:0 21px; border-top:1px solid #000; filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;}

#shFooter {
	width:1000px;
	height:54px;
	margin:25px auto 0px auto;
	padding:0px;
	background-image: url(../image/18.gif);
	}
.shFooterText {
	margin: 0px 0px 0px 269px;
	padding-top: 20px;
	font-family: Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif;
	font-size: 0.8em;
	color: #ccc;}
.logo { margin:4px 4px 4px 20px; }

#resultTitle { 
	margin:0px 10px 5px 10px; padding:0px; }

#resultTitle h2 {
	margin:0px 0px 0px 4px; padding:14px 0px 0px 0px;
	color:#FFF; font-family: Georgia, sans-serif; font-size: 18px;
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
	}

#resultTitle h3 {
	margin:0px 0px 0px 4px; padding:0px 0px 0px 0px;
	color:#FFF; font-family: Georgia, sans-serif; font-size: 16px;
	filter:alpha(opacity=100); -moz-opacity:1;; opacity:1;
	}

hr { color:#3AA528;background-color:#3AA528;height:1px;border:none; }

#resultContent {
	color:#FFF; font-size: 14px; line-height: 22px;
	margin:30px 20px 10px 20px;
}


#resultContent a:link { color:#99ccff; text-decoration:none; }
#resultContent a:visited { color:#ffcccc; text-decoration:none; }
#resultContent a:active { color:#00ccff; text-decoration:none; }
#resultContent a:hover { color:#99ccff; text-decoration:underline; }

.dwcItem { margin:0px 0px 0px 19px; padding:0px;}
.link { vertical-align:middle; }

#mapBox {
	margin:0px 0px 20px 20px; padding:0px; width:300px; height:420px;
	position:relative; float:right;
}

#imageBox {
	margin:0px 0px 20px 0px; padding:0px; width:271px; height:420px;
	position:relative; float:right;
}
*+html #imageBox {margin:0px 30px 20px 0px;}
*html #imageBox {margin:0px 30px 20px 0px;}

div.clearer { clear: both; line-height: 0; height: 0;}

/* Put this inside a @media qualifier so Netscape 4 ignores it */

@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none;} 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:0px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 14px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background-image: url(../image/minus.gif); text-align:center; vertical-align:left; background-repeat:no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background-image: url(../image/plus.gif); text-align:center; vertical-align:left; background-repeat:no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background-image: url(../image/bulletWhite.gif); text-align:center; vertical-align:left; background-repeat:no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { }
	ul.mktree  li ul li { margin-left:5px; }
	ul.mktree  li ul li ul li { font-size: 10pt; }
	ul.mktree  li ul li ul li ul li { font-size: 10pt; }
}

