/* StemCell.md Style Sheet
    Theme: 1.0
    Author: Chris Schultz
    E-Mail: chris@divekeeper.com */

/* FONTS, SIZES, AND COLORS */
html {
    /* enable background image caching in IE6 */
    filter:expression(document.execCommand("BackgroundImageCache", false, true));
} 
body {
    margin: 0;
    padding: 0;
    font-size: 100.1%;
    font-family: Arial, Verdana, Sans-Serif;
    background: #ccc;
    text-align: center;
}
#container {
    margin: 0px auto;
    text-align: left;
}
h1 {
    font-size: 1.5em;
    margin: 0px;
    padding: 0px;
}
h2 {
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
    color: #666666;
}
h3 {
    color: #1385c1;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.h3 {
    color: #1385c1;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
h4 {
    color: #666666;
    font-size: 0.7em;
    margin: 0px;
    padding: 2px 0 2px 0;
}
table {
    margin: 0;
    padding: 0;
    border: 0;
}
tr, td {
    margin: 0;
    padding: 0;
    border: 0;
}
p {
    font-size: 0.9em;
    margin: 0;
    padding: 5px 10px 15px 10px;
}
input {
    border: solid 1px #666666;
    color: #666666;
    padding: 2px;
    font-size: 1.0em;
    margin: 0;
}
textarea {
    border: solid 1px #666666;
    color: #666666;
    padding: 2px;
    font-size: 1.0em;
    margin: 0;
}
select {
    border: solid 1px #666666;
    color: #666666;
    padding: 2px;
    font-size: 1.0em;
    margin: 0;
}
.wide {
    width: 99%;
}
.half {
    width: 44%;
}
.submit {
    padding: 2px 15px 2px 15px;
}
.bold {
    font-weight: bold;
}
.medium {
    font-size: 0.9em;
}
.small {
    font-size: 0.8em;
}
p {
    
}
a, a:visited, a:hover {
    text-decoration: none;
    font-size: 0.8em;
    color: #4690d6;
}
a:hover {
    text-decoration: underline;
}

/* STYLED CLASSES */
.blue {
    color: #1385c1;
}
.white {
    color: #FFFFFF;
}
.black {
    color: #000000;
}
.green {
    color: #82c60d;
}
.grey {
    color: #666666;
}
.red {
    color: #c60000;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clear {
    zoom: 1;  /* IE6 */
}
*:first-child+html .clear {
    zoom: 1; /* IE7 */
} 
.textleft {
    text-align: left;
}
.textright {
    text-align: right;
}
.textcenter, .textmiddle {
    text-align: center;
}
.padding {
    padding: 4px;
}
.padding-top {
    padding-top: 10px;
}
.padding-bottom {
    padding-bottom: 10px;
}
.nopadding-bottom {
    padding-bottom: 0;
    margin-bottom: 0;
}
.margin-right {
    margin-right: 4px;
}
.displaynone {
    display: none;
}
.displayblock {
    display: block;
}
.slightlyrounded {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.admin {
    color: #FF7400;
}

/* LAYOUT SETTINGS */
#container {
    margin: 0px auto;
    padding: 4px 0 4px 0;
}
/*   HEADER_OLD
#header {
    margin: 0px auto;
    -moz-border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
    width: 952px;
    height: 172px;
    border: solid 4px #666666;
    overflow: hidden;
}
#headerlogo {
    width: 238px;
    height: 172px;
    background: #FFF center url('http://stemcell.md/images/logo.jpg') no-repeat;
    cursor: pointer;
    cursor: hand;
    overflow:hidden;
}
*/
#header {
    margin: 0px auto;
    -moz-border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
    width: 952px;
    height: 28px;
    border-top: solid 4px #666666;
    border-right: solid 4px #666666;
    border-left: solid 4px #666666;  
    border-bottom: solid 2px #60a8d0;
    overflow: hidden;
    background: #0476b4;
}
#header a {
    color: #FFF;
}
#header2 {
    margin: 0px auto; 
    width: 952px;
    height: 145px;
    border-left: solid 4px #666666; 
    border-right: solid 4px #666666; 
    border-bottom: solid 4px #666666; 
    background: #FFF;
    overflow: hidden;  
}

