/* layout.css */

#header {
  color: #000000;
  margin: 0;
  padding: 0;
}

#header h1 {
  margin: 0;
}


#header h1 a {
  display: block;
}

#header h1 a img {
  display: none;
}

#header dl {
  display: none;
}

#content {
  clear: both;
  width: auto;
  height: auto;
  margin: 10px;
  padding: 0;
  text-align: left;
}

#divHomeLeft {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 200px;
}

#divHomeCenter {
  text-align: left;
  margin: 0 210px;
  padding: 0;
}

#divHomeCenter h3 {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}

#divHomeRight {
  float: right;
  margin: 0 0 10px 10px;
  padding: 0;
  width: 200px;
}

#divHomeLeft h3, #divHomeRight h3 {
  background-image: url(/images/home_h3_bg.gif);
  background-position: top right;
  background-repeat: no-repeat;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 3px 20px 3px 8px;
  margin: 0;
  border-width: 0 0 2px 2px;
  border-color: #000000;
  border-style: solid;
}

#divHomeLeft ul, #divHomeRight ul {
  background-color: #ffffff;
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px 0;
  width: 198px;
}

#divHomeLeft ul li, #divHomeRight ul li {
  color: #000000;
  border-width: 0 2px 2px 2px;
  border-color: #000000;
  border-style: solid;
  font-size: 11px;
  width: 196px;
}

#divHomeLeft p, #divHomeRight p {
  background-color: #ffffff;
  padding: 3px 8px;
  margin: 0;
  color: #000000;
  border-width: 0 2px 2px 2px;
  border-color: #000000;
  border-style: solid;
  font-size: 11px;
}

#divHomeLeft ul li a, #divHomeRight ul li a, #divHomeLeft ul li p, #divHomeRight ul li p {
  border: 0;
  color: #000000;
  text-decoration: none;
  padding: 3px 8px;
  width: 180px;
  display: block;
  margin: 0;
}

#divHomeLeft ul li a:link, #divHomeLeft ul li a:visited, #divHomeRight ul li a:link, #divHomeRight ul li a:visited {
  background-color: #ffffff;
  color: #000000;
}

#divHomeLeft ul li a:focus, #divHomeLeft ul li a:hover, #divHomeLeft ul li a:active, #divHomeRight ul li a:focus, #divHomeRight ul li a:hover, #divHomeRight ul li a:active {
  background-color: #243a6c;
  color: #ffffff;
}

#divHomeLeft ul li p a, #divHomeRight ul li p a {
  display: inline;
  padding: 0;
  width: auto;
  text-decoration: underline;
}

#divHomeLeft ul li p a:link, #divHomeLeft ul li p a:visited, #divHomeLeft ul li p a:focus, #divHomeLeft ul li p a:hover, #divHomeLeft ul li p a:active, #divHomeRight ul li p a:link, #divHomeRight ul li p a:visited, #divHomeRight ul li p a:focus, #divHomeRight ul li p a:hover, #divHomeRight ul li p a:active {
  background-color: #ffffff;
  color: #000000;
}

#divWeatherChannel {
  background-color: #ffffff;
  width: 196px;
  border-width: 0 2px 2px 2px;
  border-color: #000000;
  border-style: solid;
  text-align: center;
}

#divWeatherChannel td {
  vertical-align: top;
  text-align: center;
}


#content blockquote {
  margin-left: 40px;
  margin-right: 40px;
  font-style: italic;
}

#content blockquote cite {
  display: block;
  text-align: right;
}

.divAlignLeft {
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px;
  border-right: 1px solid #d5d6ee;
}

.divAlignCenter {
  text-align: center;
  margin: 10px;
  padding: 10px;
  border-bottom: 1px solid #d5d6ee;
}

.divAlignRight {
  float: right;
  margin: 0 0 10px 10px;
  padding: 10px;
//  border-left: 1px solid #d5d6ee;
}

.divAlignRight h4, .divAlignRight dl {
  width: 200px;
}

.divAlignRight dl dd {
  margin: 0 0 0 15px;
}

#content blockquote.blockquoteAlignLeft, #content blockquote.blockquoteAlignCenter, #content blockquote.blockquoteAlignRight {
  padding: 10px;
}

#content blockquote.blockquoteAlignLeft {
  float: left;
  width: 200px;
  margin: 0 10px 10px 10px;
  border-right: 1px solid #d5d6ee;
}

#content blockquote.blockquoteAlignCenter {
  width: 400px;
  margin: 10px auto;
}

#content blockquote.blockquoteAlignRight {
  float: right;
  width: 200px;
  margin: 0 0 10px 10px;
  border-left: 1px solid #d5d6ee;
}

#footer {
  clear: left;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0 10px;
  font-size: 10px;
  text-align: left; 
}

#footer div.navigation {
  width: auto;
  padding: 3px 0;
}

