@import url(/stylesheets/reset.css);

/* clearFix */
.clr:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
#ie6 .clr { display: inline-block; }

body {
    color: #FFF;
    font-family: arial;
    background: url('/images/layouts/body_back_slice.png') repeat-x;
    background-color: #352512;
}

.image_text {
    display: none;
}

#wrapper {width: 960px;
          margin-left: auto;
          margin-right: auto;
}

.main{width: 827px;}

#left_col {width: 827px; float: left;}

/*Header*/
#header {width: 827px;
         height: 90px;
         background: url('/images/layouts/header_back.png') no-repeat;
         font-size: small;
}

#header .top_row{width: 827px; height: 40px; padding-top: 15px;}

#header .bottom_row{width: 827px; height: 35px;}

#header .nav {
    float: right;
    display:block;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-right: 7px;
}


#header .nav .item {
    float:left;
}

#header .nav .item a{display: block; height: 25px; width: 98px; padding-top: 10px; border-left: 1px solid #fff; text-align: center; background-color: transparent;}

#header .nav .item a:link {color:#FFF; text-decoration: none;}      /* unvisited link */
#header .nav .item a:visited {color:#FFF; text-decoration: none;}  /* visited link */
#header .nav .item a:hover {color:#53432A; background-image: url('/images/layouts/header_nav_check.png'); background-repeat: no-repeat; background-color: #D9D2CC; text-decoration: none; }  /* mouse over link */
#header .nav .item a:active {color:#FFF; text-decoration: none;}  /* selected link */

#header .nav .item a.insurance{width: 113px;}

#header .login{float: right;
               color: #D66B00;

               width: 110px;
               
}

#header .login .label{

    width: 120px;
    height: 13px;
    font-weight: bold;
}

#header .login .items{

    width: 120px;
    height: 16px;
}

#header .login a.item:link {color:#D66B00; text-decoration: none;}      /* unvisited link */
#header .login a.item:visited {color:#D66B00; text-decoration: none;}  /* visited link */
#header .login a.item:hover { color:#8A7D71; text-decoration: none; }  /* mouse over link */
#header .login a.item:active {color:#D66B00; text-decoration: none;}  /* selected link */


/*Footer*/
#footer {width: 827px;
         height: 107px;
         background: url('/images/layouts/footer_back.png') no-repeat;
         color: #6D5A3A;
         font-size: x-small;
         clear: both;
}

#footer .row{width: 827px; text-align: center;}

#footer .top{padding-top: 10px; }
#footer .middle{padding-top: 5px; }
#footer .bottom{padding-top: 10px; }

#footer .nav {
    margin: 0;
    padding: 0;
    list-style-type:none;
}

#footer .nav li{
    display: inline;
    padding: 0px 2px 0px 2px;
}

#footer .nav a{
    text-decoration: none;
}

#footer .nav a:link {color:#6D5A3A; }      /* unvisited link */
#footer .nav a:visited {color:#6D5A3A;}  /* visited link */
#footer .nav a:hover {color:#53432A; }  /* mouse over link */
#footer .nav a:active { color:#6D5A3A;}  /* selected link */



/*Right Column*/
#right_col{float: right; width: 133px;}

#right_col .top{width: 125px; height: 622px;}

#right_col .bottom{display:none; width: 125px; height: 776px; background-color: #635B4C;}

.social {width: 125px;
           height: 90px;
           background: url('/images/layouts/articles_back.png') no-repeat;
           margin: 0px 0px 7.5px 6px;
}

.social .top_row{width: 125px; text-align: center; font-size: small; color: #31271A; padding-top: 2px;}

.social .bottom_row{width: 125px;}

.social .bottom_row .link{ display: block; text-decoration: none; height: 33px; width: 33px; margin-top: 20px;}

.social .bottom_row .linkedin{float: left; background: url('/images/layouts/linkedin.png') no-repeat; margin-left: 6px;}

.social .bottom_row .twitter{ float: left; background: url('/images/layouts/twitter.png') no-repeat; margin-left: 5px;}

.social .bottom_row .facebook{ float: left; background: url('/images/layouts/facebook.png') no-repeat; margin-left: 4px;}

.ad {width: 125px;
     height: 240px;
     background: url('/images/layouts/ad_space_back.png') no-repeat;
     margin: 0px 0px 10px 6px;
}

.clear {clear: both; width: 0px; height: 0px;}

/*Splash*/
body.splash {
    background: url('/images/splash/body_back_slice.png') repeat-x;
    background-color: #352512;
}

#main_stage{
    background: url('/images/splash/main_stage_back.png') no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 743px;
    width: 880px;
}

#email{
    display: block;
    border: 0px;
    height: 17px;
    width: 179px;
    position: relative;
    left: 402px;
    top: 475px;
}

.star{margin: 1px; background: url('/images/doctor_profile/grey_star.png') no-repeat; width: 19px; height: 19px;}

.yellow{background: url('/images/doctor_profile/yellow_star.png') no-repeat; }

.star_yellow{margin: 1px; background: url('/images/doctor_profile/yellow_star.png') no-repeat; width: 19px; height: 19px;}

.star_white{background: url('/images/doctor_profile/grey_star.png') no-repeat; width: 19px; height: 19px;}