/**
 * @file index.css 
 *
 * purpose: implement main screen styles 
 */

body {
   height: 100%;
   padding: 0px;
   margin: 0px;
}

form.index_bar {
   margin: 0px;
   padding: 6px;
}
ul {
   margin-top: 2px;
}

.aboutContent {
   width: 570px;
}

.purchaseBox {
   position: fixed;
   margin-left: 574px;
   background-color: #fff;
}

* html .purchaseBox {
   position:absolute;
}

#container {
   width: 618px;
   font-family: Verdana, Helvetica;
   text-align: center;
   margin: 5px auto;
}

.headcontainer {
   min-width: 592px;
   margin-left: auto; 
   margin-right: auto; 
   padding-top: 5px;
   padding-bottom: 8px;
   font-weight: 600;
   font-size: 20pt;
   color: white;
   background-color: #355e00; 
}
.footcontainer {
   color: black;
   background-color: #cdd7bf; 
   float: left;
   width: 614px;
   padding: 1em;
   padding-top: .5em;
   text-align: left;
   font-weight: normal;
   font-size: 11pt;
}
html>body .footcontainer {
   width: 584px;
}
div.toplinks {
   height: 2em;
   margin-top: 0.5em; 
   margin-bottom: 0.8em;   
}

span.toplinks {
  font-size: 1.1em;  
}

.imgPanel, .navPanel {
   float: left;
   height: 295px;
   display: inline;
   margin-bottom: 1em;
}

.imgPanel {
   width: 420px;
   background: url("/public/images/av/g530/course1.jpg") no-repeat;
}
.navPanel {
   width: 192px;
   background-color: #355e00;
}

.navPanel form {
   overflow: hidden;
}

.navList {
   margin-top: 22px;
   margin-left: -4px;
}

.navListSpecial {
   margin-top: 60px;
   margin-left: -4px;
}

.sidebarButton {
   padding: 0px;
   margin: 0px;
   border-style: outset;
   font: bold 12px Verdana;
   color: white;
   text-decoration: none;
   width: 155px;
   height: 30px;
   border-color: #688247;
   background-color: #688247; 
   cursor: pointer;
}


/** end index page styles
 ------------------------*/

.instrpg {
   color: #000;
   background-color: #ececec;
   padding: 5px;
}
.instrlist li {
   padding-bottom: 15px;
}

.submitl {
   border-width: 2px;
   border-style: outset;
   font: bold 12px Verdana;
   color: #000;
   text-decoration: none;
   width: 150px;
   background-color: #f5edd3;
   cursor: pointer;
}

dd {
   margin-bottom: 1em;
}
