html, body
{
    margin: 0px auto;
    padding: 0px;
    background-image: url( '../images/bg.gif' );
    background-repeat: repeat-x;
    background-color: #003255;
}

a, a:visited, a:hover
{
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    text-decoration: underline;
}

a, a:visited
{
    color: #CCD6DD;
}

a:hover
{
    color: #ffffff;
}

.clearBoth{ clear: both; }
.clearLeft{ clear: left; }
.clearRight{ clear: right; }
.nowrap{ white-space: nowrap; }

#container
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

#whiteBox
{
}

#site
{
    width: 824px;
    margin: 0px auto;
    padding: 0px;
}

.nopad
{
    margin: 0px auto;
    padding: 0px;
}

#flashcontent
{
    margin: 0px auto;
    padding: 0px;
    padding: 10px 0px 20px 0px;
    width: 620px;
    height: 240px;
}

#flashcontent2
{
    width: 615px;
    height: 150px;
    margin-bottom: 5px;
}

a.link, a:visited.link, a:hover.link
{
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CCD6DD;
}
a.link, a:visited.link
{
    text-decoration: underline;
    color: #CCD6DD;
}
a:hover.link
{
    text-decoration: underline;
    color: #ffffff;
}

.navline
{
    padding: 5px 0px 5px 0px;
}

.navArrow
{
    padding-top: 2px;
}

.leftpad
{
    padding-left: 4px;
    text-align: left;
}

.toplogo
{
    margin: 0px auto;
    padding: 15px 0px 0px 0px;
}

.textHome
{
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CCD6DD;
    text-align: left;
    line-height: 16px;
}

.safetymargin{
    padding: 35px 110px 25px 100px;
}

.safetyinfo
{
    width: 100%;
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    font-weight: normal;
    color: #000;
    text-align: left;
}

.safetyinfo a:link, .safetyinfo a:visited
{
    text-decoration: underline;
    color: #000;
}

.safetyinfo a:hover
{
    text-decoration: underline;
    color: #000;
}

.safetyinfo h3{
    margin: 0;
    padding: 0 0 15px 0;
    color: #000;
}

a.safetylink, a:visited.safetylink
{
    text-decoration: underline;
    color: #CCD6DD;
}
a:hover.safetylink
{
    text-decoration: underline;
    color: #ffffff;
}


.footer
{
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
}

a.footer, a:visited.footer, a:hover.footer, a.toplinks, a:visited.toplinks, a:hover.toplinks
{
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CCD6DD;
}

a.footer, a:visited.footer, a.toplinks, a:visited.toplinks
{
    text-decoration: none;
    color: #CCD6DD;
}
a:hover.footer, a:hover.toplinks
{
    text-decoration: underline;
    color: #ffffff;
}

.footer2
{
    margin: 0px auto;
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #CCD6DD;
    text-align: center;
}

.footerimg
{
    margin: 0px auto;
    padding: 15px;
    text-align: center;
    width: 520px;
}

.footProjNumb{
	font-size: 9px;
	padding-top: 35px;
	white-space: nowrap;
}	

a:hover.footer2
{
    font-size: 10px;
    color: #ffffff;
}
a.footer2, a:visited.footer2
{
    font-size: 10px;
    color: #CCD6DD;
}


#promoLeft
{
    position: relative;
    left: -2px;
    padding: 20px 0px 5px 0px;
}

.base
{
    background-image: url(../images/base_bg.gif);
    background-repeat: no-repeat;
}

.base_noline
{
    background-image: url(../images/base_bg_noline.gif);
    background-repeat: no-repeat;
}

.dottedline{ 
    width: 769px;
    height: 8px;
    overflow: hidden;
    margin: 30px auto 0 auto; 
    background-image: url('../images/dottedline.gif'); 
    background-repeat: no-repeat; 
}

.nextprev{
   padding: 20px 0 5px 0;
}

a.nextLink, a:visited.nextLink, a.nextLinkTitle, a:visited.nextLinkTitle
{
    text-decoration: none;
    color: #003255;
    font-size: 12px;
}
a:hover.nextLink, a:hover.nextLinkTitle
{
    text-decoration: none;
    color: #026CAA;
    font-size: 12px;
}

