/* - Defaults ---------------------------------------------------------- */
/* reset everything */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* set body defaults */
body {
  background: #F5F1A8;
  text-align: center;
  font: small "Trebuchet MS","Tahoma","Verdana","Helvetica","Arial",sans-serif;
  color: #000;
}

/* heading and paragraph spacing */
h1, h2, h3, h4, h5 {
  margin: 1em 0 0.2em 0;
}

p {
  margin: 0 0 0.8em 0;
}

h1 {
  margin-top: 0;
  font-size: 2em;
  color: #C9040E;
  font-weight: normal;
  line-height: 110%;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
}

h3 {
  font-size: 1.3em;
  font-weight: normal;
}

.pageNav h2 {
  font-size: 2.5em;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #C9040E;
}

.pageNav h2 span {
  font-size: small;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover, a.on, a.on:visited {
  color: #C9030E;
}

a:active {
  color: #760000;
}

a img {
  border: 0;
}

.small {
  font-size: 0.8em;
}

.red {
	color: #C9040E !important;
}
#wrapper {
  position: relative;
  width: 985px;
  margin: 0 auto;
}

#header {
  width: 985px;
  height: 98px;
  background: #C9030E;
  overflow: hidden;
}

#logo {
  width: 278px;
  float: right;
}

#banner {
  float: left;
  margin: 10px;
}

#nav {
  height: 28px;
  float: left;
  background: url(img/bg-nav.png) repeat-x;
}

#navMain {
  float: left;
  width: 720px;
  text-align: left;
  list-style: none;
}

#navMain li {
  width: 142px;
  float: left;
  list-style: none;
  margin: 5px 1px 5px 0px;
}

#navMain li.home {
  background: url(img/nav-home.png) no-repeat;
  width: 142px;
  height: 17px;
  margin-left: 5px;
}

* html #navMain li.home {
  margin-left: 2px;
}


#navMain li.homeOn {
  background: url(img/nav-home-on.png) no-repeat;
  width: 142px;
  height: 17px;
  margin-left: 5px;
}

* html #navMain li.homeOn {
  margin-left: 2px;
}

li.mediaChannels {
  background: url(img/nav-media-channels.png) no-repeat;
}

li.mediaChannelsOn {
  background: url(img/nav-media-channels-on.png) no-repeat;
}

li.about {
  background: url(img/nav-about-us.png) no-repeat;
}

li.aboutOn {
  background: url(img/nav-about-us-on.png) no-repeat;
}

li.headlines {
  background: url(img/nav-headlines.png) no-repeat;
}

li.headlinesOn {
  background: url(img/nav-headlines-on.png) no-repeat;
}

li.blank {
  background: url(img/nav-blank.png) no-repeat;
}

#navMain li a {
  float: left;
  width: 142px;
  height: 17px;
  text-indent: -9999px;
  text-decoration: none;
}

#formSearch {
  border: 0;
  float: right;
  width: 261px;
  height: 17px;
  background: url(img/search.png) no-repeat;
  margin: 5px 1px 2px 0px;
}

#formSearch .seachInput {
	border: 0px;
	height: 17px;
	width: 157px;
	background: transparent;
	margin-bottom: 4px;
	margin-left: 60px;
	color: #F5F1A7;
}

* html #formSearch .seachInput {
	width: 158px;
}

#logoTable {
  float: right;
  width: 662px;
  height: 488px;
}

#logoTable tr {
  /*background: url(img/bg-table.png) no-repeat;*/
}

#logoTable td {
  width: 158px;
  height: 122px;
  text-align: center;
}

#logoTable td img {
  margin-top: 20px;
}

* html #logoTable td img {
  margin-top: 25px;
  margin-left: 30px;
}

.home #navLeft {
  float: left;
  background: url(img/bg-home-nav.png) 0 0px;
  width: 320px;
  height: 492px;
}

* html .home #navLeft {
  margin-top: -1px;
}

.home #navLeft ul {
  margin-top: 191px;
  margin-left: 148px;
  list-style:none;
}

