body {
	background-image:url(http://static.mync.com/images/topical/body-bg.jpg);
	background-position:center center;
	background-repeat:repeat-y;
}
.nbc17-nav {
	background-image:url(http://static.mync.com/images/topical/nav-background.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 5px;
	font: normal 12px arial, helvetica, sans-serif;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			16em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
color: #FFF;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 		.75em .8em;
	text-decoration:none;
text-transform: uppercase;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-menu li {
	background:		#013E7F;
}
.sf-menu li li {
	background:		#083356;
    padding: 2px;
}
.sf-menu li li li {
	background:		#083356;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#083356;
	outline:		0;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
text-decoration: underline;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	1em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.1em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('http://static.mync.com/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('http://static.mync.com/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#content {
	background-color: transparent;
	border-left: none;
	border-right: none;
}
#header {
	margin: 0;	
	border-top: none;
	border-bottom: none;
	background-color: #FFF;
}
div.IAB-LB {
	margin-left: 20px;
	float: left;
}
.splash {
	background-color: #003E7E;
	background-image: url(http://static.mync.com/images/topical/topical-rounded-corner.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-right: 15px;
}
.splash h2, .splash h3, .splash h4, .splash p, #best_of_mync h2, #best_of_mync p {
	margin: 0;
	padding: 0;
}
#community {
	float: left;
	width: 480px;
	padding-left: 20px;
	background-image: url(http://static.mync.com/images/topical/community-bg.jpg);
	background-repeat: no-repeat;
	min-height: 382px;	
}
.splash_header h2 {
	font: bold 30px "Trebuchet MS", arial, helvetica, sans-serif;
	color: #D98D3C;
	line-height: 36px;
}
.splash_header p {
	font: normal 18px "Trebuchet MS", arial, helvetica, sans-serif;
	line-height: 30px;
	color: #e5b786;
}
#community .splash_header {
	margin-top: 11px;
	min-height: 68px;
	margin-left: 30px;
}
#topical_news {
	background-image:url(http://static.mync.com/images/topical/topical-divider.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin-bottom:25px;
	padding-bottom:25px;
	padding-top:11px;
}
#topical_news .splash_header {
	min-height: 68px;
	background-image: url(http://static.mync.com/images/topical/topical-hdr.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
#main ul {
	margin: 0;
	padding: 0;
}
#main li {
	list-style-type: none;	
}
#main ul.community_list {
	float: left;
	width: 175px;
	margin: 15px 0 15px 50px;
}
#main p {
    color:#E5B786;
    font-size:15px;
    margin: 0px 35px 0px 45px;   
    padding: 0px; 
}
.splash_right {
	float: left;
	width: 475px;
	margin-left: 10px;
}
#topical_news .topical_list {
	float: left;
	width: 130px;
	margin-left: 20px;
	margin-top: 20px;
}
.topical_list a {
	color: #FFF;
	font: normal 16px arial, helvetica, sans-serif;
	line-height: 23px;
	font-weight:bold;
}
#search_mync {
	margin-left: 30px;
}
#search_mync .splash_header {
	margin-bottom: 5px;
}
#search_mync input {
	border: none;
}
#search_mync .search_box {
	float: left;
	width: 350px;
	height: 30px;
	background-color: #FFF:
}
#search_mync .search_box input {
	font: normal 14px arial, helvetica, sans-serif;
	color: #325f90;
	width: 350px;
	height: 26px;
	padding-top: 10px;
	padding-left: 5px;
}
#search_mync .search_button {
	height: 30px;
	float: left;
	width: 25px;
	background-color: #FFF:
}
#search_mync .search_button input {
	height: 30px;
	padding: 4px 2px 3px 2px;
}
.community_list h3 a {
	font: bold 20px arial, helvetica, sans-serif;
	line-height: 28px;
	color: #FFF;
}
ul.community_list ul {
	margin-bottom: 15px;
}
.community_list li li {
	padding-left: 20px;
}
.community_list a {
	font: normal 15px arial, helvetica, sans-serif;
	color: #FFF;
}
.community_list a:hover {
	text-decoration: underline;
	color: #FFF;
}
.inner {	
	margin-left: 48px;
}
#what_is_mync {
	float: left;
	width: 330px;
	margin-left: 15px;
	padding: 15px 0 25px;
}
#what_is_mync h3 {
	font: bold 30px "Trebuchet MS", arial, helvetica, sans-serif;
	line-height: 36px;
	color: #003E7E;
	margin: 0;
	padding: 0;
}
#what_is_mync h4 {
	font: noraml 18px "Trebuchet MS", arial, helvetica, sans-serif;
	line-height: 20px;
	color: #003E7E;
	margin: 0 0 15px;
	padding: 0;
}
#what_is_mync p {
	font: normal 15px arial, helvetica, sans-serif;
	color: #333;
	line-height: 22px;
	margin: 0 0 15px;
}
#best_of_mync {
	float: left;
	width: 535px;
	margin: 15px 0 15px 15px;
	padding-left: 15px;
	background-image: url(http://static.mync.com/images/topical/vertical-rule.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.player {
	text-align: left;
	text-align: center;
}


.share_box p{
font-family: arial;
font-size: 12px;
color: #cccccc;
margin-bottom: 10px;
}

span.shr-dir a{
font-family: arial;
font-size:18px;
margin-bottom: 2px;
margin-top:5px;
padding:0;
}

.directory_header h2 {
	font: bold 30px "Trebuchet MS", arial, helvetica, sans-serif;
	color: #D98D3C;
	line-height: 36px;
}
p.directory {
	font: normal 12px "Trebuchet MS", arial, helvetica, sans-serif;
	line-height: 15px;
	color: #cccccc;
    width: 370px
}

.search_type_container {
clear:both;
color:#D98D3C;
float:left;
margin-left:0;
margin-top:15px;
overflow:hidden;
width:300px;
margin-bottom:0px;
padding: 0px;
font-size:13px;
}


/* ___________ Specials on HOMEPAGE ________ */

#homepage-specials {
width: 1000px;
height: 83px;
background: #FFED3D none repeat scroll 0 0;
margin: 0px;
padding: 0px;
border: none;
}

.graphic {
width: 280px;
float: left;
margin: 0px;
padding: 8px 5px 5px 15px;
}

.column-live {
width:520px;
height: 63px;
float: left;
padding: 15px 15px 5px 15px;
margin: 0px;
text-align: center;
}

.column-live h4{
font-family: "trebuchet", arial, verdana, sans-serif;
margin: 0px;
padding: 0px;
text-transform: uppercase;
color: #003C7B;
font-size:19px;
}

.colomn-live a:hover {
color: orange;
}

.column-live p {
color: #00144A;
font-size: 17px;
line-height: 17px;
padding:3px 0px 0px 0px;
margin:0px;
font-weight:bold;
}

.column-list {
width: 110px;
float: left;
margin: 0px;
padding: 12px 5px 0px 35px;
}

.column-list ul li {
list-style-type: circle;
line-height:15px;
font-size:14px;
}

.column-list a{
color: #000;
font-family: arial;
font-size: 12px;
font-weight: bold;
}