﻿div.contentWrapper
{
	padding-right: 15px;
}

.introParagraph 
{
    margin-right: 215px;
	text-align: justify;
}

.newTestimonial
{
	padding: 5px;
	width: 50%;
}




/* 
    classes used to display table like content
*/
.field
{
    clear: both;
}

.label
{
    padding: 3px;
    text-align: right; 
}

.input
{
    float: right; 
    padding: 3px;
    text-align: left; 
    width: 70%;  
}

/*
    style to display images on right side of page
*/
#imageColumn
{
    border: solid 1px white;
    float: right;
   
    text-align: center;
    width: 200px;
}

/*
    style for testimonial holder
*/

#testimonialListView
{
    min-height: 400px;
}

.testimonialHolder
{
    clear: both;
    padding: 10px;
}

.image
{
    float: left;
    padding: 0px 10px 5px 0px;
}

.nameDate
{
}

.text
{
    font-size: 14px;
}