/*------ GENERAL STYLES ----------- */	
 body {
  font: 80% "Century Gothic",Arial,Verdana,Helvetica,sans-serif;
  color: #000;
  }
form {
  margin: 0;
  }
textarea {
  font: 100% Arial,Verdana,Geneva,Helvetica,sans-serif;
  }
h1 {
  margin-top: 0;
  color:#733600;
  }
h2 {
  margin-top: 1.75em;
  }
h4 {
  font-size: 125%;
  margin-top: 1.75em;
  padding-bottom: 1px;
  border-bottom: 1px solid #EDDBC8;
  }
h5 {
  font-size: 100%;
  margin-top: 1.5em;
  }
p {
  margin: 1.3em 0;
  }
p.indent {
  margin: 12px 12px 10px 12px;
  }
p.prose {
  text-align: justify;
  line-height: 1.3;
  }
p.downloadKey {
  margin: 10px 0 0 10px;
  color: #DEC1A0;
  }
ul, ol {
  margin-top: 1.1em;
  margin-bottom: 1.3em;
  }
ul.tight, ol.tight {
  margin-top: .6em;
  margin-bottom: .6em;
  }
ul.spaced li, ol.spaced li {
  margin-bottom: 1em;
  }
ul.demispaced li, ol.demispaced li {
  margin-top: .6em;
  margin-bottom: .6em;
  }
li, ul.tight li, ol.tight li {
  margin-top: .25em;
  margin-bottom: .25em;
  }
a {
  color: #006D4E;
  font-weight: bold;
  text-decoration: none;
  }
.subtle {
  color: #DEC1A0;
  }
.note {
  font-size: 85%;
  }
a:hover,a.subtle:hover {
  color: #BF0030;
  text-decoration: underline;
  }
img.alignRight {
  margin: 0 0 6px 12px;
  float: right;
  }
img.alignLeft {
  margin: 0 12px 6px 0;
  float: left;
  }
hr {
  color: #F1E3D4;
  background-color: #F1E3D4;
  height: 1px;
  border: 0;
  }
table.downloads {
  border-collapse: collapse;
  margin-bottom: 1em;
  border-top: 1px solid #F1E3D4;
  }
table.downloads td {
  padding: 8px 10px 8px 0;
  border-bottom: 1px solid #F1E3D4;
  vertical-align: top;
  }
div.downloads table {
  border-collapse: collapse;
  margin-bottom: 1.3em;
  }
div.downloads table td {
  padding: 2px 10px 2px 0;
  }
div.event {
  border-bottom: 1px solid #F1E3D4;
  margin: 0;
  }
table.quote {
  width: 100%;
  background-color: #FFF8EE;
  border: 1px dotted #EDDBC8;
  clear:both;
  margin: 1em 0;
  }
table.quote td {
  padding: 8px 3px;
  line-height: 1.3;
  }
table.quote td div.title {
  color: #C6A788;
  margin-top: .15em;
  line-height: 1.25;
  }

/* Info & error msg formatting */
div.errorMsg {
  clear: left;
  border: 1px solid #FCC;
  background-color: #FFEBEB;
  margin: 1em auto;
  text-align: left;
  color: #F00;
  font-weight: bold;
  min-height: 40px;
  overflow: auto;
  }
div.infoMsg {
  clear: left;
  border: 1px solid #FFDDAE;
  background-color: #FFF5E5;
  margin: 1em auto;
  text-align: left;
  color: #F80;
  font-weight: bold;
  min-height: 40px;
  overflow: auto;
  }
div.errorMsg p, div.infoMsg p {
  margin: 6px 6px 6px 53px;
  }
div.errorMsg ul, div.infoMsg ul {
  margin: 6px 6px 6px 70px;
  padding: 0;
  }
div.errorMsg ul li, div.infoMsg ul li {
  margin-bottom: .25em;
  }
div.infoMsg img, div.errorMsg img {
  margin: 6px;
  float: left;
  }

/*------ LAYOUT STYLES ----------- */	
body {
  background: #FFF8EE;
  margin: 0;
  padding: 10px
  }
div#headerWrapper, div#contentWrapper {
  width: 753px;
  margin: 0 auto;
  border-width: 1px;
  border-color: #592A00;
  }
div#headerWrapper {
  border-style: solid solid none solid;
  background: url(../images/header_bg.gif);
  }
div#contentWrapper {
  border-style: none solid solid solid;
  background: url(../images/content_bg.gif);
  }
div#siteHeader {
  background: url(../images/home_feature.jpg) no-repeat right; /* default feature image */
  height: 156px;
  }
div#logo {
  background: #fff url(../images/rlr_logo.gif) no-repeat center;
  height: 74px;
  width: 199px;
  padding: 18px 15px;
  }
div#logo img {
  visibility: hidden;
  display: block;
  }  
div#sideBar {
  width: 145px;
  float: left;
  }
ul.siteMenu {
  background: #7B3900;
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: .35em 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font: 100% Tahoma,Arial,Verdana,Helvetica,sans-serif;
  }
ul.siteMenu li {
  margin: 0;
  padding: 0;
  display: inline;
  }
ul.siteMenu li a {
  display: block;
  width: 133px;
  padding: 3px 6px 4px 6px;
  text-align: right;
  border-top: 1px solid #A87950;
  }
ul.siteMenu li.top a {
  border-top-style: none;
  }
ul.siteMenu li a, ul.siteMenu li a:visited {
  color: #FFF;
  text-decoration: none;
  }
ul.siteMenu li a:hover, ul.siteMenu li a.on, ul.siteMenu li a.on:visited {
  background: #FFF;
  color: #7B3900;
  text-decoration: none;
  }
ul#consultantMenu {
  background-color: #006D4E;
  }
ul#consultantMenu li a {
  border-top-color: #5FA897;
  }
ul#consultantMenu li a:hover, ul#consultantMenu li a.on, ul#consultantMenu li a.on:visited {
  color: #006D4E;
  }
div#pageContent {
  border-top: 1px solid #FFF;
  float: left;
  padding: 23px 35px 15px 57px;
  width: 516px;
  overflow-x: auto;
  }
div#footer {
  clear: both;
  margin-top: 2.5em;
  color: #CCA685;
  font-size: 85%;
  }

/*------ PRINT STYLES ----------- */	

@media print {
  .printing {
    visibility: visible;
    display: block;
    }
  .nonprinting {
    visibility: hidden;
    display: none;
    }
  }