#searchbutton {position: relative; top:7px; left:3px;}


/***Nclean this file clean this file clean this file -------*/

.menu7container {
	width: 982px;
	padding: 0;
	margin: 0 auto;
}


ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	/*font-size: 1.1em;*/
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	/*text-indent: -9999px;*/
	height: 36px;
}

.hide {
	display: none;/*hides the words of the links described in css above*/
	}

ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

ul#topnav a.streamingmedia {
	background: url(../images/navigation/nav_streamingmedia.png) no-repeat;
	width: 154px; 
}
ul#topnav a.television {
	background: url(../images/navigation/nav_television.png) no-repeat;
	width: 111px; 
}
ul#topnav a.radio {
	background: url(../images/navigation/nav_radio.png) no-repeat;
	width: 73px; 
}
ul#topnav a.community {
	background: url(../images/navigation/nav_community.png) no-repeat;
	width: 114px; 
}
ul#topnav a.kids {
	background: url(../images/navigation/nav_kids.png) no-repeat;
	width: 58px; 
}
ul#topnav a.education {
	background: url(../images/navigation/nav_education.png) no-repeat;
	width: 114px; 
}
ul#topnav a.floridachannel {
	background: url(../images/navigation/nav_floridachannel.png) no-repeat;
	width: 152px; 
}
/*ul#topnav a.fl-channel {
	background: url(../images/navigation/nav_fl-channel.png) no-repeat;
	width: 110px; 
}*/
/**had to change back to florida channel but using fl-channel name for gfx files*/
ul#topnav a.fl-channel {
	background: url(../images/navigation/nav_fl-channel.png) no-repeat;
	width: 162px; 
}
ul#topnav a.membership {
	background: url(../images/navigation/nav_membership.png) no-repeat;
	width: 124px; 
}
ul#topnav a.ways-to-support {
	background: url(../images/navigation/nav_ways-to-support.png) no-repeat;
	width: 166px; 
}
ul#topnav a.donate {
	background: url(../images/navigation/nav_donate.png) no-repeat;
	width: 88px; 
}
 
.left1 {left: -5px;}
.left2 {left: -154px;}
.left3 {left: -452px;}
.left4 {left: -453px;}
.left5 {left: -265px;}
.left6 {left: -154px;}

.right1 {right:-5px;}
.right2 {right: -87px;}


ul#topnav li .sub {
	font:10.9px/14px Verdana,sans-serif;
	display: none;
	position: absolute;	
	top: 36px; 
	/*background: #344c00 url(http://www.sohtanaka.com/web-design/examples/mega-dropdowns/sub_bg.png) repeat-x; OLD BG */
	background: #fff;
	padding: 0px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/* shoddow*/
	-moz-box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	box-shadow: inset 0px 0px 3px #999;
	z-index:10;
}



ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 10px 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	/*color: #fff;  what is this for? */
	text-align:left;
	padding:0; margin:0;
}

ul#topnav .sub ul li h4 {
	display: block;
	padding:0;
	margin: 0;
	color: #000;
	width: 100%;
	text-align:left;
	font-size:1em;
}
ul#topnav .sub ul li h4 a {
	color: #212121;
	text-decoration:none;
	padding: 3px 15px;
	margin:3px 0;
}

/*ul#topnav .sub ul li h4*/
ul#topnav .sub ul li h4 a:hover { 
	background-color: #e9c77d; /*#CDC092; or #dda641*/
	color: #FFFFFF;
	text-decoration: none;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0;/* --Reset text indent--*/
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 25px;
	margin: 2px 0;
	color: #212121;
}
ul#topnav .sub ul li a:hover {text-decoration: underline;}

/***********/

.newsheadline {
	margin-left:15px;
}

.newsheadline img {
		float: left;
		display:inline;
		width: 40%;
		margin:15px 10px 20px 5px;
}

/*active page, middle of sprite graphic*/
ul#topnav a.active {
background-position: 0px -36px;
}


.full { width: 982px !important; }


/* streaming media slide menu */

#hidden { display: none; }


/*gradient
.grad01 {
    background-image: url(..//gradient.png);
    background-repeat: repeat-y;
    background-position: right;
	height:100%;
	border-right: 1px solid #c4c2c2;
}
*/



/***open close****/
 #stream {
    width: 980px;
    /*height: 750px;*/
}
#stream {
    /*background-color: #666;*/
    display: none;
}
#slider_main {
    /*background-color: #999;*/
    height: 361px;
    width: 980px;
}
#stream:target #slider_main {
    display: none;
}
#stream:target {
    display: block;
}
#firefox-fix {
 	float:left; 
	width:980px; 
	display:inline;
 }
 #closebutton {
	padding:10px 18px 0 0; 
	text-align:right;
}
#closeimage {
	float:right; 
	display:inline; 
	margin-left:10px;
}


/*-------LOGIN STARTS HERE -------*/
/* Login Container (default to float:right) */
#loginContainer {
    position:relative;
    font-size:12px;
}

/* Login Button */
#loginButton { 
    z-index:30;
    cursor:pointer;
}

/* Member Login Button Text */
#loginButton span {
    color:#fff; 
    padding:7px 29px 9px 10px;
    background: url(../images/login/loginArrow.png) no-repeat 99px 7px;
    display:block;
}

/* Login Box */
#loginBox {
    position:absolute;
    top:35px;
	/*right: 0;*/
    display:none;
    z-index:29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;	
}

.active {
	display:block;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #E2F0FA 0%, #d2e0ea 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #E2F0FA 0%, #d2e0ea 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #E2F0FA 0%, #d2e0ea 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E2F0FA), color-stop(1, #d2e0ea));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #E2F0FA 0%, #d2e0ea 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #E2F0FA 0%, #d2e0ea 100%);
	}

#loginButton.active span {
    background-position:99px -76px;
	color: #3a454d;
	border-radius:3px;
    -moz-border-radius:3px;
	/*border:1px solid #899caa;
	font-weight:bold; this moves the whole box*/
	
}

/* A Line added to overlap the border 
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}
*/
/* Login Form */
#loginForm {
    width:248px; 
   /* border-right:1px solid #899caa;
    border-bottom:1px solid #899caa;
    border-left:1px solid #899caa;*/
    border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    margin-top:-1px;
    background:#d2e0ea;
    padding:6px;
}
#formbody {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}
.pleasechoose {
	color:#333; text-align:left; padding:4px 0;
}
.choose-option {
	width:92%;
	background:#fff2db;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    margin:0 0 12px 0;
	padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
	text-align:center;  
    display:block;
}
.choose-option:hover {
	background: #ffe9c1;
	text-decoration: none;
}


/*******END LOGIN CSS*********/