/* START AFF DESIGN CSS DECLARATIONS */ 
/* Global Styles */
body {
	color: #4e4e4e;
	font-family: "Helvetica", sans-serif; 
}

a {
	color: #E26D1D;
}

a:visited {
	color: #E26D1D;
}

/* Left Panel & Navigation Styling */
/* Main Div */
#nav_menu {
}

/*** Begin Sponsor Roll See main_structures.css***/
#sponsor_roll {

}

/*** End Sponsor Roll ***/

/* Nav Menu Item Groups */
.menu_group {

}

/* Nav Menu Header Links */
.top_level {
	background: #b1a8ad;
}

.top_level a:visited {
	color: #000000;
}

#active_level {
	background: #1d1427 url('../img/nav-current.gif') center left no-repeat;
}

#active_level a {
	color: #E26D1D;
	font-weight: bold;
}

/* Nav Menu Sub-Menu Links */
.sub_menu {
	display: none;
}

.sub_menu a {
	color: #1d1427;	
	font-weight: normal;
	text-transform: none;
}

.sub_menu a:hover {
	color: #E26D1D;
	text-decoration: underline;
	font-weight: normal;
}

.sub_menu a:active {
	color: #E26D1D;
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
}

.sub_menu a:visited {
}

/* Specific Individual sub-menu Links */
.second_level {

}
/*** End Nav Menu ***/

/*** Begin Main Content Styles ***/
#mainContent h1 {
	color: #000000;
	text-shadow: 0px 2px 3px #ececec;
}

#mainContent h2 {
	color: #000000;
	text-shadow: 0px 2px 3px #ececec;
}

#mainContent h3	{
	color: #4e4e4e;
	text-shadow: 0px 2px 3px #ececec;
}

#mainContent p	{
	color: #4e4e4e;
}

#mainContent ol	{
	color: #4e4e4e;
}

#mainContent ul	{
	color: #4e4e4e;
}
/*** End Main Content Styles ***/

/*** Begin Promo Box Style ***/
.nowplaying
{
	width: 479px;
	margin-bottom: 10px;
	color: #ffffcc;
	font-size: 13px;
	background: #1d1427 url('../img/promo_cornerLL.jpg') 0 100% no-repeat;
}

.cornerUL_np
{
	background: url('../img/promo_cornerUL.jpg') 0 0 no-repeat;
}

.cornerUR_np
{
	background: url('../img/promo_cornerUR.jpg') 100% 0 no-repeat;
	padding: 10px;
}

.cornerLL_np
{
	background: url('../img/promo_cornerLL.jpg') 0 100% no-repeat;
}

.cornerLR_np
{
	background: url('../img/promo_cornerLR.jpg') 100% 100% no-repeat;
}


.nowplaying_heading
{
	margin: 10px 3px 10px 8px;
	width: 479px;
	color: #E26D1D;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px 2px 3px #0d0912;
	
}

.nowplaying_sub
{
	margin: 10px 3px 15px 8px;
	display: block;
	color: #ffffcc;
	font-size: 18px;
	font-weight: 300;
	text-shadow: 0px 2px 3px #0d0912;
}

.nowplaying_body
{
	width: 190px;
	float: left;
	color: #ffffcc;
	font-size: 13px;
	position: relative;
}

.nowplaying_image
{
	width: 246px;
	float: right;
	color: #ffffcc;
	font-size: 13px;
	position: relative;
}


.nowplaying_forecast
{
	margin: 15px 3px 10px 8px;
	width: 240px;
	float: left;
	position: relative;
	color: #E26D1D;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px 2px 3px #0d0912;
}

.wxnetwork
{
	margin-top: 15px;
	float: right;
	position: relative;
	width: 205px;
	text-align: center;
}

.nowplaying_forecastsub
{
	margin: 3px 3px 15px 0px;
	display: block;
	color: #ffffcc;
	font-size: 12px;
	font-weight: 300;
	text-shadow: 0px 2px 3px #0d0912;
}

.sponsor
{
	border: none;
}

