﻿#HomeHeader
{
    height:225px;
    background-image:url(../../images/homeheader.jpg);
    background-repeat:no-repeat;
    margin-bottom:30px;    
     
    }

#HomeProgramsList
{
    width:750px;
    margin:auto;
    margin-bottom:30px;
    }

.Program
{
    margin-left:20px;
    margin-right:20px;

    }    

    .ProgramHeader
    {
        height:60px;
        }   
        
        .ProgramHeader img
        {
             margin-top:22px;
             margin-left:70px;
            }     
        
    .ProgramContent
    {
        background-image:url(../../images/programpics/programstretch.jpg);
        background-repeat:repeat-y; 
        width:210px;  
        min-height:170px;
        padding-top:8px;
        text-align:left;
        border:solid 0px red;
               
        }   
        
        .ProgramContent p, .ProgramBottom p
        {
             margin-left:24px;
             width:162px;
            }    
        
    .ProgramBottom
    {
        background-image:url(../../images/programpics/programbottom.jpg);
        background-repeat:no-repeat;  
        background-position:center bottom;
        height:60px;
        width:210px; 
           
        }       
        
    .ProgramBottom a
    {
            font-size:14px;   
        }     

#Testimonials
{
    width:720px;
    margin:auto;
    }    
    
    #Testimonials td
    {
     
        padding:8px;
        width:360px;
        border:solid 1px #CCCCCC;
        }    
    
    .TestimonialCallout
    {
        color:#b87515;
        font-weight:bold;
        font-style:italic;
        }
    

    
h2
{
     margin-left:40px;
     margin-bottom:24px;
    }

    
.heading
{
 color:#666;
 font-size:18px;
 font-family: Arial, Helvetica, sans-serif;
 margin-bottom:30px;
 margin-left:40px;
    }

.heading a {
	color: #b87515;
	text-decoration:underline;}
	
.heading a:hover {
	color: #C00;
	text-decoration:underline;}