body{
  background-color: #000719;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
  background-image: url(/images/index/background.png);
  background-repeat: repeat-x;
}

.homelinks{
float: left;
margin-left: 7px;
display: inline
}

div.topMenu {
  float: left;
  padding: 6px 10px 0 10px;
  font: inherit;
  width: auto;
  height: 100%;
  display: inline
}
div.topMenu:hover{
    background-color: #002859;
    }

a.topMenu {
    font-size: 16px;
    font-weight: bold;
    color:#E0E0E0;
    text-decoration: none;
}
a.topMenu:visited {
    color:#E0E0E0;
    text-decoration: none;
}
a.topMenu:hover {
    color:#FFFFFF;
    text-decoration: underline;
  background-color: #001834
}
.hiddenPic {
  display:none;
}
.signUpField{
  display: inline;
  float: left;
  margin: 14px 0 0 0;
  width: 175px
}

#logo {
  float: left;
  margin-left: 30px;
  display: inline
}
#searchBar{
  float: left;
  color: white;
  font-size: 14px;
  width: 600px;
  height: 45px;
  margin: 55px 0 0 20px;
  display: inline
}

#menuBar{
  float: left;
  background-color: #001733;
  width: 585px;
  height: 26px;
  margin-left: 20px;
  display: inline

}
#homeBody{
   height: 365px;
   width: 939px;
   position: relative;
   margin:  0 0 0 25px;
   float: left;
   background:   url(/images/index/mainImage.png) no-repeat 0 0;
   display: inline
}

#signup
{
  float: left;
  display: block;
  width: 100px;
  height: 35px;
  margin: 14px  0 0 7px;
  background: url("/images/index/signup.png") no-repeat 0 0;
}
#signup:hover
{
  background: url("/images/index/signup-on.png") no-repeat 0 0;
}
#signup span
{
  position: absolute;
  top: -999em;
}

#godsplan
{
  display: block;
  width: 215px;
  height: 87px;
  border: 1px solid black;
  background: url("/images/index/godsplan.png") no-repeat 0 0;
}
#godsplan:hover
{
  background: url("/images/index/godsplan-on.png") no-repeat 0 0;
}
#godsplan span
{
  position: absolute;
  top: -999em;
}

#media
{
  display: block;
  width: 217px;
  height: 87px;
  border: 1px solid black;
  background: url("/images/index/media.jpg") no-repeat 0 0;
}
#media:hover
{
  background: url("/images/index/media-on.jpg") no-repeat 0 0;
}
#media span
{
  position: absolute;
  top: -999em;
}

#pftl
{
  display: block;
  width: 217px;
  height: 87px;
  border: 1px solid black;
  background: url("/images/index/PFTL.jpg") no-repeat 0 0;
}
#pftl:hover
{
  background: url("/images/index/PFTL-on.jpg") no-repeat 0 0;
}
#pftl span
{
  position: absolute;
  top: -999em;
}


#facebook
{
  float: left;
  display: block;
  width: 40px;
  height: 42px;
  background: url("/images/index/facebook.png") no-repeat 0 0;
}
#facebook:hover
{
  background: url("/images/index/facebook-on.png") no-repeat 0 0;
}
#facebook span
{
  position: absolute;
  top: -999em;
}

#twitter
{
  float: left;
  display: block;
  width: 40px;
  height: 42px;
  background: url("/images/index/twitter.png") no-repeat 0 0;
}
#twitter:hover
{
  background: url("/images/index/twitter-on.png") no-repeat 0 0;
}
#twitter span
{
  position: absolute;
  top: -999em;
}

#youtube
{
  float: left;
  display: block;
  width: 40px;
  height: 42px;
  background: url("/images/index/youtube.png") no-repeat 0 0;
}
#youtube:hover
{
  background: url("/images/index/youtube-on.png") no-repeat 0 0;
}
#youtube span
{
  position: absolute;
  top: -999em;
}

#itunes
{
  float: left;
  display: block;
  width: 40px;
  height: 42px;
  background: url("/images/index/itunes.png") no-repeat 0 0;
}
#itunes:hover
{
  background: url("/images/index/itunes-on.png") no-repeat 0 0;
}
#itunes span
{
  position: absolute;
  top: -999em;
}
.input {
  margin: 5px 0;
  background: white;
  float: left;
  clear: both;
}
.input span {
  position: absolute;
  padding: 5px;
  margin-left: 3px;
  color: #999;
}
.input input, .input textarea, .input select {
  position: relative;
  margin: 0;
  border-width: 1px;
  padding: 4px;
  background: transparent;
  font: inherit;
}
/* Hack to remove Safari's extra padding. Remove if you don't care about pixel-perfection. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input input, .input textarea, .input select { padding: 4px; }
}

.input_nj {
  margin: 0 0;
  float: left;
  clear: both;
}
.input_nj span {
  margin-left: 3px;
  color: #FFFFFF;
}
.input_nj input, .input_nj textarea, .input_nj select {
  margin: 0;
  border-width: 1px;
  padding: 4px;
  font: inherit;
}
/* Hack to remove Safari's extra padding. Remove if you don't care about pixel-perfection. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input_nj input, .input_nj textarea, .input_nj select { padding: 4px; }
}