﻿
/* clearfix */

.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1px;
}

/* end clearfix */

body
{
    text-align: center;
    font-family: Helvetica, Arial, Verdana, Trebuchet, San-Serif;
    font-size: .75em;
    text-align: left;
    color: #666666;
}
img
{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}
a
{
    color: #ff9900;
    border-style: none;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:visited
{
    border-style: none;
}

/* heading styles */

h1
{
    font-size: 1.5em;
    font-weight: bold;
    color: #99cc00 ;
}
h2
{
    font-size: 1.25em;
    font-weight: bold;
    color: #99cc00 ;
}
h3
{
    font-size: 1em;
    font-weight: bold;
    color: #99cc00 ;
}
.float_left, .float_Left
{
    float: left;
}

.float_right, .float_Right
{
    float: right;
}

.padding-top-10
{
    padding-top: 10px;
}

/*Footer*/
div#master-footer
{
    color: Gray;
    margin-left: 0;
    text-align: center;
    width: 976px;
    font-size: 8pt;
    margin-top: 60px;
    margin-bottom: 25px;
    float: left;
}
a.footer
{
    color: #979f9f;
}
/************************/

/* Header*/
div#master-header
{
    height: 120px;
    width: 100%;
    margin-top: 20px;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

img#header-abbott-logo
{
    float: right;
    height: 35px;
    width: 125px;
    margin-right: 36px;
}
img#header-resident-learning-logo
{
    float: left;
    height: 108px;
    width: 258px;
}
div#header-links
{
    float: left;
    width: 100%;
}
div#master-left-nav
{
    width: 157px;
    float: left;
    margin-right: 10px;
    height: 600px;
}
div#master-nav-tabs
{
    height: 215px;
    float: left;
    width: 805px;
}
/*************************/

/* Master page */
div#master-bg-repeat
{
    margin: 0 auto 0 auto;
    width: 976px;
    background-image: url('/images/master-page/rlc-bg-gradient-main-repeat.jpg');
    background-position: left top;
    background-repeat: repeat-y;
}
div#master-container
{
    margin: 0 auto 0 auto;
   width:976px;
    min-height: 760px;
    background-image: url('/images/master-page/rlc-bg-gradient-main.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    
}
div#master-content
{
    float: left;
    clear: none;
    width: 578px;
}

div#master-content a
{
    text-decoration: underline;
}

div#master-right-callouts
{
    clear: none;
    float: right;
    width: 214px;
}

div#master-right-callouts a
{
    text-decoration: underline;
}

div.right-callouts
{
    clear: none;
    float: right;
    width: 214px;
}
/**************************/
div#content-bg
{
    background-image: url('/images/common/content-bg2.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    width: 578px;
    float: left;
    margin-top: 20px;
}
div#content-bg-padding
{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    clear: both;
}
div#content-padding
{
    padding-left: 15px;
    float: left;
}

div.right-callout-container h2
{
    padding-left: 15px;
}
div.right-callout-container p
{
    padding-left: 15px;

}

div#header-text-padding-left
{
    padding-left: 15px;
    padding-top: 15px;
}
span.superscript-header
{
    font-size: 0.75em;
    vertical-align: text-top;
}
div.callout-logout
{
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #EBF7F8;
    font-weight: bold;
}
