﻿body
{
    background-position: top;
    background: #dadadc;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
    background-image: url('../images/layout/shadow-top.png');
    background-repeat: repeat-x;
}

.clear
{
    clear: both;
}

h1
{
    font-family: Quicksand;
    color: #e7426c;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

h2
{
    font-family: Quicksand;
    color: #4b575f;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 50px;
}

h3
{
    font-family: Quicksand;
    color: #e7426c;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}


#footer .content h3
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 0px;
}

#footer .content a
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0.1em;
}

#footer .content a:hover
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #e7426c;
    letter-spacing: 0.1em;
}

#body-wrapper
{
    margin: 420px 0px 0px 20px;
    width: 920px;
    float: left;
}

#body-wrapper ul h2
{
    padding: 0px;
    margin: 0px;
}

#body-wrapper ul
{
    margin-bottom: 50px;
    margin-top: -25px;
}

#body-col-1
{
    width: 510px;
    float: left;
}

#body-col-1 a
{
    text-decoration: none;
    color: #e7426c;
}

#body-col-1 a:hover
{
    color: #FFFFFF;
}

#body-col-2
{
    width: 340px;
    margin-left: 70px;
    float: left;
}

#footer
{
    width: 100%;
    height: 150px;
    background-color: #4c575f;
}

#footer .content
{
    background-position: 750px 20px;
    width: 960px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-image: url('../images/layout/logo-footer.png');
    background-repeat: no-repeat;
}

/* HEADING MENU
----------------------------------------------------------*/

#menu
{
    background-position: right bottom;
    margin: 25px 0px 0px 0px;
    float: left;
    font-family: Quicksand;
    color: #4b575f;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    height: 136px;
    width: 960px;
    background-image: url('../images/layout/logo-header.png');
    background-repeat: no-repeat;
    letter-spacing: 0.2em;
}

#menu ul
{
    padding: 0px;
    margin: 0px;
}

#menu li
{
    margin: 0px 7px 0px 0px;
    list-style: none;
    text-decoration: none;
    float: left;
}

#menu a
{
    text-decoration: none;
    color: #4b575f;
}

#menu .button
{
    height: 28px;
    border: 1px solid #4b575f;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}

#menu .button:hover
{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #4b575f;
}

#menu .active
{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #4b575f;
}

/* FORM ITEMS
----------------------------------------------------------*/

input
{
    border: none /* no border */;
    border-radius: 5px /* creates rounded edges in some browsers */;
    height: 25px;
    box-shadow: 0px 0px 5px #000000;
    margin-left: 20px;
    margin-top: 10px;
    text-indent: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.butForm
{
    text-indent: -2px;
}

.imagebackground
{
    background-position: 0px;
    background-image: url('../images/layout/input-background-ie8.png')\9;
    background-repeat: no-repeat;
    line-height: 1.5em\9;
}

.imagebackgroundtextarea
{
    background-image: url('../images/layout/textarea-background-ie8.png')\9;
    background-repeat: no-repeat;
    line-height: 1.5em\9;
}

input:focus
{
    border-style: none;
    -webkit-box-shadow: 0px 0px 5px #e7426c;
    -moz-box-shadow: 0px 0px 5px #e7426ce;
    box-shadow: 0px 0px 5px #e7426c;
    outline: none;
}

input:hover
{
    border-style: none;
    -webkit-box-shadow: 0px 0px 5px #e7426c;
    -moz-box-shadow: 0px 0px 5px #e7426c;
    box-shadow: 0px 0px 5px #e7426c;
    outline: none;
    cursor: pointer;
}

textarea
{
    border: none /* no border */;
    border-radius: 5px /* creates rounded edges in some browsers */;
    box-shadow: 0px 0px 5px #000000;
    margin-left: 20px;
    margin-top: 10px;
    overflow: auto;
    line-height: 1.8em;
    text-indent: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

textarea:focus
{
    border-style: none;
    -webkit-box-shadow: 0px 0px 5px #e7426c;
    -moz-box-shadow: 0px 0px 5px #e7426c;
    box-shadow: 0px 0px 5px #e7426c;
    outline: none;
}

textarea:hover
{
    border-style: none;
    -webkit-box-shadow: 0px 0px 5px #e7426c;
    -moz-box-shadow: 0px 0px 5px #e7426c;
    box-shadow: 0px 0px 5px #e7426c;
    outline: none;
    cursor: pointer;
}

.customCalloutStyle div, .customCalloutStyle td
{
    border: solid 1px Black;
    background-color: #959595;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
}

#TheForm h2
{
    margin-bottom: 10px;
}

#carousel
{
    margin-top: 30px;
    padding-top: 52px;
}