﻿html, body, form
{
    margin: 0;
    padding: 0;
}
body 
{
    background: #14ace2 url(../images/background.jpg) no-repeat center top;
}

h1
{
    color: #0060ad;
    font-family: Trebuchet MS;
    font-size: 14pt;
}

h2
{
    color: #0060ad;
    font-family: Georgia;
    font-size: 9pt;
}
h2.contactname
{
    font-size: 12pt;
}

a, a:hover
{
    color: #0060ad;
    font-family: Georgia;
    font-weight: normal;
    text-decoration: none;
}

p
{
    font-family: Trebuchet MS;
}

ul
{
    list-style-image: url(../images/bullet.jpg);
}

hr
{
    border: none;
    border-top: 1px solid silver;
}

#header
{
    background: url(../images/header_background.png) no-repeat center top;
    margin: 20px auto 0 auto;
    padding-top: 15px;
    height: 135px;
    width: 900px;
}
#body
{
    background: url(../images/content_background.png) repeat-y center;
    clear: both;
    margin: 0 auto;
    padding: 0 50px 1px 50px;
    /*height: 430px;*/
    width: 800px;
}
#footer
{
    background: url(../images/footer_background.png) no-repeat center top;
    margin: 0 auto;
    padding: 20px 35px 0 30px;
    height: 20px;
    width: 835px;
}
#footer h2
{
    font-weight: normal;
    margin-bottom: 0;
}

.counter
{
    border: none; 
    clear: both;
    color: #0060ad;
    font-family: Georgia;
    font-size: 7pt;
    margin: 0 auto; 
    text-align: right; 
    height: 0; 
    width: 800px;
}


/* HEADER STYLES */
#logo
{
    background: url(../images/logo.png) no-repeat;
    display: block;
    margin-left: 62px;
    height: 123px;
    width: 438px;
}
#tollfree
{
    background: url(../images/image-window_background.png) no-repeat;
    color: #fff;
    float: right;
    font-family: Trebuchet MS;
    margin-right: 60px;
    padding: 10px 20px 20px 10px;
    height: 100px; 
    width: 260px;

}
span#title
{
    color: #65f12f;
    font-size: 10pt;
    text-transform: uppercase;
}
#numbers
{
    clear: right;
    color: #444153;
    margin-top: 50px;
    margin-right: 100px;
    float: right;
    font-family: Trebuchet MS;
}

/* MENU STYLES */
#menu
{
    background: url(../images/menu_background.jpg) no-repeat;
    padding: 15px;
    padding-left: 40px;
    height: 20px;
    width: 760px;
}
#menu ul
{
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#menu li
{
    list-style-type: none;
    list-style-image: none;
    display: inline;
    margin: 0 12px 0 12px;
}
#menu li a
{
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 11pt;
    text-decoration: none;
    text-transform: uppercase;
}
#menu li a:hover
{
    color: #95f0b3
}

#pagetitle
{
    background: url(../images/page_title_background.jpg) no-repeat;
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 20pt;
    text-align: right;
    padding-top: 140px;
    height: 37px;
    width: 736px;
}
#pagetitle img
{
    margin-right: 15px;
    padding-bottom: 15px;
}

/* TABS STYLES */
.tabpage
{
    background: #fff;
    border: 1px solid silver;
    /*height: 350px;*/
    width: 766px;
}
.tabpageaccent
{
    border: 1px solid white;
    margin: 15px;
}
.tabheader
{
    background: #bbb;
    overflow: hidden;
    height: 30px;
    width: 766px;
}
.tabheader ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 1000px;
}
.tabheader li
{
    border-collapse: collapse;
    float: left;
    margin: 0;
    padding: 0;
}
.tabheader li a
{
    background: #bbb;
    color: #0060ad;
    display: inline-block;
    font-family: Times New Roman;
    font-size: 11pt;
    margin: 0;
    padding: 8px 30px 15px 30px;
    height: 25px;
    text-decoration: none;
    text-transform: uppercase;
}
.tabheader li a:hover,
.tabheader li a.select
{
    background-color: #fff;
}
.tabcontent
{
    font-family: Trebuchet MS;
    font-size: 11pt;
    padding: 15px;
}

/* TESTIMONIAL STYLES */
.testimonial
{
    padding: 0 15px;
    margin-bottom: 20px;
}
.testimonial h2
{
    margin-bottom: 0;
    text-align: right;
}
.testimonial p
{
    margin-top: 5px;
}

/* GALLERY STYLES */
#gallerypaging
{
    cursor: pointer;
    float: right;
    padding-top: 10px;
    width: 300px;
}
.galleryitem
{
    float: left; 
    border: 1px solid silver; 
    margin: 6px; 
    overflow: hidden; 
    height: 100px; 
    width: 170px;
}
.galleryitem img
{
    border: none;
    max-width: 170px; /* We are limiting the width only and leave the rest of the image cut off until clicked */
}
.gallerypagebutton
{
    margin-left: 5px;
    vertical-align: middle;
    height: 30px;
    width: 85px;
}