/*
 * background-color: #ffffff;
 * yellow (bg): #fefecc;
 * green (bg): #d8fec5;
 * blue (bg): #d5effe;
 * red (link): #f30;
 */


/******** TOP-LEVEL STYLE SPECIFICATIONS ********/

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: Candara, "Maiandra GD", Calibri, "Trebuchet MS", "Arial Narrow", Trebuchet, sans-serif;
  font-size: 1em;
}

body {
  background-color: #fff;
  text-align: center;  /* IE workaround */
}

a {
  text-decoration: none;
  color: #f30;
}

a:hover {
  text-decoration: underline;
}

#all {
  width: 1054px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  text-align: left;  /* from above, IE workaround */
}

.center {
  text-align: center;
}

.bordertop {
  border-top: 1px dashed black;
  padding-top: 8px;
}


#banner {
/*  position: relative; */
  z-index: 1;
  background: #fefecc url(../images/ll-fefecc.gif) no-repeat bottom left;
  min-height: 144px;
  margin-bottom: 4px;
}

#banner1 {
  background: url(../images/ur-fefecc.gif) no-repeat top right;
  min-height: 144px;
}

#banner2 {
  background: url(../images/lr-fefecc.gif) no-repeat bottom right;
  min-height: 144px;
}

img {
  border: 0;
  z-index: 2;
}


#banner img {
  float: left;
  padding: 18px;
}

#banner p {
  font-size: 12px;
  padding-left: 22px;
  padding-bottom: 6px;
}



h1 {
  background: url(../images/ul-fefecc.gif) no-repeat top left;
  padding-top: 18px;
  padding-left: 18px;
  font-family: "Maiandra GD", Candara, Calibri, "Trebuchet MS", "Arial Narrow", Trebuchet, sans-serif;
  font-weight: normal;
  font-size: 150%;
}

h2 {
  padding-bottom: 6px;
  font-weight: normal;
  text-transform: uppercase;
}

h3 {
  font-weight: normal;
  text-transform: uppercase;
}

p {
  padding-bottom: 8px;
}

ul {
  list-style: square;
  list-style-position: outside;
  padding-bottom: 8px;
}

ol {
  list-style-position: outside;
  padding-bottom: 8px;
}

li {
/*  clear: both; */
  padding-top: 2px;
  margin-left: 23px;
}

li em {
  font-size: 86%;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}



#topnav {
/*  position: absolute;
  z-index: 3;
  top: 3px;
  right: 18px;
  */
  float: right;
  margin-top: 3px;
  margin-right: 18px;
}

#topnav p {
  font-size: 12px;
  letter-spacing: 0.07em;
  padding-bottom: 2px;
}

.breadcrumb {
  border-top: 1px dotted red;
  text-align: right;
}

#toploc {
/*  position: absolute;
  z-index: 2;
  bottom: 18px;
  right: 18px;
  */
  float: right;
  clear: right;
  margin-top: 24px;
  margin-right: 18px;
}

#toploc p {
/*  float: right; */
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
  border-right: 1px dashed black;
  padding: 3px 64px 2px 6px;
}

#toploc img {
  float: left;
  padding: 0;
  margin-right: 6px;
}



#contact {
  clear: both;
  float: left;
  margin-top: 8px;
  margin-bottom: 4px;
/*  background: url(../images/strose02-corners-faded.jpg) no-repeat; */
/*  background: url(../images/rpi-bg-faded.jpg) no-repeat; */
/*  width: 476px; */
/*  background: url(../images/rpi-faded-540-bg.jpg) no-repeat; */
/*  width: 516px; */
  background: url(../images/rpi01-corners-faded.jpg) no-repeat;
  width: 570px;
/*  height: 257px; */
  height: 147px;
  padding-left: 24px;
  padding-top: 36px;
}

#contact th {
  font-size: 10px;
  font-weight: bold;
/*  white-space: nowrap;*/
  text-transform: uppercase;
  text-align: right;
  padding-bottom: 9px;
  vertical-align: bottom;
}

#contact td {
  font-size: 16px;
  padding-left: 8px;
  padding-bottom: 8px;
  vertical-align: bottom;
}



#bluebox {
  background: #d5effe url(../images/ll-d5effe.gif) no-repeat bottom left;
}

#bluebox1 {
  background: url(../images/lr-d5effe.gif) no-repeat bottom right;
}

#bluebox2 {
  background: url(../images/ur-d5effe.gif) no-repeat top right;
}

#bluebox3 {
  background: url(../images/ul-d5effe.gif) no-repeat top left;
  padding: 18px;
}

.bluebox {
  background: #d5effe url(../images/ll-d5effe.gif) no-repeat bottom left;
}

.bluebox1 {
  background: url(../images/lr-d5effe.gif) no-repeat bottom right;
}

.bluebox2 {
  background: url(../images/ur-d5effe.gif) no-repeat top right;
}

