@import url(luna_core.css);
#leftsidebar {
  margin-left: -310px;
  padding: 10px 0px 10px 10px;
  width: 290px;
  float: left;
  position: relative;
  display: none;
}
#rightsidebar {
  display: none;
}
#wrapper {
  border: 1px solid black;
  margin: 0px auto;
  width: 800px;
  text-align: left;
}
#ocwrapper {
  border-left: 0px solid white;
  border-right: 0px;
  background: inherit;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
  margin: 0px 0px;
  padding: 10px;
  background: #ffffff;
}
#logo {
  width: 800px;
  height: 100px;
  background: transparent url(images/EPC.gif) top left no-repeat;
  text-indent: -9999px;
}

/* headings */
h1 {
  font-size: 18px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}
/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin: 0px 0px 0px 0px;
}
ul.primarynav, ul.secondarynav {
  padding: 0px;
  border-bottom: 1px solid #ffffff;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 100%;
  background: inherit;
}
ul.secondarynav {
  width: 100%;
  background: inherit;
}
ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}
ul.primarynav li {
  background: inherit;
}
ul.primarynav a {
  color: inherit;
}
ul.primarynav a:visited {
  color: inherit;
}
ul.primarynav a:hover {
  color: #8B0000;
  background: inherit;
}
ul.primarynav li.home {
  border-right: 1px solid #ffffff;
  background: inherit;
}
ul.primarynav li.home a {
  margin-right: 0px;
}
ul.secondarynav li.first {
  padding-left: 5px;
}
ul.secondarynav a {
  color: inherit;
}
ul.secondarynav a:visited {
  color: inherit;
}
ul.secondarynav a:hover {
  color: inherit;
}
/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  background: #e1f7fb;
}
.searchbar input.text, .searchbar input.submit {
}
.searchform {
  float: right;
  position: relative;
}
/*category select*/
.jumpmenu {
  float: left;
  width: 200px;
  position: relative;
}
#jumplist {
  width: 15em;
}
/*footer*/
#footer {
  background: #e1f7fb;
}
#footer_links {
  text-align: center;
  margin: 10px 0px 10px 0px;
}
#footer1 {
  margin: 10px;
}
#footer3 {
  text-align: center;
}
/*loginbar*/
#loginbar {
  float: right;
  text-align: right;
  vertical-align: middle;
}
#loginbar a {
  margin-top: auto;
  padding: 0px 30px 10px 10px;
  color: #212126;
  font-weight: bold;
  display: block;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {
  background: transparent url(images/login.gif) center right no-repeat;
}
#loginbar a.out {
  background: transparent url(images/logout.gif) center right no-repeat;
}
/*-----------------*\
|* global elements *|
\*-----------------*/
.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  height: 0px;
  width: 15px;
}
.shadowtop {
   background: none;
}
.shadowbottom {
  background: none;

}
.shadowleft {
 background: none;
 }
.shadowright {
 background: none;
 }
.shadowtopleft {
  float: left;
  background: none;
 }
.shadowtopright {
  float: right;
  background: none;
 }
.shadowbottomleft {
  float: left;
  background: none;
 }
.shadowbottomright {
  float: right;
  background: none;
 }
.linklisting {
  margin: auto;
  float: left;
  position: relative;
  width: 220px;
}
.linkactionswrapper {
  width:auto;
}
p.linkurl {
  margin-top: 25px;
}
.bizwrapper {
  float: left;
  width: 470px;
}
.icbizwrapper {
  float: left;
  width: 228px;
  padding-bottom: 20px;
}
.icadwrapper {
  float: left;
  width: 308px;
}

.bizdescription  {
  float: left;
  position: relative;
  width: 225px;
}
.didyouknow {
  float: left;
  width: 300px;
  margin-right: 10px;
}
.dykheader {
  font-size: large;
  font-weight: 500;
}
#headertext {
  padding: 10px;
}

.firsthips {
  float: left;
  width: 350px;
  padding-top: 10px;
  margin-bottom: 30px;
}
.firsthips img {
  float: left;
  border: 0px;
  padding-bottom: 10px;
}
.infirsthips {
  width: 185px;
  float: left;
  padding-right: 40px;
  position: relative;
}
.otherlinks {
  width: 420px;
  float: left;
}
.bannerad {
  margin: 10px;
}

