body{
  background-repeat: no-repeat;
  background-attachment: fixed;  /* fixed position of image */
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  background-color: #e5e5e5;
  min-height: 100%;

}

::selection {
        background: #00ff00; /* Safari */
        }
::-moz-selection {
        background: #00ff00; /* Firefox */
}


img {
  border: 0;
}
li {
  padding-left: 5px;
  list-style-type: disc;
  list-style-position: outside;
  
  }
  
a {
  text-decoration: none;
  color: #142185;
  border: 0;
  }
  
a:hover, .active {
  text-decoration: none;
  color: #00ff00;
  border: 0;
  }
  

#wrapper	{
    position: absolute;
    margin: 40px;
    width: 900px;
    height: auto;
    display: block;
    background-color: #ffffff;
    padding-bottom: 5px;

}

#logo {
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 900px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;

}

#logo_questions {
  position: relative;
  vertical-align: middle;
  text-align: left;
  width: 900px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: block;

}


.questions_text {
  padding-bottom: 70px;
  width: 650px;
  margin: 0 60px;
  position: relative;
  display: block;
  height: auto;
  text-align: left;
  color: #000000;
}

.questions_text p.answer {

}




.questions_text .underline {
  font-weight: bold;
  color: #142185;
  text-decoration: underline;
  padding-top: 20px;
}


.questions_text .big {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #00ff00;

}

.name {
  color: #142185;
  font-size: 18px;
  margin-bottom: 20px;
  
}

.comments {
  color: #142185;
  font-size: 18px;
  margin-bottom: 20px;
  
}

#greenunderline {
  background-color: #00ff00;
  height: 1px;
  margin: 20px 0;
}

#intro {
  padding-bottom: 70px;
  width: 580px;
  margin: 0 auto;
  position: relative;
  display: block;
  height: auto;
  text-align: center;
  font-weight: bold;
  color: #142185;
}


#sub_menu {
  margin: 100px 0 30px 7px;
  width: 21px;
  position: relative;
  height: auto;
  float: left;
  
}


#sub_menu img {
  margin-bottom: 40px;

}

#back {
  margin:  15px 30px -30px 882px;
  width: auto;
  position: relative;

}


#nav_box_container {
  display: block;
  position: relative;
  color: #142185;
  
}


#nav_box {

  display: inline-block;
  /*float: left;*/
  position: relative;
  font-size: 14px;
  width: 168px;
  height: 168px;
  margin: 4px;
  font-weight: bold;
  
}

#nav_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  
}

#nav_box .text {
  position: absolute;
  width: 100%;
  height: 168px;
  margin: auto 0;
  text-align: center;
  z-index: 2;
  display: table;
  
}

#nav_box p {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  text-align: center;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  
}

#nav_box a:hover {
  color: #142185;  
  
}


#footer {
  position: relative;
  display: block;
  height: 10px;
  width: 850px;
  background-color: #142185;
  margin: 30px auto;
  
}

#blanket {
background-color:#fff;
opacity: 0;
filter:alpha(opacity=0);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;

}

#popUpDiv {
padding: 20px;
position: absolute;
background-color:#142185;
top: 260px;
left: 20px;
width: 240px;
height: auto;
z-index: 9002;
color: #ffffff;

}

/*#popUpDiv p {
  
  height: 30px;
}
*/

#popUpDiv a {
  
  color: #ffffff;
}

#popUpDiv .underline {
  
  border-bottom: 1px solid;
  width: 163px;
}

#popUpDiv a:hover {
  
  color: #00ff00;
}

#popUpDiv .close {
  
  float: right;
  
}



