/* CSS Document */

body {
    background-color: #ffffff;
    background-image: url(../images/body.jpg);
    background-position: top;
    background-repeat: repeat-x;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
}

#top {
    width: 715px;
    padding: 12px 25px 15px 25px;
    background-image: url(../images/top.jpg);
    background-position: top;
    background-repeat: no-repeat;
    color: #ffffff;
    margin: 0 auto;
    text-align: right;
}

#top a {
    padding: 0 10px 0 10px;
    color: #ffffff;
    border: none;
}

#top a:hover {
    text-decoration: none;
}
#top strong {
    float: left;
    font-weight: normal;
}
#top strong a {
    border-left: 1px dotted #cccccc;
    border-right: none;
    border: none;
}

#container {
    width: 765px;
    margin: 0 auto;
    background-image: url(../images/header.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding: 30px 0 0 0;
}

.clear {
    clear: both;
}

#content {
    margin: 0 39px 0 20px;
    padding: 10px 0px 10px 10px;
}
#content {
    line-height: 20px;
    word-spacing: 2px;
}
#content h1 {
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    font-size: 36px;
    color: #eb494e;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 25px 0;
    padding: 0 0 2px 0;
}

img {
    border-style: none;
}

#content h2 {
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    font-size: 22px;
    color: #5f5f5f;
    line-height: 26px;
    font-weight: normal;
    margin: 10px 0 15px 0;
    padding: 0 0 2px 0;
}

#bullets {
    margin-left: 0;
    padding-left: 25px;
    list-style: none;
}

#bullets li {
    padding-left: 32px;
    padding-top: 10px;
    background-image: url(../images/arrow.jpg);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}

a {
    color: #ff0000;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #999999;
}

#footer {
    padding: 10px;
    border-top: 2px solid #f6f6f6;
    text-align: center;
    margin: 20px 0 0 0;
}
