* { margin: 0; padding: 0; border: 0; }
body {
	font: normal 62.5%/140% Verdana, Arial, Helvetica, sans-serif;
	background: #F5D783;
	color: #1B325E;
}
.nehdisclaim { font-size: .9em; line-height: 1.3em; margin-bottom: 15px;}
/* main containers */
#cnt_pbsnav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	background: #eee;
	border-bottom: 1px solid #333;
}

#pbsnav {
	width: 645px;
	height: 28px;
	margin: 0 0 0 8px;
}

#cnt_main { margin: 61px 0 15px 0; }

#cnt_homenav {
	position: relative;
	display: block;
	width: 640px;
	height: 286px;
	margin: 0 ;
}

ul#main_nav {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	padding-top: 50px;
	height: 224px;
	width: 154px;
	background: transparent;
	text-transform: uppercase;
}

#main_nav a {
	display: block;
	padding: 8px 12px 8px 0px;
	color: #1F1F1F;
	font-weight: bold;
	width: 140px;
	text-align: right;
	text-decoration: none;
}
#main_nav a:hover {
	color: #fff;
}

#cnt_homenav img { border-bottom: 1px solid #51686D; }

#nav_text {	/* container for the rollover text */
	display: block;
	height: 25px;
	background: #C4AC69;
	color: #14445A;
	border-bottom: 1px solid #51686D;
	padding: 0 0 0 10px;
	margin-top: -2px;
	line-height: 25px;
}

#cnt_highlights {
	display: block;
	width: 620px;
	margin: 0 0 0 25px;
}

.highlight {
	display: block;
	width: 131px;
	margin-right: 25px;
	text-decoration: none;
}
.highlight img { padding-bottom: 5px; }
a.highlight { color: #1B325E; }
a.highlight:hover { color: #AB965B; }

#box-airdate {
	text-align: center;
	width: 150px;
	padding: 10px 0 20px 0;
	border: 1px solid #A87849;
	background-color: #C4AC69;
	color: #FFFFCC;
}
#box-airdate b { font-size: 1.1em; }
#box-airdate a { margin: 4px 0; color: #143A5A; }
#box-airdate a:hover { color: #FFFFCC; }

.nehdisclaim { font-size: .9em; line-height: 1.3em; margin-bottom: 15px;}

#footer_nav {
	width:640px;
	margin: 0 ;
	color: #1B325E;
}
/*#footer_nav img { margin-bottom: 1em; }*/
#footer_nav ul { list-style: none; }
#footer_nav ul li { display: inline; }
#footer_nav a { color: #1B325E; }
#footer_nav a:hover { color: #AB965B; }

/* main containers end */

/* standard float utilities */
.f_right { float: right; display: inline; }
.f_left { float: left; display: inline; }
.r_clear { clear: right; }
.l_clear { clear: left; }
.clear { clear: both; }