/* page frame half

*  NewBDX Style Sheet
*  Last Update - November 24, 2008
*
*
*
*/        

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    height: 100%;
    color: #000;
    font-size: 11px;
    font-family: arial, verdana, tahoma, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url( ../img/back-patt.gif );
    background-repeat: repeat; 
}

div#page {
    position: relative;
    height: 100%;
    width: 900px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}
    
div#main-container {    
    position: relative;       
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;                      
    width: 900px;
    background-color: #fff;
    float: right;   
}
   
div#shadow-l {
    position: absolute;
    width: 5px;
    top: 0;
    left: -5px;
    background-image: url( ../img/shadow_left.gif );
    background-repeat: repeat-y;
    background-position: 0 0;
    height: 100%;
}

div#shadow-r {
    position: absolute;
    width: 5px;
    top: 0;
    right: -5px;
    background-image: url( ../img/shadow_right.gif );
    background-repeat: repeat-y;
    background-position: 0 0;
    height: 100%;
}
         

div#banner {     
    width:900px;
    height: 100px;
    position: relative;
    background-image: url( ../img/bdx-banner-bg.gif );
    background-repeat: repeat-x;
    background-position: 0 0;
    /*border-left: solid 1px #1d1772;
    border-right: solid 1px #1d1772;*/
    padding: 0px;
}

div#centerbanner {
    position: absolute;
    text-align: center;
    top: 28px;
    left: 275px;
    font-size: 14px;
    font-weight: bold;
    color: navy;
    height: 100px;  
    /*background-color: #fff;*/
}

div#rightbanner {
    position: absolute;
    text-align: right;
    top: 35px;
    right: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #800000;
    height: 100px;  
}

div#rightbanner a:link, div#rightbanner a:visited {
    color: #800000;
    text-decoration: none;
    background-repeat: no-repeat;
}


div#rightbanner a:hover, div#rightbanner a:active {
    text-decoration: underline;
    color: #FF8040;
}

div#mainHome {
    position: relative; 
    float: left; 
    margin: 6px 6px 6px 6px; 
    border-bottom: solid 1px navy; 
    width: 588px; 
    height: 444px; 
    color: black; 
    background-color: #fff; 
    overflow-y: none;
}

div#rightHome {
    position: relative; 
    float: right; 
    margin-right: 4px; 
    padding: 2px; 
    width: 274px;
}

div#resourcesHome {
    position: relative; 
    margin-left: 2px; 
    margin-top: 6px; 
    float: left; 
    width: 898px;
}

div#stJudesHome {
    position: realtive;
    float: right;
    width: 310px;
}

div.infobox {
    padding: 4px 4px 4px 4px;
}

div#topnav {
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: 20px;
    font-weight: bold;
    font-size: 11px;
    color: #000;
    border-top: solid 1px #1d1772;
    border-bottom: solid 1px #1d1772;
    background-color: #ebb226;
}


div#topnav a:link div#topnav a:visited {
    color: #000058;
}                 

div#topnav a:active {
    color: #FF8040;
}

div#topnav a:hover {
    color: #800000;
    text-decoration: underline;
/*    color: #FFFF00; */
}

div#footer {
    position: relative;
    width: 900px;
    float: right;
    margin-top: 10px;
    margin-left: 0px;
    bottom: 0px;
    background-image: url(../img/footer-bg.gif);
    background-repeat: none;
    background-color: #fff;
}

div#stamp {
    position: relative;
    font-size: 10px;
    color: #fff;
    float: left;
    margin-left: 8px;
    padding-top: 5px;
    padding-left: 6px;
    text-align: left;
}

div#stamp a:link, div#stamp a:visited {
    color: yellow;
}

ul {
    list-style-image: url(../img/red-bullet-ul.gif);
}

ul.small {
    list-style-image: url(../img/red-bullet-ulsmall.gif);
}

ul.bdx {
    list-style-image: url(../img/small-x.gif);
}

a:link, a:visited {
    color: #333385;
    text-decoration: none;
    background-repeat: no-repeat;
}

