

* {
	margin: 0;
	padding: 0;
}

@import url(http://fonts.googleapis.com/css?family=Bentham|Prata|Abril+Fatface);


body {
	margin: 20px 0;
	color: #660099;
	background-color: #660099;
	background: url(../images/SiteBackground.png) no-repeat;
}


/* General Links */

a {
	color: #993399;
}

a:hover {
	text-decoration: underline;
	color: #CC0099;
}

/* Boxed */

.title {
	padding-left: 30px;
}

.boxed1 .title {
	height: 24px;
	padding-top: 5px;
	font-size: 100%;
}

.boxed1 .content {
	padding: 10px;
}

.boxed2 .title {
	font-size: 182%;
}

.boxed2 .content {
	padding: 5px 25px 5px 5px;
}

.boxed3 .title {
	font-size: 129%;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#brandtop {
	width: 760px;
	height: 70px;
	margin: 0 auto;
	border: 0px;
}

#expos {
	float: right;
	width: 220px;
	height: 70px;
	border: 0px;
	text-align: center;
}

#expos a {
	height: 70px;
	font-size: 1px;
	width: 220px;
	overflow: hidden;
	display: block;
	text-indent: -3000px;
	color: #fff;
}

#tsn {
	float: left;
	width: 220px;
	height: 70px;
	border: 0px;
	text-align: center;
	background: url(../images/tsn_brandtop.png) no-repeat;
}

#tsn a {
	height: 70px;
	font-size: 1px;
	width: 220px;
	overflow: hidden;
	display: block;
	text-indent: -3000px;
	color: #fff;
}

#booth {
	float: left;
	padding: 0;
	width: 100px;
	height: 70px;
	border: 0px;
	text-align: center;
	background: url(../images/booth_brandtop.png) no-repeat;
}

#booth a {
	height: 70px;
	font-size: 1px;
	width: 100px;
	overflow: hidden;
	display: block;
	text-indent: -3000px;
	color: #fff;
}

#mlive {
	float: left;
	width: 100px;
	height: 70px;
	border: 0px;
	text-align: center;
	background: url(../images/mlive_brandtop.png) no-repeat;
}

#mlive a {
	height: 70px;
	font-size: 1px;
	width: 100px;
	overflow: hidden;
	display: block;
	text-indent: -3000px;
	color: #fff;
}


/* Rollover for Expos Link */

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
  height: 70px;
  float: right;
  display: block;
background: url(../images/expos_brandtop.png) 0 0 no-repeat;
}

#navigation a.home {
  background-position: 0 0;
  width: 220px;
}

/* .highlight will be remove if JS is enabled */
#navigation .highlight a.home:hover, 
#navigation a.home .hover {
  background-position: 0 -70px;
  width: 220px;
}



/* Slideshow Header */

#slideshow {
  width: 760px;
  height: 160px;
  border: 2px solid #FFFFFF;
  margin: 0 auto;
}



/* Logo */

#logo {
	float: left;
	width: 760px;
	height: 160px;
	border: 0;
	text-align: center;
	background: url(tsnwe_header.gif) no-repeat;
}

#printlogo {
	display: none;
}

#logo h1 {
	padding-top: 155px;
	font-weight: normal;
}

#logo h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


#facebook {
	float: left;
	width: 750px;
	height: 30px;
	background: #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding: 0px 0px 0px 10px;
}


/* Menu Navigation */
#menu {
	float: left;
	width: 760px;
	height: 30px;
	background: #E6E6FA;
	border-right: 2px solid #FFFFFF;
}

#menu ul {
	height: 5px;
	background: #E6E6FA;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 5px 15px 0 10px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #660099;
}

#menu a:hover {
	background: #660099;
	color: #FFFFFF;
}

#menu .active a {
	background: #FFFFFF;
	color: #660099;
	border-top: 1px solid #E6E6FA;
}

#menu a b {
	text-decoration: underline;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 80%;
}

/* Content */

#content {
	float: right;
	width: 510px;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#content p {
	line-height: 125%;
	color: #333333;
	padding: 0px 0px 0px 15px;
}

#content H1 {
	font-family: 'Abril Fatface';
	font-size: 350%;
	line-height: 100%;
	color: #993399;
	padding: 0px 0px 0px 15px;
}

#content H2 {
	font-family: 'Prata', serif;
	font-size: 150%;
	line-height: 165%;
	color: #660099;
	padding: 0px 0px 0px 15px;
}

#content H3 {
	font-family: 'Prata', serif;
	font-size: 120%;
	line-height: 155%;
	color: #CC0099;
	padding: 0px 0px 0px 15px;
}

#content H4 {
	padding: 0px 0px 0px 15px;
}

#content H5 {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
}
#content H6 {
	font-size: 85%;
	line-height: 120%;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}


#content ul {
padding: 0;
margin-left: 2em;
margin-top: .1em;
margin-right: 0;
margin-bottom: .1em;
} 

/* Sidebar */

#sidebar {
	float: left;
	width: 218px;
	padding: 10px;
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
}


 /* News */

#news {
	padding-bottom: 0;
}

/* #news ul {
	list-style-type: circle;
} */

#news li {
	margin-bottom: 5px;
}

#news h3 {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 85%;
	color: #993399;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 90%;
}



/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;

	background: #FFFFFF;

}

#footer p {
	text-align: xx;
	font-size: 85%;
}

#footer H4 {
	font-size: 95%;	
	margin-bottom: 5px;
}

hr {
color: #CCCCCC;
background-color: #CCCCCC;
height: 1px;
}

.youtube {
		padding: 0px 0px 0px 15px;
}

/* #mainnav {
margin: 0px;
padding: 0px;
list-style-image: none;
list-style-type: none;
}
#mainnav li {
padding: 0px;
float: left;
margin:0px 3px 0px 0px;
}
#mainnav li a:link, #mainnav li a:visited, #mainnav li a:active {
color: #333;
text-decoration: none;
margin: 0px;
display: block;
float: left;
border-bottom:solid 5px #dadada;
padding: 0px;
width: 100px;
height: 20px;
text-align: center;
}
#mainnav li a:hover {
text-decoration: none;
border-bottom:solid 5px #333;
}
#mainnav li a.active:link, #mainnav li a.active:visited, #mainnav li a.active:active, #mainnav li a.active:hover {
text-decoration: none;
border-bottom:solid 5px #990000;
} */