a.nextLink
{
    font-weight: bold;
}

.nextLinks
{
    float: right;
    display: inline;
    padding-right: 60px;
}

.nextLinks_alpha
{
    float: right;
    display: inline;
    padding-right: 60px;
    background-color: #ffffff;
    opacity: .75;
    filter: alpha(opacity=75);
}


div.backLink
{
    float: left;
    display: inline;
    text-align: left;
    padding-left: 45px;
    position: relative;
    top: 0px;
}

.prevLinks
{
    float: left;
    display: inline;
    padding-left: 60px;
}

.prevLinks_alpha
{
    float: left;
    display: inline;
    padding-left: 60px;
    background-color: #ffffff;
    opacity: .75;
    filter: alpha(opacity=75);
}

a.toolsLink, a:visited.toolsLink, .toolsText
{
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    text-decoration: none;
    color: #003255;
    font-size: 10px;
}
a:hover.toolsLink
{
    text-decoration: none;
    color: #026CAA;
    font-size: 10px;
}

.subhdr, h1, h2, h3, h4
{
    font-weight: bold;
    color: #026CAA;
}

.bodyhdr, h1
{
    margin: 0px auto;
    padding: 0px 60px 15px 30px;
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #026CAA;
    text-align: left;
}

.bodyhdr2
{
    margin: 0px auto;
    padding: 0px 60px 0px 30px;
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #026CAA;
    text-align: left;
}

.bodyhdr3
{
    padding: 25px 0px 15px 45px;
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #026CAA;
    text-align: left;
    font-size: 20px;
}

