@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans-semibold-webfont.eot');
    src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-semibold-webfont.woff') format('woff'),
         url('opensans-semibold-webfont.ttf') format('truetype'),
         url('opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('opensans-semibolditalic-webfont.eot');
    src: url('opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-semibolditalic-webfont.woff') format('woff'),
         url('opensans-semibolditalic-webfont.ttf') format('truetype'),
         url('opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, div, h1, h2, h3, h4, h5, h6, p,  ol, ul, li,fieldset, form, input,select {
    margin:0;
    padding:0;
    border:0;
}
h1, h2, h3, h4, h5, h6{
font-weight: normal;
}
a img{
    border: 0;
}
body{
     font-family: 'open_sansregular';
     font-size: 14px;
     background: #fff;
     color: #333;
}
#wrapper{
    width: 100%;
    height: auto;
    /*background: url(../images/doctors-choice-awards-inner.jpg) center top no-repeat;*/
}
#header{
    width: 100%;
    height: 605px;
    float: left;
    background: url(../images/background.png) center repeat-y;
}
.inner_page{
    height: 120px !important;
    border-bottom: 2px solid #fff;
}
#header-nav{
    width: 960px;
    height: 84px;
    margin-left: auto;
    margin-right: auto;
    
}
a#logo{
    display: block;
    width: 380px;
    height: 84px;
    float: left;
}
#top_navigation{
    width: 360px;
    height: 84px;
    float: right;
}
#top_navigation ul{
    list-style: none;
}
#top_navigation ul li{
    float: left;
    display: block;
    width: 85px;
    height: 84px;
    margin-left: 5px;
    font-family: 'open_sanssemibold';
    font-size: 13px;
}
#top_navigation ul li a{
    text-decoration: none;
    text-align: center;
    display: block;
    width: 65px;
    padding: 0 10px 0 10px;
    line-height: 16px;
    background: url(../images/top_nav.png) repeat-x;
    color: #255b9e;
}
#top_navigation ul li a:hover{
    background: url(../images/top_nav_active.png)  repeat-x;
    color: #fff;
}
#top_navigation ul li a.selected{
     background: url(../images/top_nav_active.png) repeat-x;
     color: #ffffff;
}
.one-line{
    padding-top: 55px !important;
    height: 30px !important;
}
.two-lines{
    padding-top: 40px !important;
    height: 45px !important;
}
.three-lines{
    padding-top: 25px !important;
    height: 60px !important;
}
#banner{
    width: 960px;
    height: 521px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/banner.png) no-repeat;
}
#caption{
    float: left;
    width: 960px;
    height: 162px;
    margin-top: 359px;
    text-align: center;
    float: left;
}
.caption-line{
    width: 930px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-top: 15px;
}
#middle_wrapper{
    width: 100%;
    height:auto;
    float: left;
    background: url(../images/shadow.png) repeat-x;
}
#middle{
    width: 960px;
    min-height: 680px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
}
.inner_middle{
    min-height: 493px !important;
}
#middle_column{
    width: 660px;
    min-height: 493px;
    float: left;
}
#middle_column h1{
    font-family: 'open_sanssemibold';
    font-size: 24px;
    font-weight: normal !important;
    line-height: 24px;
    margin-bottom: 15px;
}
.para{
    width: 620px;
    height: auto;
    float: left;
    margin-bottom: 15px;
}
.categories{
    width: 100px;
    height: 160px;
    float: left;
    margin-right: 4px;
    margin-top: 20px;
    background: url(../images/categories.png) top center no-repeat;
}

.last_category{
    margin-right: 0 !important;
}
a.category-icon{
    width: 70px;
    height: 72px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
a.category-text{
    width: 100px;
    display: block;
    height: auto;
    font-family: 'open_sanssemibold';
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: red;
    margin-top: 10px;
    line-height: 15px;
    color: #255b9e;
}
a.category-text span{
    display: block;
    float: left;
    width: 100%;
}
#right_column{
    width: 300px;
    min-height: 320px;
    float: left;
}
.right-column-heading{
    width: 280px;
    height: 34px;
    float: left;
    font-family: 'open_sanssemibold_italic';
    font-size: 24px;
    padding-left: 20px;
}
.hook{
    cursor: pointer;
}/*
.invisible{
    display: none !important;
}*/
div[title="collapsed"]{
    background: url(../images/icon-sign-up.png) no-repeat;
}/*
.icon-sign-up{
    
}*/
div[title="hidden"]{
   background: url(../images/icon-sign-in.png) no-repeat; 
}
.icon-sign-in{
    margin-top: 20px;
}
.sign_up_form{
    display: block;
    width: 298px;
    height: 129px;
    float: left;
    border: 1px solid #cccccc;
    padding-top: 19px;
    /*margin-bottom: 20px;*/
}
.sign_up_form input[type="text"],.sign_up_form input[type="password"]{
    width: 248px;
    height: 28px;
    display: block;
    border: 1px solid #ccc;
    float: left;
    margin-left: 19px;
    background: none;
    padding-left: 10px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #999999;
}
.sign_up_form input[type="submit"]{
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    margin-left: 19px;
    font-size: 16px;
    color: #fff;
    background: url(../images/submit-btn.png) repeat-x;
    cursor: pointer;
}
.award-box{
    width: 300px;
    height: 324px;
    float: left;
    margin-right: 30px;
    background: url(../images/box-shadow.png) no-repeat;
}
.award-box-last{
    margin-right: 0 !important;
}
a.image-circle{
    display: block;
    width: 203px;
    height: 203px;
    margin-left: auto;
    margin-right: auto;
    
}
a.image-circle:hover{
    opacity: 0.5;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}
a.box-text{
    display: block;
    width: 300px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-family: 'open_sanssemibold';
    font-size: 18px;
    text-align: center;
    padding-top: 7px;
    color: #255b9e;
    text-decoration: none;
}
a.box-text span{
    display:inline-block;
    width: 100%;
    height: auto;
    float: left;
    text-decoration: none;
}
#footer{
    width: 100%;
    height: 70px;
    border-top: 1px solid #39bb9c;
    float: left;
}
#footer_nav{
    width: 960px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}
#footer_nav ul{
    list-style: none;
    display: block;
    margin-left: 270px;
}
#footer_nav ul li{
    float: left;
}
#footer_nav ul li a{
    text-decoration: none;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #255b9e;
}
#footer ul li a.selected{
    background: url(../images/footer_nav_selected.png) repeat-x;
    color: #fff;
}
#footer ul li a:hover{
    background: url(../images/footer_nav_selected.png) repeat-x;
    color: #fff;
}
#footer_note{
    width: 100%;
    height: 30px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    background: #bfbfbf;
}