#footer div.navigation ul {
  margin: 0;
  padding: 0;
}

#footer div.navigation li {
  display: inline;
  padding: 0 6px;
}

#footer div.navigation li a {
  font-size: 11px;
}
/* layout.import.css */

#header {
  width: auto;
  height: auto;
  background-position: top right;
  background-repeat: no-repeat;
}

#header h1 {
  background-color: transparent;
  background-image: url(/images/electric_league_logo.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  color: #000000;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -175px;
  z-index: 100;
  width: 350px;
  height: 122px;
  text-align: center;
}

#header h1 a {
  display: block;
  width: 350px;
  height: 122px;
}

#header h1 a span {
  display: none;
}

#navigation {
  width: 100%;
  height: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  width: 50%;
  border-bottom: 2px solid #000000;
  white-space: nowrap;
}

#navigation li.left {
  clear: left;
  float: left;
  text-align: left;
}

#navigation li.right {
  clear: both;
  float: right;
  text-align: right;
}

#navigation li a {
  display: block;
  width: auto;
  height: auto;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 11px;
}

#navigation li a:link, #navigation li a:visited {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

#navigation li a:focus, #navigation li a:hover, #navigation li a:active {
  background-color: #243a6c;
  color: #ffffff;
  text-decoration: none;
}

#navigation li.selected a:link, #navigation li.selected a:visited {
  background-color: #243a6c;
  color: #ffffff;
}

#navigation li.selected a:focus, #navigation li.selected a:hover, #navigation li.selected a:active {
  background-color: #243a6c;
  color: #ffffff;
}

#byline {
  clear: both;
  background-color: #a2a0c6;
  color: #000000;
  text-align: center;
  width: auto;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 2px solid #000000;
}

#subheader {
  background-image: url(/images/repeating_photo_bar.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  width: auto;
  height: 81px;
}

#miscnavigation {
  float: left;
  background-image: url(/images/miscnavigation_bg.gif);
  background-position: top right;
  background-repeat: no-repeat;
  list-style-type: none;
  margin: 0;
  padding: 2px 25px 2px 0;
  width: auto;
  height: 20px;
}

#miscnavigation  li {
  display: inline;
  padding: 0;
  margin: 0 0 0 10px;
  width: auto;
  height: 20px;
  color: #000000;
  font-size: 11px;
}

#miscnavigation li a {
  font-size: 11px;
  margin: 0 10px 0 0;
}

#miscnavigation li a:link, #miscnavigation li a:visited, #miscnavigation li a:focus, #miscnavigation li a:hover, #miscnavigation li a:active {
  color: #000000;
}

#subnavigation {
  clear: left;
  float: left;
  width: 197px;
  height: auto;
  margin: -60px 0 0 -10px;
  padding: 0;
}

#subnavigation ul {
  float: left;
  width: 195px;
  height: auto;
  list-style-type: none;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: #ffffff;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

#subsubnavigation {
  border-left: 2px solid #000000;
}

#subnavigation ul#subsubnavigation {
  margin: 0;
}

#subnavigation ul li {
  border-bottom: 2px solid #000000;
  width: 195px;
  margin: 0;
  padding: 0;
}

#subnavigation ul li a {
  height: auto;
  width: 175px;
  display: block;
  padding: 3px 10px;
}

#subnavigation ul li a:link, #subnavigation ul li a:visited {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

#subnavigation ul li a:focus, #subnavigation ul li a:hover, #subnavigation ul li a:active {
  background-color: #a2a0c6;
  color: #000000;
  text-decoration: none;
}

#subnavigation ul li.selected a:link, #subnavigation ul li.selected a:visited {
  background-color: #a2a0c6;
}

#subnavigation ul li.selected a:focus, #subnavigation ul li.selected a:hover, #subnavigation ul li.selected a:active {
  background-color: #a2a0c6;
}

#subheader h2 {
  float: right;
  clear: left;
  text-align: right;
  font-size: 300%;
  font-weight: 900;
  color: #ffffff;
  width: auto;
  margin: 30px 20px 0 20px;
  filter: dropshadow(color=#000000, offx=5, offy=5);
  white-space: nowrap;
}

#content-with-subnavigation, #content-with-subsubnavigation {
  float: left;
  margin: 0 0 0 10px;
}

.paging {
  width: auto;
  height: auto;
  font-size: 80%;
  margin-bottom: 20px;
  text-align: center;
  border-top: 1px solid #528add;
  border-bottom: 1px solid #528add;
}

.linkPrevious {
  float: left;
}

.linkNext {
  float: right;
}

.months {
  padding: 2px 6px;
}

#footer #copyright {
  float: left;
  width: 70%;
  height: auto;
}

#footer #powered {
  float: left;
  width: 70%;
  height: auto;
}

#footer #legal {
  float: right;
  text-align: right;
  width: 30%;
  height: auto;
}

