﻿@import url("global.css");


#background
{
    background: #000000 url(images/bground.jpg) top left no-repeat;
    width: 953px;
    height: 903px;
}

#animarrow
{
    position: relative;
    left: 0px;
    top: 73px;    
}

#formholder
{
    position: relative;
    left: 75px;
    top: 35px;
    width: 440px;
    font-size: 12px; 
}
#formholder h3
{
    color: White;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: normal;
}
#formholder label
{   
    color: White; 
    vertical-align: middle;
}

/*--------form column elements------------*/
#firstcol
{
    float: left;
    width: 225px;
    height: 105px;  /*set to help with submit position*/
}
#secondcol
{
    float: right;
    width: 210px;
}
.labelcol
{
    float: right;
    margin-right: 3px;
    line-height: 25px;   
    text-align: right;
}
.inputcol
{
    float: right;     
}
.inputcol input
{
    height: 15px;
    margin-bottom: 3px;
    background-color: white;
}
.inputcol label
{
    padding-bottom: 8px;
}
.standardtbox
{
    width: 146px;
}
#state
{
    width: 70px;
    margin-right: 10px;
    margin-bottom: 2px;
    height: 18px;
    background-color: white;
}
#zip
{
    width: 40px;
    margin-left: 2px;
}
.smallphone
{
    width: 25px;
}
#suffix
{
    width: 35px;
}

#submit
{
    border: 0;
    position: relative;
    left: 27px;
    top: 4px;
    margin-top: 0px;
}

#spacer
{
    clear: both;
    width: 1px;
    height: 270px;
}

/*--------bottom sections---------*/
.highlighted
{
    color: #FFFF00;
    font-weight: bold;
}
#testimonialsection
{
    float: left;
    width: 470px;  
}
#testimonialsection h2
{
    margin-left: 20px; 
    margin-top: 0px;
    font-weight: normal;
    font-size: 28px;
    color: #ecd7b9;
    margin-bottom: 5px;    
}

.testimonialback
{
    background: url(../../images/gradientback.gif) left repeat-y;
    width: 462px;
    height: 110px; 
    margin-bottom: 10px;
    margin-left: 10px; 
    vertical-align: middle;
}
.testimonialback img
{
    float: left;
}
.testimonialback p
{
    text-align: justify;
    float: right;
    color: White;
    width: 300px;
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
}

#descriptionsection
{
    float: right;
    width: 425px;
    margin-top: 30px;
    margin-right: 10px;
}
#descriptionsection h2
{
    color: #ecd7b9;
    font-size: 28px;
    margin-bottom: 0px;
}
#descriptionsection p
{
    color: White;
    text-align: justify;
    font-size: 14px;
    margin-top: 5px;
}
