@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	background-image:url(../img/bgr.jpg);
	background-repeat:repeat-x;
}
p{	line-height:20px;}
a:hover{color:#C36; text-decoration:none;}
/*======================================================================*/
.bld{ font-weight:bold;}
.cname{ color:#50C030; font-weight:bold;}
.toxic{color:#3C0;}
.call{color:#3C0;}
.content{
	position:relative;
	float:left;
	width:490px;
	text-align:justify;
	padding-top:5px;
	padding-right:10px;
}
.sidebar{
	position:relative;
	float:left;
	width:280px;
	padding-left:20px;
	text-align:left;
}
.fother{
	clear:both;
	position:relative;
	width:800px;
	height:60px;
	padding-top:5px;
	color:#999;
}
/*======================================================================*/
#wraper{
	width:804px;
	height:800px;
	margin:0px auto;
/*	border:1px solid black;*/
}
#rotator{
	position:relative;
	width:800px;
	height:250px;
}
/*======================================================================*/
#menu {
	position:relative;
	width:800px;
	height:44px;
}
.menu{
	white-space:nowrap;
	list-style-type:none;
	vertical-align:top;
	margin:0px;
	padding:0px;
}
.menu li{display:inline;}
.menu li a{
	height:28px;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #999;
	color:#000000;
	padding-left:20px;	/*28*/
	padding-right:21px;	/*28*/
	padding-top:12px;
}
.menu li a:hover{
	background-color:#DCE9A1; /*42CE3C*/
	color:#000000; 
	cursor:pointer;
	border-bottom:4px solid green;
/*	text-shadow:2px 1px 1px green;*/ /* hoffset, voffset, blur, color */
}
.menu li .active{	color:#FFFFFF;}
.menu li .last{ border-right-style:none;}
/*======================================================================*/
.tooltip{
	position:absolute;
	width:220px;
	height:80px;
	top:-500px;
	left:0;
	padding:20px;
	visibility:hidden;
	text-align:justify;
	border:3px solid green;
	-moz-border-radius:20px;
	z-index:100;
	background-color:#F7F7F7;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=10);
}
/*======================================================================*/
#marqueecontainer{
	position:relative;
	width:250px;
	height:215px;        /* visible square */
	overflow:hidden;
	padding-left:30px;
	margin-bottom:5px;
}
#vmarquee{
	position:absolute; 
	width:248px;
	height:1030px;       /* to acomodate all rss 6(rss) * 170 = 1020 */
}
.rss{
	width:246px;
	height:170px;
	text-align:justify;
	font-size:12px;
	color:#999 !important;
}
.marhead{color:#09F;}
.news{color:#333;}
/*======================================================================*/
.moretext {
	position:relative;
	left:-5000px;
	width:100px;
	height:5px;
	overflow:hidden;
}
/*======================================================================*/
.twnav{ cursor:pointer;}
.navop{ position:relative;float:right; padding-right:4px;}
.navcl{ position:relative;float:left;}
.twcontainer{ position:absolute; top:300px; left:-257px;}
.twslide{
	border:1px solid #93c1f3;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
/*	background-color:#ffffff; 	/*effafc*/
	width:290px; 
	height:640px; /*365*/
	float:left;
}
.twidget{
	position:relative; 
	top:5px; 
	left:5px; 
	width:254px; 
	float:left;
}
.twlogo{position:relative; float:right; padding-top:4px; padding-right:1px;}

.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:5px solid black; /*Border around tooltip*/
background:white;
z-index:3000;
}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

