* {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none
}

body {
  background-color: #e3e3e3;
  font-family: arial, helvetica, sans-serif;
  font-size:14px;
  color: #05347a;
}

.clear {
  clear: both;
}


h4 {
  margin-left: 20px;
  font-size: 14px;
}

#container {
  width: 815px;
  margin: 40px auto 0 auto;
  padding: 5px;
}

#header {
  padding: 0;
  margin: 0;
}

#header h1 {
  padding: 0;
  margin: 0;
  display: block;
}

#header h1 a {
  display: block;
  width: 344px;
  height: 66px;
  background-image: url('/graphics/curadio_head.png');
  text-indent: -10000px;
}

.content_pod {
  clear: both;
  margin: 20px 0 5px 0;
  background-color: #fff;
  padding: 20px;
  width: 775px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.content_pod h2 {
  margin-bottom: 10px;
}

.content_pod p {
  margin-bottom: 10px;
}

.content_pod .p_block {
  margin-bottom: 30px;
}

#mediaspace {
  width: 500px;
  float: left;
  margin-right: 20px;
}

#mss_agenda {
  float: left;
  width: 250px;
}

#mss_agenda h3 {
  margin: 0 0 10px 0;
}

#mss_agenda h4 {
  margin: 0 0 5px 0;
}

#mss_agenda ul {
  list-style-type: none;
}

#mss_agenda ul li {
  margin-bottom: 10px;
  background-color: #eee;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 10px;
}

#mss_agenda ul li.selected {
  background-color: #c3c3df;
}

#mss_agenda ul li h5 {
  font-size: 12px;
}

#lemke_formatting {
  text-align: center;
  margin-bottom: 20px;
}

#lemke_formatting p {
  font-size: 14px;
  font-weight: bold;
}

#lemke_formatting  h2{
  font-size: 16px;
  font-style: italic;
}

#welcome {
  clear: both;
  margin: 20px 0 5px 0;
  background: url('/graphics/welcome_box_back.png') no-repeat;
  padding: 0 20px;
  height: 138px;
  width: 775px;
  font-size: 12px;
  line-height: 16px;
}

#welcome p {
  padding: 0;
}

#welcome p.left {
  float: left;
  width: 495px;
  padding: 20px 0;
  background: url('/graphics/welcom_bar_vertical_line.png') no-repeat right center;
}

#mission {
  width: 255px;
  float: left;
  padding: 20px 0 20px 0;
  margin: 0 0 0 20px;
  color: #a1804b;
}

#mission h3 {
  margin-bottom: 10px;
}

#mission p {
  line-height: 20px;
}

h2#stations {
  clear: both;
  border: 0px solid #2d437f;
  background: url('/graphics/stations_background.png') no-repeat right center;
  width: 817px;
  height:46px;
  font-size: 20px;
  line-height: 45px;
  text-indent: 20px;
  margin-bottom: 5px;
}


h4.listen {
  font-size: 14px;
  margin: 0;
  width: 69px;
  height: 24px;
}

h4.listen a {
  display: block;
  text-indent: -100000px;
  background: url('/graphics/listen_button_up.png') no-repeat;
  width: 69px;
  height: 24px;
  position: absolute;
  bottom: 10px;
}

h4.listen a:hover {
  background: url('/graphics/listen_button_hover.png') no-repeat;
}

.station {
  position: relative;
  padding: 20px;
  width: 160px;
  height: 162px;
  border: 0px solid #2d437f;
  background: url('/graphics/radio_box.png') no-repeat;
  float: left;
  margin: 0 5px 5px 0;
  font-size: 11px;
}

.station ul {
  margin: 10px 0 0 14px;
}

.station ul li {
  margin: 0 0 3px 0;
}

.last {
  margin-right: 0px;
}  

#wcsg h3 a {
  display: block;
  width: 150px;
  height: 50px;
  background-image: url('/graphics/wcsg_logo.png');
  text-indent: -100000px;
  margin: 0 auto;
}

#mnn h4.listen a {
  background: url('/graphics/listen_only_button_up.png') no-repeat;
}

#mnn h4.listen a:hover {
  background: url('/graphics/listen_only_button_hover.png') no-repeat;
}

#mnn h3 a {
  display: block;
  width: 82px;
  height: 75px;
  background-image: url('/graphics/mnn_logo.png');
  text-indent: -100000px;
  margin: 0 auto;
}

#way h3 a {
  display: block;
  width: 150px;
  height: 64px;
  background-image: url('/graphics/wayfm_150.png');
  text-indent: -100000px;
  margin: 0 auto;
}

#hkr h3 a {
  display: block;
  width: 150px;
  height: 50px;
  background-image: url('/graphics/hkn-s-logo.png');
  text-indent: -100000px;
  margin: 0 auto;
}

div.hr {
  clear: both;
  height: 17px;
  background: #fff url('/graphics/divider.png') no-repeat scroll center;
  margin-bottom: 5px;
}

div.hr hr {
  display: none;
}

#copyright {
  margin-top: 5px;
  font-size: 11px;
  text-align: right;
}

