/* CSS Document */

/* ---- General --- */

body{
  margin: 0px;
  height:100%;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #3f3f3f;
  background: #009900;
}


#main{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#container{
  float: left;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
}

/* ---- Header ---- */

#header{
  float: left;
  width: 100%;
  height: 302px;
  text-align: right;
  margin-bottom: 30px;
}

/* --- Left Column --- */

#left-column{
  float: left;
  width: 290px;
  padding-left: 10px;
  height: 100%;
}

ul.menu {margin-left:30px; margin-top: 40px; margin-bottom: 30px; padding:0; list-style:none; text-align:left; }
ul.menu li {float: left; width: 162px; padding-left: 40px; height: 25px; background:url(images/li_bg.gif) top left no-repeat;}

a.menu:link, a.menu:active, a.menu:visited{
  font-size: 12px;
  color: #656667;
  font-weight: bold;
  text-decoration: none;
}

 a.menu:hover{
  font-size: 12px;
  color: #1f4368;
  font-weight: bold;
  text-decoration: none;
}

/* --- Right Column --- */
 #right-column{
  float: left;
  width: 300px;
  text-align: right;
 }

/* ---- Content ---- */

#content-wrapper{
  float: left;
  width: 645px;
  padding-right: 20px;
  padding-left: 35px;
  height: 100%;
}

#content{
  float: left;
  width: 325px;
  padding-right: 20px;
  height: 100%;

}

.title{
  font-size: 24px;
  color: #024545;
  font-weight: bold;
}

.box{
  float: left;
  width: 259px;
  height: 185px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  background: url(images/signatures_bg.gif);
  background-repeat: no-repeat;
}

.box-title{
  font-size: 18px;
  color: #024545;
}

#signature-text{
  float: left;
  width: 279px;
  color: #106969;
}

#pdf{
  float: left;
  margin-top: 10px;
  width: 100%;
}

#pdf img{ margin-right: 15px; }

a.pdf:link, a.pdf:visited, a.pdf:active{
  color: #3f3f3f;
  text-decoration: none;
}

a.pdf:hover{
  text-decoration: underline;
}
/* -- footer -- */

#footer{
  float: left;
  width: 100%;
  color: #024545;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 10px;
}

a.footer:link, a.footer:visited, a.footer:active{
  color: #024545;
  font-size: 12px;
  text-decoration: none;
}

a.footer:hover{
  color: #024545;
  font-size: 12px;
  text-decoration: underline;
}
