/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0; padding: 0; border: 0; outline: 0; }


/* End Reset */

body {
  font-family:arial, helvetica, sans-serif; 
  font-size:15px; 
  color:#4E4E4E; 
  padding:9px 0 10px 0; 
  text-align: left;
  background-image: url('../images/backgrnd.png');
}

p {
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  color: rgb(159, 138, 27); 
}

.clear {
  clear: both;
}

.main-box {
  width: 890px;
  overflow: auto;
  
  border-width: 6px;
  border-style: solid;
  border-color: rgb(159, 138, 27);
  
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 15px;
  
  border-radius: 30px;
  box-shadow: 0px 0px 30px 2px rgb(1,60,140);
  background: white;
  
}


/* main navigation */

.nav-menu-container {
  width: 870px;
  height: 90px;
  overflow: auto;
  padding-left: 20px;

}

.nav-menu {
  height: 15px;
  padding-top: 20px;
  float: left;
  margin-left: 30px;
  font-size: 13px;
  color: rgb(159, 138, 27);
  font-weight: bold;
  background-image:url('../images/menu-normal.png');
  background-size:36px 18px;
  background-position:left top;
  background-repeat:no-repeat;
}

.nav-menu.first {
  margin-left: 0;
}


.nav-menu:hover, .nav-menu.selected{
  text-decoration: none;
  color: rgb(1,60,140);
  background-image:url('../images/menu-hover.png');
}

/* main content */

#main-content {
  width: 595px;
  float: left;
  padding-right: 25px;
  margin-left: 35px;
}

#main-content a:hover {
  text-decoration: underline;
  color: rgb(1,60,140); 
}

#main-content.wide {
  width: 832px;
  padding-right: 0;
  margin-left: 0;
}

#main-content li {
  margin-left: 20px;
}

#side-bar {
  text-align: center; 
  width: 215px;
  float: right;

}

#main-book {
  margin-bottom: 12px;
}

#main-content h1 {
  font-size:18px; 
  line-height:22px; 
  color: rgb(159, 138, 27); 
  margin-bottom:18px;

}

#main-content h2 {
  font-size:12px; 
  color: rgb(159, 138, 27); 
  line-height: 30px; 
  text-align: center; 
  border-bottom: 2px solid #BABABA; 
  margin-bottom: 10px;
}


#footer-box {
  height: 36px;
  width: 860px;
  float: left;
  text-align: center; 
  margin-top: 20px;
}

#footer-box li{
  display: inline;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 2px solid rgb(159, 138, 27);
}

#footer-box li.first{
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

#footer-box a{
  text-decoration: none;
  color: rgb(159, 138, 27); 
}

#footer-box a:hover{
  color: rgb(1,60,140); 
  text-decoration: underline;
}

.side-img {
  padding: 0 25px 25px 25px;
}

.socl-med-1 {
  padding-top: 10px;
  padding-left:0px; 
}

.socl-med-2 {
  padding-top: 10px;
  padding-left:26px; 
}

.float-left {float: left;}

.purchase-img {

  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 100px;

}


#resource-menu {

  width: 280px;
  overflow: auto;
  
  text-align: left; 
  
  border-width: 6px;
  border-style: solid;
  border-color: rgb(159, 138, 27);
  background-color: rgb(95%, 95%, 95%);
  
  margin-left: 0;
  
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left: 0;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-right: 25px;
  
  float: left;
}


#resource-menu a {
  display: block;
  color: grb(159, 138, 27);
  font-weight: bold;
  font-size:13px;
  line-height: 30px;
}

#resource-menu a.selected, 
#resource-menu a:hover{
  color: rgb(1, 60, 140);
}


#resource-menu h2 {
  font-size:14px; 
  color: black;
  line-height: 30px; 
  text-align: left; 
  font-style:italic;
  border-bottom: 0; 
  margin-bottom: 0;
  font-variant:small-caps;

  
}

#rsrc-book {
  float: right;
  padding-top: 30px;
}

.extend-height {
  margin-top: 280px;
}

h3 {
  text-align: center;
  font-size: 10px;
}









