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

body {
background: url(/images/bg.png) no-repeat top center;

}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color:#48B1EA;
}
a:active {
	text-decoration: none;
}

#articletop {
z-index:-1;
position:absolute;
}
#hometop {
z-index:1;
position:absolute;
}
#dropmenu1 {
position:absolute;
top:79px;
width:178px;
display:none;
z-index:100;
}
#dropmenu2 {
position:absolute;
top:79px;
width:178px;
display:none;
z-index:100;
}
#dropmenu3 {
position:absolute;
top:79px;
width:178px;
display:none;
z-index:100;
}
.dropmenutop {
height:11px;
background: url(/images/menutop.png) bottom left no-repeat;
}
.dropmenubottom {
height:12px;
background: url(/images/menubottom.png) top left no-repeat;
}
.dropmenumiddle {
background: url(/images/menumiddle.png) top left repeat-y;
padding-left:10px;
}
.dropmenuitem {
padding-top:4px;
padding-bottom:4px;
font-size:11px;
color:#666;
cursor:pointer;
}
.dropmenuitem_over {
padding-top:4px;
padding-bottom:4px;
font-size:11px;
color:#48B1EA;
cursor:pointer;
}
.tab {
width:134px;
padding-right:10px;
background:url(/images/tab.png) no-repeat top left;
height:38px;
padding-bottom:6px;
text-align:center;
cursor:pointer;
color:#666;
}
.tab_over {
width:134px;
padding-right:10px;
background:url(/images/tab_blue.png) no-repeat top left;
height:38px;
padding-bottom:6px;
text-align:center;
cursor:pointer;
color:#FFF;
}
.bar_left {
background:url(/images/bar_left.png) top right no-repeat;
width:7px;
height:182px;
}
.bar_right {
background:url(/images/bar_right.png) top left no-repeat;
width:7px;
height:182px;
}
.bar_arrow {
background:url(/images/bar.png) top repeat-x;
width:13px;
}

.bar_over {
background:#48b1ea;
cursor:pointer;
color:#FFF;
}
.bar_notover {
background:none;
color:#000;
}

#myController span{
cursor:pointer;
}

#jFlowSlide{
background:url(/images/bar.png) repeat-x;
}

#myController span.jFlowSelected {
background:#F00;
}

.jFlowPrev, .jFlowNext{
cursor:pointer;
}

.followtext {
font-size:16px;
}
.fade_text {
position:absolute;
top:234px;
width:920px;
color:#FFF;
z-index:99;
cursor:pointer;
}
#crossfade-container {
				margin: 0px 0px 0px 0px;
				width: 920px;
				height: 300px;
	}
	.fade-box {
				margin: 0px;
				position: absolute;
				width: 920px;
				height: 300px;
				z-index:2;
			}

.righttext {
color:#666;
}
.rightsubtext {
color:#999;
}
.right_over {
color:#48B1EA;
cursor:pointer;
}
#searchresults {
width:198px;
border:1px solid #000;
background:#FFF;
position:absolute;
top:114px;
right:0px;
z-index:999;

}
.sr_over {
background-color:#48B1EA;
color:#FFF;
}
.text8 {
font-size:8px;
}
#overimage_channel {
top:245px;
position:absolute;
width: 700px;
background: url(/images/channelbottomover.png) top center no-repeat;
z-index: 5;
}