@charset "utf-8";
/* CSS Document */


/*********************************/
/*       GLOBAL LAYOUT
/*********************************/

#container {
background:url(../images/containerBkgd_sec.jpg) repeat-y;
width:926px;
margin:0 auto;
min-height:500px;
height:auto;
position:relative;
margin-top:15px;
}

/*home button*/
#hdr p {
text-transform:uppercase;
position:absolute;
margin:0 0 0 875px;
top:35px;
z-index:90;
}

#hdr p a {
color:#CCCCCC;
font-weight:normal;
text-decoration:none;
font-size:1.2em;
}

#hdr p a:hover {
text-decoration:underline;
color:#90BDFF;
}

#leftcol {
    border-collapse:collapse;   
    border-spacing:0;   
} 


/*In this section text*/
#leftcol #inthissection {
background-image:url(../images/inthisSection.jpg);
width:188px;
height:47px;
margin:-2px 0 0 1px;
}

#leftcol #inthissection span {
display:none;
}

#leadins {
margin:0 0 0 15px;
}

#leadins img {
margin:10px 0;
border:1px solid #666666;
}

#content {
min-height:600px;
}

#txtarea {
width:700px;
clear:both;
right:0px;
padding:20px 15px 10px 10px;
margin:0 0 0 200px;
position:relative;
z-index:97;
}

#txtarea {
/*line-height:1.3em;*/
}

#txtarea ul li, #txtarea ol li{
margin-left:2em;
}



#txtarea a {
/*color:#4474a5;/*Removed until client approves. -CC*/
text-decoration:underline;
}

#txtarea a:hover {
/*color:#4474a5;/*Removed until client approves. -CC*/
text-decoration:none;
}

.txthdr {
color:#4474a5;
text-transform:uppercase;
font-size:1.6em;
font-weight:bold;
margin:0 0 10px 0;
font-family:Arial, Helvetica, sans-serif;
}

#scriptbox {
background-image:url(../images/prescriptBox_sec.jpg);
width:161px;
height:102px;
text-align: center;
margin: 0 0 0 0;
color:#000000;
} 

#scriptInput {
padding:40px 0 0 0;
}

#scriptbox #enter {
position:relative; left:0px; padding:0 0 10px 0;
 }
 
#scriptbox #whatsthis {
font-family:Arial, Helvetica, sans-serif; 
font-size:.9em;  
position:relative; 
float:left;
margin:0 0 0 5px; 
z-index:90;
width:70px;
}

#scriptbox #submit {
position:relative;
left:-10px;
}

/******************************/
/*      THIRD TIER
/******************************/

.subnav {
margin:0 0 30px 10px;
width:175px;
}

.subnav li {
list-style:none;
margin:7px 0;
}

.subnav a {
background:url(../images/subnavArrow.gif) no-repeat top left;
padding:0 0 0 10px;
color:#FFFFFF;
text-decoration:none;
display:block;
}

.subnav a:hover {
text-decoration:underline;
}

.subnav li li  {
margin-left: 10px;
}

.subnav li .selected 
{
    text-decoration:underline;
}

#footer {
background-image:url(../images/footer_sec.jpg);
width:925px;
height:114px;
margin:0;
position:relative;
z-index:3;
}

/******************************/
/*      BREADCRUMB NAV
/******************************/

#breadcrumb {
    padding: 2px 0 2px 0px;
    margin-bottom: 15px;
    /* background-color: #e7ecf2; */
}

#breadcrumb .breadcrumbNode {
    color: #000;
}

#breadcrumb .breadcrumbNode a {
    color: #000;
	text-decoration:none;
}

#breadcrumb .breadcrumbNode a:hover {
text-decoration:underline;
}

#printonly {
display:none;
}
