﻿* { margin: 0; padding: 0;}

ul, ol, p
{
    font-size: 14px;
}

ul
{
    list-style-type: square;
}

body
{
    background: #98c4eb url('/content/images/background.jpg') repeat-x;
    font-family: Arial, Helvetica, Sans-Serif;
}

#page
{
    width: 935px;
    margin: 0 auto;
}

#header
{
    height: 71px;
    background: url('/content/images/header.jpg') no-repeat;
}





#menu
{
    width: 935px;    
    height: 32px; 
    float: left;
    list-style-type: none;    
    border: none;
    margin-bottom: 10px;
}

#menu li
{
    float: left;       
	background: url('/content/images/menu-background.png') no-repeat center top;
}

#menu li.first
{
    background-position: left top;
}

#menu li.last
{
    background-position: right top;
}

#menu li a
{
    color: #1a325e;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    
    padding: 0 18px;
    
    display: block;
    
    line-height: 32px;
    height: 32px;
    background: url('/content/images/menu-divider.jpg') no-repeat right top;
}

#menu li.last a
{
    background: none;
    width: 80px;
}

#menu li.current.first
{
    background-position: left -33px;
}

#menu li.current
{
    background-position: center -33px;
}

#menu li.current.last
{
    background-position: right -33px;
}





#banner
{    
    padding: 20px;
    background: url('/content/images/banner-background.jpg') no-repeat right top;
    height: 260px;
}

#banner h3
{
    color: #195CA2;
    margin: 10px 0;
}

#banner p
{
    width: 550px;
    font-weight: bold;
    line-height: 20px;
}

#banner img
{
    border: none;
    margin-top: 20px;
    margin-left: 10px;
}

#content
{
    list-style-type: none;
}

#content #top
{
    height: 15px;
    background: url('/content/images/top.png');
}

#content #center
{
    border-right: solid 1px #206CA6;
    border-left: solid 1px #206CA6;
    background-color: #fff;
    padding: 15px;
}

#content #bottom
{
    height: 20px;
    background: url('/content/images/bottom.png') no-repeat 0 0;
}

#footer
{
    clear: both;
    font-size: 12px;
}





#description
{
    float: left;
    width : 572px;
}

#reasons
{
    list-style-image:url('/content/images/arrow.jpg');
    padding-left: 20px;
}

#reasons li
{
    margin: 14px 0;
}

#description h4
{
    color:#CB1722;
    margin: 20px 0;
}

#description h5
{
    color:#195CA2;
    line-height:25px;
    font-weight: normal;
    text-align: center;
}

#description p
{
    color:#3B3A3A;
    font-size:14px;
    line-height:15px;
    margin-top: 15px;
    text-align:justify;
}

#description h6
{
    color: #1C5BA0;
    margin: 20px 0;
}

#testimonials
{
    float: left;
    width: 323px;    
    margin-left: 5px;
}

#testimonials li
{
    list-style-type : none;
}

#testimonials p
{
    color: White;
}

#testimonials .top
{
    background: url('/content/images/rightboxtop.jpg');
    height: 11px;
}

#testimonials .testmo
{
    background:url('/content/images/testmo.jpg'); 
    height:27px;
}


#testimonials .content
{
    background:url('/content/images/rightboxmedil.jpg') repeat-y;    
    padding: 15px 0px;
}

#testimonials .text
{
    padding: 0 15px;
}

#testimonials .author
{
    padding: 15px 20px;
    text-align: right;
}

#testimonials .div
{
    background:url('/content/images/rightboxdvid.jpg'); 
    height: 6px;
}


#testimonials .link
{
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

#testimonials .bottom
{
    background:url('/content/images/rightboxbottom.jpg') no-repeat; 
    height: 18px;
}



#arrow
{
    background: url('/content/images/arrow.jpg') no-repeat 10px 0;
    width: 570px;
    padding-left: 40px;
    padding-top: 10px;
    text-align: justify;
}

#arrow p
{
    margin: 10px 0;
    color:#3B3A3A;
    font-size:14px;
    line-height:18px; 
}

#arrow h4
{
    font-size: 14px;
}

#arrow ol
{
    margin-left: 30px;
    color:#3B3A3A;
    font-size:14px;
    line-height:18px; 
}

#arrow ul
{
    list-style-type: none;
    color:#3B3A3A;
    font-size:14px;
    line-height:18px; 
}




#form
{
    border: solid 1px #2273B4;
    background-color: #fff;
    padding:1px;
    margin-top: 20px;
}

#form > div
{
    background-color: #D7E1F1;
    height: 100%;
    padding: 20px;
}

#form > div > div
{
    margin-bottom: 20px;
}

#form input, textarea
{
    border: solid 1px #7F9DB9;
}

#form label
{
    display: block;
}


#form .submit
{
    background: url('/content/images/submit.png');
    border: none !important;
    height: 29px !important;
    width: 116px !important;
    cursor: pointer;
}

#message
{
    margin: 20px 0;
    padding: 20px;
    font-size: 16px;
    display: none;
}

.success
{
    color: Green;
    border: solid 1px Green;
    display: block !important;
}

.fail
{
    color: Red;
    border: solid 1px Red;
    display: block !important;
}