

body {
        margin:0;
        padding:0;

        font-family: Arial, Sans Serif;
}

h1 {
        font-family: Times, Arial, Sans Serif;
        margin-top: .2em;
        padding-top: .2em;
        border-bottom: 1px #ccc solid;

        color: #866235;
}

input { 
        background-color: #fff !important;
}


/* ================== home styles ==================== */

body#home {
        background: #fff url(images/bg_home.jpg) repeat-x;
}

div#home_content {
        background: url(images/bg_home_content_02.jpg) no-repeat;
        height: 450px;

        color:#fff;
}

div#home_content_text {
        width: 326px;
        margin: 136px 0 0 278px;

        text-align: justify;
        font-size: 12pt;
}

div#home_nav_top {
        position: absolute;
        top: 50px;
        left: 250px;
        width: 500px;

        text-align: right;

}

#home_nav_top a, #home_nav_top a:visited, #home_nav_top a:active {
        text-decoration:none;
        font-size: 10pt;
        font-weight: bold;
        color: #3F3009;
     
}

#home_nav_top a:hover {
        color: #f00;
}


div#home_nav {
        position: absolute;
        top: 335px;
        left: 278px;
        width: 400px;
}

#home_nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
}

#home_nav ul li {
        float: left;
        margin-right: 6px;

        text-align: center;
}

#home_nav a, #home_nav a:visited, #home_nav a:active {
        display: block;
        width: 160px;
        height: 26px;
        padding-top: 12px;
        background-color: #E8A454;
        border: 1px #000 solid;

        color: #783703;
        font-weight: bold;
        font-size: 14pt;
        line-height: 14px;
        text-decoration: none;

}

#home_nav a:hover {
        background-color: #B87729;

        color: #fff;
}


div#home_footer {
        position: absolute;
        top: 410px;
        left: 0px;
        width: 750px;

        color: #3F3009;
        font-size: 10pt;
        line-height: 14pt;
        text-align:right;
}
/*========================== /home styles =============== */


#header_top_right {
        position: absolute;
        top:5px;
        width: 760px;

        text-align: right;
        font-family: Times, Arial, Sans Serif;
        font-size: 11pt;
        font-style: italic;
        font-weight: bold;
}



/*========================= content styles =======================*/

body#patients {
        background: #fff url(images/bg_content_head.jpg) repeat-x top left;
}


div#content_head {
        position:absolute;
        top:0;
        left: 0;
        z-index: 10;
        background: url(images/bg_patients_head.gif) no-repeat top left;
        height: 158px;
        width: 760px;
}

#doctors #content_head {
        background: url(images/bg_doctors_head.gif) no-repeat top left;
}

#content_header_text {
        position: absolute;
        left: 200px;
        top: 5px;
        z-index: 15;
        width: 220px;

        text-align:right;
        font-family: Times, Arial;
        font-style: italic;
        font-size: 10pt;
        color: #866235;
        font-weight: bold;
}

#content_body {
        position:absolute;
        top: 125px;
        z-index:5;
        background: url(images/bg_left_column.jpg) repeat-y top left;

}

#content_primary_column {
        margin: 0 0 20px 220px;
        width: 500px;

        text-align: justify;
}


#content_footer {

        margin: 0 0 0 220px;
        padding-top: 10px;
        width: 500px;
        border-top: 1px #ccc solid;

        font-size: 9pt;
        color: #555;
}

#left_nav_menu {
        position: absolute;
        top: 165px;
        left: 13px;
        z-index: 20;

        font-family: Arial Narrow, Arial, Sans Serif;
        font-size: 13pt;
}

#left_nav_menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
}

#left_nav_menu a, #left_nav_menu a:visited, #left_nav_menu a:active {
        color: #fff;
        text-decoration:none;
}

#left_nav_menu a:hover {
        color: #900;
}

.subnav {
        margin-left: 20px !important;
}

.link_list li {
        padding-bottom: 1em;
}

