/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #333333;
	font-family: Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: center;
}

p {
	font-size: 14px;
	margin: 10px 10px;
	text-align: left;
}

#backgroundlayer {
	background: url(../images/backgroundimage.gif) repeat-y;
	margin: 0 auto;
	overflow: hidden;
	width: 850px;
}

#wrapper {
	background: url(../images/backgroundimage.gif)  repeat-y;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0;
	width: 850px;
}

#sidebar {
	background: url(../images/sidebarbackground.gif) repeat-y;
	float: left;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 197px;
}

#content {
	background: url(../images/contentbackground.gif) repeat-x;
	float: left;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 25px;
	width: 603px;
}

#content li {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	text-align: left;
	text-decoration: none;
	margin-left: 35px;
	margin-bottom: 10px
}


/* Headings */

h1, h1 a {
	float: left;
	text-indent: -6000px;
}




h1 {
	background: url(../images/header.jpg) top left no-repeat;
 	height: 175px;
	width: 850px;
}

h1 a {
	height: 63px;
	margin-top: 28px;
	position: relative;
	width: 523px;

}

h2 {
	color: #000033;
	font-size: 26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 15px 10px;
}

h3 {
	color: #000066;
	font-size: 24px;
	font-weight: 500;
	margin: 10px 10px;
}

h4 {
	border-bottom: 1px solid #000;
	color: #663300;
	font-size: 18px;
	margin: 15px 25px 10px 25px;
	text-align: left;
}

h5 {
	color: #000033;
	font-size: 16px; 
	margin: 10px 45px; 
	text-align: left;
}


/*  Navigation  */

#navbar {
	background: url(../images/navbarbackground.gif) repeat-x;
	height: 30px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 850px;
}

#navbar ul {
	margin-left: 266px;
	margin-right: 56px;
}

#navbar li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#navbar a {
	float: left;
	margin: 1px 0 1px 0;
	padding: 28px 0 0 0;
	overflow: hidden;
	height: 0px;
}

#navbar a:hover {
	background-position: 0 -28px;
}

#navbar a:active, #navbar a.selected {
	background-position: 0 -56px;

}


/*-----
Nav Bar Image Replacement
-----*/

#home a {
	width: 63px;
	background: url(../images/navbar/home.gif) top left no-repeat;
}

#programming a {
	width: 143px;
	background: url(../images/navbar/programming.gif) top left no-repeat;
}


#broadcastschedule a {
	width: 199px;
	background: url(../images/navbar/broadcast.gif) top left no-repeat;
}

#contactus a {
	width: 123px;
	background: url(../images/navbar/contact.gif) top left no-repeat;
}


/*-----
Internal Navigation (SideNav)
-----*/

#sidenav {
	background: url(../images/sidenavbackground.gif);
	float: left;
	height: 694px;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 197px;
}

#sidenav ul {
	margin-top: 29px;

}

#sidenav li {
	height: 42px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -5000px;
}

#sidenav a {
	float: left;
	margin: 0;
	padding: 42px 0 0 0;
	overflow: hidden;
	height: 0px;
}

#sidenav a:hover {
	background-position: 0 -42px;
}

#sidenav a:active, #sidenav a.selected {
	background-position: 0 -84px;

}

/*-----
SideNav Image Replacement (Home)
-----*/

#about a {
	width: 191px;
	background: url(../images/sidenav/about.gif) top left no-repeat;
}

#mission a {
	width: 191px;
	background: url(../images/sidenav/mission.gif) top left no-repeat;
}

#hosts a {
	padding: 83px 0 0 0;
	width: 190px;
	background: url(../images/sidenav/hosts.gif) top left no-repeat;
}

#hosts a:hover {
	background-position: 0 -83px;
}

#hosts a:active, #hosts a.selected {
	background-position: 0 -166px;

}

#staff a {
	width: 190px;
	background: url(../images/sidenav/staff.gif) top left no-repeat;
}


#links a {
	width: 190px;
	background: url(../images/sidenav/links.gif) top left no-repeat;
}

/*-----
Prog SideNav (and Broadcast Schedule) Image Replacement
-----*/

#breckenridge a {
	width: 191px;
	background: url(../images/sidenav/breckenridge.gif) top left no-repeat;
}

#dillon a {
	width: 191px;
	background: url(../images/sidenav/dillon.gif) top left no-repeat;
}

#frisco a {
	width: 191px;
	background: url(../images/sidenav/frisco.gif) top left no-repeat;
}

#school a {
	width: 191px;
	background: url(../images/sidenav/school.gif) top left no-repeat;
}

#silverthorne a {
	width: 191px;
	background: url(../images/sidenav/silverthorne.gif) top left no-repeat;
}

#summit a {
	width: 191px;
	background: url(../images/sidenav/summit.gif) top left no-repeat;
}

/*-----
Nav Contact Image Replacement
-----*/

#contact {
	width: 191px;
	background: url(../images/sidenav/contactus.gif) top left no-repeat;
}

.selected li {
	background-position: 0 -84px;
}

#featured {
	background: url(../images/featuredbackground.jpg);
	border: solid 2px #666666;
	height: 190px;
	margin: 10px 0;
	width: 603px;
}

#featured li {
	list-style: none;
	margin: 10px 0;
}

#featured a {
	border: solid 2px #330033;
	float: left;
	height: 0;
	margin: 10px 0 10px 19px;
	overflow: hidden;
	padding: 115px 0 0 0;
	width: 172px;
}

#featpic1 {
	background: url(../images/video/ff.jpg);
}

#featpic2 {
	background: url(../images/video/Mythbusters.jpg);
}

#featpic3 {
	background: url(../images/video/SMS.jpg);
}

#featured a:hover {
	background-position: 0 -115px;
	border: solid 2px #0000CC;
}


#featone {
	float: left;
	height: auto;
	margin-left: 18px;
	margin-right: 10px;
	width: 172px;
}



#featone p {
	font-size: 12px;
	margin: 0 5px 10px 5px;
	text-align: center;
}

#feattwo {
	float: left;
	height: auto;
	margin-left: 18px;
	margin-right: 10px;
	width: 172px;
}

#feattwo p {
	font-size: 12px;
	margin: 0 5px 10px 5px;
	text-align: center;
}

#featthree {
	float: left;
	height: auto;
	margin-left: 18px;
	margin-right: 10px;
	width: 172px;
}

#featthree p {
	font-size: 12px;
	margin: 0 5px 10px 5px;
	text-align: center;
}

.progpic {
	float:left;
	margin: 10px 420px 10px 20px;
}

.logo {
	border: 1px solid #000;
}