#abouticon {
    background: url('http://stemcell.md/images/abouticon.jpg') no-repeat;
    width: 36px;
    height: 36px;
    margin: 5px 25px 5px 0;
    cursor: pointer;
    cursor: hand;
    z-index: 999;
}
#emailicon {
    background: url('http://stemcell.md/images/emailicon.jpg') no-repeat;
    width: 36px;
    height: 36px;
    margin: 5px 25px 5px 0;
    cursor: pointer;
    cursor: hand;
    z-index: 999;
}
#phoneicon {
    background: url('http://stemcell.md/images/phoneicon.jpg') no-repeat;
    width: 36px;
    height: 36px;
    margin: 5px 25px 5px 0;
    cursor: pointer;
    cursor: hand;
    z-index: 999;
}
#headerpic1, #headerpic2, #headerpic3 {
    border-left: solid 4px #666666;
    width: 234px;
    height: 172px;
    overflow: hidden;
}
#headerpic1 div, #headerpic2 div, #headerpic3 div {
    width: 234px;
    height: 172px;
    cursor: pointer;
    cursor: hand;
}
#headerpic1 div {
    background: center url('http://stemcell.md/images/box1a.jpg') no-repeat;
}
#headerpic2 div {
    background: center url('http://stemcell.md/images/box2a.jpg') no-repeat;
}
#headerpic3 div {
    background: center url('http://stemcell.md/images/box3a.jpg') no-repeat;
}
.header_left {
    -moz-border-radius: 22px 0 0 0;
    -webkit-border-radius: 22px 0 0 0;
}
.header_right {
    -moz-border-radius: 0 22px 0 0;
    -webkit-border-radius: 0 22px 0 0;
}
#page_top {
    margin: 0px auto;
    height: 9px;
    width: 978px;
    background: bottom url('http://stemcell.md/images/page_top.jpg') no-repeat;
}
#page_container {
    margin: 0px auto;
    width: 978px;
    background: url('http://stemcell.md/images/page.jpg') repeat-y;
}
#page {
    margin: 0px auto;
    width: 960px;
}
#who_short, #why_short, #what_short, #where_short, #how_short {
    width:663px;
    height:105px;
    margin: 5px auto 5px auto;
    cursor: pointer;
    cursor: hand;
}
#wwwh {
    word-wrap: break-word;
    color: #FFFFFF;
    float: right;
    text-align: left;
    width:523px;
    height:60px;
    overflow: hidden;
    margin: 15px 10px 0 0;
    padding: 0 0 0 125px;
}
#wwwh_rm {
    color: #FFFFFF;
    height: 15px;
    float: right;
    margin: 3px 10px 0 0;
    font-weight: bold;
}
#who_short {
    background: center url('http://stemcell.md/images/who.jpg') no-repeat;
}
#why_short {
    background: center url('http://stemcell.md/images/why.jpg') no-repeat;
}
#what_short {
    background: center url('http://stemcell.md/images/what.jpg') no-repeat;
}
#where_short {
    background: center url('http://stemcell.md/images/where.jpg') no-repeat;
}
#how_short {
    background: center url('http://stemcell.md/images/how.jpg') no-repeat;
}
#page_bot {
    margin: 0px auto;
    height: 9px;
    width: 978px;
    background: url('http://stemcell.md/images/page_bot.jpg') no-repeat;
}
#sidebar {
    width: 242px;
}
#search_wrap {
    height: 25px;
    overflow: hidden;
}
#search_form_terms {
    width: 81%;
    height: 18px;
    float: left;
}
#search_form_submit {
    width: 15%;
    height: 24px;
    padding: 1px;
    float: right;
    font-weight: bold;
}
#login_wrap {
    
}
#login_wrap h4, #login_wrap label, #loggedin_wrap h4 {
    font-size: 0.7em;
    font-weight: none;
}
#login_form_name {
    width: 47%;
    height: 18px;
    float: left;
}
#login_form_pass {
    width: 47%;
    height: 18px;
    float: right;
}
#login_form_lostpw {
    float: right;
}
#login_form_submit {
    float: right;
    text-align: center;
    font-size: 0.8em;
}
#loggedin_wrap {
    
}
#loginmsg {
    color: #d6620a;
    height: 20px;
}
#msgbox {
    height: 20px;
}
#navtitle {
    width: 234px;
    height: 30px;
    margin-bottom: 3px;
}
.navbar1a {
    background: url('http://stemcell.md/images/navbar1a.jpg') no-repeat;
}
.navbar1b {
    background: url('http://stemcell.md/images/navbar1b.jpg') no-repeat;
}
.navbar2a {
    background: url('http://stemcell.md/images/navbar3a.jpg') no-repeat;
}
.navbar2b {
    background: url('http://stemcell.md/images/navbar3b.jpg') no-repeat;
}
.navbar3a {
    background: url('http://stemcell.md/images/navbar2a.jpg') no-repeat;
}
.navbar3b {
    background: url('http://stemcell.md/images/navbar2b.jpg') no-repeat;
}
#navtitle h3 {
    padding: 5px 0 0 40px;
    color: white;
}
#navcontent a {
    color: #000000;
}
#navcontent {
    width: 232px;
    border:solid #dbdbdb;
    border-width: 0 1px 1px 1px;
    margin-bottom: 3px;
}
#navcontent ul {
    padding: 2px 0 5px 10px;
    margin: 0;
    list-style: none;
}
#navcontent li {
    
}
#navcontent li:before {
    content: '- ';
}
#popup_title {
    text-align: center;
}
#popup_link {
    width: 234px;
    height: 154px;
    background: center url('http://stemcell.md/images/comparisonchart_small.jpg') no-repeat;
    cursor: pointer;
    cursor: hand;
}
#popup {
    width: 665px;
    height: 500px;
}
#content {
    width: 714px;
    min-height: 560px;
    border-left: solid 4px #666666;
    padding-bottom: 80px;
}
#content ul {
    padding-top:0;
    margin-top:0;
}
#abouttable {
    margin: 0px auto;
    border: 0px;
    border-style: none;
    border-collapse: collapse;
    width: 688px;
}
#abouttable td {
    border: solid 1px #dbdbdb;
    padding: 3px;
}
#footer {
    margin: 0px auto;
    width: 960px;
}
#preload {
    display: none;
}

/* FORM SETTINGS */
input {
    
}