﻿html
{
	background-image:  url(../images/v.jpg);
	height: 100%;
}

body 
{
    text-align: left;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.main
{
    width:700px;
    /*height:550px;*/
    border:0;
    background-color:#9babc4;
}

.coming_soon 
{
    font-size: 5em;
    color:Black;
    text-align:center;
    padding-bottom: .5em;
}

.logo
{
    padding-top:.4em;
    padding-left:.4em;
}

.header 
{
    height: 40px;
    background-color:#c0e8b3;
    border-top: 10px solid #90b883;
}
.header table
{
    width: 100%;
}

.spacer
{
    height: 7px;
}

.title 
{
    width: 100%;
    padding-left:1em;
}

.title1
{
    font-size: 2.4em;
}

.title2
{
    font-size: 1.5em;
    font-style:italic;
}

.tab 
{
    padding-left: 1em;
    padding-right: 1em;
    text-transform:uppercase;
    text-decoration: none;
    font-weight:bold;
    color:Gray;
    font-size: 1.2em;
}

.tab a 
{
    text-decoration: none;
    color: Black;
}

.tab a:hover 
{
    background-color: #90b883;
}

.tab a:visited
{
    color: Black;
}

.left_content
{
    width: 450px;
    padding-left:1em;
    padding-top:1em;
    padding-bottom:1em;
}

.left_content_index
{
    vertical-align:top;
    padding-left:1em;
    padding-top:1em;
    padding-bottom:1em;
}

.heading 
{
    font-size: 2.4em;
    padding-bottom: 10px;
}

.heading2 
{
    font-size: 2em;
    padding-bottom: 10px;
}

.emph
{
    font-size: 1.2em;
    font-weight: bold;
}

.right_content_index
{
    vertical-align:top;
    padding: 1em;
    width: 550px; /*100%;*/
}

.right_content_index p
{
    padding-bottom: 1em;
    font-size: 1.2em;
}

.right_content
{
    width: 350px;
    padding: 1em;
    font-weight: bold;
}

.footer
{
    background-color:#c0e8b3;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    color: #222222;
    border-bottom: 10px solid #90b883;
    font-style:italic;
}

.testimonials_pic
{
    width: 300px;
    padding-top:1em;
    padding-bottom:1em;
    padding-left:1em;
    border-bottom: 1px solid #dddddd;
}

.testimonials_pic img
{
    max-width:250px;
}

.testimonials_text
{
    padding-left:1em;
    width:100%;
    padding-right: 1em;
    border-bottom: 1px solid #dddddd;
    padding-top: 1em;
    padding-bottom: 1em;
}

.testimonials_author
{
    font-style:italic;
    padding-top: 1em;
}

#blurb
{
    font-size: 1.5em;
    font-weight: normal;
}

.list_head
{
    font-size: 1.7em;
    font-weight:bold;
    padding-top: 1.2em;
    padding-bottom: .3em;
}

.list_item
{
    font-size:.7em;
    font-weight:normal;
    padding-left: 2em;
}