/************* CUSTOM KSUT STYLES *************/
BODY, BODY.webMain {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: verdana, arial, sans-serif;
	color: #000;
	background-color: #768CA4;
	background-image: url(/media/ksut/header/pb/images/bodyBG.gif);
	background-repeat: repeat-x;
	text-align: center; /* part 1 of IE margin: auto; fix */
}

IMG {border-width: 0px;}
#header A {position: relative;}
.cb {clear:both;}

.ieLinkFix {
	position: relative;
	z-index: 9999;	
}

#header, #content, #footer {
	margin: 0px auto;
	width: 798px;
	text-align: left; /* part 2 of IE margin: auto; fix */
}

/************* HEADER STYLES *************/
#header {
	height: 112px;
	width: 798px;
	background-repeat: no-repeat;
	background-color: #FFF;
	border-top-width: 1px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/ksut/header/pb/images/headerBG.png');
}

#header[id] {background-image: url(/media/ksut/header/pb/images/headerBG.png);}

#homeLink {
	float: left;
	height: 80px;
	width: 206px;
}

#listenLive {
	width: 300px;
	height: 30px;
	float: right;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/ksut/header/pb/images/listenLive.png');
}

#listenLive[id] {background-image: url(/media/ksut/header/pb/images/listenLive.png);}


#navwrapper {
	margin: 0px; 
	padding: 0px;
}

#nav {
	width: 798px;
	font-size: 10px;
	text-align: center;
	list-style: none; 
	padding: 0px;
	margin: 0px;
	z-index: 999;
	margin-left: 2px;
}

/*#nav UL#nav {margin-top: 50px;}*/

#nav UL {
	margin: 0px;
	padding: 0px;
	float: left;
}

#nav LI {
	float: left;
	position: relative;
	list-style-type: none;
}

#nav LI:hover, #nav LI.sfhover {background: #205796;}

#nav A {
	display: block;
	font-size: 12px !important;
	text-transform: uppercase;
	padding: 2px 14px 3px;
	margin: 0px;
	text-decoration: none;
	border-bottom-width: 0px;
}

#nav A, #nav A span {color: #FFF;}

#nav A:hover {color: #FFF;}

#nav UL LI UL {
	padding: 0px;
	font-size: 10px;
	position: absolute;
	width: 141px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-weight: normal;
	background-color: #184170;
	z-index: 999;
}

#nav UL LI UL A {
	padding: 3px 12px;
	margin: 0px;
	font-size: 1.0em;
	text-transform: none;
}

#nav UL LI UL LI {
	text-align: left;
	width: 100%;
	background-color: #	height: 18px;;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0px 0px 1px;
	left: -1px;
}

#nav UL LI UL LI:first-child {border-top: 1px solid #000;}

#nav LI:hover UL, #nav LI.sfhover UL {left: auto;}

#nav LI:hover UL LI A:hover, #nav LI.sfhover UL LI A:hover {
	background-color: #e2d678;
	color: #000;
}

* html  #nav UL LI UL { /* IE fix that adds a top line to drop downs in IE - can't read :first-child */
	border-top: 1px solid #000;
	border-left: 0px; /* stops the drop from inheriting the ul border */
}

/************* CONTENT AREA STYLES *************/
#content {background-color: #FFF;}


/************* FOOTER STYLES *************/
#footer {
	background-color: #000;
	border-bottom-width: 1px;
	padding: 4px 0px;
}

#footer, #footer A {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 0px;
}

.footerLink, .copyright {
	text-align: center;
	padding: 2px;
	color: #FFF;
}
