@CHARSET "UTF-8";

BODY {
    background: #fff url("bg.jpg") repeat-x;
    font-family:myriadpro,trebuchet ms,arial,tahoma;
}

/* Defaults */

h1 {
    color: #3B848E;
    font-size: 1.25em;
}

h2 {
    color: #3B848E;
    font-size: 1em;
}

p {
    font-size: 0.688em;
    color: #646464;
    line-height: 1.5em;
    margin: 12px 0px;
    text-align: justify;
}

sub {
    vertical-align:sub;
    _vertical-align:baseline;
}

/* Layout */

#container {
    width: 100%;
}

#top-shadow {
    background: url("shadow-top.png") repeat-x top left;
    width: 910px;
    margin: 0px auto;
    height: 15px;
    overflow: hidden;
    padding: 0px 3px;
}

#bottom-shadow {
    background: url("shadow-bottom.png") repeat-x top left;
    width: 910px;
    margin: 0px auto;
    height: 15px;
    overflow: hidden;
    padding: 0px 3px;
}

#wrapper {
    margin: 0px auto;
    width: 910px;
    padding: 0px 15px;
    background: url("shadow-bg.png") repeat-y center;
}

#header {
    background-color: #fff;
    overflow: hidden;
    _height: 100%;
}

#menu {
    float: right;
    width: 500px;
    margin-top: 64px;
    z-index: 30;
}

#content {
    padding: 10px 15px 38px 15px;
    overflow: auto;
    background: #eee;
    height: 100%;
}

#banner {
    width: 910px;
    height: 296px;
    _overflow: hidden;
}

#left-column {
    width: 46%;
    float: left;
}

#right-column {
    width: 43%;
    float: right;
    height: 100%;
}

#contact-form {
    border: 1px solid #cacaca;
    background: #f2f2f2;
    padding: 4px;
    list-style-type: none !important;
    overflow: auto;
}

#footer {
    margin: 0px auto;
    width: 910px;
}

/* Other */

.logo {
    margin: 29px 0px 0px 10px;
    float: left;
}

#menu li ul {
	background: #fff;
}

#menu li {
    display: block;
    float: right;
}

#menu li a {
    color: #139EA8;
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 110px;
    border-top: 1px;
    border-left: 1px;
    border-color: #E9EFEE;
    border-style: solid;
    text-decoration: none;
    font-size: 0.875em;
    line-height: 36px;
    height: 36px;
    z-index: 30;
}

#menu li a:hover {
    background: #EEE;
}

#menu ul {
    position: absolute;
    margin-top: -2px;
    display: none;
    z-index: 30;
}

#menu ul li {
    float: none;
    background: #fff;
    font-size: 0.786em;
    z-index: 30;
}

#menu ul li a {
    color: #3B848E;
    border-right: 1px solid #E9EFEE;
    z-index: 30;
}

#menu ul li.tall a {
	line-height: 1.5em;
    height: 36px;
    padding: 0px 4px 0px 4px;
    width: 102px;
    border-bottom: 1px solid #E9EFEE;
}

#content ul {
    list-style-type: disc;
    list-style-position: inside;
}

#content ul li {
    font-size: 0.688em;
    color: #646464;
    line-height: 1.5em;
}
#one-column .buttons {
    margin: 0px auto;
    width: 738px;
}

#contact-form {
    height: 100%;
}

#contact-form li label {
    width: 100px;
    display: block;
    text-align: right;
    float: left;
    padding-right: 10px;
}

#contact-form li input {
    height: 14px;
    width: 252px;
    *width: 232px!;
    margin-bottom: 2px;
}

#contact-form li textarea {
    width: 252px;
    *width: 232px;
    margin-bottom: 2px;
}

#contact-form li .submit {
    width: auto;
    height: auto;
    float: right;
}

.styled {
    color:#6B9CA2;
    font-size: 0.75em;
    font-weight: bold;
    margin-top: 2px;
}

#contacts-table {
    width: 460px;
}

#contacts-table td.right {
    padding-left: 10px;
}

#contacts-table strong {
    font-weight: bold;
}

#footer a {
    color: #999;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer p {
    text-align: right;
    color: #999;
    padding-right: 15px;
    margin-top: -3px;
}

.clear {
    clear: both;
    line-height: 0px;
    font-size: 0px;
    height: 0px;
}

.message {
    color: green!important;
}

.error {
    color: red!important;
}
