/* 
Website: 
Name: Form stylesheet
Description: Page styles
Version: Dev
Author: Jefte Puente
Author URI: http://www.artemisit.com
Comments: This document contains only page-specific styles.
		  Please do not style any tags here, refer to core.css.
		  
*/
/* Hard Coded Left Column Heights */
body#index #left_col_inner { min-height: 1020px; }
body#benefits #left_col_inner,
body#luncheon #left_col_inner,
body#testimonials #left_col_inner,
body#join #left_col_inner,
body#sponsors #left_col_inner { min-height: 895px; }
body#advisory_board #left_col_inner { min-height: 4740px; }

/* Hard Coded Right Column Heights */
body#index #right_col { min-height: 1149px; }
body#advisory_board #right_col { min-height: 4870px; }

/*** Home page ***/
body#index .pageTitle h2 { width: 260px; }

/*** Benefits ***/
#joinButton { border: 1px solid #8CBBD9; background: #D5E6F1; color: #0069A9; font-weight: bold; padding: 10px; text-decoration: none;}

/*** Luncheon ***/
#luncheon .pageTitle { position: absolute; left: -9999px; }
#luncheon #content_inner { margin-top: 20px; }
#luncheonBox { background: #FDF5EA /*url('/images/logo_river_rocks.jpg') no-repeat top right*/; padding: 20px 20px 20px 20px; margin: 0 0 20px 0; }
#luncheon #content_inner h3 { margin: 0;  }
#luncheon #content_inner h4 { margin: 0; }
#luncheon #content_inner h5 { color: #BCB8AD; margin-top: 10px;}
