﻿body {
    font-family: arial;
    margin: 0;
    padding: 0;
    background: url(../images/bg.jpg) repeat-x #dff4fe;
    color: #6f6f6f;
    font-size: 12px;
}

a {
    color: #0075a9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

* {
    margin: 0;
    padding: 0;
}

h3 { margin-bottom: 10px; }

h1 {
    background: url(../images/header.jpg) left bottom repeat-x;
    /* height: 63px; */
    min-height: 42px;
    text-indent: 0px;
    color: white;
    font-family: Bookman Old Style, Verdana, Arial, Sans-serif;
    padding: 20px;
    font-size: 30px;
    text-shadow: 2px 2px 2px #000000;
}

h2 {
    font-size: 13px;
    margin: 15px 0 0 50px;
    padding: 0;
}

h3 {
    color: #4f7ea8;
    font-size: 20px;
}

p {
    margin: 0 0 10px;
}

#wrap {
    /* margin: 50px auto 20px auto;
    width: 906px; */
    width: 96%;
    padding: 0 2%;
    max-width: 906px;
    margin: 0 auto;
}

#neck {
	background: url(../images/neck.jpg) repeat-x;
	height: 30px;
}

.msg {
    min-height: 206px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 2.2%;
}

.msg-top {
    background: url(../images/contentbox-top.jpg) no-repeat;
    height: 16px;
    border-radius: 0 20px 0 0;
}

.msg-body {
    background: url(../images/contentbox-body.jpg) repeat-y;
    padding: 10px 25px;
}

.msg-bottom {
    background: url(../images/contentbox-bottom.jpg) no-repeat;
    height: 114px;
    padding: 10px 25px 20px;
}

* html .msg {
    height: 206px;
}

.welcomemsg {
    font-weight: bold;
    margin: 0 0 10px 0;
}

.msg ul {
    margin: 15px 15px 0 15px;
}

li {
    margin: 10px 0;
}

.note {
    color: #333;
    border-bottom: 1px solid #cae0e5;
    border-top: 1px solid #cae0e5;
    padding: 15px;
}

#contactinfo, .contactinfo {
    padding: 5px 0;
    color: #777;
    font-weight: bold;
    font-size: 12px;
}

#contactinfo li, .contactinfo li {
    float: left;
    padding: 5px;
    width: 250px;
    list-style: none;
    font-size: 14px;
}

.signature {
    border: dashed 1px #dfe9ed;
    padding: 5px;
    margin: 0;
    font-size: 11px;
    color: #555;
    text-align: center;
}

.signature a {
    text-decoration: none;
    color: #00BBFF;
    font-weight: bold;
}

.signature a:hover {
    text-decoration: underline;
    color: #ff8800;
}

.pslinks {
    margin-top: 5px;
}

.pslinks a {
    font-weight: normal;
    color: #ff8800;
}

.pslinks a:hover {
    font-weight: normal;
}

.pssign {
}

#adv {
    font-size: 12px;
    text-align: left;
    padding: 5px 0;
    line-height: 1.8;
}

#adv a {
    text-decoration: none;
    color: #4f7ea8;
}

#adv a:hover {
    text-decoration: underline;
    color: #ff8800;
}

.phone {
    font-weight: bold;
    color: #0075a9;
}