/* ========== Sidebar ========== */
#sidebar
  { background-color: #F8FCF2; }

#side_main_bg
  { background-image: url('images/solutions_sidebar_title.png'); }

#side_main_content
  { background-image: url('images/solutions_sidebar_main.png'); }

/* --- Video section of sidebar --- */

#video_bg
  { background-color: #FCFDF8; }

/* ========== Main content on right ========== */

/* --- Title of current page --- */
#content_heading
  { color: #577F40; }

/* --- Subheading for each section of the content--- */
#content_subheading
  { color: #557C40; }

/* --- Color and bold for content navigation --- */
#page_active
  { color: #577F40; }

/* --- Blank space between sections */
.spacer
  { height: 15px; }

/* -- Paragraphs */
p { padding: 2px 0px; }

/* --- No hover for content text links, however --- */
#content_text a:link, #content_text a:visited,
#content_text a:hover, #content_text a:active
  { color: #487C31; }

/* --- Bio section --- */
.person
  { border: 1px solid #F0F0F0; padding: 15px 15px 15px 15px; margin: 15px 0px; }

.person_name
  { color: #A51A1A; font-family: Verdana; font-weight: bold; font-size: 14px; }

.person_edu
  { color: #578041; font-family: Verdana; font-size: 11px; }

.person_bio
  { line-height: 160%; }

.person img
  { margin: auto 10px; }

.person td
  { vertical-align: top; }


#rounded_main_bottom
  { background-image: url('images/solutions_main_bottom.png'); }