.home #navLeft ul li {
  width: 174px;
  margin-top: 20px;
  text-align: left;
}

* html .home #navLeft ul li {
  margin-top: 16px;
  list-style: none;
}


.home #navLeft ul li.homePrint {
  display: block;
  background: url(img/nav-home-print.png) no-repeat;
  height: 16px;
  margin-top: 0;
}

.home #navLeft ul li a {
  display: block;
  height: 16px;
  text-decoration: none;
  text-indent: -9999px;
}

.home #navLeft ul li.homePrint a {
  width: 60px;
  margin-left: 30px;
}

.home #navLeft ul li.homeOnline {
  display: block;
  background: url(img/nav-home-online.png) no-repeat;
  height: 16px;
}

.home #navLeft ul li.homeOnline a {
  width: 70px;
  margin-left: 23px;
}

.home #navLeft ul li.homeTV {
  display: block;
  background: url(img/nav-home-tv.png) no-repeat;
  height: 16px;
}

* html .home #navLeft ul li.homeTV {
  margin-left: 1px;
}

.home #navLeft ul li.homeTV a {
  width: 90px;
  margin-left: 18px;
}

.home #navLeft ul li.homeHeadlines {
  display: block;
  background: url(img/nav-home-headlines.png) no-repeat;
  height: 16px;
}

* html .home #navLeft ul li.homeHeadlines {
  margin-left: 1px;
}

.home #navLeft ul li.homeHeadlines a {
  width: 80px;
  margin-left: 12px;
}

.home #navLeft ul li.homeContact {
  display: block;
  background: url(img/nav-home-contact.png) no-repeat;
  height: 16px;
}

.home #navLeft ul li.homeContact a {
  width: 90px;
  margin-left: 0;
}

.standard #threeCols {
  float: left;
  width: 985px;
}

* html .standard #threeCols {
  margin-top: -1px;
}

.standard #leftCol {
  background: #F5F1A8;
  width: 260px;
  padding-top: 20px;
  padding-left: 30px;
  text-align: left;
}

.standard #leftCol li {
  list-style: none;
}

.standard #middleCol {
  background: #fff url(img/bg-middle.png) repeat-x;
  width: 400px;
  padding: 36px 30px 0 30px;
  text-align: left;
}

* html .standard #middleCol {
	width: 460px;
}

#rightCol {
  width: 200px;
  background: #C9040E;
  padding-top: 44px;
  text-align: center;
}

.mediaChannel #twoCols{
  background: #fff;
  float: left;
  text-align: left;
  width: 985px;
}

* html .mediaChannel #twoCols {
  margin-top: -1px;
}

.mediaChannel #mediaChannels {
  background: url(img/bg-subnav.png) no-repeat;
  text-align: left;
}

.mediaChannel #mediaChannels .subNav {
  height: 141px;
}

.mediaChannel #mediaChannels .subNav ul {
  float: left;
  text-align: left;
  list-style: none;
  margin: 0 0 0 5px;
}

.mediaChannel #mediaChannels .subNav li {
  width: 142px;
  float: left;
  list-style: none;
  margin: 0 1px 0 0;
  padding: 0;
}

.mediaChannel #mediaChannels .subNav li dt a {
  float: left;
  width: 142px;
  height: 17px;
  text-indent: -9999px;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

/* SUBCAT Category */
.mediaChannel #mediaChannels .subNav li#categoryMenuLi {
  background: url(img/subnav-category.png) no-repeat;
  width: 142px;
  height: 17px;
}

.mediaChannel #mediaChannels .subNav li#categoryMenuLi dl.activated { /* on state */
  background: url(img/subnav-category-on.png) no-repeat;
  width: 142px;
  height: 17px;
}

/* SUBCAT Location */
.mediaChannel #mediaChannels .subNav li#locationMenuLi {
  background: url(img/subnav-location.png) no-repeat;
  width: 142px;
  height: 17px;
}

