@charset "utf-8";
/* CSS Document */
/*********************************/
/*       BROWSER RESET
/*********************************/

body,div,dl,dt,dd, ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,/*blockquote,*/th,td {    
    margin:0;   
    padding:0;   
} 


address,caption,cite,code,dfn,/*em,strong,*/th,var {  
    font-style:normal;   
     font-weight:normal;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

/*********************************/
/*       GLOBAL LAYOUT
/*********************************/


body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:70%;
background :url(../images/bodyBkgd.jpg) repeat-x #000000;
}

#container {
background:url(../images/containerBkgd.jpg) repeat-y 0 146px #5e7ea2;
width:926px;
margin:15px auto 0 auto;
min-height:550px;
position:relative;
}

/*********************************/
/*           HEADER
/*********************************/

#hdr {
background-image:url(../images/hdr2.jpg);
width:926px;
height:118px;
}

#hdr #contactlink a {
display:block;
position:absolute;
height:30px;
width:120px;
margin:0 0 0 800px;
}

/*********************************/
/*    RIGHT HAND LEADIN BOXES
/*********************************/

#rightcol {
width:231px;
position:relative;
float:right;
z-index:90;
clear:both;
right:0px;
padding:0 15px 0 10px;
color:#FFFFFF;
border-right:1px solid #CCCCCC;
}

#rightcol a {
color:#FFFFFF;
text-decoration:underline;
}

#rightcol a:hover {
text-decoration:none;
}

#rightcol hr {
border-bottom:1px solid #4a617a;
color:#4a617a;
}

#scriptbox {
background:url(../images/prescriptBox.jpg) no-repeat left;
width:234px;
height:131px;
margin: 10px 0 0 0;
padding:0 0 10px 0;
color:#000000;
border-bottom:2px solid #496281; 
} 

#scriptbox p{
margin: 0px 0 5px 0px;
}

#scriptbox p span{
font-weight: bold;
display:none;
}

#scriptInput {
padding:50px 0 0 0;
}

#scriptbox #enter {
position:relative; 
left:33px; 
padding:0 0 10px 0;
}
 
#scriptbox #whatsthis {
font-family:Arial, Helvetica, sans-serif; 
font-size:.9em; 
position:absolute; 
margin:0 0 0 20px; 
z-index:90;
}

#scriptbox #submit {
text-align:center; 
position:relative;
left:10px;
}

/*********************************/
/*      FLASH
/*********************************/

#flash {
margin:0;
position:relative;
z-index:15;
}

/*********************************/
/*       FOOTER
/*********************************/

/*image w. rounded corners*/
#footer {
background:url(../images/footer.jpg) no-repeat bottom;
width:927px;
height:auto;
clear:both;
position:relative;
color:White;
min-height:150px;
}

#footer a {
color:White;
}

#container #footer a img 
{
    border:none;
}

#container #footer p 
{
    margin:0;
    padding:0;
}

/*the actual text footer*/
#copyright {
color:#FFFFFF;
text-align:center;
width:852px;
margin:0 auto;
position:relative;
top:20px;
padding:0 0 30px 0;
}

/*hipaa, etc. links*/
#copyright ul {
border-bottom:1px solid #3366FF;/*blue line seperator*/
padding:0 0 5px 0;
}

#copyright ul li {
display:inline;
margin:0 10px;
}

#copyright a {
color:#FFFFFF;
text-decoration:none;
}

#copyright a:hover {
text-decoration:underline;
}

/*copyright, etc.*/
#copyright p {
margin:5px 0 0 0;
}

