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

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

.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;
}

.headcontainer {
   min-height: 2em;
   min-width: 592px;
   margin-left: auto;
   margin-right: auto;
   padding-top: 5px;
   font-weight: 600;
   font-size: 16pt;
   color: #116;
   background-color: #b4cded;
}
.footcontainer {
   color: #116;
   background-color: #b4cded;
   float: left;
   min-height: 4em;
   min-width: 580px;
   padding: 1em;
   padding-top: 0em;
   text-align: left;
   font-weight: bolder;
   font-size: 11pt;
}
p.medText {
   text-align: left;
   font-weight: normal;
   font-size: 9pt;
}

div.toplinks {
   height: 2em;
   margin-top: 0.5em;
   margin-bottom: 0.8em;
}

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

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

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

.imgPanel {
   width: 365px;
   background: url("/public/images/av/spc/course1_new.jpg") no-repeat;
}
.navPanel {
   width: 235px;
   background: url("/public/images/av/spc/course1_right.jpg") no-repeat;
}

.navPanel form {
   overflow: hidden;
}

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

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

.sidebarButton {
   padding: 0;
   margin: 0;
   border-width: 3px;
   border-style: outset;
   font: bold 12px Verdana;
   color: #116;
   text-decoration: none;
   width: 185px;
   height: 11%;
   background-color: #dcf0fa;
   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;
}

.wingsImage {
	padding-top: 20px;
}