.bluebox3 {
  background: url(../images/ul-d5effe.gif) no-repeat top left;
  padding: 18px;
}



#yellowbox {
  background: #fefecc url(../images/ll-fefecc.gif) no-repeat bottom left;
}

#yellowbox1 {
  background: url(../images/lr-fefecc.gif) no-repeat bottom right;
}

#yellowbox2 {
  background: url(../images/ur-fefecc.gif) no-repeat top right;
}

#yellowbox3 {
  background: url(../images/ul-fefecc.gif) no-repeat top left;
  padding: 18px;
}

.yellowbox {
  background: #fefecc url(../images/ll-fefecc.gif) no-repeat bottom left;
}

.yellowbox1 {
  background: url(../images/lr-fefecc.gif) no-repeat bottom right;
}

.yellowbox2 {
  background: url(../images/ur-fefecc.gif) no-repeat top right;
}

.yellowbox3 {
  background: url(../images/ul-fefecc.gif) no-repeat top left;
  padding: 18px;
}


#greenbox {
  background: #d8fec5 url(../images/ll-d8fec5.gif) no-repeat bottom left;
}

#greenbox1 {
  background: url(../images/lr-d8fec5.gif) no-repeat bottom right;
}

#greenbox2 {
  background: url(../images/ur-d8fec5.gif) no-repeat top right;
}

#greenbox3 {
  background: url(../images/ul-d8fec5.gif) no-repeat top left;
  padding: 18px;
}

.greenbox {
  background: #d8fec5 url(../images/ll-d8fec5.gif) no-repeat bottom left;
}

.greenbox1 {
  background: url(../images/lr-d8fec5.gif) no-repeat bottom right;
}

.greenbox2 {
  background: url(../images/ur-d8fec5.gif) no-repeat top right;
}

.greenbox3 {
  background: url(../images/ul-d8fec5.gif) no-repeat top left;
  padding: 18px;
}


#full {
  clear: both;
  float: left;
  width: 1054px;
  margin-top: 8px;
  margin-bottom: 4px;
}

.full {
  clear: both;
  float: left;
  width: 1054px;
  margin-top: 8px;
  margin-bottom: 4px;
}



.colleft {
  clear: left;
  float: left;
  width: 594px;
  margin: 0;
  padding: 0;
}

.colright {
  clear: right;
  float: right;
  width: 444px;
  margin: 0 0 0 12px;
  padding: 0;
}

#lhs {
/*  clear: left; */
  float: left;
  width: 594px;
  margin: 8px 0 4px 0;
}

#lhs img {
  float: right;
  padding-left: 9px;
}

#rhs {
  clear: right;
  float: right;
  width: 444px;
  margin: 8px 0 4px 0;
}

#rhs img {
  float: right;
  padding-left: 9px;
}

#rhs th {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: left;
  padding: 4px 0 6px 0;
  vertical-align: top;
}

#rhs td {
  font-size: 16px;
  padding: 0 0 4px 6px;
  vertical-align: top;
}

.lhs {
/*  clear: left; */
  float: left;
  width: 594px;
  margin: 8px 0 4px 0;
}

.lhs img {
  float: right;
  padding-left: 9px;
}

.rhs {
  clear: right;
  float: right;
  width: 444px;
  margin: 8px 0 4px 0;
}

.rhs img {
  float: right;
  padding-left: 9px;
}

.rhs th {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: left;
  padding: 4px 0 6px 0;
  vertical-align: top;
}

.rhs td {
  font-size: 16px;
  padding: 0 0 4px 6px;
  vertical-align: top;
}



#courses h2 {
  padding-bottom: 0;
}

#courses ul {
  list-style: none;
  list-style-position: outside;
}

#courses li {
  clear: left;
  padding-top: 9px;
  min-height: 80px;
  margin-left: 0;
}

#courses img {
  float: left;
  padding-right: 9px;
  padding-left: 0;
}

.courses h2 {
  padding-bottom: 0;
}

.courses ul {
  list-style: none;
  list-style-position: outside;
}

.courses li {
  clear: left;
  padding-top: 9px;
  min-height: 80px;
  margin-left: 0;
}

.courses img {
  float: left;
  padding-right: 9px;
  padding-left: 0;
}


#schedule table {
  width: 100%;
}

#schedule tr {
}

#schedule th {
  white-space: nowrap;
  padding: 4px;
  border-bottom: 1px solid black;
  width: 20%;  /* evenly distribute a 5-day week */
}

#schedule td {
  vertical-align: top;
  padding: 0 2px 4px 2px;
  border-left: 1px dashed black;
  border-bottom: 1px solid black;
}

#schedule .lastday {
  border-right: 1px dashed black;
}

pre {
  background: #fefecc;
  font-family: "Lucida Console", "Courier New", Courier, monospace;
  padding: 6px;
  margin-top: 4px;
  margin-bottom: 12px;
}

pre em {
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
