﻿/* Colors from Kuler */
/* #1B282B */
/* #313E42 */
/* #E1F5FF */
/* #F23300 */
/* #007187 */
/* ******* */
html, body
{
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana,Tahoma;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}
*
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#container h1
{
    font-size: 16pt;
    margin-bottom: 0.2em;
}
#container h2
{
    margin-bottom: 0.2em;
    font-size: 12pt;
     color: #313E42;
}
#container h3
{
    margin-bottom: 0.4em;
}
#header
{
    background: transparent url(images/menu_background.gif) repeat-x scroll 0 0;
    height: 120px;
    background-color: #007187;
    border-bottom: solid 1px #ffffff;
}

#header ul.menu li
{
    display: block;
    float: left;
    height: 29px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
#header ul.menu
{
    float: left;
    margin: 0;
}

#header ul.menu a
{
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 29px;
    line-height: 24px;
    padding: 0 12px;
    text-decoration: none;
}

#header ul.menu a:hover
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    text-decoration: underline;
    background-color: #313E42;
}
#header ul.menu .active
{
    background-color: #007187;
}
#header ul.menu .active a:hover
{
    background-color: #007187;
}

#header ul.menu .active, #header ul.menu a.active:hover
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 29px;
    line-height: 24px;
    padding: 0 15px;
}

ul, ol
{
}

.container LI
{
    list-style-type: disc;
    list-style-position: inside;
    font-size: 100%;
    font-weight: normal;
    line-height: 110%;
    padding-bottom: 0.4em;
    padding-left: 1.4em;
}
.logo
{
    margin-bottom: 5px;
    padding: 5px 0;
    text-align: right;
    width: 760px;
}
.logoarea
{
    clear: both;
    height: 90px;
    overflow: hidden;
}
.logoarea .logo
{
    float: left;
    height: 90px;
    width: 218px;
}
.logoarea .phone
{
    float: right;
    line-height: 24px;
    padding-top: 25px;
    text-align: right;
}

div#banner
{
    height: 300px;
    background-color: #E1F5FF;
    padding-top: 32px;
    border-bottom: solid 1px #007187;
}

#banner p
{
    margin: 0;
    padding: 6px 0px 6px 0px;
}

div#container
{
    margin: 0 auto;
    width: 760px;
}

div.container
{
    width: 760px;
    margin: 0 auto;
    text-align: left;
}

div#signup_form
{
    background-color: #E1F5FF;
    padding-top: 32px;
    border-bottom: solid 1px #007187;
}

#signup_form p
{
    margin: 0;
    padding: 6px 0px 6px 0px;
}
#signup_form span.form_required_field
{
    width: 12em;
    float: left;
}
.column
{
    float: left;
    min-height: 1px;
}
.c760
{
    width: 760px;
}
.c485
{
    width: 485px;
}
.c360
{
    width: 360px;
}
.c230
{
    width: 230px;
}
.c225
{
    width: 225px;
}
.c35
{
    width: 35px;
}

.c25
{
    width: 25px;
}

.spacer
{
    clear: both;
    min-height: 1px;
    width: 100%;
}

.s10
{
    height: 10px;
}

.s20
{
    height: 20px;
}

.center
{
    text-align: center;
}

.fLeft
{
    float: left;
    text-align: left;
}

.fRight
{
    float: right;
    text-align: left;
}

a.light
{
    color: #FFFFFF;
    text-decoration: none;
}

a.light:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

a.dark
{
    color: #007187;
    text-decoration: none;
}

a.dark:hover
{
    color: #007187;
    text-decoration: underline;
}

.error label
{
    color: #FF0000;
}

div.error
{
    background-color: #FFBABA;
    padding: 0.4em 0.4em 0.4em 0.4em;
    margin: 0.8em 0em 0.8em 0em;
    font: 120% Helvetica, Arial, sans-serif;
    border: solid 1px Red;
    font-size: 110%;
    font-weight: bold;
    color: #D8000C;
}

.error ul
{
    padding-left: 0.4em;
}

.error li
{
    list-style-type: disc;
    list-style-position: inside;
    font-size: 100%;
    font-weight: normal;
    color: #D8000C;
}

.error span
{
    background-color: #E1F5FF;
    border: none;
}

p.spaced
{
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    text-align: justify;
    line-height: 110%;
}

/* ****************************
    FORMS - Login
******************************* */
#login_form
{
    border-style: solid;
    border-width: 4px;
    margin: 0 auto;
    width: 360px;
    margin-top: 2em;
    padding: 0.4em;
}

#login_form .message
{
    font-size: 80%;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    text-align:left;
}

#login_form table
{
    width: 100%;
    border-collapse: collapse;
}

#login_form table td
{
    border: none;
}

#login_form table td.buttonbar
{
    padding-top: 1em;
    text-align: center;
}

#login_form .login_titlelabel
{
    font-size: 100%;
    font-weight: bold;
    color: #fff;
    width: 100%;
    padding: 0.2em;
}
#login_form .loginPanel
{
    margin-bottom: 1em;
}

#login_form .textbox
{
    width: 12em;
    margin-left: 1em;
}
#login_form .label
{
    text-align: right;
    padding-left: 0em;
    padding-bottom: 0.2em;
}

#login_form .login_checkBox
{
    padding-top: 0em;
}
