/* CSS Document */


/***********************************/
/*    CONTENT AREA 
/***********************************/

/*secondary pages only*/
#content_secondary {
height:auto;
width:515px;
margin:8px 0 0 205px;
font-size:.9em;
padding:0;

}

#content_secondary h3 { 
color:#336633;
font-size:1.6em;
margin:.5em 0 .3em 0;
}

#content_secondary a:link {
text-decoration:none;
color:#000000;
}

#content_secondary a:visited {
text-decoration:underline;
color:#006600;
}

#content_secondary a:hover {
color:#000000;
text-decoration:none;
text-decoration:underline;
}

#content_secondary table {
margin:5px 0 0 0;
}

/***********************************/
/*    SUBNAV AREA
/***********************************/

#subnav {
background-image:url(../images/subnav_bkgd.gif);
width:138px;
position:relative;
float:right;
height:auto;
padding:3px 1px 0px 8px;
margin:2em 0 1em 2em;
}

#subnav ul {
margin:.3em 0 1em 1.3em;
padding:0;
font-size:.9em;
}

#subnav a:link, #subnav a:visited  {
color:#003333;
text-decoration:underline;
}

#subnav a:hover  {
color:#000000;
text-decoration:none;
}

#subnav h5 {
font-size:.9em;
margin:0;
}

/***********************************/
/*    PRESCRIPTION PAGE STYLES
/***********************************/

/**prescription page only*/
.presc_header {
background-image:url(../images/prescriptions/title_bar.gif);
background-repeat:repeat-x;
height:25px;
width:514px;
border-left:1px solid #afa894;
border-right:1px solid #afa894;
position:relative;
margin:10px 0 0 0;
}

#content_secondary .presc_header h3 {
padding:.1em .4em 0 .4em;
margin:0;
color:#000000;
font-size:1.3em;
}