@charset "UTF-8";
/* CSS Document */

/* RESET */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td {
        margin: 0px;
        padding: 0px;
}
html, body {
        height: 100%;
        margin: 0px 0px 1px;
} /* Forces vertical scroll bars on shorter pages */
a img {
        border: none;
}
table {
        border-collapse: collapse;
}

/* PAGE ELEMENTS */

body {
        font: 12px/15px Verdana, Geneva, sans-serif;
        color: #333;
        background: #f3f4f6 url(../images/elements/bg_main.gif) repeat-x 0px 0px;
        text-align: center;
        margin: 0px;
        padding: 0px;
}
#page {
        text-align: center;
        margin: 0px auto;
        padding: 0px;
        width: 1116px;
        position: relative;
}
#header {
        background: url(../images/elements/bg_header.gif) no-repeat 0px 0px;
        text-align: left;
        margin: 0px auto 13px;
        padding: 0px;
        height: 124px;
        width: 1044px;
        position: relative;
}
#linkHome {
        position: absolute;
        height: 76px;
        width: 370px;
        left: 28px;
        top: 22px;
}
#linkHome img {
        height: 76px;
        width: 370px;
}
#navTop {
        background: #fff;
        padding: 0px;
        height: 32px;
        width: 550px;
        position: absolute;
        margin-top: 60px;
        margin-left: 450px;
}
#container {
        background: url(../images/elements/bg_container.png) repeat 0px 0px;
        text-align: left;
        margin: 0px auto;
        padding: 10px 0px 0px;
        width: 1044px;
        border-bottom: 10px solid #f5f6f8;
        position: relative;
}
#content {
        background: #FFF;
        margin: 0px 0px 0px 10px;
        width: 1024px;
        position: relative;
}
#left {
        margin: 0px 0px 10px;
        float: left;
        width: 702px;
        position: relative;
}
#leftContent {
        margin: 30px 30px 0px 50px;
}
#leftcontact {
        margin: 0px 0px 10px;
        float: left;
        width: 520px;
        position: relative;
}
#leftContentcontact {
        margin: 30px 40px 0px 0px;
}
#right {
        margin: 80px 0px 10px 22px;
        float: left;
        width: 276px;
        overflow: hidden;
}
#rightPics {
        margin: 0px 0px 12px;
}

#rightcontact {
        margin: 80px 0px 10px 22px;
        float: left;
        width: 350px;
        overflow: hidden;
}
#rightPicscontact {
        margin: 0px 0px 0px 20px;
}

#rightPics div {
        margin: 0px 0px 8px;
}
#minHeight {
        float: right;
        height: 460px;
        width: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear: both;
        height: 0;
        font-size: 1px;
        line-height: 0px;
}

/* BOTTOM OF PAGE */

#bottom {
        font: 10px/12px Verdana, Geneva, sans-serif;
        color: #666;
        text-align: center;
        margin: 0px 0px 0px 24px;
        padding: 14px 0px 18px;
        width: 976px;
        border-top: 1px solid #666;
}
#linksBottom {
        font: normal 11px/13px Verdana, Geneva, sans-serif;
        color: #666;
        margin-top: 0px;
        margin-bottom: 3px;
}
#linksBottom li {
        display: inline;
        margin: 0px 14px;
        list-style: none;
}
#linksBottom a:link, #linksBottom a:active, #linksBottom a:visited {
        font-weight: normal;
        color: #666;
        text-decoration: none;
}
#linksBottom a:hover {
        font-weight: normal;
        color: #999;
        text-decoration: none;
}
#linksBottomHome a:link, #linksBottomHome a:active, #linksBottomHome a:visited {
        color: #333;
        text-decoration: none;
}
#linksBottomHome a:hover {
        color: #999;
        text-decoration: none;
}

/* OTHER IDs */

#privacy {
        font: 11px/14px Verdana, Geneva, sans-serif;
        color: #333;
        margin: 0px;
        padding: 0px;
}

/* TAGS */

h3 {
        font: bold 16px/18px Verdana, Geneva, sans-serif;
        color: #f68804;
        margin: 0px 0px 12px;
        padding: 0px 0px 12px;
        border-bottom: 1px solid #999;
}
h4 {
        /*font: bold italic 16px/18px Verdana, Geneva, sans-serif;  */
        /*color: #f68804;                                    */
        font: italic bold 14px/17px Verdana, Geneva, sans-serif;
        /*color: #333; */
        color: #55c;
        margin: 5px 0px 0px;
}
h5 {
        font: italic normal 14px/17px Verdana, Geneva, sans-serif;
        color: #333;
        margin: 0px 0px 10px;
}
p {
        margin: 0px 0px 10px;
}
li {
        text-decoration: none;
}
/* CLASSES */

.footnote {
        font: italic 9px/11px Verdana, Geneva, sans-serif;
        color: #333;
}
.fltrt {
        float: right;
        margin-left: 8px;
}
.fltlft {
        float: left;
        margin-right: 8px;
}
.bold01 {
        font-weight: bold;
        color: #333;
}
.list01 {
        text-indent: -0.95em;
        margin: 0px 0px 10px 0px;
        padding-left: 0.95em;
        list-style: none;
}
.list02 {
        text-indent: -0.95em;
        margin: 10px 0px 10px 0px;
        padding-left: 0.95em;
        list-style: none;
}
.list02first {
        padding-top: 5px;
}
.list02item {
        padding-top: 10px;
}
.indent01 {
        padding-left: 20px;
}


/* FOR SHOWING AND HIDING HIDDEN LAYERS */

.hidden {
        display: none;
}
a.showLink, a.hideLink {
}

/* LINK STYLES */

a:link, a:active, a:visited {
        font-weight: normal;
        color: #336699;
        text-decoration: underline;
}
a:hover {
        font-weight: normal;
        color: #99b9db;
        text-decoration: underline;
}
