
/*
// Moya Wren
// Dark Colour // Highlight Colour */




html{
min-height: 101%;
}


body{
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 0.8em;
background-color: black;
padding: 0px;
border: 0px;
margin: 0px;
color: #666;
}

a{
text-decoration: none;
color: #363636;
}
a:hover{
color: #a5a5a5;
}

h1{
font-family: arial;
font-size: 1em;
font-weight: bold;
color: #740f5e;
padding-top: 0px;
margin-top: 0px;
margin-left: 8px;
margin-bottom: 10px;
letter-spacing: 1px;
}


h2{
font-size: 1.1em;
font-weight: lighter;
letter-spacing: 2px;
color: #740f5e;
margin: 0px;
margin-top: 5px;
}

img{
border: none;
}



#container{
width: 900px;
text-align: left;
margin: 0px;
background-color: white;
}

#rightcol{
width: 900px;
padding: 20px 0px;
padding-top: 10px;
height: 420px;
text-align: left;
background-position: top right;
background-repeat: no-repeat;
position: relative;
}

#leftcol{
float: left;
width: 150px;
}










#banner{
width: 900px;
height: 87px;
text-align: left;
margin-top: 8px;
}

#imgholder{
width: 700px;
height: 200px;
}

#content{
width: 510px;
text-align: justify;
padding: 10px;
margin: 0px 20px;
font-size: 11px;
line-height: 13pt;
color: #363636;
background-image: url(../images/trans.png);
height: 375px;
overflow: auto;
}

#content p{
padding: 3px;
margin: 2px;
}






#footer{
clear: both;
width: 898px;
height: 20px;
color: #e2e2e2;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}

#footl{
float: left;
width: 400px;
text-align: left;
padding: 5px;
}

#footr{
float: left;
width: 470px;
text-align: right;
padding: 5px;
}

#footer a{
color: #e2e2e2;
}

#footer a:hover{
color: white;
}









#contleft{
float: left;
width: 320px;
margin-left: 40px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 30px;
text-align: center;
}


#contright{
width: 450px;
border: 1px dashed #ccc;
}










.infobar{
width: 320px;
padding: 5px;
color: #bf8c86;
}

#contright div.infobar{
margin-bottom: 0px;
}

.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
background: white;
}

.altp{
color: #111;
}

.heading{
text-transform: uppercase;
background: #bf8c86;
color: white;
padding: 8px;
}


table a{
color: #740f5e;
}


.mbox{
width: 250px;
height: 375px;
float: left;
margin-right: 45px;
background-position: top right;
background-repeat: no-repeat;
}

.mtext{
width: 230px;
padding: 5px 10px;
font-size: 0.9em;
line-height: 14px;
background-image: url(../images/trans.png);
}


.hbox{
width: 230px;
height: 175px;
float: left;
background-position: top right;
background-repeat: no-repeat;
}

.hbox:hover{
cursor: pointer;
}

.htext{
width: 220px;
padding: 5px;
font-size: 0.9em;
line-height: 14px;
background-image: url(../images/trans.png);
font-weight: bold;
margin-top: 118px;
}

div.htext h2{
font-weight: bold;
}

.toprow{
margin-bottom: 10px;
}

.toprow div{
margin-top: 0px;
}

.left{
margin-left: 20px;
margin-right: 20px;
}



a.tabbtn{
padding: 4px 10px;
background: #bf8c86;
color: white;
}

a.tabbtn:hover{
background-color: #740f5e;
}

a.plus_appointment{
font-size: 0.8em;
color: green;
}


.treatment_summary{
padding: 6px;
margin: 2px;
border: 1px dotted #666;
background: #ccc;
}

.future_treatment{
background: #eb9f9e;
}

#subholder{
position: absolute;
bottom: 0px;
right: 0px;
width: 264px;
height: 137px;
background-image: url(../images/sub_back.png);
font-size: 0.9em;
}

#subholder_inner{
margin-top: 30px;
margin-left: 50px;
}

#subholder h2{
margin: 0;
}

#subholder form{
margin: 0;
padding: 0;
}

#subholder label{
font-size: 8pt;
display: block;
}

#subholder input{
border: 1px solid #363636;
font-size: 9pt;
display: block;
}

#subholder input.submit{
float: right;
font-size: 9pt;
margin-right: 10px;
}





























    #navigation {
        width: 900px;
        height: 30px;
        z-index: 99;
        padding-left: 0px;
    }
    #navigation a {
    font-family: arial, sans-serif;
        display: block;
        float: left;
        padding: 6px 10px 6px 10px;
        color: white;
        text-decoration: none;
        text-align: left;
        font-size: 0.85em;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 1px;
        background-image: url(../images/asep.png);
        background-position: center right;
        background-repeat: no-repeat;
    }
    #navigation a:hover {
        color: #bf8c86;
    }
    #navigation a.current {
        color: #bf8c86;
    }
    #navigation a.current:hover {
        color: #bf8c86;
    }