.bodytxt
{
    margin: 0px auto;
    padding: 15px 60px 15px 30px;
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

.bodytxt2
{
    margin: 0px auto;
    padding: 15px 110px 15px 45px;
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    font-weight: normal;
    color: #000000;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

.medicationGuideAnswer{
    margin: 25px 0px 25px 0px;
}

.bodytxt2 h4{
    margin-bottom: 25px;
}

.bodytxt2 ul{
    margin-top: 0px;
    padding-top: 0px;
}

.bodytxt a, a:visited
{
    color: #003255;
}

.bodytxt a, a:hover
{
    color: #026CAA;
}

.bodytxt2 a, a:visited
{
    color: #003255;
}

.bodytxt2 a, a:hover
{
    color: #026CAA;
}

.bodytxt ul
{
    margin-top: 3px;
}

ul.safety
{
    margin-top: 3px;
    margin-bottom: 0px;
}

.bodytxt ol
{
    margin-top: 3px;
    margin-left: 25px;
    font-weight: bold;
}

.linumtxt
{
    font-weight: normal;
}

.bodytxtMS a, a:visited
{
    color: #003255;
}

.bodytxtMS a, a:hover
{
    color: #026CAA;
}

.bodyIndent
{
    text-align: left;
    padding: 0px 60px 0px 120px;
}

.footnote
{
    margin: 0px auto;
    padding: 0px;
}

.footnoteMark
{
    float: left;
    padding-right: 8px;
    padding-bottom: 30px;
}


.glossaryWord
{
    display: inline;
    font-weight: bold;
    padding-right: 3px;
}


#pdf_download
{
    position: relative;
    left: -20px;
    text-align: left;
    padding: 0px;
    background-image: url(../images/pdf_download_box.gif);
    background-repeat: no-repeat;
    width: 550px;
    height: 155px;
}

.pdf_link1, .pdf_link2, .pdf_btn1, .pdf_btn2, .pdf_btn3
{
    display: inline;
}

.pdf_link1, .pdf_link2
{
    padding: 0px 0px 0px 3px;
}

.pdf_text1, .pdf_text2
{
    padding: 5px 0px 0px 20px;
}
.pdf_choose
{
    padding: 10px 0px 0px 30px;
}

.pdf_btn3
{
    top: 8px;
}



#pdf_download2
{
    text-align: left;
    padding: 0px;
    background-image: url(../images/pdf_download_box2.gif);
    background-repeat: no-repeat;
    width: 500px;
    height: 130px;
}
.pdf_link1b, .pdf_link2b, .pdf_btn1b, .pdf_btn2b, .pdf_btn3b
{
    display: inline;
}

.pdf_link1b, .pdf_link2b
{
    padding: 0px 0px 0px 3px;
}

.pdf_text1b
{
    padding: 12px 0px 0px 20px;
}
.pdf_text2b
{
    padding: 5px 0px 0px 20px;
}

.pdf_btn1bxxx
{
    top: 12px;
}

.pdf_btn3b
{
    top: 8px;
}


.bodybox
{
    padding: 0px;
    margin: 0;
    width: 520px;
    background-image: url(../images/box_bg.gif);
}

.bodyboxtxt
{
    padding: 5px 10px 5px 12px;
}


#sendtofriend
{
    background-image: url(../images/sendtofriend_box.gif);
    background-repeat: no-repeat;
    width: 505px;
    height: 245px;
}

.flds
{
    float: right;
    padding: 70px 30px 0px 0px;
}
.fld
{
    padding: 12px 0px 0px 0px;
}

.inp
{
    padding: 10px 0px 0px 0px;
}
.lbls
{
    float: left;
    padding: 70px 0px 0px 24px;
}

input.inp2
{
    width: 240px;
}

.asterik
{
    position: relative;
    top: -7px;
    display: inline;
    padding: 5px;
}

.sitemap1
{
    float: left;
    position: relative;
    left: -45px;
    text-align: left;
    width: 240px;
}

.sitemap2
{
    float: right;
    text-align: left;
    width: 250px;
}

a.smap1, a:visited.smap1, a.smap2, a:visited.smap2
{
    color: #003255;
}

a:hover.smap1, a:hover.smap2
{
    color: #026CAA;
    text-decoration: underline;
}

a.smap1
{
    font-weight: bold;
    text-decoration: underline;
}
a.smap2, a:visited.smap2
{
    font-weight: bold;
    text-decoration: none;
}


#mckinlay
{
    padding: 0px;
    margin: 0;
    background-image: url(../images/form_bg.gif);
    background-repeat: no-repeat;
}
.form_num
{
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    width: 45px;
    color: #000000;
    vertical-align: top;
}



.form_answ
{
    text-align: left;
    padding-top: 1px;
    font-weight: bold;
    color: #026CAA;
    vertical-align: top;
}

.form_ques
{
    padding-top: 10px;
    color: #000000;
    font-weight: normal;
    vertical-align: top;
}


.form_ques_err
{
    padding-top: 10px;
    color: #ff0000;
    font-weight: normal;
    vertical-align: top;
}

.form_responseIndent
{
    position: relative;
    left: -12px;
}

.scoreText
{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.score
{
    display: inline;
    font-size: 44px;
    color: #026CAA;
    line-height: 44px;
}
.points
{
    display: inline;
    font-size: 16px;
    font-weight: bold;
    color: #026CAA;
    line-height: 44px;
}



.error_msg
{
    padding-left: 20px;
    font-weight: bold;
    display: none;
    color: #ff0000;
}

.error_marker
{
    color: #ff0000;
    display: none;
    font-weight: bold;
    padding-right: 4px;
}


.promoWelcomeBack
{
    position: relative;
    left: -1px;
    padding-bottom: 20px;
}

.wb_float_img
{
    padding: 5px 0 5px 0;
    height: 44px;
    width: 100%;
    text-align: right;
}

ul.wb_ul
{
    color: #026CAA;
    position: relative;
    left: -20px;
}

.wb_bodytxt
{
    margin: 0px auto;
    padding: 0 0 15px 30px;
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

#nav-bar{margin: 0px auto; height: 38px; line-height: 38px; width: 750px; text-align: center}
#nav-bar span{float: left; height: 38px; line-height: 38px}
#nav-bar span img, #nav-bar span a{display: block;}
#nav-bar span a{line-height: 38px; background: url(../images/locator/nav_back.gif) repeat-x;}
#nav-bar span a:visited, #nav-bar span a:link
{
	font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
    color: #00355D;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
	padding: 0px 15px;
}
#nav-bar span a:hover{color: #0081ba;}
#nav-bar span a.active{color: #0081ba;}


#medicationGuideBtn{
    margin: 22px 0px 35px 0px;
    width: 587px;
    height: 79px;
}