/* CSS for Conifer Health Solutions */
/* Force a scrollbar to prevent jumping. */
html {
    overflow-x:auto;
    overflow-y:scroll;
    height:100%;
    margin-bottom:1px;
}
body {
    margin:0;
    padding:0;
    font:14px "Times New Roman", Times, serif;
    color:#333333;
}
a, a:link, img, a img, a:link img {
    border:0;
    outline:0;
} 
h1 {
    font-size:1.5em;
    font-weight:normal;
    padding:0;
    margin:0;
    text-align:right;
}
h2 {
    font-size:1.3em;
    font-weight:normal;
    padding:10px 0 0 0;
    margin:0;
}
h3 {
    font-weight:normal;
    font-size:1.2em;
    padding:0;
    margin:0;
    color:#666;
}
h4 {
    font-size:1.1em;
    font-weight:normal;
    font-style:italic;
    padding:0;
    margin:0;
    text-align:right; 
    color:#666;
} 
h5 {
    font-size:0.9em;
    font-weight:normal;
    font-style:italic;
    margin:0;
    padding:0;
    color:#666;
}
p {
    font-size:1.0em;
    padding:10px 0 0 0;
    margin:0; 
}

#splash {
    background:#7FA2D9 url(../images/background.jpg) -290px -200px no-repeat fixed;
}
#splash h2 {
    color:#00B4CD;
}
#splash .accent, #splash .accent a, #splash .accent a:hover {
    color:#A02A1D;
    text-decoration:none;
} 

#wrapper {
    position:relative;
    z-index:1;
    width:996px;
    margin:0 auto;
    text-align:left;
} 

#contentBorder {
    margin:102px auto 10px auto;
    width:585px;
    padding:9px;
    height:345px;
    background:url(../images/white_opacity_40.png) repeat-y !important;
    background:#DDD; /* for IE6 */
}

#content {
    width:505px;
}

h1.logo {
    position:absolute;
    top:145px;
    right:4px; 
    width:73px;
    height:243px;
    padding:0;
    margin:0;
    background:url(../images/logo.png) no-repeat !important;
    background:url(../images/logo.gif) no-repeat; /* for IE6 */
}
h1.logo a, h1.logo a:link {
    display:block;
    width:73px;
    height:243px;
}

/* Misc Classes */
.clear {
    clear:both;
    float:none;
    height:0;
    line-height:0;
    font-size:0;
    margin:0;
    padding:0;
    border:0;
}
.hide {
    display:none;
}
.printonly {
    display:none;
}

