/*
#D5D1D1 - light gray
#2D3439 - gray
#530202 - red
#B6CAD4 - blue
#CFCDAE - tan
*/

BODY {
  margin: 0;
  padding: 0;
  background: url(../images/background.jpg);
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

A:link, A:visited  {
  color: #baad87;
  text-decoration: underline;
}
A:hover, A:active  {
  color: #000000;
  text-decoration: none;
}

IMG {
  border: 0;
}

FORM {
  padding-bottom: 0;
  margin-bottom: 0;
}

#logo-wrap {
  position: absolute;
  top: 0;
  left: 50%;
}

#logo {
  position: absolute;
  left: -600px;
}

#wrap {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 852px;
}

#header {
  height: 123px;
}

#home {
  float: left;
  height: 123px;
  width: 205px;
}

#menu-top {
  float: right;
  margin-top: 34px;
  height: 37px;
  background: #2D3439;
  color: #D5D1D1;
  font-size: 14px;
  font-weight: normal;
}

#menu-top UL {
  padding: 0;
  margin: 12px 0 0 0;
  list-style-type: none;
}

#menu-top LI {
  float: left;
  border-left: 1px solid #FFFFFF;
  height: 1em;
  line-height: 1em;
}

#menu-top LI:first-child {
  font-weight: bold;
  border-left: 0;
}

#menu-top A:link, #menu-top A:visited {
  padding: 0 10px;
  color: #FFFFFF;
  text-decoration: none;
}

#menu-top A:hover, #menu-top A:active  {
  color: #D5D1D1;
}

.menu {
  padding: 0;
  margin: 0 10px 0 0;
  list-style-type: none;
  float: right;
  height: 39px;
  line-height: 39px;
}

.menu LI {
  float: left;
  position: relative;
}

.menu LI.item1 { background: url(../images/menuHome.gif); }
.menu LI.item2 { background: url(../images/menuLooking.gif); }
.menu LI.item3 { background: url(../images/menuWhoWeAre.gif); }
.menu LI.item4 { background: url(../images/menuWhatWeDo.gif); }
.menu LI.item5 { background: url(../images/menuWhatWeTeach.gif); }
.menu LI.item6 { background: url(../images/menuWhatYouCanDo.gif); }

.menu LI:hover.item1 A { background: url(../images/menuHome-h.gif); }
.menu LI:hover.item2 A { background: url(../images/menuLooking-h.gif); }
.menu LI:hover.item3 A { background: url(../images/menuWhoWeAre-h.gif); }
.menu LI:hover.item4 A { background: url(../images/menuWhatWeDo-h.gif); }
.menu LI:hover.item5 A { background: url(../images/menuWhatWeTeach-h.gif); }
.menu LI:hover.item6 A { background: url(../images/menuWhatYouCanDo-h.gif); }

.menu LI A {
  display: block;
  height: 39px;
}

.menu LI.item1 A { width: 77px; }
.menu LI.item2 A { width: 174px; }
.menu LI.item3 A { width: 119px; }
.menu LI.item4 A { width: 119px; }
.menu LI.item5 A { width: 140px; }
.menu LI.item6 A { width: 151px; }

.menu LI A SPAN {
  display: none;
}

.menu LI UL {
  position: absolute;
  top: 0;
  left: -10000px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 1000;
}

.menu LI:hover UL {
  top: 39px;
  left: 0;
}

.menu LI UL LI {
  float: none;
}

.menu LI UL LI A:link, .menu LI UL LI A:visited,
.menu LI.item1 UL LI A:link, .menu LI.item1 UL LI A:visited,
.menu LI.item2 UL LI A:link, .menu LI.item2 UL LI A:visited,
.menu LI.item3 UL LI A:link, .menu LI.item3 UL LI A:visited,
.menu LI.item4 UL LI A:link, .menu LI.item4 UL LI A:visited,
.menu LI.item5 UL LI A:link, .menu LI.item5 UL LI A:visited,
.menu LI.item6 UL LI A:link, .menu LI.item6 UL LI A:visited {
  width: auto;
  height: 2em;
  line-height: 2em;
  padding: 2px 5px;
  white-space: nowrap;
  background: #530202;
  color: #FFFFFF;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.menu LI UL LI A SPAN {
  display: inline;
}

.menu LI UL LI A:hover, .menu LI.item1 UL LI A:hover,
.menu LI.item2 UL LI:hover A, .menu LI.item3 UL LI:hover A,
.menu LI.item4 UL LI:hover A, .menu LI.item5 UL LI:hover A,
.menu LI.item6 UL LI:hover A {
  background: #FFFFFF;
  color: #530202;
}

#header-bg {
  background: #000000;
  border-bottom: 6px solid #464444;
  height: 107px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#content-top, #content-bot {
  width: 852px;
  height: 9px;
  line-height: 9px;
  font-size: 1px;
  background: url(../images/content-top.png);
}
#content-bot {
  background: url(../images/content-bot.png);
}

#content-wrap {
  border: 1px solid #FFFFFF;
  border-left-width: 10px;
  border-right-width: 10px;
  background: #FFFFFF;
}

#sidebar {
  float: left;
  width: 293px;
}

#side-top {
  background: url(../images/background-sidebar-top.jpg) no-repeat;
  width: 256px;
  height: 397px;
  padding: 34px 16px 0 16px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #FFFFFF;
  position: relative;
}

#side-bot {
  background: url(../images/background-sidebar-bot.jpg) no-repeat;
  width: 256px;
  height: 127px;
  padding: 22px 16px 0 16px;
  font-size: 12px;
  color: #FFFFFF;
}

#content {
  float: left;
  width: 539px;
}

#content-main-top {
  background: url(../images/background-content-top.jpg) no-repeat;
  width: 539px;
  height: 431px;
  margin-bottom: 5px;
}

#content-main-bot {
  background: url(../images/background-content-bot.jpg) no-repeat;
  width: 522px;
  height: 149px;
  padding: 0 0 0 19px;
  color: #CFCDAE;
  font-weight: normal;
}

A#podarc:link, A#podarc:visited  {
  color: #CFCDAE;
  text-decoration: underline;
  font-size: 12px;
  font-family: Arial, sans-serif;
  float: right;
}
A#podarc:hover, A#podarc:active  {
  color: #000000;
  text-decoration: none;
}

.podtitle {
  font-size: 24px;
  font-family: "Times New Roman", Times, serif;
}

.poddate {
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
  color: #FFFFFF;
  margin-left: 15px;
}

