/* ========== 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; }

#rounded_main_bottom
  { background-image: url('images/solutions_main_bottom.png'); }