.mediaChannel #mediaChannels .subNav li#locationMenuLi dl.activated { /* on state */
  background: url(img/subnav-location-on.png) no-repeat;
  width: 142px;
  height: 17px;
}

/* SUBCAT channel */
.mediaChannel #mediaChannels .subNav li#channelMenuLi {
  background: url(img/subnav-channel.png) no-repeat;
  width: 142px;
  height: 17px;
}

.mediaChannel #mediaChannels .subNav li#channelMenuLi dl.activated { /* on state */
  background: url(img/subnav-channel-on.png) no-repeat;
  width: 142px;
  height: 17px;
}

.mediaChannel #mediaChannels .subNav h1 {
  width: 332px;
  height: 51px;
  background: url(img/view-by.png) no-repeat;
  text-indent: -999px;
  margin-bottom: 0;
}

.mediaChannel #twoCols .pageNav {
  width: 252px;
  background: #F5F1A8;
  padding: 10px 10px 10px 30px;
}

.mediaChannel #twoCols .pageNav li {
  margin-left: 0;
  list-style: none;
}

.mediaChannel #twoCols .bodyText {
  padding: 25px 10px 10px 10px;
  width: 420px;
}

.mediaChannel .right {
  text-align: left;
  padding: 10px;
  width: 233px
}

.mediaChannel .right li {
  list-style: none;
}

#footer {
	clear: both;
	padding-top: 5px;
	text-align: left;
}

#footer small {
	font-size: x-small;
}

#footer a {
	text-decoration: none;
	color: #000;
}

/*FORMS*/
.bodyForm {
	width: 400px;
	margin: 0;
	padding: 0;
}
.bodyForm fieldset {
  float: left;
  width: 400px;
  margin-bottom: 20px;
  border: 0;
}

.bodyForm fieldset legend {
  margin-bottom: 10px;
}

.bodyForm fieldset div {
  display: block;
  margin: 4px 0;
}

.bodyForm fieldset div label {
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 15px;
}

.bodyForm fieldset div input, .bodyForm fieldset div textarea, .bodyForm fieldset div select {
  padding: 2px;
  width: 200px;
  border: 1px solid #666;
}

.bodyForm fieldset div textarea {
  height: 120px;
}

.bodyForm fieldset div.checkboxes label {
  float: none;
  width: auto;
}

.bodyForm fieldset div.checkboxes input {
  margin: 0 5px 0 90px;
  width: auto;
  border: 0;
}

.bodyForm fieldset div.buttons {
  margin-left: 263px;
  padding-top: 5px;
  width: 70px;
}

.bodyForm fieldset div.buttons input {
  width: auto;
}

.bodyForm fieldset .title {
  width: auto;
}

.bodyForm fieldset div.required label {
	font-weight: bold;
}

p.error {
  border: 1px dotted #C9030E;
  background: #FAEEBD;
  padding: 5px;
  width: 90%;
}

.error em {
  font-size: 1.2em;
  color: #C9030E;
  font-style: normal;
  padding: 3px;
}

div.error {
  background: #FAEEBD;
  font-weight: bold;
  color: #C9030E;
}


/* styles added by hamish @ bcmpweb :  */
.admin a {
  color: green;
  font-family: "courier new";
}
.admin {
  font-family: "courier new";
  color: green;
  display: inline;
  float: left;
	padding: 5px;
	background: #ddffdd;
	border: 1px solid #ccc;
}

.admin2 a {
  color: green;
  font-family: "courier new";
}

.admin2 {
  font-family: "courier new";
  color: green;
	background: #ddffdd;
	border: 1px solid #ccc;
}

#navSelect  {
  background-color: #F5F1A8;
	border: 1px #C9040E;
  color: #C9040E;
  font-family: "Trebuchet MS","Tahoma","Verdana","Helvetica","Arial",sans-serif;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 0px;
  
}

#logoTable2 td {
  background-color: green;
}


/* added by bcmp */

.bodyText ul {
	margin-left: 20px;
}