a:hover, a:active {
    text-decoration: underline;
    color: #0099ff;
}

div.topbar {
    position: relative;
    float: left;
    border-bottom: solid 1px gray; 
    width: 100%;
    height: 16px;
    padding: 2px 0px 2px 8px; 
    text-align: left;
    color: #fff;
    background-color: navy;
    font-size: 14px;
    font-weight: bold;
}

div.topbar.nobg {
    position: relative;
    color: navy;  
    margin-bottom: 6px;
    padding: 4px 0 0px 4px;
    border-bottom: none; 
    background-color: transparent;
}

div.topbar.header {
    position: relative;
    color: #000080;
    margin-bottom: 6px;
    padding: 2px 0 0px 0px;
    border-bottom: none; 
    background-color: transparent;

}

div.lgHeader {
    color: #800000; 
    font-size: 14px; 
    font-weight: bold;
    margin-bottom: 16px;
}

.ctitle {
    font-size: 12px;
    font-weight: bold;
    color: #800000;
}   

hr {    
    height: 1px;
}

.red {
    color: #800000;
}

.gold {
    color: #DCB001;
}

.blue {
    color: #000064;
}

input, textarea, select {
    font-family: arial, verdana, sans-serif !important;
    font-size: 11px;
    border: solid 1px;
    padding: 2px;
    border-color: gray;
}

.highlight {
    color: #800000;
}

submit {
    font-family: arial, verdana, sans-serif !important;
    border: thick solid 1px;
    border-color: gray;
    background-color: navy;
    color: #FFFF00;
}

select {
    font-family: arial, verdana, sans-serif !important;
    border: thin solid 1px;
    border-color: gray;
}

div.more {
    height: 16px;
    position: absolute; 
    bottom: 2px; 
    right: 5px;
}

div.more a {
    color: #333385;
    font-weight: bold; 
}

div.funFact-container {
    position: realtive;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 212px;
    border: solid 1px silver;
}

div.funFactTitle {
    position: relative;
    margin:0px;
    padding-top: 4px;
    padding-left: 6px;
    padding-bottom: 4px;
    background-color: #800000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

div.funFact {
    padding: 4px;
    position: relative;
    font-size: 11px;
}

div.leftnav {
    width: 212px;
    position: relative;
    color: #1a146f;
    border: solid 1px navy;
    font-family: arial, tahoma, verdana;
    font-weight: bold;
    font-size: 11px;
    padding-top: 0px;
    padding-bottom: 4px;
    line-height: 16px;
    float: left;     
    /*background-color: #b3c8e8;*/
    background-image: none;
}              

/*div.leftnav:hover {
    background-color: #c9d9f9;
} */                       

div.leftnav a:active {
    /*color: #FF8040;*/
    color: #000;
}

div.leftnav a:hover {
    color: #800000;
    text-decoration: underline;
}

div.leftnavtitle {
    position: relative;
    margin: 0px;
    font-size: 14px;
    padding: 2px 4px 2px 4px;
    background-color: #1a146f;
    color: #e8d194;
}

div.leftnavitems {
    position: relative;
    margin-top: 4px;
}
 
div.left-container {
    position: relative;   
    float: left;
    width: 220px;
    /*border: solid 1px gray;*/
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #fff;    
}

div.right-container {
    position: relative;
    float: right;
    min-height: 400px;
    color: #000;
    padding: 10px 14px 10px 10px; 
    width: 630px;
    /*border: solid 1px gray;*/
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 4px;
    background-color: #fff; 
}

/* styles for News related Content */

.newsdate {    
    font-size: 10px;
    color: #000;
}

.newsurl {
    font-size: 10px;
}
 
div.newslist {
    position: relative;
    margin: 4px; 
    padding: 4px;
}

div.newspage {
    position: relative;
    margin: 2px; 
    padding: 4px;
}

a.newstitle {
    font-size: 11px;
    font-weight: bold;
}
/* styles for Video related content */


/* End of new Home Page Styles */



